Page 3 of 3

Re: Flymode and vault modefieing?

PostPosted: Thu Mar 15, 2012 8:49 am
by jamie_marchant
Oh no I'm still haveing the above issue. This error may help:
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!

Program: ...Plasma\bins\Sources\Plasma\Apps\plClient\.\Debug\plClient.exe
File: C:\Users\Marchant\source\MOULa\Plasma\Sources\Plasma\PubUtilLib\plNetClient\plNetClientMsgHandler.cpp
Line: 260

Expression: SDL descriptor Personal missing, v=1

For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.

(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------

Re: Flymode and vault modefieing?

PostPosted: Thu Mar 15, 2012 9:38 am
by Branan
that looks like the client can't find the sdl files. You'll need to either add them to a server manifest, or run the client with the '-localdata' switch. It won't use unencrypted SDL files without that switch.

Re: Flymode and vault modefieing?

PostPosted: Thu Mar 15, 2012 12:58 pm
by jamie_marchant
I added "'-localdata" as a start up pramiter(before I had "/localdata") but I still have this error.

Re: Flymode and vault modefieing?

PostPosted: Fri Mar 16, 2012 1:05 am
by Luna
Do you get any errors or warnings from the server? (as in , in the terminal the server is running in)

Re: Flymode and vault modefieing?

PostPosted: Fri Mar 16, 2012 6:32 am
by jamie_marchant
Nope

Re: Flymode and vault modefieing?

PostPosted: Sun Mar 18, 2012 10:47 am
by Branan
That error definitely means it can't find an SDL file, or you're using the wrong version of an SDL file.

So just to make sure: You have the unencrypted Gehn .sdl files in an SDL/ folder in the client, right next to dat/ and sfx/ and whatnot?

Re: Flymode and vault modefieing?

PostPosted: Sun Mar 18, 2012 2:42 pm
by jamie_marchant
It appears I put the Genh SDls in the wrong place. I recopied them and now it works. Thank you very much.