I'm hoping this is the right place for this topic ^-^
I'll try to explain my problem, please excuse my terrible english.
I'm trying to host my own Shard but I'm stuck with multiple errors.
So let's begin with the first Problem. I've compiled the dirtsand from H-uru's GitHub-Repo and the Plasma-Engine from H-uru's GitHub too.
I've set everything up the way it was explained on the README.md but to test it first I did not use the keys and only copied the .age and .sdl-files to /opt/dirtsand/dirtsand/ages and ~/dirtsand/SDL
On the serverside there showed up no errors at all.
After that was done I've copied my Uru Live dir and the other files needed to C:\erster_versuch\ and linked the plClient.exe withe the "-LocalData" param and the "execute in: C:\erster_versuch\"
But every time I try to start it it shows up 3 error messages:
Error #1:
- Code: Select all
Debug Assertion Failed!
Program:
...\plClient.exe
File:
...\Plasma-master\Sources\Plasma\FeatureLib\pfMoviePlayer.cpp
Line: 199
Expression: Tried to play a movie that doesn't exist
Error #2
- Code: Select all
Debug Assertion Failed!
Program:
...\plClient.exe
File:
...\Plasma-master\Sources\Plasma\PubUtilLib\plClientResMgr\plClientResMgr.cpp
Line:132
Expression: Unknown client resource requested.
Error #3
- Code: Select all
Debug Assertion Failed!
Program:
...\plClient.exe
File:
...\Plasma-master\Sources\Plasma\PubUtilLib\plGImage\plMipmap.cpp
Line: 1555
Expression: nil source in plMipmap::CopyFrom()
I'm pressing "Ignore" and after the third error the Client crashes.
I'm not so into programming but my first guess is that I've done something wrong in the configuration.
My goal is to have a working external build of the client and a working server with encryption
I can provide all of my logs and files but I don't know which of them are important to you at the moment