Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: nwn dont work in hardy (yet)

  1. #11
    Join Date
    Apr 2006
    Location
    Slovenia
    Beans
    370
    Distro
    Ubuntu Development Release

    Re: nwn dont work in hardy (yet)

    I had a similar problem with java applications. The fix was to set the following env. variable:
    Code:
    export LIBXCB_ALLOW_SLOPPY_LOCK=1
    and after this start the application. I hope this will help.

  2. #12
    Join Date
    Apr 2008
    Beans
    31

    Re: nwn dont work in hardy (yet)

    I tried changing line ten to export LD_LIBRARY_PATH=:./miles:$LD_LIBRARY_PATH and when i run ./nwn it gives me a segmentation fault with no message explaining anything else. Any tips?

  3. #13
    Join Date
    Jan 2008
    Beans
    12
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: nwn dont work in hardy (yet)

    Quote Originally Posted by quizzelsnatch View Post
    I tried changing line ten to export LD_LIBRARY_PATH=:./miles:$LD_LIBRARY_PATH and when i run ./nwn it gives me a segmentation fault with no message explaining anything else. Any tips?
    By removing the /lib entry, the new entry will be:
    Code:
    export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH
    Thus without the colon

  4. #14
    Join Date
    Apr 2008
    Beans
    31

    Re: nwn dont work in hardy (yet)

    Makes sense, tried that, and I got this:
    ALSA lib ../../../src/pcm/pcm_dmix.c:874snd_pcm_dmix_open) unable to open slave
    Segmentation fault

  5. #15
    Join Date
    Nov 2007
    Location
    British Columbia, Canada
    Beans
    46
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: nwn dont work in hardy (yet)

    I just spent a few hours wrestling with NWN. Among the issues I had was a "Segmentation Fault". I'm not enough of a guru to tell you exactly what to type, but your answer likely lies in permissions (or, according to some of my reading file names with mixed cases).

    All I can say beyond this is that I have done a successful fresh install of NWN on a fresh install of Hardy. I'm using v1.68 right now, but will go to the v1.69Beta6 when the DL is done.

    (other things I did involved removing the ./lib reference...oh, and I use compiz-switch to quickly turn off desktop effects before playing...oh, AND I'm running the game as sudo, but I'm not sure that's needed)

    Good luck!
    "Gravity is a harsh mistress" -The Tick

    Ubuntu Stoke <-my blog of "things and stuff" usually about Ubuntu

  6. #16
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: nwn dont work in hardy (yet)

    Some say that removing the .ini file help them (good idea to back the file up first).

  7. #17
    Join Date
    Jul 2006
    Beans
    43

    Re: nwn dont work in hardy (yet)

    I'm having the same problem as well...I've tried all the suggestions in this thread with no luck so far.

  8. #18
    Join Date
    Jul 2007
    Location
    Oregon
    Beans
    31
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: nwn dont work in hardy (yet)

    Same issue here. If I disable sound, I don't get the message about ALSA, just a segmentation fault. I've got nVidia, 64-bit, etc., etc.

  9. #19
    Join Date
    Jun 2006
    Location
    Ottawa, ON
    Beans
    68
    Distro
    Kubuntu

    Re: nwn dont work in hardy (yet)

    Same problem here. It seems to be related to the following bug:

    https://bugs.launchpad.net/ubuntu/+s...cb/+bug/185311

  10. #20
    Join Date
    Oct 2007
    Beans
    3

    Re: nwn dont work in hardy (yet)

    I'm running Kubuntu Hardy 32-bit (though I doubt that makes a difference), and NWN works perfectly for me after disabling the included SDL libraries, as above, and enabling the restricted nvidia driver (I use an nVidia GeForce 6200 LE card, for what it's worth).

    Once before, when I was using 64-bit Gutsy, I too received segmentation faults when I tried to run the nwn script. In that case it turned out to be a simple permissions issue, as I had mistakenly used sudo when extracting some of the files to my hard disk. It might help to take a look here: http://nwn.bioware.com/forums/viewto...47606&forum=72
    Last edited by Tinker Dragoon; June 8th, 2008 at 08:02 PM.

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •