some-fnf-archives / FNF-LegacyPsych

it's Psych Engine 0.6.3 but it compiles with newer flixel versions and also has stuff from 0.7 that is just better
Apache License 2.0
14 stars 6 forks source link

[ BUG ] FlxDebugger crashes when trying to close #11

Open Your-Local-LordXSimp opened 5 months ago

Your-Local-LordXSimp commented 5 months ago

Describe your problem here.

Screenshot (192)


EDIT (2024/08/11, @crowplexus): Occasionally, FlxDebugger will pop up with warnings, the issue here is that when trying to close it while specifically being in PlayState will crash the game due to it trying to access an invalid keycode, most likely for inputs.

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No response

crowplexus commented 5 months ago

press F2

Your-Local-LordXSimp commented 5 months ago

This was after I pressed F2. Screenshot (203)

crowplexus commented 5 months ago

i'm assuming this is most likely a flixel bug, avoid using debug builds for now, i'll investigate this further and try to find a potential fix

Your-Local-LordXSimp commented 5 months ago

I figured out that it's either slash or backslash (It's invisible if I actually type it in here, apparently), but I need it to not appear when the song first loads. I don't know if it's still a Flixel problem though.