haikuports icon indicating copy to clipboard operation
haikuports copied to clipboard

FS-UAE crashes on Haiku x86_64 (hrev56291)

Open LambdaCalculus37 opened this issue 2 years ago • 1 comments

I installed both FS-UAE and FS-UAE Launcher via HaikuDepot, and while FS-UAE Launcher works normally, launching FS-UAE from it does not, instead crashing within moments after launching. The error generated is below, as is the debug report generated.

screenshot16

fs-uae-3511-debug-21-07-2022-15-55-23.report.txt

LambdaCalculus37 avatar Jul 21 '22 16:07 LambdaCalculus37

	thread 3532: pthread func 
		state: Call (abort() called)

		Frame		IP			Function Name
		-----------------------------------------------
		00000000	0x1c27e465987	_kern_debugger + 0x7 
			Disassembly:
				_kern_debugger:
				0x000001c27e465980:   48c7c0e5000000  mov $0xe5, %rax
				0x000001c27e465987:             0f05  syscall  <--

		0x7fdfe432ba00	0x1c27e45d98e	abort + 0x4a 
		0x7fdfe432ba08	0xa77fbe5f4d	GetSystemInfo(SYSTEM_INFO*) + 0 
		0x7fdfe432baf0	0x7ffff800	? 
		0x7fdfe432bb30	0xa77fb29f0a	check_uae_p32(unsigned long long, char const*, int) + 0x38 

Not sure where this version of GetSystemInfo is, I checked and I didn't see any in the FS-UAE codebase on a quick scan that can call abort.

waddlesplash avatar Jul 21 '22 16:07 waddlesplash