#Constant Crash in new game [Skyrim SE]

1 messages · Page 1 of 1 (latest)

zenith terrace
#

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..

zenith terrace
#

I delete most of my log as it just similar.

mighty lake
zenith terrace
#

There is, but it was from 3 days ago, the current crash didn't create any of that file.

mighty lake
#

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

zenith terrace
#

Aah okay I'll try disable it, and let you know if it work.

mighty lake
#

i do not see any issues from the other users

zenith terrace
mighty lake
#

oh that's better

#

wait that's the one that crashes?

zenith terrace
#

So maybe it's not because of that mod?

#

I think so?

mighty lake
#

well then it is the mod

zenith terrace
#

Okay gotta check it real quick.

mighty lake
#

do you have this one, yours doesn't look up to date

zenith terrace
#

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.

mighty lake
#

this one diff

#

happens on new game?

zenith terrace
#

Yeah I always tried new game for testing

mighty lake
#

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 -w or .\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
zenith terrace
#

Oh is that for reading the .dmp you mentioned before?

mighty lake
zenith terrace
#

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

mighty lake
#

no SkyrimSE.exe

#

without the <> that's for placeholder

zenith terrace
#

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.

mighty lake
#

put it inside quotes

#

the path

zenith terrace
#

Ah okay got it

#

Is it done if it shows this?

mighty lake
#

yes, now reproduce the crash, and show me that again after

zenith terrace
#

Wait should I not close the powershell?

mighty lake
#

no

#

you shud not

zenith terrace
#

Lol okay XD.

mighty lake
#

my instructioin already covers all of this

zenith terrace
#

Also there is 3 .dmp files now each have size of 168mb.

mighty lake
zenith terrace
#

Okay wait.

mighty lake
#

also wdym by HUD you click?

zenith terrace
#

Well I set HUD visibility from HUD mod and combine them together in one key, like the compass, clock and health bar etc.

mighty lake
#

if it happens on that, then it's probly that

#

and you can toggle hud visibility off usng tm in console

zenith terrace
#

Well yeah that's true hmm I think I make it harder for myself lol

#

Btw I'm still uploading the .dmp files

mighty lake
#

they shud've sent by now

#

is it stuck on processing?

zenith terrace
#

I can't upload it here, so I upload from drive

mighty lake
#

why not

zenith terrace
#

Can't upload more than 50mb here.

mighty lake
#

did you even zip them?

zenith terrace
#

I did but it's still above 50mb

hard zinc
#

Just use an external service to share the file if you can't upload here. It's not some crazy problem with no solution

hard zinc
zenith terrace
#

Sorry I was away for a bit

#

Here is the drive.

mighty lake
#

and... That's not even accesible

zenith terrace
#

Oh shoot wait

#

Can you access it now?

mighty lake
#

not much, it's probly that hud mod yo were talking about

zenith terrace
#

Yeah maybe but as just I about to try it again it crashes immediately, not even get to the character creation

mighty lake
#

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

zenith terrace
#

I forgot about that, my last download shows the same date, I'll try to reinstall for the appropriate ver.

zenith terrace
#

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?

mighty lake
#

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

zenith terrace
#

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.

mighty lake
#

do not use analyzers

#

people who make them has no “low level” background

#

tho i in fact rather debug program crashes using .dmp files

zenith terrace
#

I see, it said it will be updated tho, I hope there will be improvement for it.

mighty lake
#

much better and shows so much more

zenith terrace
#

I don't even know how to open .dmp files.. Heck I just know about it when you told me lol.

mighty lake
#

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

zenith terrace
#

I see, need to learn more I guess.

mighty lake
#

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

zenith terrace
#

I'll try, tho I hope no other crash happend haha.