Error Message I Don't Understand
-
Does anyone now what this means?
It's in a longterm plugin, and Im not aware of anything I might have changed which has to do with that. The only thing I can think of is that I made some changes to the effects in my module tree, and was dealing with the module reordering bug.
Now, when I open my plugin, it tries to compile as always, but just sits there, occasionally responding to keyboard/mouse input, but not compiling.
Any thoughts greatly appreciated!
-
@clevername27 Do you have a script called with
Content.makeFrontInterface()
in it? -
@d-healey I do. It's the first line of my
OnInit()
. -
@clevername27 This happens randomly to me as well. It's possible that a script it taking loner to load than anticipated and the app chokes. I just hit recompile a few times and it usually comes back to life.
-
@Dan-Korneff Thanks, Dan - helps to know I'm not alone. (Also prob helps to have a stack of Gold Records.)
-
@clevername27 Unfortunately, I endure the same amount of suffering as everyone else.