Hi, I'm on IDE 11.0.179, Runtime 11.0.226, and since the update GMLive won't work if any assets are referenced in the event (it seems to interpret objects and sprites as undeclared variables). Here is a typical error:
"
[GMLive][1/14/2025 5:46:25 PM][ERROR] Runtime error: [error] `instance#ref instance 107658(obj_DemoWindow)` (instance of obj_DemoWindow) does not have a variable `obj_Selector`.
called from obj_DemoWindow:Draw_0 [line 10, col 21]
"
When this error occurs, drawing in the event stops. This never happened with previous GM version (8.something).
Thanks!