Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
I really want to thank: * deyens * Aietos From the ostim discord for their wonderfull Crashlog Guide, helped a great lot to get the first half done!
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1.1
HOTFIX
Fixed: Included the whole crashlog on CompressedArchiveStream issues.
Fixed: "textures" issue now actualy shows the related textures.
Added: bswin32keyboarddevice needs restarting computer to fix
Added: DynDOLOD warning to disable autosave.
Version 1.1.0
CLA SSE itself
Fixed: tbbmalloc / low ram now share same text (partialy)
Fixed: regex handling for certain SKSE occourences/detections
Added: Windows Version check to install proper Python.. idk why that is required...
Improved: Display of "Modified by" issues
Added: More keywords and description to "random fallback checks"
Added: Catch if game was not started via SKSE, or SKSE could not be detected at all
Mod Issues
Added: (basic) Check for missing masters
Added: Possible texture fix - Cathedral Assets Optimizer
Added: 2 Possible ImprovedCamera solutions
Added: Very basic possible "unbound" fix
Added: Check for Upscaler issues.
Added: Latern of Skyrim II... again but different..
Version 1.0.1
Fixed: actual RAM values & analysis display formating
Fixed: switched if block to return str_Skyrim summary
Fixed: 80% parsing display
Fixed: Minor typos in err_CLA
Added: xaudio
Added: BGSSaveLoadManager (1 of 2 save game issues)
Added: CrashLogger version (ok ok, full line)
Changed: CLA will no longer overwrite existing crashlog
Version 1.0-beta
Completly rewritten code from ground up
- Error message with pause on:
- - Permission issue
- - No Crashlogger detected
- - Most common parsing issues
- Made Console output more fancy
- - Should help (be more comfortable) on big files
- Supports path as argument, to read logs of other dirs. (see ReadMe.md for details)
Added HUD section (needs fine tuning)
Seperated XPMSE as independent issue
Version 0.9b
Added: Covered topics count
Fix: Print faster hdtsmp version only once
Added: AVX detection (skiped CUDA detection, because of falsepositives and exe would be over 200mb)
Improved: Basic version check recomendations for FSMP
Added: CompressedArchiveStream (Corrupt Texture)
Added: Mod Count
Version 0.9
Removed: lists that also had an according dictionary
Removed: DLC.esm entries, since I cant disable the DLC from the steamproperty 'page' (SSE)
Improved: Handler for missing SKSE
Improved: tbbmalloc text, covering SrtCrashFix64.dll now as well.
Improved: HUD message display (alignment)
Added: VR, created basic framework
Added: probably "outside quit" ADR for SkyrimSE
Added: DynamicCollisionAdjustment
Added: Modified by (should help to figure wrong load orders)
Added: Lanterns (LoS II)
Added: Chance to retrieve FSMP version
Version 0.8
# 2023.06.19 - 0.8
- Improved: NiNode & Mesh output, prints fewer lines now (provides a counter for their respective occourences)
FAQ (should be obsole with 1.0-beta or later): If you see a console appear and vanish, something went wrong.
Option 1:Security If you have increased your local security, you'll know, because you'll have this issue everytime you start a new game.
Check the Windows Security Settings - the thing next to your windows clock in the tray.
Set to allow access to path.
Option 2:Unkown -> workaround See a console vanish? Try this:
win+r - cmd - enter
copy paste path of your crashlog dir
enter drive (like: "E:", unless its C:)
run manual (type C, hit tab to complete, enter to execute)
select error message with mouse
press enter
post result (ctrl + v)
Credits:
Bethesda for Skyrim
Ostim community, providing a guide that I've wrote this based upon and providing me with some textfiles that cover most of the solutions provided by the "CLA SSE"
the Python Discord community for their help and patience