Jump to content

Need help to read my log


Recommended Posts

Posted

Hello!

My game is opening, but when I start a new game it crashes. It seems that its some sort of varuable missing on Fnis, I don't know. I've tried to reinstall fnis, run it again, run loot, create a bashed pack and update some of my mods but the game still don't get out of the main menu. Can someone help me to read this log and find out what the problem is?

Papyrus.0.log

Posted
37 minutes ago, Corintio said:

Hello!

My game is opening, but when I start a new game it crashes. It seems that its some sort of varuable missing on Fnis, I don't know. I've tried to reinstall fnis, run it again, run loot, create a bashed pack and update some of my mods but the game still don't get out of the main menu. Can someone help me to read this log and find out what the problem is?

Papyrus.0.log

If you have CTD before get the main menu you are faulting of a master file at 90%. Run LOOT.

If you have CTD when click NEW GAME you have excesive animations at 90%. Remove animations.

 

The maximun animation limit in FNIS is installation dependant. Make the sum of normal + creatures.

Any number over 10k can cause CTD. The normal number is 12k. I have 13k and some users have 15k.

The real limit depend of the mods installed, the size of the mod's, the number of objects in the mod's.

 

When the game make CTD the log not say why because is a bufered file and the last 40-50 lines are gone.

 

If you post your plugin list and a papyrus log we can tell you where are the problems and why.

But in your log you have some very bad things...

 

First, the budget and the memory:

Spoiler

[10/30/2018 - 10:18:20PM] Update budget: 800.000000ms (Extra tasklet budget: 800.000000ms, Load screen budget: 2000.000000ms)
[10/30/2018 - 10:18:20PM] Memory page: 256 (min) 512 (max) 2457600 (max total)

 

A budget of 800.000000ms is stupid. That value refer to how many ms the game give to scripts for each frame.

With a frame rate of 60 the game have 16ms for compose each frame. 

If you put budget in 800ms you can have 1 frame every 8 seconds.

 

A max Memory page of 2457600 is stupid. That value refer to the stack size for concurrent runing scripts and increase it only can cause stack dumps.

 

Open your skyrim.ini and put this the papyrus section:

Spoiler

[Papyrus]
bEnableLogging=1
bEnableProfiling=1
bEnableTrace=1
bLoadDebugInformation=1
fExtraTaskletBudgetMS=1.6
fPostLoadUpdateTimeMS=2000
fUpdateBudgetMS=1.6
iMaxAllocatedMemoryBytes=153600
iMaxMemoryPageSize=8192
iMinMemoryPageSize=512

 

Aditionally you have a lot of errors in your log that refer to slh and i think is SexLab Hormones.

Re-install the mod, update it, revise dependencies and update it.

 

Finally, the last error in your log refer to NSAP and that is Non SexLab Animation Pack.

That mod is totally unnecesary and is totally surpassed by SLAL = SexLab Animation Loader

Posted
14 minutes ago, GenioMaestro said:

If you have CTD before get the main menu you are faulting of a master file at 90%. Run LOOT.

If you have CTD when click NEW GAME you have excesive animations at 90%. Remove animations.

 

The maximun animation limit in FNIS is installation dependant. Make the sum of normal + creatures.

Any number over 10k can cause CTD. The normal number is 12k. I have 13k and some users have 15k.

The real limit depend of the mods installed, the size of the mod's, the number of objects in the mod's.

 

When the game make CTD the log not say why because is a bufered file and the last 40-50 lines are gone.

 

If you post your plugin list and a papyrus log we can tell you where are the problems and why.

But in your log you have some very bad things...

 

First, the budget and the memory:

  Hide contents

[10/30/2018 - 10:18:20PM] Update budget: 800.000000ms (Extra tasklet budget: 800.000000ms, Load screen budget: 2000.000000ms)
[10/30/2018 - 10:18:20PM] Memory page: 256 (min) 512 (max) 2457600 (max total)

 

A budget of 800.000000ms is stupid. That value refer to how many ms the game give to scripts for each frame.

With a frame rate of 60 the game have 16ms for compose each frame. 

If you put budget in 800ms you can have 1 frame every 8 seconds.

 

A max Memory page of 2457600 is stupid. That value refer to the stack size for concurrent runing scripts and increase it only can cause stack dumps.

 

Open your skyrim.ini and put this the papyrus section:

  Hide contents

[Papyrus]
bEnableLogging=1
bEnableProfiling=1
bEnableTrace=1
bLoadDebugInformation=1
fExtraTaskletBudgetMS=1.6
fPostLoadUpdateTimeMS=2000
fUpdateBudgetMS=1.6
iMaxAllocatedMemoryBytes=153600
iMaxMemoryPageSize=8192
iMinMemoryPageSize=512

 

Aditionally you have a lot of errors in your log that refer to slh and i think is SexLab Hormones.

Re-install the mod, update it, revise dependencies and update it.

 

Finally, the last error in your log refer to NSAP and that is Non SexLab Animation Pack.

That mod is totally unnecesary and is totally surpassed by SLAL = SexLab Animation Loader

 

 

Wow, thank you very, very much for clarifying so many things for me. I'm already changing my skyrim.ini and deleting the hormones mod. But I'm using the FNIS XXL, that was supposed to allow me to have 20k animations. Do you think that this might help me?
https://www.nexusmods.com/skyrim/mods/11811?tab=files 

 

I'm deleting OSA anyways, it has A LOT of new animations and only one mod is using them (Amorous adventures)

 

My is has a GTX 970, Core i7 3,4ghz, 16gb RAM. What is the better settings for the papyrus things?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...