CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.26k stars 4.11k forks source link

Game crashed while walking/traveling on mobile #75571

Open Koevakons opened 1 month ago

Koevakons commented 1 month ago

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

Additional context

crazh&debuk.zip Lochbuie-trimmed.tar.gz Lochbuie.zip

PatrikLundell commented 1 month ago

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: