Jump to content

DynDOLOD 3.00 Alpha 180


sheson

Recommended Posts

On 3/13/2023 at 10:08 PM, DarkladyLexy said:

2023-03-13 21_11_01-J__Skyrim Special Edition Tools_DynDOLOD Alpha 39_Edit Scripts_DynDOLOD_Configs_.png

I beleive there a typo in DynDOLOD_SSE_Required_Resources.txt

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

Do not post screenshots of text. Post the text instead.

Does the file not exist in the latest DynDOLOD Resources? The DynDOLOD_SSE_Required_Resources.txt is auto generated from the contents of the latest archive.

Enderal Skyrim.esm

_00E_SuncoastMountainCliffSlope [STAT:000348EF] Meshes\enderal\landscape\suncoast\souncoastmountaincliffslope.nif [CRC32:D93057C2] using textures\landscape\mountains\mountainslab01.dds, textures\landscape\mountains\mountainslab02_n.dds, textures\enderal\landscape\ground_wet_sand01_dxt1.dds, textures\enderal\landscape\ground_wet_sand01_n_dxt1.dds, textures\landscape\rocks01.dds, textures\landscape\rocks01_n.dds
_00E_Tropical_MountainCliffSlope [STAT:00069514] Meshes\enderal\landscape\suncoast\souncoastmountaincliffslope.nif [CRC32:D93057C2] using textures\landscape\mountains\mountainslab01.dds, textures\landscape\mountains\mountainslab02_n.dds, textures\enderal\landscape\ground_wet_sand01_dxt1.dds, textures\enderal\landscape\ground_wet_sand01_n_dxt1.dds, textures\landscape\rocks01.dds, textures\landscape\rocks01_n.dds
_00E_Tropical_MountainCliffSlopeGrass [STAT:00069538] Meshes\enderal\landscape\suncoast\souncoastmountaincliffslope.nif [CRC32:D93057C2] using textures\landscape\mountains\mountainslab01.dds, textures\landscape\mountains\mountainslab02_n.dds, textures\enderal\landscape\ground_wet_sand01_dxt1.dds, textures\enderal\landscape\ground_wet_sand01_n_dxt1.dds, textures\landscape\rocks01.dds, textures\landscape\rocks01_n.dds
_00E_Tropical_MountainCliffSlopeGrass02 [STAT:0006952D] Meshes\enderal\landscape\suncoast\souncoastmountaincliffslope.nif [CRC32:D93057C2] using textures\landscape\mountains\mountainslab01.dds, textures\landscape\mountains\mountainslab02_n.dds, textures\enderal\landscape\ground_wet_sand01_dxt1.dds, textures\enderal\landscape\ground_wet_sand01_n_dxt1.dds, textures\landscape\rocks01.dds, textures\landscape\rocks01_n.dds

https://stepmodifications.org/forum/topic/17510-dyndolod-300-alpha-119/?do=findComment&comment=270047

Link to comment
Share on other sites

Hello,

i have been trying to generate the textures but texgen stops after around 35 minutes, processor usage goes to 0, ram usage drops. no error no messages

this is the log after the last attempt, i just force closed the application
https://paste.ee/p/hNDAZ

antivirus or firewall and etc is disabled, both texgen and texconverter is granted elevated rights

a couple days ago before the new dyndolod update i managed to run it and complete it in around 30 minutes

any idea what might be causing the issue? how can i troubleshoot it?

Edited by sdexy
Link to comment
Share on other sites

20 minutes ago, sdexy said:

Hello,

i have been trying to generate the textures but texgen stops after around 35 minutes, processor usage goes to 0, ram usage drops. no error no messages

this is the log after the last attempt, i just force closed the application
https://paste.ee/p/hNDAZ

antivirus or firewall and etc is disabled, both texgen and texconverter is granted elevated rights

a couple days ago before the new dyndolod update i managed to run it and complete it in around 30 minutes

any idea what might be causing the issue? how can i troubleshoot it?

Moved to the DynDOLOD 3 Alpha thread. Read the first post which debug log to also upload when making posts.

Check the Windows task manager if there are stuck Texconvx64.exe (a command line tool from MS) processes TexGen might be waiting for.

If that is the case, then something is blocking Texconvx64.exe from executing/continuing. If you kill it TexGen will most likely continue and fail with an error message.

If it is not the OS, UAC, antivir or the mod manager blocking execution, file or folder access, it could be old/outdated graphics drivers or a problem with them preventing it from continuing. Do a clean re-install of the latest official drivers (not beta or optional versions). Do not install any bloat/crapware that comes with drivers, just the drivers only.

Link to comment
Share on other sites

25 minutes ago, sheson said:

Moved to the DynDOLOD 3 Alpha thread. Read the first post which debug log to also upload when making posts.

Check the Windows task manager if there are stuck Texconvx64.exe (a command line tool from MS) processes TexGen might be waiting for.

If that is the case, then something is blocking Texconvx64.exe from executing/continuing. If you kill it TexGen will most likely continue and fail with an error message.

If it is not the OS, UAC, antivir or the mod manager blocking execution, file or folder access, it could be old/outdated graphics drivers or a problem with them preventing it from continuing. Do a clean re-install of the latest official drivers (not beta or optional versions). Do not install any bloat/crapware that comes with drivers, just the drivers only.

Thank you for the quick response
Here is the debug file of the latest run, for some reason pastee was not responding so I used ufile
https://ufile.io/xuo3gzm7

There was a command line tool in the processes next to textgen and texconv, idling as well

Link to comment
Share on other sites

13 minutes ago, sdexy said:

Thank you for the quick response
Here is the debug file of the latest run, for some reason pastee was not responding so I used ufile
https://ufile.io/xuo3gzm7

There was a command line tool in the processes next to textgen and texconv, idling as well

This is how Windows works, in order to run a command line tool, the command line prompt cmd/conhost is spawned to run it in.

If that is the case, then something is blocking Texconvx64.exe from executing/continuing. If you kill it TexGen will most likely continue and fail with an error message.

If it is not the OS, UAC, antivir or the mod manager blocking execution, file or folder access (reboot), it could be old/outdated graphics drivers or a problem with them preventing it from continuing. Do a clean re-install of the latest official drivers (not beta or optional versions). Do not install any bloat/crapware that comes with drivers, just the drivers only.

Link to comment
Share on other sites

38 minutes ago, sheson said:

This is how Windows works, in order to run a command line tool, the command line prompt cmd/conhost is spawned to run it in.

If that is the case, then something is blocking Texconvx64.exe from executing/continuing. If you kill it TexGen will most likely continue and fail with an error message.

If it is not the OS, UAC, antivir or the mod manager blocking execution, file or folder access (reboot), it could be old/outdated graphics drivers or a problem with them preventing it from continuing. Do a clean re-install of the latest official drivers (not beta or optional versions). Do not install any bloat/crapware that comes with drivers, just the drivers only.

I updated my graphics drivers and it completed the generating process, thank you

Link to comment
Share on other sites

2 hours ago, RainingTacco said:

Any good photo op comparisons with complex grass lods between 118 and 119? Worth rerunning?

As explained on the first post, use search to find similar questions and answers or just click a couple pages back.

https://stepmodifications.org/forum/search/?&q="alpha 119"&type=forums_topic&quick=1&item=17510

Only you can compare and test changes for your custom load order and preference.

Link to comment
Share on other sites

[04:09] Created a summary of log messages S:\DynDOLOD 3.00-68518-Alpha-119-1678452757\DynDOLOD\Summary\DynDOLOD_Index.html.
Access violation at address 000000000040FDA5 in module 'DynDOLODx64.exe'. Read of address 0000004000000008 while processing Dawnguard.esm [REFR:0200299F] (places sc_freewallCap02 [STAT:0200F9F0] in GRUP Cell Temporary Children of SoulCairnStartAmbush [CELL:02002CFB] (in DLC01SoulCairn "Каирн Душ" [WRLD:02001408] at -4,-3))
Error: Access violation at address 000000000040FDA5 in module 'DynDOLODx64.exe'. Read of address 0000004000000008 while processing Dawnguard.esm [REFR:0200299F] (places sc_freewallCap02 [STAT:0200F9F0] in GRUP Cell Temporary Children of SoulCairnStartAmbush [CELL:02002CFB] (in DLC01SoulCairn "Каирн Душ" [WRLD:02001408] at -4,-3))
User says "OK"
Can someone help?

Link to comment
Share on other sites

16 minutes ago, VladossX said:

[04:09] Created a summary of log messages S:\DynDOLOD 3.00-68518-Alpha-119-1678452757\DynDOLOD\Summary\DynDOLOD_Index.html.
Access violation at address 000000000040FDA5 in module 'DynDOLODx64.exe'. Read of address 0000004000000008 while processing Dawnguard.esm [REFR:0200299F] (places sc_freewallCap02 [STAT:0200F9F0] in GRUP Cell Temporary Children of SoulCairnStartAmbush [CELL:02002CFB] (in DLC01SoulCairn "Каирн Душ" [WRLD:02001408] at -4,-3))
Error: Access violation at address 000000000040FDA5 in module 'DynDOLODx64.exe'. Read of address 0000004000000008 while processing Dawnguard.esm [REFR:0200299F] (places sc_freewallCap02 [STAT:0200F9F0] in GRUP Cell Temporary Children of SoulCairnStartAmbush [CELL:02002CFB] (in DLC01SoulCairn "Каирн Душ" [WRLD:02001408] at -4,-3))
User says "OK"
Can someone help?

Read the first post which entire log of the meaningful session, entire debug log and bugreport.txt if it exists to upload when making posts.

Link to comment
Share on other sites

On 3/3/2023 at 4:37 PM, heheloveer said:

I made a save on the Whiterun watchtower and every time I load the save the grass lod bug appears, even if when I made the save the grass looked completely normal. As I suspected this only happened in large reference cells outside the loaded zone, since changing uLargeRefLODGridSize to 5 apparently fix this. Moving the player character to the previously affected area also makes the lod grass go away. Notice in the screenshots how not all cells are affected by this. I can't seem to find any particular pattern in affected cells either. The second screenshot shows how it looks like up close. I enabled papyrus logging and there doesn't seem to be anything related to SHESON_DynDOLOD scripts in Papyrus.0.log. Should I disable large reference bugs workarounds and regenerate DynDOLOD to see what happens?

enb2023_3_3_16_03_43.jpg

enb2023_3_3_16_05_05.jpg

enb2023_3_3_16_37_17.jpg

Papyrus.0.log 202.35 kB · 1 download

Reported this in version 118 and after updating to version 119 it seems the large reference bugs persist in the same cells. Maybe version 119 fixed such occurrences in some other cells, I'm not sure. Also I can confirm this does not only happen in Whiterun, but in Falkreath as well, so it's pretty widespread. Logs and the files you requested last time are here: https://anonfiles.com/88s8c5fbz8/Logs_and_Stuff_rar

295090686_enb2023_3_17_22_11_07().thumb.jpg.92a9d69cbfd79cffcaefb7cbe14c9083.jpg

Also, two unrelated questions: 1) The mod Northern Roads replaced the Whiterun bridges with its own unique models. The bridges looked and worked completely fine but after generating lod with DynDOLOD I noticed the lod models of the bridges seem a little bit misplaced, as shown in the screenshots. What could have caused this and is there a fix?19545896_enb2023_3_17_22_12_02().thumb.jpg.cb3ed544eb8737eb32d2db1aed2d9663.jpg1882177676_enb2023_3_17_22_12_44().thumb.jpg.b2182fe682eb2107f5d2b68a43090d5e.jpg

2) How to make the Whiterun Temple Tree show up on the map? I use LOD Level 32 object lod for the map and tried editing the wrtempletree rule, but nothing seemed to work.

Link to comment
Share on other sites

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.