Not sure if I'm doing something wrong here so I won't post in the Github issues for now. I am using the latest BizHawk release for Linux. Using a fresh config file, I can load and play a GBC game (such as
ucity). But if I import a GBC BIOS which is verified as correct by BizHawk and enable it, it crashes right after loading the ROM. Simply changing
true to
false in the following part of
config.ini makes everything work as expected:
"CoreSyncSettings": {
"BizHawk.Emulation.Cores.Nintendo.Gameboy.Gameboy": {
"$type": "BizHawk.Emulation.Cores.Nintendo.Gameboy.Gameboy+GambatteSyncSettings, BizHawk.Emulation.Cores",
"EnableBIOS": true,
I can provide more details if necessary. Notably, I see a "mono_crash" JSON file created each time this happens.
[EDIT] Switching from the Gambatte core to the GBHawk or SubGBHawk cores also make it work fine.