You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I walk to the north and east before the upper city, my position is i have just reached the first building of the northeast city and when i walk to return back the game crashed. This has happened twice and the other time also involved in me walking to unexplored area
Given that it crashes when trying to allocate memory I'd suggest your thingie has run out of memory. Games do not bring memory with them to the hardware.
Suggestions:
Close all other memory hogs when playing, i.e. browers and whatever shouldn't be left in the background.
Get rid of unneeded data from your thingie (delete old movies, move things off it to an off device storage).
Describe the bug
I was just walking to an unexplored area and when i walk back it crashed
VERSION: 0.G
Signal SIGABRT: Abnormal termination
STACK TRACE:
3: 0x7b17fc789c __kernel_rt_sigreturn
4: 0x7b072fe0f4 abort
#11: 0x7b072e90d8 malloc
#12: 0x785a6c0310 operator new(unsigned long)
#14: 0x78541e93ec map::loadn(tripoint const&, bool, bool)
#15: 0x78541e8c90 map::shift(point const&)
#16: 0x7853e43a38 game::update_map(int&, int&, bool)
#17: 0x7853dffa4c game::update_map(Character&, bool)
#18: 0x7853e3ceac game::place_player(tripoint const&, bool)
#19: 0x7853e19fd8 game::walk_move(tripoint const&, bool, bool)
#20: 0x7853968260 avatar_action::move(avatar&, map&, tripoint const&)
#21: 0x7853ea4bcc game::do_regular_action(action_id&, avatar&, cata::optional const&)
#22: 0x7853eb187c game::handle_action()
#23: 0x7853cf2314 do_turn()
#24: 0x78541baae8 SDL_main
#25: 0x7856eb95f0 Java_org_libsdl_app_SDLActivity_nativeRunMain
Attach save file
Lochbuie-trimmed.tar.gz
Steps to reproduce
I walk to the north and east before the upper city, my position is i have just reached the first building of the northeast city and when i walk to return back the game crashed. This has happened twice and the other time also involved in me walking to unexplored area
Expected behavior
the game wouldnt crash cuz thats how a game plays
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
crazh&debuk.zip
Lochbuie-trimmed.tar.gz
Lochbuie.zip
The text was updated successfully, but these errors were encountered: