Like I say the plClient.exe is the one provided for the Destiny shard and it has the same failure on Destiny or my own dirtsand shard
So I am going to start a new investigation to try and make Noob compatible instructions for a MOSS shard.

J'Kla wrote:Well it appears I am at a dead end with this I have that Windows 7 Machine working but it is now the only one Windows 10 is dead in the water for my LAN dirtsand.
J'Kla wrote:So I am going to start a new investigation to try and make Noob compatible instructions for a MOSS shard.
Tsar Hoikas wrote:You will need to edit the source code for the file AuthServ/AuthDaemon.cpp.
On line 33, you will find this code:
- Code: Select all
std::unordered_map<ST::string, SDL::State, ST::hash_i, ST::equal_i> s_globalStates;
Replace it with this code:
- Code: Select all
std::unordered_map<ST::string, SDL::State, ST::hash, ST::equal_i> s_globalStates;
Be sure to save and recompile the server by running sudo make install from the build directory. Note that this change will introduce some subtle bugs into DirtSand with regard to SDL states, but these are currently found on the Gehn Shard, so you will not likely notice anything amiss.
Users browsing this forum: No registered users and 1 guest