-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash while registering NPC tests #39
Comments
Having the exact same issue |
Thanks a lot for reporting it! Modsvaskr's error ( However the real issue here is that the xEdit script gathering NPC and CELL data is making xEdit crash. No idea yet what can cause such issues in xEdit, but here are some tracks I need to investigate:
It would help to have the load order (ordered list of esps) posted in this ticket to narrow a potential faulty esp. |
My plugins.txt I'm running a substantial list of ESPs, although none of them make the game crash or seem to have any errors when looking for them through xEdit I would tend towards number 1, considering my plugin list, but that could also just be a coincidence |
Just a follow up Tried the same process with only the vanilla ESM files (have only been cleaned) and i'm getting the exact same error |
Same issue with Modvaskr as above, Unhandled exception: undefined local variable or method `dir' for #Modsvaskr::Xedit:0x000000000577f7e0 |
I reviewed the code used to scan esps from xEdit, and found a potential culprit. I corrected it in #34 I'll update this ticket when the new version including this fix will be loaded so you can test (unfortunately the problem does not occur on my setup). |
I'll give it a try again, this time with a completely different modlist again haha, because I'm having issues once again after playing for like an hour. |
I'm attempting to register all my NPCs and after about 3-5 minutes xEdit crashes with an unhandled exception stating that its trying to read an unauthorized memory address.
Modsvaskr shows the following
Unhandled exception: undefined local variable or method 'dir' for #<Modsvaskr::Xedit:0x0d8aec18>
Here's the Modsvaskr.log
Here's the SSEEditException.log
Let me know if you need anything else.
The text was updated successfully, but these errors were encountered: