bep713 / madden-franchise-editor

An app for editing franchise data in Madden 19 and beyond!
MIT License
23 stars 4 forks source link

Maximum call stack size exceeded when editing cells #53

Open hineybush opened 8 months ago

hineybush commented 8 months ago

I've been messing with the franchise-generatordata-binary.FTC file and run into an error when attempting to change any cell value. Mainly in tables 1631 and 1570.

Uncaught RangeError: Maximum call stack size exceeded at Object.unObserve (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\3rdparty\autoResize\autoResize.js:170:7) at TextEditor.close (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\editors\textEditor\textEditor.js:219:23) at TextEditor.discardEditor (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\editors\baseEditor\baseEditor.js:483:14) at TextEditor.cancelChanges (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\editors\baseEditor\baseEditor.js:459:12) at Object.waitingForValidator.onQueueEmpty (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\core.js:1263:22) at Object.checkIfQueueIsEmpty (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\core.js:1209:16) at validateChanges (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\core.js:1316:25) at Core.setDataAtCell (C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\node_modules\handsontable\core.js:1541:5) at C:\Users\Josh\AppData\Local\Programs\madden-franchise-editor\resources\app.asar\renderer\js\services\table-editor\TableEditorView.js:96:30 at Array.forEach (<anonymous>)