
Ylikollikas
Citizen-
Posts
21 -
Joined
-
Last visited
Everything posted by Ylikollikas
-
Thanks for the directions on how to proceed. I'm a bit busy for the coming days, so I can't test this stuff soon, but I'll report back when I have time to test this stuff out. Also, someone I know said generating DynDOLOD with non-DLL version fixed the problem for them, so I might eventually test the same. Though staying on NG would be preferred to avoid the need to manually fix large reference bugs.
- 386 replies
-
Alright, so my binary search lead me to "Tamriel_ShesonObject" cause. First I suspected it is not actually cause, rather removing the master activator would have prevented the real culprit from presenting itself. However, this was verified by removing all references in worldspace / cell records in dyndolod.esp except the "Tamriel_ShesonObject", which caused the crash to still remain. So it seems Tamriel_ShesonObject is the reference causing the crash. Basically the situation is: Only "Tamriel_ShesonObject" -> crash Everything but "Tamriel_ShesonObject" -> no crash nvm was too hasty, did few more rounds of death -> reload and the crash did happen I will investigate more. Also since if someone else who is getting similar crashes could also do similar binary search that'd be great.
- 386 replies
-
- 1
-
-
When doing the binary search method, I forgot to account for persistent worldspace cell. It indeed seems to be something contained in the persistent worldspace cell. The crash doesn't happen if I just delete persistent worldspace cell and nothing else. I'm going to find it with binary search.
- 386 replies
-
- 1
-
-
I cheked dyndolod.esm, dyndolod.esp and occlusion.esp for errors with the latest experiemental verion of xEdit downloaded from Discord (4.1.5b), there were no errors except the underslide stuff <Unknown: 2 $2>, which your documentation says doesn't matter. Deleting all blocks from tamriel worldspace in dyndolod.esp fixes the crash, but the problem is removing either half of the blocks keeps the crash. Removing blocks <0,0>, <0,-1>, <1,0>, <1,-1>, <-2,0>, <-2,1> doesn't fix it and neither does removing blocks <-2,-1>, <-1,0>, <-1,1>, <-1,-2>, <-1,-1>. Dyndolod.esm and occlusion.esp don't seem to be involved with the crash. But from this investigation its probably likely that cause of crash is something that appears in multiple blocks of tamriel in dyndolod.esp?
- 386 replies
-
I got the crash a few times after disabling the plugins / mods loaded after DynDOLOD.esp / occlusion.esp. I also tried with hiding the script you mentioned, but the crash still hapened in exactly the same way, which is loading a save after dying. Obviously started a new save after hiding the script. Seems like the code from crash log changed from SkyrimSE.exe+902691 to SkyrimSE.exe+C072DF when the script you mentioned was disable. For good measure, I again went try to produce the crash without DynDOLOD output and wasn't able to. Crash_2024_2_27_18-11-51.txt Crash_2024_2_27_18-28-40.txt Crash_2024_2_27_18-40-33.txt Crash_2024_2_27_18-49-52.txt Crash_2024_2_27_19-2-31.txt
- 386 replies
-
Latest DynDOLOD version was clean installed before generating LOD, I just didn't bother to rename the base folder, because I'd have to setup the paths again in MO2. The plugins loaded after DynDOLOD include - Empty dummy plugins that were used for BSAs. These have no data and do nothing, I just forgot to remove them. My current DynDOLOD output is not BSA packed. - The "DynDOLOD dupe trees fix.esp" was used because cities had some duplicate reference trees that had ref refined in DynDOLOD.esp so I just used this patch to disable the duplicates. I'm sure this is issue with how Rogue Unicorn's City Trees mod is built (and how that interacts with dyndolod child/parent worldspace settings) and not fault of DynDOLOD. - Synthesis patchers, everything between water_patcher0 -> load screen remover are Synthesis patches that are patches generated with Synthesis that forward DynDOLOD changes when needed. - Cell Settings Patches is just conflict resolution for cell water types with Water for ENB - shades of skyrim, that were missed from DynDOLOD.esp and Occlusion.esp. - Load screen plugins, I double checked and these ones just add load screens. The reason these are loaded low is because I run load screen remover synthesis patcher to remove load screens from all other mods, then load the load screen mods after the patcher to only get load screens I want. - Flat map framework plugins, these just touch the wordlspace records. According to modpage for FMFW, these should be loaded after DynDOLOD. Regardless, I will disable all plugins loaded under DynDOLOD.esp and Occlusion.esp and test if this issue is reproducible on a new game. I will also test what happens with hiding the script you mentioned, thank you for help.
- 386 replies
-
Hello, I have had this issue with new DynDOLOD version where the game frequently crashes from loading save or just generally running around (more rarely). The crash does not happen without DynDOLOD output. I use latest version DynDOLOD Alpha 3 and DynDOLOD NG. From my observation, it seems disabling bSpeedUpNativeCalls in Papyrus Tweaks NG reduces the rate/chance that this crash occurs but does not eliminate it completely, only disabling DynDOLOD outputs does. Worth noting that two other people I know are also getting crashes with similar logs and same situations (with even the same code, 902691, usually), and disabling DynDOLOD outputs stops the crash for them as well. I can try to get their relevant lod generation logs as well if you want them. Seems like there also has been discussion about the same crash here and here. Regardless, here are my textgen and DynDOLOD logs. I also attached crash logs after my last DynDOLOD run, however this is not the first run that has had this crash. Unfortunately no bugreport.txt was generated. Logs Please let me know if there is other relevant information I can provide.
- 386 replies
-
Thanks for the insights! I will try the test version right away and fix all the flags it reports.
-
Its 3D lods for NotW made by from decimating and hand-tuning the models in blender. It also includes winter variants. I haven't yet gotten reply from original author to upload on Nexus. But anyway, Here they are
-
That would be appreciated! I was able to find some from going through all the winter 3D lod models that I was able to find, but I don't know if I missed any. I fixed the flags in following models:
-
4th version did not cause freeze. Was something discovered that I should account for or fix in my next DynDOLOD run?
-
All 3 variants caused the freeze.
-
Alright, Tamriel.4.-28.-12.bto
-
Alright this WIN.BTO causes a freeze consistently in a specific spot. If I remove the BTO, the freezes stop. There are many other spots as well that had a freezes, but for purposes of this half-half testing I tested with one specific spot to get consistent results. The spot is near sleeping tree camp. Regardless, after removing this file I wasn't able to find any spot with freezes no matter how much I ran around so I suspect this was only this BTO file causing it. Tamriel.4.-28.-12.WIN.bto Screenshot of the spot in-game Spot in the map
-
Yes DynDOLOD_SSE_ModelsUsed_Tamriel My latest run was winter only just for quick test if removing the Bright Waterfall Fix for ENB Dyndolod would've fixed the issue (it didn't), so I don't have default BTOs currently. I will do default + winter season run next and report back. I will also hide/remove the files you mentioned. Yup, seems like the freezes don't happen at all if I do this. Update on this. The freezing issue was not resolved with these steps. Size for WIN.BTO files is 6.59GB and default .BTO files 6.34GB.
-
The active season was Winter. The same issue happens with forcing winter in po3 seasons ini file or just using console command set gamemonth to enter any of the winter months. If I disable seasons from seasons of skyrim mod completely then the issue doesn't appear either. DynDOLOD.log Mods that overwrite DynDOLOD Resources SE: Sorry forgot to answer to this in my initial reply. But yes I did.
-
Having another issue with seasons. Basically when running around during winter I often get around 10-30 second freezes during which audio plays and then the game continues. Happens most often in Whiterun tundra but I got it few times in Falkreath as well. Disabling DynDOLOD output removes the issue. I tested po3's seasons of skyrim plugin versions 1.7.2 and 1.7.5.2 and happened with both. The output was generated with latest version of dyndolod 3 alpha 140 and latest dyndolod NG plugin and resources. The following logs are with DynDOLOD generated for winter only and only for Tamriel worldspace, but I encountered the same issue when I generated for all seasons and all worldspaces, which was also on DynDOLOD version 140 with latest DynDOLOD NG as well as resources. Any other information I can provide? Papyrus.0.log DynDOLOD_SSE_log TexGen_SSE_log DynDOLOD_SSE_Debug_log and TexGen_SSE_Debug_log (Had to upload on Google drive because the files are too big to be accepted by any text sharing service.) EDIT: Seems like uploaded the wrong log on the last link, uploading correct one. EDIT 2: The link is now updated with correct logs.
-
I generated dynamic lod for seasons and I have noticed lods consistently fail to unload during winter season, especially often in Whiterun tundra but also in some other regions. This mostly affects tree lods, but also some other objects similar behavior. This is not simply failing to unload after fast traveling. I have uLockedObjectMapLOD=32 in skyrim.ini with Level32=1 DynDOLOD_SSE.ini. If I use lod unloading bugfix mcm to reload the cell, it fixes the issue for the exact location I'm in but if I keep running around again after the unload bug reappears. Does not seem to ever happen outside of winter. I'm using latest DynDOLOD dll NG, with DynDOLOD 3 alpha 134. Is there more infromation I can provide? Bugreport.txt LODGen_SSE_Tamriel_WIN_log.txt DynDOLOD_SSE_log.txt TexGen_SSE_log.txt Papyrus.0.log (Dyndolod_degub_log.txt was empty and TexGen_Debug_log.txt was far too big to post as a file or text sharing, which why those were not included.) Update on the above. The issue was caused by po3's seasons of skyrim. Downgrading to version 1.7.2 of that mod fixed the issue without needing to reryn DynDOLOD.