Nibiru installs but doesnt run

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
christopherius
Newbie
Newbie
Posts: 3
Joined: Tue Aug 26, 2008 6:37 pm

Nibiru installs but doesnt run

Post by christopherius »

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
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Re: Nibiru installs but doesnt run

Post by Tlarhices »

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
Newbie
Posts: 3
Joined: Tue Aug 26, 2008 6:37 pm

Post by christopherius »

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
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

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
Newbie
Posts: 3
Joined: Tue Aug 26, 2008 6:37 pm

Post by christopherius »

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
Locked