You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REPRO STEPS
Launch HMSL
Enter N to not initialize HMSL
Enter: da.kill
EXPECT
Nothing to happen.
ACTUAL
Crash because the low level Amiga chip emulation is not initialized.
hostClock_Init() is not called until HMSL.INIT is created.
But the underlying drivers need to be initialized when the native code launches. (PREFERRED)
Or the chip writing code needs to check to make sure mFifo exists.
The text was updated successfully, but these errors were encountered:
REPRO STEPS
Launch HMSL
Enter N to not initialize HMSL
Enter: da.kill
EXPECT
Nothing to happen.
ACTUAL
Crash because the low level Amiga chip emulation is not initialized.
hostClock_Init() is not called until HMSL.INIT is created.
But the underlying drivers need to be initialized when the native code launches. (PREFERRED)
Or the chip writing code needs to check to make sure mFifo exists.
The text was updated successfully, but these errors were encountered: