View previous topic :: View next topic |
Author |
Message |
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Sun Apr 15, 2007 14:44 Post subject: |
|
|
Quote: | [Linux/Win32] Added dynamic allocation for results (= no more need for spacers) |
This sounds interesting. How did you do this in NWNX2 ? No problems with heap corruption ? _________________ Papillon |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Sun Apr 15, 2007 15:53 Post subject: |
|
|
Papillon wrote: | This sounds interesting. How did you do this in NWNX2 ? No problems with heap corruption ? | Nothing special, just free(). The sources are included, so you can see how it's done.
No problems so far.
P.S. A little clarification: the dynamic allocation feature must be utilized in a plugin, the old versions of plugins will still require spacers. |
|
Back to top |
|
|
chaoslink
Joined: 23 Aug 2006 Posts: 37
|
Posted: Thu May 31, 2007 0:13 Post subject: |
|
|
I finally got my machine back up and running and am looking at finishing up my changes to the nwnx2 sourcebase (replace madcodehook with a library that works for both windows and linux, converged common windows/linux code, removed as much assembly from hooking code as possible).
I should sync up with your changes. |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu May 31, 2007 12:44 Post subject: |
|
|
It could be useful to set up an SVN repository. What do you think? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu May 31, 2007 21:21 Post subject: |
|
|
I would like to host the SVN repository for you, if there are no subjections. _________________ Papillon |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu May 31, 2007 22:39 Post subject: |
|
|
That'd be great.
P.S. Is there a simple way to sync repositories? I use a local SVN repository for my plugins and I want to upload only stable versions to the remote repository. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Fri Jun 01, 2007 9:23 Post subject: |
|
|
Good question. You could look it up in the Subversion Book. If it's not in there, it' probably nowhere...
Just send me a PM with the users and password you need. _________________ Papillon |
|
Back to top |
|
|
chaoslink
Joined: 23 Aug 2006 Posts: 37
|
Posted: Fri Jun 01, 2007 23:45 Post subject: |
|
|
I'm more used to CVS, so I can't tell you any tricks for SVN. If you are interested in my changes I'll provide them any way you want. As soon as I get them working, that is. I'm having some issue with the windows version not calling the init code my new nwnx2lib.dll, but I'm sure I'll figure it out (I've been in Java land far too long for work). |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
SpiderX
Joined: 14 Aug 2007 Posts: 12
|
Posted: Mon Mar 10, 2008 13:42 Post subject: |
|
|
Something weird occurred when i`d tried to use it.
Quote: | NWNX2lib: Init
NWNX2lib: org SetString() at 0x81f1660, new SetString() at 0xb7fd9e4c
NWNX2lib: org GetObj() at 0x81f1568, new GetObj() at 0xb7fd9e74
* Parsing configuration...
NWN Extender v2.7-beta2
(c) 2004 by the APS/NWNX Linux Conversion Group
(c) 2007 by virusman
|
So, what is exactly in archive?
old lib or new lib with wrong version?
Thank`s.
Last edited by SpiderX on Fri Mar 14, 2008 20:28; edited 1 time in total |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Mon Mar 10, 2008 14:47 Post subject: |
|
|
New lib with wrong version.
I'll upload an updated .rar today. |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
jec2
Joined: 17 Jul 2008 Posts: 49
|
Posted: Tue Nov 11, 2008 9:03 Post subject: Problem with latest nwnx2.so build(from checkout 190 of svn) |
|
|
Problem with latest nwnx2.so build(from checkout 190 of svn).
getting this error when run (loading)
.nwserver: symbol lookup error: .nwnx2.so: undefined symbol: 0_esp
shows over and over..
Thanks...
jec2. |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Wed Nov 12, 2008 10:13 Post subject: Re: Problem with latest nwnx2.so build(from checkout 190 of |
|
|
jec2 wrote: | Problem with latest nwnx2.so build(from checkout 190 of svn).
getting this error when run (loading)
.nwserver: symbol lookup error: .nwnx2.so: undefined symbol: 0_esp
shows over and over..
Thanks...
jec2. | Hm.. I'm not getting this error.
Please describe the configuration of your server (32 or 64, Linux distro, GCC version, etc.) |
|
Back to top |
|
|
|