View previous topic :: View next topic |
Author |
Message |
Shadow
Joined: 07 Apr 2005 Posts: 16
|
Posted: Sat Oct 04, 2014 12:38 Post subject: nwnx-leto plugin |
|
|
G'day
Having an issue getting my old server back up and running.
It used to run the leto plugin for subraces/etc but this is where im having problems.
Only versions i can find are [url="http://sourceforge.net/projects/leto/files/NWNX-Leto/"]here[/url]
Is there any newer versions hanging around?
I'm currently running Ubuntu 14.04 and the plugin plain refuses to find and load the LetoScript.so file (its in the main nwn server install folder). No matter what one of those 3 i run.
I've tried Ubuntu 12.04 also, the plugins load and according to the logs, its all good. But when a call is made to the plugin it just outright crashes with no logged errors to say why (except for the earliest version which just does not respond at all, the calls go unanswered by the plugin)
Any suggestions?
ps, i also can't figure out how to compile this plugin even though the sources are there, maybe that might fix some issues if i could? |
|
Back to top |
|
|
Lokey
Joined: 02 Jan 2005 Posts: 158
|
Posted: Wed Oct 15, 2014 8:43 Post subject: |
|
|
PlasmaJohn has the leto source? Dunno who else.
Use v24, later ones bugged. Think changes to nwnx 2-3 years back make it incompatible anyway. It'll work with older nwnx versions with fewer cool features or you'll need to go to funcs or elven's various things or ... _________________ Neversummer PW NWNx powered mayhem |
|
Back to top |
|
|
Zarathustra217
Joined: 15 Aug 2011 Posts: 5
|
Posted: Thu Jan 22, 2015 14:39 Post subject: |
|
|
As for the Ubuntu 14.04 issue, add the LetoScript.so to the LD_PRELOAD variable in your start up script (like the default nwnstartup.sh), i.e. replace:
Code: | export LD_PRELOAD=./nwnx2.so |
with
Code: | export LD_PRELOAD="./nwnx2.so ./LetoScript.so" |
No clue why it's suddenly needed though, but solved it for us. |
|
Back to top |
|
|
|