timwebster9: OK I get this when I run the 'neverwinter-nights' from the command line:
timw@neptune:~/Downloads/nwn$ neverwinter-nights
ERROR: ld.so: object './nwmovies.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
vv221: Hmm, that’s the same error duapruis got, and I still haven’t figured out its cause…
Do you get it on the version without movies support too? If so I might have an idea about what is causing it ;)
This IS the version without movies..:-)
It's possible I've messed it up a little bit..here's what I've tried so far:
1. Build and installed the 64-bit + movies. I had to install mpv and innoextract manually because they weren't installed. Also the first time I tried to install the .deb package it complained about some missing package - but I think the apt-get -f install might have fixed that.
2. Tried to run the above install, and it didn't work (see my first post).
3. Unintalled 64-bit + movies package, and rebuilt without the --with-movies flag (also deleted the nwmovies-mpv.tar.gz file from the directory.
4. Installed above package, ran it and got the LD_PRELOAD error.
I'm not sure if that's the same error the other guy was getting...he was getting this:
ERROR: ld.so: object './nwmovies.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
While I am getting this:
ERROR: ld.so: object './nwmovies.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Note the absence of the ELFCLASS32 part. I'm not certain but could that be something to do with 32-bit libraries being mixed up with 64-bit libraries (or something like that?)