We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pl_sees
Used 'play now' option to create a new game. Hit this debug assertion.
map_cache.lm[player_character.posx()] returns an array of size 132. player_character.posy() is 1796, waaay out of range.
map_cache.lm[player_character.posx()]
player_character.posy()
Tallaboa.zip
Save has no characters, try creating a random character but use that world to start in.
In MSVC debug build, use 'play now' to create a new game.
Doesn't debug assert.
Win 10 64 bit f13d34a
No response
The text was updated successfully, but these errors were encountered:
I believe this is a dupe of #66427
Sorry, something went wrong.
Yep that's the right one and #66431 fixes.
No branches or pull requests
Describe the bug
Used 'play now' option to create a new game. Hit this debug assertion.
map_cache.lm[player_character.posx()]
returns an array of size 132.player_character.posy()
is 1796, waaay out of range.Attach save file
Tallaboa.zip
Save has no characters, try creating a random character but use that world to start in.
Steps to reproduce
In MSVC debug build, use 'play now' to create a new game.
Expected behavior
Doesn't debug assert.
Screenshots
Versions and configuration
Win 10 64 bit f13d34a
Additional context
No response
The text was updated successfully, but these errors were encountered: