jgray77 Posted February 17 Posted February 17 hello all, game was running fine and smooth, but lately ive been getting crashes in inventories and menus period, its random when it happens. sometimes its quick or sometimes it happens after playing for a bit, doesnt matter whats in my inventory or what menu i use, Crash_2026_2_15_1-3-16.txt
traison Posted February 17 Posted February 17 Time to switch was 4 years ago: https://www.nexusmods.com/skyrimspecialedition/mods/59818
jgray77 Posted February 17 Author Posted February 17 when i use crash logger crash logs wont generate even with netframework disabled ill try again and see what happens,
traison Posted February 17 Posted February 17 (edited) You may be between a rock and a hard place with this one if Crash Logger SSE doesn't log it. All the other loggers sort of assume you get lucky or know how to use a debugger. There's some strings in your log that you could search for, cross-reference and such, but I fear since ESP+7E0 is a pointer to CraftingSubMenus::SmithingMenu that these strings may be in elements in the swf file behind this menu. I've made a string searching utility specifically for Skyrim, but it doesn't have support for swf files. I may look into adding that support at some point but I have a feeling decompiling swf files has been made deliberately difficult, as for a long time these were part of Macromedia's cornerstones; kinda have to protect your business interests afterall. Perhaps one thing to start with would be to remove the mod that's providing the smithing menu. If I had to guess, I'd say it's in interface\craftingmenu.swf. Edit: 7zip can open swf files. Combine this with a python script and searching for strings in flash files could be implemented in a rudimentary way. Edited February 17 by traison
jgray77 Posted February 17 Author Posted February 17 so i looked at my files to find Craftingmenu.swf and i removed the mod its was with. (untarnished ui and dear diary) crash still happens even with a new game and reinstalling UI mods. i just have skyui and truehud additions,
jgray77 Posted February 17 Author Posted February 17 so i tried the new mod manager on nexus, Tullius CTD and its pointing to CLR.dll and i cant find it anywhere
traison Posted February 17 Posted February 17 5 hours ago, jgray77 said: ...its pointing to CLR.dll and i cant find it anywhere System file. See the last paragraph of section 5.1 in my paper on crash logs.
traison Posted February 17 Posted February 17 My string search utility can now search in swf files. I suspect it won't help much in this case though as it'll likely just point to the crafting menu swf file(s). Send me a PM if you think it'll help and want it regardless.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now