Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
christopherius
Newbie
Posts: 3 Joined: Tue Aug 26, 2008 6:37 pm
Post
by christopherius » Tue Aug 26, 2008 6:44 pm
When I try and run Nibiru from the command line I get the following error:
Code: Select all
chris@chris-hardy:~$ '/home/chris/.wine/drive_c/Program Files/The Adventure Company/Nibiru/nibiru.exe'
Cannot open file data.adb.
fixme:avifile:AVIFileExit (): stub!
I am running Ubuntu 8.04 with wine version 1.0
I did some googling and haven't found a solution. Any help would be appreciated!
Tlarhices
Level 4
Posts: 101 Joined: Sun Mar 02, 2008 9:28 pm
Post
by Tlarhices » Tue Aug 26, 2008 6:54 pm
christopherius wrote: When I try and run Nibiru from the command line I get the following error:
Code: Select all
chris@chris-hardy:~$ '/home/chris/.wine/drive_c/Program Files/The Adventure Company/Nibiru/nibiru.exe'
Cannot open file data.adb.
fixme:avifile:AVIFileExit (): stub!
I am running Ubuntu 8.04 with wine version 1.0
I did some googling and haven't found a solution. Any help would be appreciated!
Try to cd in the directory :
cd /home/chris/.wine/drive_c/Program\ Files/The\ Adventure\ Company/Nibiru
And then start the exe :
wine nibiru.exe
See :
http://wiki.winehq.org/FAQ#head-8d8c06c ... 5c730566e0
christopherius
Newbie
Posts: 3 Joined: Tue Aug 26, 2008 6:37 pm
Post
by christopherius » Tue Aug 26, 2008 7:50 pm
ok when i did that i got the following error:
Code: Select all
chris@chris-hardy:~/.wine/drive_c/Program Files/The Adventure Company/Nibiru$ wine nibiru.exe
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
Segmentation fault
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Tue Aug 26, 2008 8:32 pm
christopherius wrote: ok when i did that i got the following error:
Code: Select all
chris@chris-hardy:~/.wine/drive_c/Program Files/The Adventure Company/Nibiru$ wine nibiru.exe
Segmentation fault
Run this:
Code: Select all
ulimit -c unlimited
wine nibiru.exe
gdb wine ./core
And attach output.
christopherius
Newbie
Posts: 3 Joined: Tue Aug 26, 2008 6:37 pm
Post
by christopherius » Fri Aug 29, 2008 9:07 pm
Heres the output:
Code: Select all
(gdb) core core.26172
warning: core file may not match specified executable file.
(no debugging symbols found)
Core was generated by `nibiru.exe '.
Program terminated with signal 11, Segmentation fault.
[New process 26172]
[New process 26189]
[New process 26188]
#0 0x7bc655e8 in ?? ()
thanks again for the help. hopefully we can figure this out