Menu's Not responsive in Online game
Talon
25 Mar 2018, 15:30This is a strange one for sure, but for some reason when I call a menu now they've become unresponsive, clicking does nothing most of the time, sometimes if clicked a second time Error running script: Unexpected menu response error, its almost like its hanging after the first click..
I've had the area in code for quite a few builds, without changing it, and i'm positive I had no trouble with menu's on the online versions before.

K.V.
25 Mar 2018, 17:17Left-field question: are there any sounds in your game?
Also, do you have a link to the game?
Talon
25 Mar 2018, 17:37can't really give the game link right now, But no don't use any sounds at all at this point, just images, can try to replicate the error with a smaller less intensive game

K.V.
25 Mar 2018, 17:51Hrmm... No sounds...
Do you ever clear the screen?
can't really give the game link right now
That's understandable.
If you feel comfortable PMing me a link, I will be discreet. If not, that's cool, too.
can try to replicate the error with a smaller less intensive game
That may work, but it isn't very likely. I say this because you don't know what the problem actually is (no offense meant), therefore it would be difficult to replicate it.
It sounds like your game has more than one blocked script running at the same time (but this is just a guess).
Talon
25 Mar 2018, 18:13Yes, do have quite a few screen clearing functions put in, since I read some of the forum before hand tried to just do a mass copy replace with nothing, but doesn't seem to have helped.. Though none of those should fire before the menu's get involved..

K.V.
25 Mar 2018, 18:20Well, now that I think about it, if it were due to a ClearScreen, it would mess up in the desktop player, too.
...and you have probably tested the menus in the desktop player since you found the issue online.
We really need some code. Otherwise, we're just throwing out theories.
Error running script: Unexpected menu response error
That usually means you're clicking on a menu response after that menu has been cleared.