-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client crash on Examining your self #472
Comments
After poking around a bit I found where the issue comes from: when using |
I tried this earlier today on a fresh character and it seems fine for me, haven't touched gc, just set level to 70 can you confirm if this still happens for you? |
I realised I can't read, I've played around with this more (setting gc and leaving rank at 0 and so on) and I still can't get it to crash but I'll push a potential fix for this in a bit, which should also fix some UB in case you use invalid arguments |
Sorry, didn't see your first comment. It is still crashing for me. Here are the steps that crashes it:
To fix it I have to either do |
ah, uninitialised memory, interesting. Does this still happen on a new character with latest develop? |
Was automatically close by commit 72ca7b6 please reopen if it still exists |
Just tried (latest develop + new character) and it still happens. |
Aight, reopened. Ty! |
I can't get this to happen at all, can you make a new character without the world server running and then check the grandcompanyrank value in the db? And then start world and login and check it again? Is it still setting gcrank to CDCDCD? I have no idea how this can even be happening as we fetch the value from the db which sets the default value, so it should come through as 0 and we don't write it anywhere unless it's changed |
#472 - fix gc ranks being read incorrectly in examine packet
Describe the problem: Please describe the problem you're encountering accurately, including steps to reproduce/recreate the issue.
Screenshots or videos needed to identify the problem: Please attach screenshots or videos showing the problem to this issue, if applicable.
https://1drv.ms/u/s!AhXl3lygSuRHk14mB5Wk-b60YB2O
Sapphire branch and commit: You can get this by checking the server startup message in your console window, running
git describe --all
in a console window or looking at your git client.server branch master
commit aea0bf3
client fullscreen
Logs: You can get these from the /bin/logs directory in your sapphire clone, please attach them to this issue.
Setup: Please note down which operating system you are using and any other information about your setup which could be of use to us, like compiler/Visual Studio version and FFXIV version.
windows 10
visual studio 2017
ffxiv client retail 4.4
The text was updated successfully, but these errors were encountered: