Script is hanging error

Started by DRGCeles, January 01, 2019, 05:47:50 am

Previous topic - Next topic

DRGCeles

Hello Everyone,

I'm very new here and a damn n00b if it comes to scripts. :shy: I have a 'little' problem. The game project I'm working on is just running perfectly fine until the very first battle starts. I get the 'Script is hanging' message all the time. I've edited the order of the scripts, but that didn't fix the problem. Could someone help me, please?

Many thanks in advance:

C

KK20

Upload your scripts.rxdata file

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!


KK20

I was able to get into a battle perfectly fine on my end. Is there something you're doing prior to the battle?

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Heretic86

Current Scripts:
Heretic's Moving Platforms

Current Demos:
Collection of Art and 100% Compatible Scripts

(Script Demos are all still available in the Collection link above.  I lost some individual demos due to a server crash.)

KK20

Script is hanging is caused by not calling Graphics.update for a while. Command 355 bug just halts all further processing of the game logic, but doesn't affect the main game loop.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!