-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launching from studio does not work #385
Comments
Good catch! Thanks. |
This is just a general problem with setting state. I'm not sure I had gotten to state just yet, as we are only supporting recording at this time. I'll keep you posted on priority of this. |
Yup, confirming this is a problem in the state wrapper too. |
The problem was that my fromStateObject was on the prototype, and not a static. I'm a bit embarrassed by how long this took me to debug. As a result I added an assertion in IOType.fromCoreType. @samreid let me know if you can foresee trouble with that assertion. |
Cherry picked into 1.1 (for the study this week). Closing |
The assertion looks correct to me, and unlikely to yield any false positivise. |
For phetsims/qa#647. Win 10 Chrome.
When in studio, if you launch the sim, the resulting sim freezes on the home screen and creates several issues in the console. If you launch without entering the sim, trying to enter the resulting launched sim will then create the freezed behavior.
The text was updated successfully, but these errors were encountered: