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
Using the latest code in git today, building for SDL on macOS using cmake, starting a Macintosh emulator by specifying a Macintosh disk image on the command line when launching clksignal works, but once it gets to the Finder and mounts the disk on the desktop, it seems to find the same disk image in the external drive and mounts it on the desktop a second time. I immediately exit Clock Signal at this point, assuming that doing anything that might write to the disk images could corrupt them.
The problem does not occur if I use the --new=Macintosh command line flag—either in addition to specifying a disk image on the command line or if I don't specify a disk image on the command line but drag it onto the window later.
This problem also does not occur in the macOS Cocoa interface built using Xcode.
The text was updated successfully, but these errors were encountered:
Using the latest code in git today, building for SDL on macOS using cmake, starting a Macintosh emulator by specifying a Macintosh disk image on the command line when launching
clksignal
works, but once it gets to the Finder and mounts the disk on the desktop, it seems to find the same disk image in the external drive and mounts it on the desktop a second time. I immediately exit Clock Signal at this point, assuming that doing anything that might write to the disk images could corrupt them.The problem does not occur if I use the
--new=Macintosh
command line flag—either in addition to specifying a disk image on the command line or if I don't specify a disk image on the command line but drag it onto the window later.This problem also does not occur in the macOS Cocoa interface built using Xcode.
The text was updated successfully, but these errors were encountered: