I'm running pico-8 0.2.6b under macOS 15.2 (24C101)
I have only seen this with one cart from the BBS, but it seems reproducible. I don't know if the cart is doing anything unusual but it manages to crash the pico8 process entirely.
If I load #GORDY_AND_THE_MONSTER_MOON-0 (new today in splore), get through the story intro, move a few screens up and jump down the ladder; pico-8 repeatably crashes with:
Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000100778930 Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5 Terminating Process: exc handler [1242] Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 pico8 0x100778930 get_pitch_for_char + 104 1 pico8 0x1007781e0 pico8_print_char + 3016 2 pico8 0x100778f7c pico8_print_text + 788 3 pico8 0x1007661f8 p8_print + 772 4 pico8 0x1007238c4 luaD_precall + 1264 5 pico8 0x10072491c luaV_execute + 3376 6 pico8 0x10072849c resume + 272 7 pico8 0x10070fbb4 luaD_rawrunprotected + 84 8 pico8 0x100728170 lua_resume + 88 9 pico8 0x10074fe58 run_slice_section + 640 10 pico8 0x1007500c0 run_slice + 124 11 pico8 0x100708340 codo_main_update + 2972 12 pico8 0x1007ab260 codo_main + 452 13 dyld 0x189e5c274 start + 2840 |
I have a video of the steps (although I'm not sure I can make it play inline here) link
[Please log in to post a comment]