Settings Button Causes "Ouch, this should not have happened"

npcrew

  • Posts: 5
With the latest build from yesterday on mac when I first load it and when I click on settings I get the "ouch" error and settings doesn't open. Attaching logs. Thanks

captaincomic

  • *
  • Posts: 6108
The error should be fixed now in build 8861.

It was caused by not finding any iOS Simulator version on your system, so maybe something has changed about the location of the simulator and the detection of it has to be updated as well.

Code: [Select]
2015-12-15 10:34:27,297 DEBUG [AWT-EventQueue-0] stencyl.sw.util.FileHelper: Failed to list contents of /Applications/Xcode.app/Contents/Developer/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs. It does not exist or is not a directory.
2015-12-15 10:34:27,297 DEBUG [AWT-EventQueue-0] stencyl.sw.util.FileHelper: Failed to list contents of /Applications/Xcode.app/Contents/Developer/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs. It does not exist or is not a directory.
2015-12-15 10:34:27,297 DEBUG [AWT-EventQueue-0] stencyl.sw.editors.game.mobile.MobilePage: Found the following simulator versions: []
2015-12-15 10:34:27,336 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null

npcrew

  • Posts: 5
The latest build fixed this issue. Thanks!