Jump to content

Recommended Posts

Posted
  On 2/19/2022 at 6:02 PM, Admiral30 said:

Screenshot-2.png

Red - RAM

Green - CPU

Threads = 1, memory argument for dyndolod exe.

Funny thing is no OOM exceptions this time, but it took way too many attempts to achieve this, so I wouldn't call this a win yet.

Expand  

Only generate occlusion for Tamriel with the DynDOLOD output active.
To compare old versus new, keep load order the same between all runs.

Run the old and new version once with default OcclusionMaxThreadsObjectLOD=4 and then with OcclusionMaxThreadsObjectLOD=1.

We expect old version to have no errors both times and new version to have out of memory errors according to your reports.

For both versions and both runs, check in task manager what the peak working set is once the process completed and prompts for saving.
For both version and both runs, check if CPU usage is less when limiting to 1 thread instead of default 4 while it reads the object LOD meshes.

Posted
  On 2/19/2022 at 6:16 PM, sheson said:

Only generate occlusion for Tamriel with the DynDOLOD output active.
To compare old versus new, keep load order the same between all runs.

Run the old and new version once with default OcclusionMaxThreadsObjectLOD=4 and then with OcclusionMaxThreadsObjectLOD=1.

We expect old version to have no errors both times and new version to have out of memory errors according to your reports.

For both versions and both runs, check in task manager what the peak working set is once the process completed and prompts for saving.
For both version and both runs, check if CPU usage is less when limiting to 1 thread instead of default 4 while it reads the object LOD meshes.

Expand  

I will try to make some reasonable comparison, but I have to admit if it works for the 2nd time I will certainly have no strength for another run, so I will assume problem is solved for now. But I have a feeling it will crash.

Posted (edited)

Hi Sheson!

When attempting to run DynDOLOD 3 Alpha 73, I received the below error message:

  Quote

Cannot create file "F:\DynDOLOD\Edit Scripts\Export\LODGen_SSE_Grass_Map_Tamriel.txt". The process cannot access the file because it is being used by another process


Error: Cannot create file "F:\DynDOLOD\Edit Scripts\Export\LODGen_SSE_Grass_Map_Tamriel.txt". The process cannot access the file because it is being used by another process.

Expand  

I'm running No Grass In Objects with Seasons of Skyrim, and in the Grass Config file for NGIO I have OnlyLoadFromCache = False.  Might the above error message be caused by anything in particular?

 

Edited by dzee349
Posted
  On 2/20/2022 at 5:12 AM, dzee349 said:

Hi Sheson!

When attempting to run DynDOLOD 3 Alpha 73, I received the below error message:

I'm running No Grass In Objects with Seasons of Skyrim, and in the Grass Config file for NGIO I have OnlyLoadFromCache = False.  Might the above error message be caused by anything in particular?

 

Expand  

Read the first post which log and debug log to upload when making posts.

The error message "The process cannot access the file because it is being used by another process" is self explanatory. 

End the other process before running DynDOLOD. It is possible that the other process is only visible in task manager and needs to be ended there. If all else fails, rebooting typically clears that up.

Posted
  On 2/20/2022 at 10:53 AM, Nissysam said:

Hi guys, I am having an issue with my Tree Lods, the trees are 2 dimensional 

20220220_213956.jpg

Expand  

This is how standard tree LOD in the game works. https://dyndolod.info/Help/Tree-LOD

Maybe you mean the problem is "Billboard tree LOD shows in active exterior cells" then see the answers from the https://dyndolod.info/FAQ 

Billboard tree LOD only looks and works correctly for the load order it was generated for. Generate tree LOD billboards with TexGen, make sure the TexGen output is not being overwritten and generate tree LOD with DynDOLOD for the current load order and make sure the DynDOLOD output is not being overwritten.

Check plugins for errors and clean them from ITMs or deleted references. See xEdit Cleaning and Error Checking. The Batch Plugin Cleaner for Mod Organizer or the xEdit Cleaning Extension for Vortex help to automate some of that.

If the load order of plugins adding or changing tree references was changed, generate billboard tree LOD again so it matches the new load order. Consider using ultra tree LOD (also possible with only tree LOD billboards) to avoid such game engine limitations.

https://screenshot.net/skyrim-screenshots.html

Posted

Having a lot of trouble with the No Grass thing and DynDoLod. I have the dlc of AE uninstalled, but I am not sure what else to do.

 

[20 Feb 2022 12:08:11.794] Initializing framework version 15.
[20 Feb 2022 12:08:11.797] Loaded configuration file.
[20 Feb 2022 12:08:11.799] Preparing .NET code hooking.
[20 Feb 2022 12:08:11.803] Loading game library.
[20 Feb 2022 12:08:11.897] Loaded game library for `The Elder Scrolls V: Skyrim Special Edition` (18).
[20 Feb 2022 12:08:11.897] Running game version is 1.6.353.0
[20 Feb 2022 12:08:11.903] (InvalidOperationException): "Version library error: File not found (NetScriptFramework.SkyrimSE.1_6_353_0.bin)!" at
[20 Feb 2022 12:08:11.903] --------------------------------------------------------------------------------------------------------------------------------------------
[20 Feb 2022 12:08:11.903]    at NetScriptFramework.Main.LoadGameInfo() in C:\Games\SkyrimMods\NetScriptFramework\NetScriptFramework\Main.cs:line 807
[20 Feb 2022 12:08:11.903]    at NetScriptFramework.Main._Initialize_Actual(FrameworkInitializationParameters p) in C:\Games\SkyrimMods\NetScriptFramework\NetScriptFramework\Main.cs:line 366
[20 Feb 2022 12:08:11.903]    at NetScriptFramework.Main.Initialize(FrameworkInitializationParameters p) in C:\Games\SkyrimMods\NetScriptFramework\NetScriptFramework\Main.cs:line 308
[20 Feb 2022 12:08:11.903] --------------------------------------------------------------------------------------------------------------------------------------------
[20 Feb 2022 12:08:14.820] Shutting down framework.
[20 Feb 2022 12:08:14.821] Shutting down plugins.
[20 Feb 2022 12:08:14.821] Shutdown complete.
 

Posted
  On 2/20/2022 at 5:13 PM, z929669 said:

TexGen from latest alpha 73 (TexGen reports as alpha 72 in the window label) runs at least 8x faster for me and without issue. Very nice.

Expand  

See changelog of Alpha-66 for the reponsible changes to TexGen.

The main programs are still reporting as alpha-72 because alpha-73 just updated Texconv.

Posted
  On 2/20/2022 at 5:19 PM, sheson said:

See changelog of Alpha-66 for the reponsible changes to TexGen.

The main programs are still reporting as alpha-72 because alpha-73 just updated Texconv.

Expand  

Looks like bulk processing via TexConv and stitched objects via GPU may be the benefits for me then (AMD system CPU/GPU)

Posted

Hi, I am having trouble with Item Not Found errors with this mod: https://www.nexusmods.com/skyrimspecialedition/mods/55870?tab=posts

The errors are referring to deleted references the mod has for the mod it overwrites: https://www.nexusmods.com/skyrimspecialedition/mods/40651

The exact errors from DynDOLOD are:

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:000DAF30] (places TreePineShrub01Snow [TREE:0009DAA2] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:000DAF31] (places TreePineShrub01Snow [TREE:0009DAA2] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:81014C96] (places Walkway02 [STAT:0001C571] in GRUP Cell Temporary Children of Dawnstar03Exterior [CELL:00008EB5] (in Tamriel "Skyrim" [WRLD:0000003C] at 7,25))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:81014C97] (places Walkway02 [STAT:0001C571] in GRUP Cell Temporary Children of Dawnstar03Exterior [CELL:00008EB5] (in Tamriel "Skyrim" [WRLD:0000003C] at 7,25))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:81014C98] (places WalkwayEnd01 [STAT:000C0521] in GRUP Cell Temporary Children of Dawnstar03Exterior [CELL:00008EB5] (in Tamriel "Skyrim" [WRLD:0000003C] at 7,25))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:812F3210] (places TreasKnapsack "Knapsack" [CONT:000B7879] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:FE18B805] (places CandleLanternwithCandle01 [STAT:0002D847] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

What is the most appropriate way to resolve this? Do I delete the references from the original mod?

Posted
  On 2/20/2022 at 7:01 PM, ignotus_patronus said:

Hi, I am having trouble with Item Not Found errors with this mod: https://www.nexusmods.com/skyrimspecialedition/mods/55870?tab=posts

The errors are referring to deleted references the mod has for the mod it overwrites: https://www.nexusmods.com/skyrimspecialedition/mods/40651

The exact errors from DynDOLOD are:

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:000DAF30] (places TreePineShrub01Snow [TREE:0009DAA2] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:000DAF31] (places TreePineShrub01Snow [TREE:0009DAA2] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:81014C96] (places Walkway02 [STAT:0001C571] in GRUP Cell Temporary Children of Dawnstar03Exterior [CELL:00008EB5] (in Tamriel "Skyrim" [WRLD:0000003C] at 7,25))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:81014C97] (places Walkway02 [STAT:0001C571] in GRUP Cell Temporary Children of Dawnstar03Exterior [CELL:00008EB5] (in Tamriel "Skyrim" [WRLD:0000003C] at 7,25))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:81014C98] (places WalkwayEnd01 [STAT:000C0521] in GRUP Cell Temporary Children of Dawnstar03Exterior [CELL:00008EB5] (in Tamriel "Skyrim" [WRLD:0000003C] at 7,25))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:812F3210] (places TreasKnapsack "Knapsack" [CONT:000B7879] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

Warning: Deleted reference CFTO-Winterhold-TGC_MCAT.esp [REFR:FE18B805] (places CandleLanternwithCandle01 [STAT:0002D847] in GRUP Cell Temporary Children of WinterholdExterior02 [CELL:00008EC1] (in Tamriel "Skyrim" [WRLD:0000003C] at 26,24))

What is the most appropriate way to resolve this? Do I delete the references from the original mod?

Expand  

Read the first post which log, debug log and bugreport if it exists to upload when making reports.

As https://dyndolod.info/Messages/Exceptions#Item-not-found explains, item not found errors are not necessarily a problem with a plugin but with the program encountering unexpected situations. The logs will help me determine the cause of the problem.

As https://dyndolod.info/Messages/Deleted-Reference explains, plugins containing deleted reference should be cleaned with xEdit.

Posted (edited)

Getting an error when running Dyndolod with alpha 73.  I didn't get a bug report or crash log after Exiting Dyndolod.
 

  Reveal hidden contents

 

DynDOLOD_SSE_log.txtFetching info...

Edited by Wolfpack49

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.