World server crashes after character creation
djkain34 opened this issue · 17 comments
2019.07.24.0001.0000 is extremely old and won't work at all unless you pick an older version of the server, it's not backwards compatible at all
also the screenshot is pretty useless, build with RelWithDebInfo
or Debug
otherwise you won't get anything usable
what version is best? just wish you could update it without having a current account.
CMake command arguments: have -DCMAKE_BUILD_TYPE="RelWithDebInfo"
only newest client version is supported, anything outside of that means you're on your own.
It looks like exd reading that's failing there though, but for whatever reason it's not loading symbols, either because they don't exist or it was built on another computer and copied to the vm, so VS will fail to load them by default
It was compiled on this vm. I just ran it from the cmake folder and it crashed the same way. How do I check if its loading the symbols?
If it was built on the same machine it should just load them anyway
there are *.pdb files in the bin directory?
Nope only see .exe files .sh and .dll
yeah, that problem is because your game version doesn't match the server so it won't be able to read sheets in the event that the columns move around
clothing issue because you crashed during login and the opening didn't play through correctly
fun guess its time to buy a game card to get the game up to date.
you can use the trial to update your game too, but naturally you won't have any expansion content by default.
I re-activated my account and downloaded the full thing.
need check version load packet parse model
ffxisf is that something I can do? I can't program but can try and help yall out any other way if yall need it.
Looks like this new update made it work. Thanks a ton