Advertisement
Guest User

crashlog skyrim

a guest
May 4th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.38 KB | None | 0 0
  1. CLA SSE - Sephs Skyrim Experimental Crash Log Analyzer (1.2.0) / 2023.09.10
  2. ---------------------------------------------------------------------------
  3. If you are asking others for assistance / help, ALWAYS provide the crashlog as well!
  4. #####################################################################################
  5.  
  6. Crashlog Tool: CrashLoggerSSE v1-15-0-0 Oct 12 2024 11:33:37
  7. Game Version: 1.6.318
  8. Script Extender: 1.6.318
  9.  
  10.  
  11. ################################################################################
  12. RAM
  13. ################################################################################
  14. RAM Total: 7.96 GB
  15. RAM Used: 7.58 GB
  16. RAM Free: 0.38 GB
  17.  
  18. Analysis RAM (critical):
  19. There is a very high chance that the main reason for the crash was lack of free ram: 0.38 GB
  20.  
  21. First and foremost, try to close any other application and background processes that might be running that you do not need.
  22. Like, but not limited to, game launchers, web browsers with 20 open tabs, Spotify, even Discord.
  23. Also, you might want to consider using lower texture mods, aka, use a 2k instead of a 4k texture mod, or just a 1k texture.
  24.  
  25. If the above did not help, you could try apply these config tweaks to: __Skyrim.ini___
  26. Make sure to comment out (#) any existing variants of these, so you can go back if they dont help or make things worse.
  27.  
  28. This is most applicable if you're using 4-8 GB ram or less, you game addicted freak! ;) (said the guy who was playing WoW raids at 3 fps).
  29.  
  30. ==================================
  31.  
  32. [Display]
  33. iTintTextureResolution=2048
  34.  
  35. [General]
  36. ClearInvalidRegistrations=1
  37.  
  38. [Memory]
  39. DefaultHeapInitialAllocMB=768
  40. ScrapHeapSizeMB=256
  41.  
  42. ==================================
  43.  
  44. Last but not least, increasing your pagefile is a good and simple way to avoid this.
  45. Best practice: pagefile-size > RAM
  46. Example: 24 GB > 16 GB RAM
  47.  
  48. Please read / follow:
  49. 1. In the Taskbar Search, type “Advanced System“. ...
  50. 2. In System Properties, click Advanced tab.
  51. 3. In Performance section click Settings button.
  52. 4. Performance Options will open. ...
  53. 5. Here, under Virtual memory, select Change.
  54. 6. Uncheck Automatically manage paging file size for all drives.
  55. 7. Select a Drive that hardly use (as in not often)
  56. 8. Set manual size
  57. 9. Set value to ~ 150% of your RAM (as shown in example)
  58. 10. Confirm with "OK".
  59.  
  60. If you want to read more about (allthough, not related to sharepoint server):
  61. https://learn.microsoft.com/en-us/sharepoint/technical-reference/the-paging-file-size-should-exceed-the-amount-of-physical-ram-in-the-system
  62.  
  63.  
  64.  
  65. ################################################################################
  66. Mod Count:
  67. ################################################################################
  68. Light: 84 Regular: 51 Total: 135
  69.  
  70.  
  71. ################################################################################
  72. Header indicators:
  73. ################################################################################
  74. Memory: 0x7FFFC28D1ADB count: (2)
  75. File: OBody.dll count: (11)
  76. Address: 0001ADB count: (2)
  77. Assembler: mov rax, [rcx] count: (1)
  78.  
  79. [ 0] 0x7FFFC28D1ADB OBody.dll+0001ADB -//- count: (1)
  80. [ 1] 0x7FFFC28F4027 OBody.dll+0024027 -//- count: (1)
  81. RDI 0x7FFFC29A8630 (void* -> OBody.dll+00D8630 add [rcx], al) -//- count: (1)
  82. R11 0x7FFFC298AF94 (void* -> OBody.dll+00BAF94 add [rax], al) -//- count: (1)
  83. [RSP+0 ] 0x7FFFC2991590 (void* -> OBody.dll+00C1590 nop) -//- count: (1)
  84. [RSP+40 ] 0x7FFFC2991590 (void* -> OBody.dll+00C1590 nop) -//- count: (1)
  85. [RSP+68 ] 0x7FFFC28F4829 (void* -> OBody.dll+0024829 mov r10d, eax) -//- count: (1)
  86. [RSP+A8 ] 0x7FFFC28F4027 (void* -> OBody.dll+0024027 mov rsi, [rsp+0x48]) -//- count: (1)
  87. OBody.dll 0x7FFFC28D0000 -//- count: (1)
  88. OBody.dll v4.3.7 -//- count: (1)
  89.  
  90.  
  91.  
  92. ################################################################################
  93. Solutions
  94. ################################################################################
  95.  
  96. SkyrimSE.exe: count: (103)
  97. This file on its own is not the cause, however, we'll do further parsing...
  98.  
  99. Could not find any known issues related to SkyrimSE.exe.
  100. SkyrimSE.exe _might_ be listed for the sole reason of... you're playing this game!!
  101. --------------------------------------------------------------------------------
  102.  
  103. tbbmalloc.dll: count: (5)
  104. Threading Building Blocks Memory Allocator
  105. This is either part of:
  106. - the CreationKit Fixes: https://www.nexusmods.com/skyrimspecialedition/mods/20061
  107. - the Engine Fixes (part 2): https://www.nexusmods.com/skyrimspecialedition/mods/17230
  108. I do recommend to use Engine Fixes (pick 'part 1' according to your SKSE)
  109.  
  110. This message is shown without a check:
  111. Make sure to disable: SrtCrashFix64.dll (Animation Limit Crash fix SSE) as this is handled by the Engines Fixes, which is recommended to use!
  112. Either way, make sure to have the 'latest' version variant for your Skyrim edition.
  113. However, this probably is not the cause, but the causing mod relies on excessive memory handling.
  114. First and foremost, try to close any other application and background processes that might be running that you do not need.
  115. Like, but not limited to, game launchers, web browsers with 20 open tabs, Spotify, even Discord.
  116. Also, you might want to consider using lower texture mods, aka, use a 2k instead of a 4k texture mod, or just a 1k texture.
  117.  
  118. If the above did not help, you could try apply these config tweaks to: __Skyrim.ini___
  119. Make sure to comment out (#) any existing variants of these, so you can go back if they dont help or make things worse.
  120.  
  121. This is most applicable if you're using 4-8 GB ram or less, you game addicted freak! ;) (said the guy who was playing WoW raids at 3 fps).
  122.  
  123. ==================================
  124.  
  125. [Display]
  126. iTintTextureResolution=2048
  127.  
  128. [General]
  129. ClearInvalidRegistrations=1
  130.  
  131. [Memory]
  132. DefaultHeapInitialAllocMB=768
  133. ScrapHeapSizeMB=256
  134.  
  135. ==================================
  136.  
  137. Last but not least, increasing your pagefile is a good and simple way to avoid this.
  138. Best practice: pagefile-size > RAM
  139. Example: 24 GB > 16 GB RAM
  140.  
  141. Please read / follow:
  142. 1. In the Taskbar Search, type “Advanced System“. ...
  143. 2. In System Properties, click Advanced tab.
  144. 3. In Performance section click Settings button.
  145. 4. Performance Options will open. ...
  146. 5. Here, under Virtual memory, select Change.
  147. 6. Uncheck Automatically manage paging file size for all drives.
  148. 7. Select a Drive that hardly use (as in not often)
  149. 8. Set manual size
  150. 9. Set value to ~ 150% of your RAM (as shown in example)
  151. 10. Confirm with "OK".
  152.  
  153. If you want to read more about (allthough, not related to sharepoint server):
  154. https://learn.microsoft.com/en-us/sharepoint/technical-reference/the-paging-file-size-should-exceed-the-amount-of-physical-ram-in-the-system
  155.  
  156. --------------------------------------------------------------------------------
  157.  
  158. Modified by: count: (137)
  159. These are only listed as additional hints for probably debugging. If you have no other indicators, this might be worth investigating.
  160. If you do have other indicators, try to solve those first!
  161. That said, it is common to have 2-4 mods listed in a row, however,
  162. lists of 5 or more _might_ cause issues by the sheer amount of what possibly could be overwritten several times.
  163.  
  164.  
  165. Chance: LOW (2)
  166. Modified by: Skyrim.esm -> Unofficial Skyrim Special Edition Patch.esp -> PAN_NPCs.esp -//- count: (59)
  167.  
  168. Chance: MEDIUM (5)
  169. Modified by: Skyrim.esm -> Update.esm -> HearthFires.esm -> Unofficial Skyrim Special Edition Patch.esp -> 3DNPC.esp -> Immersive Citizens - AI Overhaul.esp -//- count: (58)
  170.  
  171. Chance: LOW (2)
  172. Modified by: Skyrim.esm -> Unofficial Skyrim Special Edition Patch.esp -> Weapons Armor Clothing & Clutter Fixes.esp -//- count: (10)
  173.  
  174. Chance: LOW (1)
  175. Modified by: Skyrim.esm -> ccbgssse018-shadowrend.esl -//- count: (1)
  176.  
  177. Chance: HIGH (13)
  178. Modified by: Skyrim.esm -> Update.esm -> Dawnguard.esm -> HearthFires.esm -> ccBGSSSE001-Fish.esm -> Unofficial Skyrim Special Edition Patch.esp -> Immersive Wenches.esp -> 3DNPC.esp -> Immersive Encounters.esp -> Hothtrooper44_ArmorCompilation.esp -> PROTEUS.esp -> AZ_HouseMaid_CC.esp -> Immersive Citizens - AI Overhaul.esp -> nwsFollowerFramework.esp -//- count: (6)
  179.  
  180. Chance: HIGH (68)
  181. Modified by: Skyrim.esm -> Update.esm -> Dawnguard.esm -> HearthFires.esm -> Dragonborn.esm -> ccBGSSSE001-Fish.esm -> ccbgssse003-zombies.esl -> ccbgssse005-goldbrand.esl -> ccbgssse007-chrysamere.esl -> ccbgssse021-lordsmail.esl -> ccmtysse001-knightsofthenine.esl -> cctwbsse001-puzzledungeon.esm -> cceejsse001-hstead.esm -> ccqdrsse002-firewood.esl -> ccbgssse018-shadowrend.esl -> cceejsse002-tower.esl -> ccvsvsse002-pets.esl -> ccbgssse034-mntuni.esl -> ccbgssse045-hasedoki.esl -> ccbgssse008-wraithguard.esl -> ccbgssse036-petbwolf.esl -> ccffbsse001-imperialdragon.esl -> ccmtysse002-ve.esl -> ccbgssse043-crosselv.esl -> ccvsvsse001-winter.esl -> cceejsse003-hollow.esl -> ccbgssse016-umbra.esm -> ccbgssse031-advcyrus.esm -> ccbgssse038-bowofshadows.esl -> ccbgssse040-advobgobs.esl -> ccbgssse050-ba_daedric.esl -> ccbgssse052-ba_iron.esl -> ccbgssse058-ba_steel.esl -> ccbgssse059-ba_dragonplate.esl -> ccbgssse061-ba_dwarven.esl -> ccpewsse002-armsofchaos.esl -> ccedhsse002-splkntset.esl -> ccbgssse064-ba_elven.esl -> ccbgssse063-ba_ebony.esl -> ccbgssse062-ba_dwarvenmail.esl -> ccbgssse060-ba_dragonscale.esl -> ccbgssse056-ba_silver.esl -> ccbgssse053-ba_leather.esl -> ccbgssse051-ba_daedricmail.esl -> ccbgssse067-daedinv.esm -> ccvsvsse003-necroarts.esl -> ccvsvsse004-beafarmer.esl -> ccBGSSSE025-AdvDSGS.esm -> ccrmssse001-necrohouse.esl -> ccedhsse003-redguard.esl -> cceejsse004-hall.esl -> cceejsse005-cave.esm -> cckrtsse001_altar.esl -> ccafdsse001-dwesanctuary.esm -> Unofficial Skyrim Special Edition Patch.esp -> Immersive Wenches.esp -> 3DNPC.esp -> Skyrim Immersive Creatures Special Edition.esp -> MysticismMagic.esp -> Immersive Encounters.esp -> Hothtrooper44_ArmorCompilation.esp -> Cloaks.esp -> RandomAlt.Start-Skyrim.esp -> PROTEUS.esp -> AZ_HouseMaid.esp -> AZ_HouseMaid_CC.esp -> Apocalypse - Magic of Skyrim.esp -> Immersive Citizens - AI Overhaul.esp -> Ordinator - Perks of Skyrim.esp -//- count: (2)
  182.  
  183. Chance: MEDIUM (7)
  184. Modified by: Skyrim.esm -> Dawnguard.esm -> HearthFires.esm -> ccBGSSSE001-Fish.esm -> Unofficial Skyrim Special Edition Patch.esp -> Immersive Encounters.esp -> Immersive Citizens - AI Overhaul.esp -> nwsFollowerFramework.esp -//- count: (1)
  185.  
  186.  
  187. ################################################################################
  188. Success Statistic: (this has been detected/handled, does not mean it's the cause)
  189. ################################################################################
  190. Issues Found: 3
  191. Issues Solved: 3
  192.  
  193. ################################################################################
  194. DEBUG State:
  195. ################################################################################
  196. Culprit list content: (just a list)
  197. SkyrimSE.exe, tbbmalloc.dll, Modified by,
  198.  
  199. ################################################################################
  200. Random 'Fallback' Checks
  201. ################################################################################
  202.  
  203. How to read these results?
  204. - They are simple keywords that may appear when you have a lot of issues.
  205. - They do NOT have to mean anything.
  206. - Only if the "regular" results / solutions do not help, they might provide an indication to the reason for this crash.
  207.  
  208.  
  209. File: "Skyrim.esm" -//- count: (117)
  210. File: "PAN_NPCs.esp" -//- count: (59)
  211. File: "Immersive Citizens - AI Overhaul.esp" -//- count: (58)
  212. File: "Weapons Armor Clothing & Clutter Fixes.esp" -//- count: (10)
  213. File: "ccbgssse018-shadowrend.esl" -//- count: (1)
  214. File: "nwsFollowerFramework.esp" -//- count: (7)
  215. File: "Ordinator - Perks of Skyrim.esp" -//- count: (2)
  216.  
  217.  
  218. Name: "Olfina Gray-Mane" -//- count: (113)
  219. Name: "Barkeeper's Clothes" -//- count: (20)
  220. GetFullName: "Barkeeper's Clothes" -//- count: (10)
  221. GetFullName: "Olfina Gray-Mane" -//- count: (5)
  222. Name: "Mago Conjuração" -//- count: (3)
  223. Name: "Whiterun" -//- count: (14)
  224. GetFullName: "Whiterun" -//- count: (7)
  225. Name: "Skyrim" -//- count: (4)
  226. GetFullName: "Skyrim" -//- count: (2)
  227. Name: "Grande Portão de Madeira" -//- count: (10)
  228. GetFullName: "Grande Portão de Madeira" -//- count: (1)
  229.  
  230.  
  231. FormID: 0x0001A685 -//- count: (98)
  232. FormID: 0x00013B9B -//- count: (59)
  233. EditorID: "WhiterunOrigin" -//- count: (57)
  234. FormID: 0x0001A27F -//- count: (57)
  235. FormID: 0x0005B6A1 -//- count: (10)
  236. EditorID: "ActorTypeNPC" -//- count: (1)
  237. FormID: 0x00013794 -//- count: (1)
  238. FormID: 0x0005FB81 -//- count: (1)
  239. FormID: 0x00000014 -//- count: (3)
  240. FormID: 0x00000007 -//- count: (1)
  241. EditorID: "WhiterunWindDistrict03" -//- count: (1)
  242. FormID: 0x0001A275 -//- count: (1)
  243. EditorID: "WhiterunWorld" -//- count: (6)
  244. FormID: 0x0001A26F -//- count: (6)
  245. EditorID: "Tamriel" -//- count: (2)
  246. FormID: 0x0000003C -//- count: (2)
  247. FormID: 0x00018A56 -//- count: (1)
  248. FormID: 0x00050973 -//- count: (9)
  249. FormID: 0x0001B1F1 -//- count: (8)
  250.  
  251.  
  252. [RSP+B8 ] 0x21C01C44850 (BGSKeyword*) -//- count: (1)
  253. [RSP+450 ] 0x21C2A921740 (BGSOutfit*) -//- count: (1)
  254. [RSP+9A8 ] 0x21C29D64300 (BGSLocation*) -//- count: (1)
  255. [ 6] ccBGSSSE001-Fish.esm -//- count: (1)
  256. [ C] ccBGSSSE025-AdvDSGS.esm -//- count: (1)
  257. [FE: 16] ccBGSSSE037-Curios.esl -//- count: (1)
  258.  
  259.  
  260. [FE: 4C] SOSPhysicsManager.esp -//- count: (1)
  261.  
  262.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement