BasiliskII-android icon indicating copy to clipboard operation
BasiliskII-android copied to clipboard

Stuck at blank screen after shutdown

Open rakslice opened this issue 3 years ago • 2 comments

Shutting down the emulated mac is apparently detected by the emulator, as you don't get the default mac shutdown message with restart button, but it leaves you at a blank black screen with no apparent ui to restart or exit the app other than using a task switcher to kill it

rakslice avatar Dec 03 '22 18:12 rakslice

It's only when network is configured.

Just starting to look into it in my local build, QuitEmulator() doesn't complete. We get into ExitAll() but it doesn't get past EtherExit().

rakslice avatar Jan 15 '25 03:01 rakslice

It seems the problem is shutting down the slirp and main ethernet threads; android has pthread but no pthread_cancel() so the code doesn't cancel it but still joins waiting forever for it to somehow exit.

rakslice avatar Jan 15 '25 04:01 rakslice