Skip to content
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

Game crashed while walking/traveling on mobile #75571

Open
Koevakons opened this issue Aug 10, 2024 · 1 comment
Open

Game crashed while walking/traveling on mobile #75571

Koevakons opened this issue Aug 10, 2024 · 1 comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@Koevakons
Copy link

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

  • OS: Android
    • OS Version: Manufacturer: INFINIX; Model: Infinix X6837; Release: 13; Incremental: 240510V1239;
  • Game Version: 0.G [64-bit]
  • Graphics Version: Tiles
  • Game Language: English [en]
  • Mods loaded: [
    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

@Koevakons Koevakons added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Aug 10, 2024
@PatrikLundell
Copy link
Contributor

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).
  • Buy more memory for your thingie.
  • Play on something else that has enough memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

No branches or pull requests

2 participants