How to fix panic code 911

i have this like reaaaaally old game that i want to see what it wws like but everytime i open it up it says error code panic 911? does anyone know how to fix this? https://arcade.makecode.com/S95968-70017-51747-07697

3 Likes

works for me

Yeah this might seem kinda weird but…

Everything is working perfectly fine on my end…

Can you send a screenshot of your side of things?

welcome back, and if I remember Panic Code 911 is only activated by the dev

1 Like

I had sent the wrong game on accident I believe, this should be the one with the error

https://makecode.com/_ToYh9b8eqJpb

1 Like

It probably thinks someone else hacked into the account and is attempting to modify it, which is why the error shows up.

You can check out this link but otherwise I’m not sure.

Holy moly he came back

1 Like

Hi @BoostedGames! I think I’ve found the solution to the error.
Let me explain:


The menu option is currently showing the events that will happen for another menu.
When the code runs, it is going to that area but cannot make those events true, as there has been no menu created with those selections that is accessible — there is no access for anything on the if<than if condition.
To fix it, I would add a if {selection} = (something in the first menu) <else if {selection} = (something else on the first menu) then it would be able to get to all that code. That may be one way to help — but it isn’t the correct answer, as I changed it again and again but doesn’t work. I am so sorry for not being able to help you and I’m still going on the problem..

2 Likes