z-edit / zedit

An integrated development environment for Bethesda Plugin Files.
https://z-edit.github.io
MIT License
305 stars 56 forks source link

TypeError: Cannot read property 'length' of undefined - meaning #311

Closed generaleagleyt closed 3 months ago

generaleagleyt commented 3 months ago

I tried to run a mod's patch with zEdit, and it showed me this error:

zEdit TypeError: Cannot read property 'length' of undefined at Object.initialize (eval at value (file:///C:/F04_Overhaul/tools/zEdit/resources/app.asar/app/app.js:1:1), :327:39) at initialize (eval at value (file:///C:/FO4_Overhaul/tools/zEdit/resources/app.asar/app/app.js:1:1),

:619:18) at Object.run (eval at value (file:///C:/FO4_Overhaul/tools/zEdit/resources/app.asar/app/app.js:1:1), :649:9) at eval (eval at value (file:///C:/F04_Overhaul/tools/zEdit/resources/app.asar/app/app.js:1:1), :694:27) at Array.forEach () at Object.run (eval at value (file:///C:/FO4_Overhaul/tools/zEdit/resources/app.asar/app/app.js:1:1), :691:30) at build (eval at value (file:///C:/F04_Overhaul/tools/zEdit/resources/app.asar/app/app.js:1:1), :220:52) at Array.forEach () at eval (eval at value (file:///C:/F04_Overhaul/tools/zEdit/resources/app.asar/app/app.js:1:1), :288:36) at Object.try (file:///C:/FO4_Overhaul/tools/zEdit/resources/app.asar/app/app.js:10567:13) OK Can someone explain what it means and how I can fix it? EDIT: Sorry, SOLVED, my fault, didn't install a part of the mod.