openSUSE Forums > Archives > SF Archives > ARCHIVES - Software > ARCHIVES - Games » Neverwinter Nights Gives Error In 10.3

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Software > ARCHIVES - Games
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Games A place to chat about games

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-Oct-2007, 16:43
hekke
Guest
 
Posts: n/a
Default

HI,

I recently installed neverwinter nights on my laptop and when I try to start, console give me this output:



hekke@hekke:~> cd /home/games/nwn/
hekke@hekke:/home/games/nwn> ./nwn
nwmain: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
./nwn: line 12: 28856 Afgebroken ./nwmain $@
hekke@hekke:/home/games/nwn> export LIBXCB_ALLOW_SLOPPY_LOCK=1
hekke@hekke:/home/games/nwn> ./nwn
nwmain: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->requ est)) >= 0)' failed.
./nwn: line 12: 28869 Afgebroken ./nwmain $@
hekke@hekke:/home/games/nwn>


It all worked fine on 10.2. Can someone help me plz?

tnx
  #2 (permalink)  
Old 11-Oct-2007, 22:44
Furball588
Guest
 
Posts: n/a
Default

I having pretty much the same issue, either in KDE or Gnome.

Tried the export sloppy_lock string prior...no dice

Even attempted a java fix from issues with vmware (ok, so I know this is a differnent program, but hey, shot in the dark, I'm no worse off then I was before) although I do have to wonder if this is something else seeing a xinerama extension and there's a similar fix.

Running a ATI RV350 AR (9600 XT) with the Radeon Module. I have tried it with the fglrx module, but

  #3 (permalink)  
Old 14-Oct-2007, 08:25
machala
Guest
 
Posts: n/a
Default

Quote:
HI,

I recently installed neverwinter nights on my laptop and when I try to start, console give me this output:
hekke@hekke:~> cd /home/games/nwn/
hekke@hekke:/home/games/nwn> ./nwn
nwmain: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
./nwn: line 12: 28856 Afgebroken ./nwmain $@
hekke@hekke:/home/games/nwn> export LIBXCB_ALLOW_SLOPPY_LOCK=1
hekke@hekke:/home/games/nwn> ./nwn
nwmain: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->requ est)) >= 0)' failed.
./nwn: line 12: 28869 Afgebroken ./nwmain $@
hekke@hekke:/home/games/nwn>
It all worked fine on 10.2. Can someone help me plz?

tnx
[/b]
It seems that there's a problem using the nwn built-in SDL.

Please try the following:
1. make sure you have SDL installed (run software management and search for packages with string SDL in their name and install most of them, I'm really not sure what is required)
2. edit the file named "nwn" (the one you use to run the game) and find the line with "export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH" and delete "./lib" so that the line will look like this:
export LD_LIBRARY_PATH=./miles:$LD_LIBRARY_PATH
3. try to run the game again

Please also make sure you have your color depth in X set to 24, not 16. At first I had performance issues as suse set my color depth to 16 during the system installation.

If it works, please post this in your reply here.
  #4 (permalink)  
Old 14-Oct-2007, 09:13
hekke
Guest
 
Posts: n/a
Default

Hi,

I did as you said and here is the output of console:

hekke@hekke:~> cd /home/games/nwn/
hekke@hekke:/home/games/nwn> ./nwn
nwmain: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
./nwn: line 12: 15049 Afgebroken ./nwmain $@
hekke@hekke:/home/games/nwn> export LIBXCB_ALLOW_SLOPPY_LOCK=1
hekke@hekke:/home/games/nwn> ./nwn
nwmain: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->request)) >= 0)' failed.
./nwn: line 12: 15073 Afgebroken ./nwmain $@
hekke@hekke:/home/games/nwn> linux32 ./nwn
nwmain: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->request)) >= 0)' failed.
./nwn: line 12: 15101 Afgebroken ./nwmain $@
hekke@hekke:/home/games/nwn>

It stays the same.

I downed a linux installer from www.icculus.org and this gives me the following error

hekke:/home/hekke/Documents # ./nwn_129_final.run
Verifying archive integrity... All good.
Uncompressing Neverwinter Nights 1.29 for Linux............................................. ..................................
hekke:/home/hekke/Documents # linux32 ./nwn_129_final.run
Verifying archive integrity... All good.
Uncompressing Neverwinter Nights 1.29 for Linux............................................. ..................................
/root/.setup17578: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
hekke:/home/hekke/Documents #

Any help?
  #5 (permalink)  
Old 15-Oct-2007, 11:05
Furball588
Guest
 
Posts: n/a
Default

WOOT!!

ok, so I don't even need to use the export function, but it runs

Thanks dude.
  #6 (permalink)  
Old 04-May-2008, 10:30
kiwamacey
Guest
 
Posts: n/a
Default

Quote:
It seems that there's a problem using the nwn built-in SDL.

Please try the following:
1. make sure you have SDL installed (run software management and search for packages with string SDL in their name and install most of them, I'm really not sure what is required)
2. edit the file named "nwn" (the one you use to run the game) and find the line with "export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH" and delete "./lib" so that the line will look like this:
export LD_LIBRARY_PATH=./miles:$LD_LIBRARY_PATH
3. try to run the game again

Please also make sure you have your color depth in X set to 24, not 16. At first I had performance issues as suse set my color depth to 16 during the system installation.

If it works, please post this in your reply here.
[/b]

This Also worked for me with my dodgy NVIDIA Setup, Thank you v'much~
  #7 (permalink)  
Old 21-May-2008, 07:39
frogitts
Guest
 
Posts: n/a
Default

Quote:
This Also worked for me with my dodgy NVIDIA Setup, Thank you v'much~
[/b]
Worked for me too, but I'm using Ubuntu Hardy 8.04. Thanks for the suggestion!
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2