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 Crash] Game crashes when dance mat is connected #750

Open
AkimiHateki opened this issue Jul 25, 2024 · 1 comment
Open

[Game Crash] Game crashes when dance mat is connected #750

AkimiHateki opened this issue Jul 25, 2024 · 1 comment

Comments

@AkimiHateki
Copy link

AkimiHateki commented Jul 25, 2024

Describe the crash

When I was trying to connect my amazon konami dance mat to the game on my macbook air and open it, the game would immediately crash. Most of the time it would not show the start screen at all.


Translated Report (Full Report Below)

Process: OutFox [2699]
Path: /Users/USER/Library/Application Support/Steam/*/OutFox.app/Contents/MacOS/OutFox
Identifier: com.teamrizu.outfox
Version: Mac Public Alpha 0.5.0.0 (0.5.0.0)
Code Type: X86-64 (Translated)
Parent Process: steam_osx [1060]
Responsible: steam_osx [1060]
User ID: 501

Date/Time: 2024-07-25 18:18:47.6155 -0400
OS Version: macOS 14.5 (23F79)
Report Version: 12
Anonymous UUID: C3198211-3B99-EF2F-D6ED-123126A63F95

Time Awake Since Boot: 1400 seconds

System Integrity Protection: enabled

Notes:
PC register does not match crashing frame (0x0 vs 0x7FF89CF2EA78)

Crashed Thread: 4

Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: OutFox [2699]

Error Formulating Crash Report:
PC register does not match crashing frame (0x0 vs 0x7FF89CF2EA78)

Thread 0:: Dispatch queue: com.apple.main-thread
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ee46 __semwait_signal + 10
2 libsystem_c.dylib 0x7ff80cb41a61 nanosleep + 199
3 libc++.1.dylib 0x7ff80cbd60b4 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>> const&) + 73
4 OutFox 0x10374db13 g3::internal::pushFatalMessageToLogger(g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>) + 675
5 OutFox 0x10374ed9e std::__1::__function::__func<void ()(g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>), std::__1::allocator<void ()(g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>)>, void (g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>)>::operator()(g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>&&) + 30
6 OutFox 0x10374e535 g3::internal::saveMessage(char const*, char const*, int, char const*, LEVELS const&, char const*, int, char const*, char const*) + 1749
7 OutFox 0x10374f66d LogCapture::~LogCapture() + 157
8 OutFox 0x103748fea (anonymous namespace)::signalHandler(int, __siginfo*, void*) + 810
9 libsystem_platform.dylib 0x7ff80ccbafdd _sigtramp + 29
10 ??? 0x1 ???
11 libobjc.A.dylib 0x7ff80c8bf59b _objc_msgSend_uncached + 75
12 Foundation 0x7ff80dc543d4 -[NSConcreteNotification initWithName:object:userInfo:] + 65
13 Foundation 0x7ff80dc26cfd -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
14 GameController 0x7ff825cc60c8 -[_GCControllerManagerAppClient _setCurrentMicroGamepad:] + 180
15 GameController 0x7ff825cc5d3e -[_GCControllerManagerAppClient setCurrentController:] + 214
16 GameController 0x7ff825cc5648 __60-[_GCControllerManagerAppClient _onqueue_publishController:]_block_invoke + 53
17 libdispatch.dylib 0x7ff80cae9ac6 _dispatch_call_block_and_release + 12
18 libdispatch.dylib 0x7ff80caeadbc _dispatch_client_callout + 8
19 libdispatch.dylib 0x7ff80caf71df _dispatch_main_queue_drain + 984
20 libdispatch.dylib 0x7ff80caf6df9 _dispatch_main_queue_callback_4CF + 31
21 CoreFoundation 0x7ff80cda911a CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
22 CoreFoundation 0x7ff80cd687c0 __CFRunLoopRun + 2463
23 CoreFoundation 0x7ff80cd67859 CFRunLoopRunSpecific + 557
24 HIToolbox 0x7ff817c5aa09 RunCurrentEventLoopInMode + 292
25 HIToolbox 0x7ff817c5a816 ReceiveNextEventCommon + 665
26 HIToolbox 0x7ff817c5a561 _BlockUntilNextEventMatchingListInModeWithFilter + 66
27 AppKit 0x7ff810339c61 _DPSNextEvent + 880
28 AppKit 0x7ff810c4ddc0 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1273
29 OutFox 0x103417066 Cocoa_PumpEventsUntilDate + 86
30 OutFox 0x10341736b Cocoa_PumpEvents + 59
31 OutFox 0x103343f01 SDL_PumpEvents_REAL + 33
32 OutFox 0x1032aeffe InputHandler_SDL2::Update() + 21262
33 OutFox 0x102e4b94a RageInput::Update() + 42
34 OutFox 0x102a99b7c InputFilter::Update(float) + 76
35 OutFox 0x102c647c1 HandleInputEvents(float) + 97
36 OutFox 0x1029e61e6 GameLoop::UpdateAllButDraw(bool) + 534
37 OutFox 0x1029e6ed4 GameLoop::RunGameLoop() + 388
38 OutFox 0x102c5da7e main + 24750
39 dyld 0x205055366 start + 1942

Thread 1:: com.apple.rosetta.exceptionserver
0 runtime 0x7ff7ffece494 0x7ff7ffeca000 + 17556

Thread 2:
0 runtime 0x7ff7ffeec94c 0x7ff7ffeca000 + 141644

Thread 3:
0 runtime 0x7ff7ffeec94c 0x7ff7ffeca000 + 141644

Thread 4 Crashed:
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc52c82 __kill + 10
2 OutFox 0x1037485dd g3::internal::exitWithDefaultSignalHandler(LEVELS const&, int) + 173
3 OutFox 0x103754e41 g3::LogWorkerImpl::bgFatal(g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>) + 1329
4 OutFox 0x103756516 std::__1::__function::__func<g3::LogWorker::fatal(g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>)::$_1, std::__1::allocator<g3::LogWorker::fatal(g3::MoveOnCopy<std::__1::unique_ptr<g3::FatalMessage, std::__1::default_deleteg3::FatalMessage>>)::$_1>, void ()>::operator()() + 38
5 OutFox 0x102c692f9 kjellkod::Active::run() + 137
6 OutFox 0x102c69ba3 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct>, void (kjellkod::Active::)(), kjellkod::Active>>(void*) + 67
7 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
8 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 5:: SDLTimer
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c6f3 _pthread_cond_wait + 1211
3 OutFox 0x1033bd70e SDL_CondWaitTimeout_REAL + 142
4 OutFox 0x1033bdaa0 SDL_SemWaitTimeout_REAL + 80
5 OutFox 0x1033be181 SDL_TimerThread + 113
6 OutFox 0x1033bd27d SDL_RunThread + 45
7 OutFox 0x1033bdcf9 RunThread + 9
8 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
9 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 6:
0 runtime 0x7ff7ffeec94c 0x7ff7ffeca000 + 141644

Thread 7:
0 runtime 0x7ff7ffeec94c 0x7ff7ffeca000 + 141644

Thread 8:
0 runtime 0x7ff7ffeec94c 0x7ff7ffeca000 + 141644

Thread 9:: com.apple.NSEventThread
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4c3ce mach_msg2_trap + 10
2 libsystem_kernel.dylib 0x7ff80cc5ac88 mach_msg2_internal + 84
3 libsystem_kernel.dylib 0x7ff80cc53510 mach_msg_overwrite + 653
4 libsystem_kernel.dylib 0x7ff80cc4c6bd mach_msg + 19
5 CoreFoundation 0x7ff80cd69909 __CFRunLoopServiceMachPort + 143
6 CoreFoundation 0x7ff80cd6837c __CFRunLoopRun + 1371
7 CoreFoundation 0x7ff80cd67859 CFRunLoopRunSpecific + 557
8 AppKit 0x7ff810497bbc _NSEventThread + 122
9 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
10 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 10:: caulk.messenger.shared:17
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4c34a semaphore_wait_trap + 10
2 caulk 0x7ff817976ba8 caulk::semaphore::timed_wait(double) + 150
3 caulk 0x7ff817976ac4 caulk::concurrent::details::worker_thread::run() + 30
4 caulk 0x7ff8179767e8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread*>>(void) + 41
5 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
6 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 11:: caulk.messenger.shared:high
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4c34a semaphore_wait_trap + 10
2 caulk 0x7ff817976ba8 caulk::semaphore::timed_wait(double) + 150
3 caulk 0x7ff817976ac4 caulk::concurrent::details::worker_thread::run() + 30
4 caulk 0x7ff8179767e8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread*>>(void) + 41
5 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
6 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 12:: com.apple.audio.IOThread.client
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4c3ce mach_msg2_trap + 10
2 libsystem_kernel.dylib 0x7ff80cc5ac88 mach_msg2_internal + 84
3 libsystem_kernel.dylib 0x7ff80cc53510 mach_msg_overwrite + 653
4 libsystem_kernel.dylib 0x7ff80cc4c6bd mach_msg + 19
5 CoreAudio 0x7ff80f3edcf3 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 103
6 CoreAudio 0x7ff80f2bb886 HALC_ProxyIOContext::IOWorkLoop() + 4562
7 CoreAudio 0x7ff80f2b9fc1 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 73
8 CoreAudio 0x7ff80f44cfd0 HALC_IOThread::Entry(void*) + 72
9 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
10 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 13:: Decode thread
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c6f3 _pthread_cond_wait + 1211
3 OutFox 0x1033bd76e SDL_CondWait_REAL + 14
4 OutFox 0x1032eec6d RageSoundDriver::DecodeThread() + 349
5 OutFox 0x1032eeb09 RageSoundDriver::DecodeThread_start(void*) + 9
6 OutFox 0x1033bd27d SDL_RunThread + 45
7 OutFox 0x1033bdcf9 RunThread + 9
8 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
9 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 14:: Music thread
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c6f3 _pthread_cond_wait + 1211
3 OutFox 0x1033bd76e SDL_CondWait_REAL + 14
4 OutFox 0x102a3fd05 MusicThread_start(void*) + 229
5 OutFox 0x1033bd27d SDL_RunThread + 45
6 OutFox 0x1033bdcf9 RunThread + 9
7 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
8 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 15:: Worker thead (MemoryCardWorker)
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c6f3 _pthread_cond_wait + 1211
3 OutFox 0x1033bd70e SDL_CondWaitTimeout_REAL + 142
4 OutFox 0x102f2aead RageWorkerThread::WorkerMain() + 285
5 OutFox 0x102f29c39 RageWorkerThread::StartWorkerMain(void*) + 9
6 OutFox 0x1033bd27d SDL_RunThread + 45
7 OutFox 0x1033bdcf9 RunThread + 9
8 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
9 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 16:: /)
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c6f3 _pthread_cond_wait + 1211
3 OutFox 0x1033bd70e SDL_CondWaitTimeout_REAL + 142
4 OutFox 0x102f2aead RageWorkerThread::WorkerMain() + 285
5 OutFox 0x102f29c39 RageWorkerThread::StartWorkerMain(void
) + 9
6 OutFox 0x1033bd27d SDL_RunThread + 45
7 OutFox 0x1033bdcf9 RunThread + 9
8 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
9 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 17:: /)
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c6f3 _pthread_cond_wait + 1211
3 OutFox 0x1033bd70e SDL_CondWaitTimeout_REAL + 142
4 OutFox 0x102f2aead RageWorkerThread::WorkerMain() + 285
5 OutFox 0x102f29c39 RageWorkerThread::StartWorkerMain(void
) + 9
6 OutFox 0x1033bd27d SDL_RunThread + 45
7 OutFox 0x1033bdcf9 RunThread + 9
8 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
9 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 18:: Network Thread
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ee46 __semwait_signal + 10
2 libsystem_c.dylib 0x7ff80cb41a61 nanosleep + 199
3 libc++.1.dylib 0x7ff80cbd60b4 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>> const&) + 73
4 OutFox 0x102b5606b NetworkServicesManager::NetworkRequestPoll() + 1915
5 OutFox 0x102b55549 NetworkServicesManager::NetworkThread_Start(void*) + 9
6 OutFox 0x1033bd27d SDL_RunThread + 45
7 OutFox 0x1033bdcf9 RunThread + 9
8 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
9 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 19:: CVDisplayLink
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c724 _pthread_cond_wait + 1260
3 CoreVideo 0x7ff815ff6bb9 CVDisplayLink::waitUntil(unsigned long long) + 379
4 CoreVideo 0x7ff815ff5b30 CVDisplayLink::runIOThread() + 526
5 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
6 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 20:: CVDisplayLink
0 ??? 0x7ff89cf2ea78 ???
1 libsystem_kernel.dylib 0x7ff80cc4ef7a __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff80cc8c724 _pthread_cond_wait + 1260
3 CoreVideo 0x7ff815ff6bb9 CVDisplayLink::waitUntil(unsigned long long) + 379
4 CoreVideo 0x7ff815ff5b30 CVDisplayLink::runIOThread() + 526
5 libsystem_pthread.dylib 0x7ff80cc8c18b _pthread_start + 99
6 libsystem_pthread.dylib 0x7ff80cc87ae3 thread_start + 15

Thread 4 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x3031ed17a6dd00d1 rcx: 0x0000000000000000 rdx: 0x0000000000000001
rdi: 0x0000600002678800 rsi: 0x00006000034d7560 rbp: 0x00000000ffffff00 rsp: 0x00007ff850058610
r8: 0x000000030bb2af00 r9: 0x00000000ffffff00 r10: 0x3031ed17a6dd00d1 r11: 0x0000000000000000
r12: 0x00006000026fd810 r13: 0x000000030bb2acb8 r14: 0x000000030bb2ae90 r15: 0x0000600002395580
rip: rfl: 0x0000000000000293
tmp0: 0xffffffffffffffff tmp1: 0x00007ff89cf2ea4c tmp2: 0x00007ff80cc52c6e

Binary Images:
0x20504f000 - 0x2050dffff dyld () /usr/lib/dyld
0x11b561000 - 0x11b568fff com.apple.GameController.KeyboardAndMouseSupport (
) <0cf80056-fba1-3009-9533-42afc5625ad4> /System/Library/Frameworks/GameController.framework/Versions/A/Resources/KeyboardAndMouseSupport.bundle/Contents/MacOS/KeyboardAndMouseSupport
0x11bafb000 - 0x11bb0efff com.apple.AppleSyntheticGameControllerLib (1.0) <5204f12c-56f7-35c7-97bc-3536de531d1f> /System/Library/Extensions/AppleSyntheticGameController.kext/Contents/PlugIns/AppleSyntheticGameController.plugin/Contents/MacOS/AppleSyntheticGameController
0x11baa0000 - 0x11bab6fff com.apple.iokit.IOHIDLib (2.0.0) <63297771-062b-3fe3-bf05-e4af8148d037> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x11b793000 - 0x11b801fff com.apple.AppleMetalOpenGLRenderer (1.0) <4af56b80-b3ff-32b3-b1b7-9b4838292099> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
0x111d23000 - 0x111d2ffff libobjc-trampolines.dylib () /usr/lib/libobjc-trampolines.dylib
0x1118a7000 - 0x1118b2fff libParser_TJA.so (
) <27a7f8aa-2d8c-37be-80de-ffda776a1db1> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_TJA.so
0x1119ac000 - 0x1119c3fff libParser_SMA.so (
) <136fdcc2-3505-3db6-83d2-c24ee01a65de> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_SMA.so
0x111875000 - 0x111880fff libParser_QUA.so (
) <7f36df19-76e8-3f49-8849-3dee460d3db7> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_QUA.so
0x1118e5000 - 0x111904fff libParser_PMS.so (
) <2c143ee0-d4ba-3b9d-94ca-521f14b5352a> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_PMS.so
0x10f379000 - 0x10f38cfff libParser_OTO.so (
) /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_OTO.so
0x10f685000 - 0x10f69cfff libParser_MID.so (
) <2a3ce261-35da-37ff-884b-30a6d17a4c42> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_MID.so
0x10f578000 - 0x10f587fff libParser_KSF.so (
) /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_KSF.so
0x111803000 - 0x111826fff libParser_GDA.so (
) <99039c0b-0b82-3179-9c86-a9321de263dd> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_GDA.so
0x10f53c000 - 0x10f54bfff libParser_DWI.so (
) /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_DWI.so
0x10f5bc000 - 0x10f5e3fff libParser_DTX.so (
) /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_DTX.so
0x10f3c5000 - 0x10f3d4fff libParser_CH.so (
) /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_CH.so
0x10f4cf000 - 0x10f4f2fff libParser_BMS.so (
) <7d78aa34-07a1-3c66-9493-4d57a6c7cb04> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_BMS.so
0x10f471000 - 0x10f48cfff libParser_BGF.so (
) /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/Parsers/libParser_BGF.so
0x10f412000 - 0x10f41dfff libsteam_api.dylib (
) <17b2820d-27c6-376d-a575-06ffcd7c0a65> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/libsteam_api.dylib
0x111fcc000 - 0x1122abfff discord_game_sdk.dylib (
) <9a52e534-b1c7-3ffc-9deb-d7d81fdddce0> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/Frameworks/discord_game_sdk.dylib
0x10f786000 - 0x10f791fff libsteam_api.dylib (
) <17b2820d-27c6-376d-a575-06ffcd7c0a65> /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/MacOS/libsteam_api.dylib
0x7ff7ffeca000 - 0x7ff7ffef9fff runtime (
) /usr/libexec/rosetta/runtime
0x10ee4b000 - 0x10ee9efff libRosettaRuntime () <8a85f070-3849-3b55-adde-143cc5902f92> /Library/Apple//libRosettaRuntime
0x102864000 - 0x10443ffff com.teamrizu.outfox (Mac Public Alpha 0.5.0.0) /Users/USER/Library/Application Support/Steam//OutFox.app/Contents/MacOS/OutFox
0x0 - 0xffffffffffffffff ??? (
) <00000000-0000-0000-0000-000000000000> ???
0x7ff80cc4b000 - 0x7ff80cc85ff7 libsystem_kernel.dylib () <13597eeb-2ea0-3d48-8be1-dfc4872a784b> /usr/lib/system/libsystem_kernel.dylib
0x7ff80cb32000 - 0x7ff80cbb9ff7 libsystem_c.dylib (
) <93fb3816-608b-33af-83d2-209b4bd673ad> /usr/lib/system/libsystem_c.dylib
0x7ff80cbba000 - 0x7ff80cc34ff3 libc++.1.dylib () /usr/lib/libc++.1.dylib
0x7ff80ccb7000 - 0x7ff80ccc1ff7 libsystem_platform.dylib (
) /usr/lib/system/libsystem_platform.dylib
0x7ff80c8b8000 - 0x7ff80c8f9ffb libobjc.A.dylib () <7f156cb4-5b03-3a99-aacc-33343c632b77> /usr/lib/libobjc.A.dylib
0x7ff80dc1e000 - 0x7ff80e854ff3 com.apple.Foundation (6.9) <086a9e16-7c3a-32b4-821e-214a25c9a7eb> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7ff825c36000 - 0x7ff825d91ff1 com.apple.GameController (
) <701569de-20dd-3be2-b758-d83326799d46> /System/Library/Frameworks/GameController.framework/Versions/A/GameController
0x7ff80cae8000 - 0x7ff80cb2eff1 libdispatch.dylib () <511b909b-7a60-3295-9981-a508477c7893> /usr/lib/system/libdispatch.dylib
0x7ff80cced000 - 0x7ff80d186ffc com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7ff817c2c000 - 0x7ff817ec6ff3 com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7ff8102fb000 - 0x7ff811729ff2 com.apple.AppKit (6.9) <33ecd3dc-c895-35e2-a1fd-c1761b155964> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7ff80cc86000 - 0x7ff80cc91ff7 libsystem_pthread.dylib (
) <25b2f3eb-07b4-3cb9-9457-2c26210c27c8> /usr/lib/system/libsystem_pthread.dylib
0x7ff817975000 - 0x7ff81799aff7 com.apple.audio.caulk (1.0) /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7ff80f0cf000 - 0x7ff80f7faff3 com.apple.audio.CoreAudio (5.0) <8dc27e6e-8cb5-3fc5-a3b7-7b571306670c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7ff815ff3000 - 0x7ff816044ffb com.apple.CoreVideo (1.8) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=634.8M resident=0K(0%) swapped_out_or_unallocated=634.8M(100%)
Writable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
CG image 24K 3
ColorSync 244K 29
CoreAnimation 160K 18
CoreGraphics 12K 2
CoreUI image data 912K 6
Foundation 16K 1
Kernel Alloc Once 8K 1
MALLOC 1.2G 51
MALLOC guard page 192K 12
OpenGL GLSL 256K 3
Rosetta Arena 4096K 2
Rosetta Generic 1116K 276
Rosetta IndirectBranch 1024K 1
Rosetta JIT 128.0M 1
Rosetta Return Stack 500K 50
Rosetta Thread Context 500K 50
STACK GUARD 20K 5
Stack 17.7M 20
Stack Guard 56.1M 15
VM_ALLOCATE 444K 40
VM_ALLOCATE (reserved) 48K 5 reserved VM address space (unallocated)
__CTF 824 1
__DATA 23.3M 432
__DATA_CONST 22.3M 254
__DATA_DIRTY 919K 130
__FONT_DATA 2352 1
__GLSLBUILTINS 5176K 1
__LINKEDIT 206.1M 29
__OBJC_RO 71.8M 1
__OBJC_RW 2197K 2
__TEXT 428.8M 447
dyld private memory 292K 4
mapped file 219.0M 95
shared memory 888K 17
=========== ======= =======
TOTAL 2.3G 2006
TOTAL, minus reserved VM space 2.3G 2006

How can you reproduce the error?

Connect dance pad and start the game. Immediate crash.

Screenshots/Videos

No response

Game Mode

None

Additional Information

I have the game downloaded from steam.

@mbrooks8
Copy link

I have a similar issue, im able to start the game and get into one of the songs but once i connect my dancepad though a usbc dongle, it crashes

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

No branches or pull requests

2 participants