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 entering a worldmap #3159

Closed
6 tasks done
turtle-guy opened this issue Dec 28, 2024 · 3 comments
Closed
6 tasks done

Game crashed while entering a worldmap #3159

turtle-guy opened this issue Dec 28, 2024 · 3 comments

Comments

@turtle-guy
Copy link

turtle-guy commented Dec 28, 2024

SuperTux Version

v0.6.3-1527-gcff5719a4

System Information

Windows 10 x64 22H2

Steps To Reproduce Crash

  1. Open the game and go to the add-ons menu
  2. Go to the contrib levels menu
  3. Select a world
  4. It crashes.

Debugging Information (Stacktrace)

<no symbol available>
<no symbol available>
<no symbol available>
_CxxFrameHandler4
<no symbol available>
RtlCaptureContext2
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
_CxxFrameHandler4
<no symbol available>
RtlCaptureContext2
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
<no symbol available>
BaseThreadInitThunk
RtlUserThreadStart

Additional Information

No response

Guidelines For Reporting Issues

  • I have read https://github.com/SuperTux/supertux/blob/master/CONTRIBUTING.md#bug-reports.
  • I have verified this isn't an issue that's already been reported.
  • I have verified this isn't a discussion, or an issue about unintended behavior or a feature request, but rather an actual crash ─ that is, the game closed unexpectedly.
  • I have verified this issue is not about wrong translations (use Transifex for those), or anything unsupported (e.g. third-party add-ons).
  • In this report, I have only included details about one (1) crash.
  • If I make a mistake while submitting this report, I agree to use the "Edit" feature to correct it, instead of closing this issue and opening a new one.
@tobbi
Copy link
Member

tobbi commented Dec 28, 2024

Does this happen for all worldmap or is it a specific worldmap that's affected?

@turtle-guy
Copy link
Author

Does this happen for all worldmap or is it a specific worldmap that's affected?

Only Yeti's Revenge i think

@tobbi
Copy link
Member

tobbi commented Jan 10, 2025

I only get this crash in release mode, therefore the following stack trace is mangled:

[SCRIPTING] default.nut loaded
[SCRIPTING] CALLSTACK
[SCRIPTING] *FUNCTION [display_fishbox()] WorldMapSector::default.nut line [102]

Error: signal 11:
SuperTux has encountered an unrecoverable error!
0   supertux2                           0x0000000106ee8b19 _ZN12ErrorHandler14get_stacktraceEv + 57
1   supertux2                           0x0000000106ee8aa2 _ZN12ErrorHandler12handle_errorEi + 98
2   libsystem_platform.dylib            0x00007ff80d792dfd _sigtramp + 29
3   ???                                 0x0000000000000000 0x0 + 0
4   libsimplesquirrel.dylib             0x000000010759fed7 sqstd_printcallstack + 151
5   supertux2                           0x0000000106ecab29 _ZN19SquirrelEnvironment10run_scriptERNSt3__113basic_istreamIcNS0_11char_traitsIcEEEERKNS0_12basic_stringIcS3_NS0_9allocatorIcEEEE + 585
6   supertux2                           0x0000000106eca7f5 _ZN19SquirrelEnvironment10run_scriptERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEES8_ + 293
7   supertux2                           0x00000001070149ab _ZN8worldmap14WorldMapSector5setupEv + 907
8   supertux2                           0x0000000107011b5a _ZN8worldmap8WorldMap10set_sectorERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_b + 698
9   supertux2                           0x000000010701a7c0 _ZN8worldmap13WorldMapState10load_stateEv + 608
10  supertux2                           0x0000000107011c04 _ZN8worldmap8WorldMap5setupEv + 52
11  supertux2                           0x0000000106f956b4 _ZN13ScreenManager20handle_screen_switchEv + 1300
12  supertux2                           0x0000000106f95adc _ZN13ScreenManager9loop_iterEv + 908
13  supertux2                           0x0000000106f95b68 _ZN13ScreenManager3runEv + 56
14  supertux2                           0x0000000106f30c09 _ZN4Main11launch_gameERK20CommandLineArguments + 4073
15  supertux2                           0x0000000106f316fa _ZN4Main3runEiPPc + 522
16  supertux2                           0x0000000106c94fde main + 94
17  dyld                                0x0000000113ad252e start + 462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants