BioWare Atari
BioWare Info BioWare Games Support Forums Visit the BioWare Store
Neverwinter Nights Home
Neverwinter Nights Home

NWN 1: Linux Version - General Discussion

New Topic    Post Reply

Go to Page ( 1 , 2 Next )

    Add this To My Topics

   Go To Bottom

Author libktrace-gcc2.96.so.1
torrentor
Game Owner
Profile: torrentorNWN
NWN: SoU
NWN: HotU


Joined: 13 Apr 2005
From: Corvallis, OR
Posted: Wednesday, 15 June 2005 12:36AM
Hullo,
Seems that after updating my dedicated server (and my client too) to 1.66 I get the following error when trying to load nwserver:

./nwserver: error while loading shared libraries: libktrace-gcc2.96.so.1: cannot open shared object file: No such file or directory

Now as far as I can tell this library is a very old KDE SDK library. This did NOT happen with 1.65! I do not have this library and I know of no place to get it apart from a very old (and defunct on even relatively updated systems) Redhat 7.0 rpm. Any suggestions? Is this a known issue? As a C and C++ developer this seems strongly as if someone accidentally linked in a library that they ought not have... should be fast enough to fix if someone there realizes it. Suggestions? (downloading the file would likely not be profitable as it was compiled with gcc 2.96 and the Linux ABI (yes, ABI, not API) has long since changed with the advent of gcc 3.0 and later...)

Thanks for any help you can offer.

ST
  Profile: torrentor   Send Message To: torrentor
zzqzzq_zzq
Game Owner
Profile: zzqzzq_zzqNWN
NWN: SoU
NWN: HotU
SW: KotOR PC
Jade Empire
Jade Empire:SE
NWN 2


Joined: 19 Mar 2003
From: Dayton, OH
Posted: Wednesday, 15 June 2005 12:55AM
Ummm, that bears a suspicious resemblance to a error in compilation.

I'm downloading the patches (1.66 must of just recently made it out the door) and will follow up w/ what I can find. Most likely it'll be up to Bioware to fix.

David
_________________
NWMovies: Watch the NWN ingame movies INSIDE the Linux Client: http://home.roadrunner.com/~nwmovies
NWWine & the toolset instructions too.
  Profile: zzqzzq_zzq   Send Message To: zzqzzq_zzq
zzqzzq_zzq
Game Owner
Profile: zzqzzq_zzqNWN
NWN: SoU
NWN: HotU
SW: KotOR PC
Jade Empire
Jade Empire:SE
NWN 2


Joined: 19 Mar 2003
From: Dayton, OH
Posted: Wednesday, 15 June 2005 01:17AM
Yup, its borked.

It looks like ktrace is part of (as you found) a old KDE malloc debugger.

It looks like you might be able to get away with:

(Save this as ktrace.c)

Code:

View Post/Code in separate window



Compile with:

Code:

View Post/Code in separate window



then set LD_LIBRARY_PATH to the directory containing your newly stubbed out libktrace-gcc2.96.so.1 ie: export LD_LIBRARY_PATH=.

NWServer will at least load now, dunno if it'll work.

(I suspect I'll be cloning this post over in the Server admin forums)

David
_________________
NWMovies: Watch the NWN ingame movies INSIDE the Linux Client: http://home.roadrunner.com/~nwmovies
NWWine & the toolset instructions too.
  Profile: zzqzzq_zzq   Send Message To: zzqzzq_zzq
torrentor
Game Owner
Profile: torrentorNWN
NWN: SoU
NWN: HotU


Joined: 13 Apr 2005
From: Corvallis, OR
Posted: Wednesday, 15 June 2005 01:27AM
already did something similar actually... interestingly enough the nwserver binary doesn't seem to call anything from the library... so just having a do-nothing lib there called that seems to fix it.

ST
  Profile: torrentor   Send Message To: torrentor
Nul_Char
Game Owner
Profile: Nul_CharNWN
NWN: SoU
NWN: HotU


Joined: 28 Jun 2002
Posted: Wednesday, 15 June 2005 01:27AM
Thanks! for the update!
Nul_Char

Edited By Nul_Char on 06/15/05 01:35

  Profile: Nul_Char   Send Message To: Nul_Char
zzqzzq_zzq
Game Owner
Profile: zzqzzq_zzqNWN
NWN: SoU
NWN: HotU
SW: KotOR PC
Jade Empire
Jade Empire:SE
NWN 2


Joined: 19 Mar 2003
From: Dayton, OH
Posted: Wednesday, 15 June 2005 01:43AM
Quote: Posted 06/15/05 01:27:04 (GMT) by torrentor

already did something similar actually... interestingly enough the nwserver binary doesn't seem to call anything from the library... so just having a do-nothing lib there called that seems to fix it.

ST

ktrace() is called at least once curiously enough.

Code:

View Post/Code in separate window



Stub routine doesn't seem to harm anything though..

David
_________________
NWMovies: Watch the NWN ingame movies INSIDE the Linux Client: http://home.roadrunner.com/~nwmovies
NWWine & the toolset instructions too.
  Profile: zzqzzq_zzq   Send Message To: zzqzzq_zzq
Teh RedACE
Game Owner
Profile: Teh RedACENWN
NWN: SoU
NWN: HotU


Joined: 17 Dec 2003
Posted: Wednesday, 15 June 2005 01:54AM
I tried the above solution and I get a segfault while loading the module.
  Profile: Teh RedACE   Send Message To: Teh RedACE
zzqzzq_zzq
Game Owner
Profile: zzqzzq_zzqNWN
NWN: SoU
NWN: HotU
SW: KotOR PC
Jade Empire
Jade Empire:SE
NWN 2


Joined: 19 Mar 2003
From: Dayton, OH
Posted: Wednesday, 15 June 2005 01:59AM
Dunno then. I'd try it at least twice before giving up. nwserver has always had a few issues segfaulting on me.

Your only other option is to grab the source RPM from RedHat, and rebuild the library.

I've sent a note off to the one Bioware Linux programmer I know of, however, I'm not going to hold my breath on him getting it tonight.

David
_________________
NWMovies: Watch the NWN ingame movies INSIDE the Linux Client: http://home.roadrunner.com/~nwmovies
NWWine & the toolset instructions too.
  Profile: zzqzzq_zzq   Send Message To: zzqzzq_zzq
Owen Borstad
Programmer


Joined: 17 Oct 2001
From: BioWare Corp.
Posted: Wednesday, 15 June 2005 07:51PM
We are rebuilding the linux server, and will post a new version shortly, please be patient.
  Profile: Owen Borstad   Send Message To: Owen Borstad
Sol Arbriel
Game Owner
Profile: Sol ArbrielNWN
NWN: SoU
NWN: HotU
NWN 2


Joined: 11 Jan 2003
Posted: Wednesday, 15 June 2005 10:00PM
Good to hear that you're gonna rebuild the Linux server....
..only that for me it is the client that is borked.
  Profile: Sol Arbriel   Send Message To: Sol Arbriel
Owen Borstad
Programmer


Joined: 17 Oct 2001
From: BioWare Corp.
Posted: Wednesday, 15 June 2005 10:32PM
The linux files have been fixed and re-posted. Please re-download them and all should be good

Owen.
  Profile: Owen Borstad   Send Message To: Owen Borstad
Rashkae_
Game Owner
Profile: Rashkae_NWN
NWN: SoU
NWN: HotU
NWN 2
NWN 2: MotB
NWN 2: SoZ


Joined: 25 Sep 2002
Posted: Wednesday, 15 June 2005 11:41PM
Quote: Posted 06/15/05 22:32:43 (GMT) by Owen Borstad

The linux files have been fixed and re-posted. Please re-download them and all should be good

Owen.

The linux dedicated server is 404
  Profile: Rashkae_   Send Message To: Rashkae_
Nul_Char
Game Owner
Profile: Nul_CharNWN
NWN: SoU
NWN: HotU


Joined: 28 Jun 2002
Posted: Thursday, 16 June 2005 12:54AM
What he said
  Profile: Nul_Char   Send Message To: Nul_Char
Rashkae_
Game Owner
Profile: Rashkae_NWN
NWN: SoU
NWN: HotU
NWN 2
NWN 2: MotB
NWN 2: SoZ


Joined: 25 Sep 2002
Posted: Thursday, 16 June 2005 05:56AM
Quote: Posted 06/15/05 23:41:59 (GMT) by Rashkae_

Quote: Posted 06/15/05 22:32:43 (GMT) by Owen Borstad

The linux files have been fixed and re-posted. Please re-download them and all should be good

Owen.

The linux dedicated server is 404

To clarify, the patch, for Linux Dedicated server, is 404.

The dedicated server itself, as a complete download, is fine.. Guess I'll just use that to patch.
  Profile: Rashkae_   Send Message To: Rashkae_
dguntner
Game Owner
Profile: dguntnerNWN
NWN: SoU
NWN: HotU


Joined: 28 Oct 2002
From: Nevada, USA
Posted: Thursday, 16 June 2005 08:00AM
Quote: Posted 06/15/05 22:32:43 (GMT) by Owen Borstad

The linux files have been fixed and re-posted. Please re-download them and all should be good

Except that it isn't.

The Linux Standalone Server patch update still has a linuxdedserver166.tar.gz archive which does not contain data/xp2patch.bif, and still has a nwserver executable that wants that trace library....

Quite honestly, at this point I'm afraid to try using the update patch for the Linux HotU client....

--Dave
  Profile: dguntner   Send Message To: dguntner

Go to Page ( 1 , 2 Next )

New Topic    Post Reply

What do these icons mean?
Where can I learn how to use the forums?

Jump To:

Search Forums | Forums FAQ | Forum Archives

 

 

Dragon Age: Origins Preorder
Neverwinter Nights 2 Forums
Hide/Show

English
Deutsch
Français
Español
Italiano

Hide/Show

View Latest Screenshots 

View Latest Screenshots
Hide/Show

Multiplayer Games at Neverwinter Connections

Today
Schedule a Game...



Current time is: (set time)
Tue, 09 February 2010 07:03PM

Hide/Show

Buy Premium Modules

Top NWN: HotU Modules:
1. Good vs Evil III
2. More...

Top NWN: SoU Modules:
1. Good vs Evil III
2. More...

Top CEP Modules:
1. The Lord of Terror The Diablo Campa...
2. More...

Top Modules - NWVault:
1. Hall of Fame
2. More...

Total Modules: 4423

Hide/Show

5,993,188 BioWare Users:
  67 Logged In
  4 Hidden
  458 Guests

1147 Playing Online
  100% NWN
  101% NWN: SoU
  101% NWN: HotU

426 Registered Guilds

9,000,830 posts in forums

Newest Forum Topics:
1. Do i need to play BG 1? (Baldur's Gate II: SoA and ToB General Discussion)

2. Memorized Spells ui modification (NWN2: Custom Content)

3. My Dm's Can't log in, DM Client ... (NWN 1: Server Admin)

4. My Dm's Can't log in, DM Client ... (NWN 1: Server Admin)

5. Dm's can't log in (NWN 1: Dungeon Master's Realm)