nroutasuo / level13

Incremental browser text adventure
Apache License 2.0
213 stars 71 forks source link

[JS Error] InternalError: too much recursion #310

Open Lexden12 opened 6 months ago

Lexden12 commented 6 months ago

Details: Was moving around level 5 towards the elevator to level 4. I had just moved to a block and hit the "1" button on water (I believe) right when the game crashed.

Seed: 6559 Position: 5.10.10 (inCamp: false) Stacktrace: m.fn.init@https://nroutasuo.github.io/level13/lib/jquery/jquery-1.11.1.min.js?v=0.5.2:2:24119 m@https://nroutasuo.github.io/level13/lib/jquery/jquery-1.11.1.min.js?v=0.5.2:2:393 completeResourceIndicatorAnimations@https://nroutasuo.github.io/level13/src/game/constants/UIConstants.js?v=0.5.2:600:25 completeResourceAnimations@https://nroutasuo.github.io/level13/src/game/systems/ui/UIOutHeaderSystem.js?v=0.5.2:742:17 onActionStarting@https://nroutasuo.github.io/level13/src/game/systems/ui/UIOutHeaderSystem.js?v=0.5.2:1125:9 addToEngine/<@https://nroutasuo.github.io/level13/src/game/systems/ui/UIOutHeaderSystem.js?v=0.5.2:118:61 execute@https://nroutasuo.github.io/level13/lib/ash/ash.min.js?v=0.5.2:14:4611 dispatch@https://nroutasuo.github.io/level13/lib/ash/ash.min.js?v=0.5.2:14:6738 startAction@https://nroutasuo.github.io/level13/src/game/PlayerActionFunctions.js?v=0.5.2:132:39 registerActionButtonListeners/</<@https://nroutasuo.github.io/level13/src/game/UIFunctions.js?v=0.5.2:178:57 wrapClick/<@https://nroutasuo.github.io/level13/src/core/ExceptionHandler.js?v=0.5.2:11:18 dispatch@https://nroutasuo.github.io/level13/lib/jquery/jquery-1.11.1.min.js?v=0.5.2:3:8436 add/r.handle@https://nroutasuo.github.io/level13/lib/jquery/jquery-1.11.1.min.js?v=0.5.2:3:5139

Lexden12 commented 6 months ago

Just encountered the same error "too much recursion" while simply being idle for several minutes in the camp on level 3.

nroutasuo commented 6 months ago

Thank you for reporting this.

Have you been able to continue? If not, could you share your save via the export function?

Lexden12 commented 5 months ago

Oh sorry I missed your comment! I was able to continue. Refreshing resolved the issue and with no data loss to boot. Thank you!