Acknowledged
over 1 year ago

[BUGS] MacOS simulator bugs

  1. Sim crashes randomly, usually if its been running for a while (over an hour?).  Happens when I leave my Mac and return to a crashed Sim
  2. VS Code debugger cannot connect to the Sim.  Usually happens after several runs of an app.  Frequently happens after switching devices
  3. Cannot click on time field in Time Simulation dialog.  Must TAB to it.
  4. Crashes when clicking on Save in Activity Data dialog
  5. Scalable fonts are drawn in wrong scale when switch devices (FR265 to FR265s for example).  Here is my font selection call: var font = Graphics.getVectorFont({:face => ["RobotoCondensedBold", "RobotoCondensedRegular"], :size => size});  See attached for the result.

These bugs make testing on all devices in the sim painfully slow.

Pete