So suddenly I can run the program, but the window refuses to pop up. I reinstalled, rebooted and retried everything. But nothing works. Any suggestions? The only thing that will open is the icon at the upper right of the screen..
So suddenly I can run the program, but the window refuses to pop up. I reinstalled, rebooted and retried everything. But nothing works. Any suggestions? The only thing that will open is the icon at the upper right of the screen..
Try terminating it w/ top/htop then launching it in the terminal. Paste the output here.
Originally Posted by irc
I dont know how to do that. I killed the process, but I dont know what else you want to see.
bash: cd: ./Simba-binary: No such file or directory
Last edited by noidea; 01-01-2011 at 05:08 AM.
Originally Posted by irc
What about it?
mike@Maverick:~$ /home/mike/.wine/dosdevices/c:/Simba/Simba-binary
bash: /home/mike/.wine/dosdevices/c:/Simba/Simba-binary: No such file or directory
mike@Maverick:~$ /home/mike/.wine/dosdevices/c:/Simba/./Simba-binary
bash: /home/mike/.wine/dosdevices/c:/Simba/./Simba-binary: No such file or directory
mike@Maverick:~$
I dont know what you want me to do.
edit:
So im at
mike@Maverick:~/.wine/dosdevices/c:/Simba$
Last edited by Mike408; 01-01-2011 at 05:09 AM.
...mike@Maverick:~/.wine/dosdevices/c:/Simba$ cd
mike@Maverick:~$ wine Simba
wine: cannot find L"C:\\windows\\system32\\Simba.exe"
mike@Maverick:~$ wine Simba.exe
wine: cannot find L"C:\\windows\\system32\\Simba.exe"
mike@Maverick:~$ cd /home/mike/.wine/dosdevices/c:/Simba/
mike@Maverick:~/.wine/dosdevices/c:/Simba$ wine Simba
fixme:keyboard:RegisterHotKey (0x1006e,0,0x00000003,53): stub
Setting LastConfig/MainForm/RecentFiles/File8 to
No valid command line args are passed
Init procedure succesfully called
Init procedure succesfully called
Setting Extensions/ExtensionCount to 8
Adding Plugin Path: C:\Simba\Plugins\
Adding Plugin Path: C:\Simba\Plugins\
Loading: LoginChars
Loading: SmallChars
Loading: FriendChars
Loading: UpChars
Loading: StatChars
Loading: XPChars
Loading: CharsNPC
Loading: BigChars
Loading: CharsTrade
LoginChars, SmallChars, FriendChars, UpChars, StatChars, XPChars, CharsNPC, BigChars, CharsTrade,
formWriteln: Loaded fonts: LoginChars, SmallChars, FriendChars, UpChars, StatChars, XPChars, CharsNPC, BigChars, CharsTrade
Wait, why aren't you running the Linux version?
The jealous temper of mankind, ever more disposed to censure than
to praise the work of others, has constantly made the pursuit of new
methods and systems no less perilous than the search after unknown
lands and seas.
I followed this guide to get simba on my home folder... Now how do I compile it?http://villavu.com/wiki/Compiling_Simba
As in, you checked out the git repository? If so, go to ./Projects/Simba and open the Simba.lpi file. Hit Build->Compile, it will be in the top level directory.
Needs FPC and Lazarus.
The jealous temper of mankind, ever more disposed to censure than
to praise the work of others, has constantly made the pursuit of new
methods and systems no less perilous than the search after unknown
lands and seas.
how do you compile it??????? IM A NEWB
Got it. You have to use Lazarus. Lets see if i can figure this out.
ERROR: Identifier not found "open document" "open url"
procedure TSimbaForm.MenuItemOpenIncludesFolderClick(Sender: TObject);
begin
OpenDocument(Self.IncludePath);
end;
procedure TSimbaForm.MenuItemOpenPluginsFolderClick(Sender: TObject);
begin
OpenDocument(Self.PluginPath);
end;
procedure TSimbaForm.MenuItemOpenScriptsFolderClick(Sender: TObject);
begin
OpenDocument(Self.ScriptDir);
end;
God i hate this........
Last edited by Mike408; 01-01-2011 at 07:43 AM.
Why are you guys making him compile simba? He just wants to use it with wine.
Are you sure it doesn't show up? The output from wine you pasted looks correct. Try using the tray icon to make it show.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
There are currently 1 users browsing this thread. (0 members and 1 guests)