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
---------------------------
Flymode and vault modefieing?
- Branan
- Gehn Shard Admin
- Posts: 694
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 66990
- Location: Portland, OR
Re: Flymode and vault modefieing?
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.

Your friendly neighborhood shard admin
-
- Posts: 105
- Joined: Tue Feb 07, 2012 1:15 pm
Re: Flymode and vault modefieing?
I added "'-localdata" as a start up pramiter(before I had "/localdata") but I still have this error.
Re: Flymode and vault modefieing?
Do you get any errors or warnings from the server? (as in , in the terminal the server is running in)
Code: Select all
long longestTimeWithoutPlayingMoula = (new Date()) - (new Date(2014, 9, 26));
-
- Posts: 105
- Joined: Tue Feb 07, 2012 1:15 pm
- Branan
- Gehn Shard Admin
- Posts: 694
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 66990
- Location: Portland, OR
Re: Flymode and vault modefieing?
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?
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?

Your friendly neighborhood shard admin
-
- Posts: 105
- Joined: Tue Feb 07, 2012 1:15 pm
Re: Flymode and vault modefieing?
It appears I put the Genh SDls in the wrong place. I recopied them and now it works. Thank you very much.