Song crashes after ending #735
Unanswered
THEkatinamicrowave
asked this question in
Q&A
Replies: 2 comments 4 replies
-
That looks like an OpenFL or Haxe issue if it comes directly from the console, not a HaxeFlixel one. This is the function declaration, as it comes from that very file in my copy of the 4.2.5 standard library: public static function setField(o:Dynamic, field:String, value:Dynamic):Void
untyped {
if (o != null)
o.__SetField(field, value, untyped __cpp__("::hx::paccNever"));
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
did u compile the engine urself or |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For whatever reason, on Codename v1.0.1 in my mod, the game crashes every time a song ends. I found this in the console:
I'm not sure what to do about this, let alone if I can do anything about it; any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions