I've tried many things to fix this but my modlist still crashing everytime I tried new game, I just recently updating my game to ver 1.6.1170 from 1.6.640, I've updated all mods one by one, and now it's still crashing even in new game, I just made it to the character creation but after finishing it'll crash in just 1-3 sec..
#Constant Crash in new game [Skyrim SE]
1 messages · Page 1 of 1 (latest)
just 1 log?
I delete most of my log as it just similar.
any .dmp file in %localappdata%/crashdumps for SkyrimSE.exe?
There is, but it was from 3 days ago, the current crash didn't create any of that file.
well according to this https://www.nexusmods.com/skyrimspecialedition/mods/67473?tab=bugs a lot of people are having same issues wiht firehurtsre.dll
it's happens when it for loops the references in a cell
these are the codes mentioned. And as said there, the plugin is probly incompatible with the latest ver of skyrim
Aah okay I'll try disable it, and let you know if it work.
ig try this https://www.nexusmods.com/skyrimspecialedition/mods/22269?tab=posts, remove the re
i do not see any issues from the other users
Oh btw I also use this for Fire Hurts https://www.nexusmods.com/skyrimspecialedition/mods/74064
well then it is the mod
Okay gotta check it real quick.
do you have this one, yours doesn't look up to date
Yeah I'm using that ver.
Also it's still crash, but it's increasing the time tho now it's crash at 5 sec after character creation lol.
Here is the crash log
Yeah I always tried new game for testing
ok.. Have you turned on most of the enginefixes fixes? in it's .toml?
tho as always .log do not give lots of details, besst if we use
- Install from here https://learn.microsoft.com/en-us/sysinternals/downloads/procdump
- Extract the zip
- Then run powershell as admin then type
cd <path> - type
.\procdump.exe -accepteula -e -n 3 -mm <Name>.exe -wor.\procdump.exe -accepteula -e -n 3 -mm <Process/PID> - Show the output of procdump when the app crashes
-w here enables it to wait till the process starts before monitoring
<Name> - Is the process name as shown in task manager or just straight up the application name
<Process/PID> - Is the process name or process id as shown in the task manager
<path> - Is the path of where you extracted procdump to
Well this is my current set up for EngineFixes.
Oh is that for reading the .dmp you mentioned before?
no it's for generating .dmp file for program
Ooh okay got it.
Sorry for asking butdo I write it like this?
cd <D:\Modding Utilities\Procdump>
then
.\procdump.exe -accepteula -e -n 3 -mm <skse64_loader.exe>.exe -w
I got an error while putting it like this
cd D:\Modding Utilities\Procdump
Did I do it right? sorry it's been a long time since I do this kind of thing.
yes, now reproduce the crash, and show me that again after
Wait should I not close the powershell?
Lol okay XD.
my instructioin already covers all of this
Thi is the newest crash log, also I think it's happend when I click key that controls HUD (I set it to control visibility for HUD)
Also there is 3 .dmp files now each have size of 168mb.
cool.... Upload them..
Okay wait.
also wdym by HUD you click?
Well I set HUD visibility from HUD mod and combine them together in one key, like the compass, clock and health bar etc.
if it happens on that, then it's probly that
and you can toggle hud visibility off usng tm in console
Well yeah that's true hmm I think I make it harder for myself lol
Btw I'm still uploading the .dmp files
I can't upload it here, so I upload from drive
why not
Can't upload more than 50mb here.
did you even zip them?
I did but it's still above 50mb
Just use an external service to share the file if you can't upload here. It's not some crazy problem with no solution
ah, somehow missed that, mb lol
Sorry I was away for a bit
Access Google Drive with a Google account (for personal use) or Google Workspace account (for business use).
Here is the drive.
and... That's not even accesible
What do you think it is?
Oh shoot wait
Can you access it now?
not much, it's probly that hud mod yo were talking about
Yeah maybe but as just I about to try it again it crashes immediately, not even get to the character creation
did you get the skyparkour update 1.4.3 cus it looks like you only have this
@zenith terrace
actually nvm, you only have this
which looks wrong
you are on 1.6.1170
I forgot about that, my last download shows the same date, I'll try to reinstall for the appropriate ver.
Omg it is the cause!
No crash after updating that, thank you so much sle3rv!
15 mnt in game no crash, btw how do you found that up? is it from that .dmp?
no the .log you just sent
if CursorMenu shows either Skyclimb or quickloot is incompatible
for 1170 shud have quickloot ie
and the one i mentioned for skyclimb
and i did in fact used the prev .dmp file to see if your skyclimb is from the correct mod which it is as it is shown in its path but i knew you installed the wro ng one cus you are missing an esp
I knew Quickloot might have something to do, but didn't though it was SkyClimb, never would I guess that is the problem lol
Btw if I may ask, what does cursorMenu meant anything? I mean, it doesn't even show/said it is Quickloot/SkyClimb I really want to learn how to read those logs without anylizer..
CLA giving a different answer even though it helps sometimes.
do not use analyzers
people who make them has no “low level” background
tho i in fact rather debug program crashes using .dmp files
I see, it said it will be updated tho, I hope there will be improvement for it.
much better and shows so much more
I don't even know how to open .dmp files.. Heck I just know about it when you told me lol.
i been using it for debugging program crashes for like years now its better and faster at pinpointing the issue. Tho sometimes cud be unreliable and it shows no stack
the procdump program i said above it generates dumps for apps for you. Usually windows’ WER do generate one
not all the time tho
I see, need to learn more I guess.
procdump cud also generate one for freezing window. Tho you best bet and just use a procmon and see which file was accessed last before it freezes
I'll try, tho I hope no other crash happend haha.