Jump to content

Recommended Posts

Posted (edited)

i do not have a debug log for dyndolod. i apologize, man, i'm just trying to help. as soon as i disabled that mod, because that is what this log said was the issue: LODGen_SSE_Tamriel_log.txt it started working just fine. i assumed it must have been the problem.

Edited by chemistofgor
Posted
  On 8/9/2023 at 2:34 PM, chemistofgor said:

i do not have a debug log for dyndolod

Expand  

https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs
The log and debug log are saved when the program shuts down Do not interrupt the shut down process so it can write the log files. If there are no logs or debug logs because the tool is being terminated prematurely, check the Windows Event log for related messages. Add RealTimeLog=1 under [TexGen] or [DynDOLOD] in ..\DynDOLOD\Edit Scripts\DynDOLOD\[TexGen|DynDOLOD]_[GAME MODE].INI respectively. Then execute the tool again to generate a debug log in the Logs folder in real time and upload that.

Posted
  On 8/9/2023 at 3:42 AM, Ran said:

Hoping you can point me in the right direction or give me a few ideas to try.  I am using SkyrimVR and the last working copy of NG DLL's that I could use was Alpha 5.  When using any past that (6, 7, or 8), I CTD right before the SkyrimVR load screen.  If I load ENB, the CTD is after the ENB splash screen and before the VR load screen.  I removed all mods except SKSEVR, Crash Logger, VR Address Library, VRIK, Dyndolod Resources & DLL NG #, with the same CTD.  I reinstalled MS C++ and Runtime 6, disabled antivirus. reset NVIDIA profiler to default values and ran a Windows memory test. Still CTD.  If I disable the DLL NG and start, everything is fine.  I also have a crashdump log that I added to the combined logs.

Thanks in advance for the help,

Combined logs.txt 34.25 kB · 1 download

Expand  

It seems commonlibsse-ng is not fully including all things from commonlibvr for player character events - or maybe there is a deeper problem. This is going to take a while to sort out.

I might provide an update for Alpha-6 (that is a different problem is easily fixed) in the interim and it still can be used with current DynDOLOD Alpha versions.

Posted
  On 8/9/2023 at 2:34 PM, chemistofgor said:

i do not have a debug log for dyndolod. i apologize, man, i'm just trying to help. as soon as i disabled that mod, because that is what this log said was the issue: LODGen_SSE_Tamriel_log.txt it started working just fine. i assumed it must have been the problem.

Expand  

Download DynDOLOD 3 Alpha-132
Generating with it should let LODGen then be able to generate object LOD without problem.

 

3D tree LOD assets included in the mod have a couple problems that should be fixed:

<Warning: File not found textures\landscape\trees\leaves_n2k.dds. Used by meshes\dyndolod\lod\trees\wrtempletreesapling01_e75a46ffpassthru_lod.nif Gildergreen Is Really Thicc HD.esp TreeWRTempleSapling01 [TREE:000461D7]>
<Warning: File not found textures\landscape\trees\branches_n2k.dds. Used by meshes\dyndolod\lod\trees\wrtempletree02_f3e8c380passthru_lod.nif Gildergreen Is Really Thicc HD.esp TreeWRTemple02 [TREE:000461C9]>

This should probably be textures\landscape\trees\leaves_n.dds and textures\landscape\trees\branches_n.dds instead. https://dyndolod.info/Messages/File-Not-Found-Textures

Also WRTempleTreeSapling01_E75A46FFpassthru_lod.nif seems define a glow map texture erroneously.

 

<Warning: Root block is NiNode in meshes\dyndolod\lod\trees\wrtempletreesapling01_e75a46ffpassthru_lod.nif Gildergreen Is Really Thicc HD.esp TreeWRTempleSapling01 [TREE:000461D7]>
<Warning: Root block is NiNode in meshes\dyndolod\lod\trees\wrtempletree02_f3e8c380passthru_lod.nif Gildergreen Is Really Thicc HD.esp TreeWRTemple02 [TREE:000461C9]>
<Warning: Root block is NiNode in meshes\dyndolod\lod\trees\wrtempletree01_9e62d585passthru_lod.nif Gildergreen Is Really Thicc HD.esp TreeWRTemple01 [TREE:00023611]>

The root node should be BSFadeNode. This prevents the tree from being showing in Tamriel by dynamic LOD. https://dyndolod.info/Messages/Root-Block

 

<Warning: Textures do not match for "Scene Root:1": textures\landscape\trees\branches.dds in wrtempletree02.nif -> textures\landscape\trees\trunk.dds in wrtempletree02_f3e8c380passthru_lod.nif for Gildergreen Is Really Thicc HD.esp TreeWRTemple02 [TREE:000461C9]>

The 3D shape names should match between the full model and the 3D LOD model.

 

Also the LOD models do not need the BSXFlags Havok/Articulated since they do not have those features. If all BSXFlags are unset, the BSXFlags block can be removed.

Posted

Thanks for the response.  If there is any testing I can help with, please let me know. 

I am currently using 3.00 version 127 with Alpha 37 resources and NG Alpha-5.  Would any of the changes after version 122 still work with NG 5?  The LOD looks great, but just wondering if any of your updates since then are working with the old DLL.  Should I keep using the latest Dyndolod 3 updates with NG 5?

Posted (edited)

getting lines on side of reach trees. am using enhanced vanilla trees which do not touch reach trees. apparently its a mipmap issue but i have no mods affecting reach trees or textures.

 

for dyndolod settings i followed the latest step guide on skyrim se modding

 

https://imgur.com/a/P79PvML

 

theyre very faint but you can see them on those trees

DynDOLOD_SSE_log.txtFetching info...

Edited by teadude
Posted
  On 8/9/2023 at 11:47 PM, teadude said:

getting lines on side of reach trees. am using enhanced vanilla trees which do not touch reach trees. apparently its a mipmap issue but i have no mods affecting reach trees or textures.

for dyndolod settings i followed the latest step guide on skyrim se modding

https://imgur.com/a/P79PvML

theyre very faint but you can see them on those trees

DynDOLOD_SSE_log.txt 1.06 MB · 2 downloads

Expand  

Read the first post and/or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs which TexGen log and which TexGen/DynDOLOD debug log to also upload.

As explained, always use the latest version.

https://dyndolod.info/Generation-Instructions#Prerequisites
Do not install any 3rd party tree LOD billboards. Use TexGen to generate all desired LOD billboards.

https://dyndolod.info/Help/Tree-Grass-LOD-Billboards#3rd-Party-LOD-Billboards

Posted
  On 8/9/2023 at 10:33 PM, Ran said:

Thanks for the response.  If there is any testing I can help with, please let me know. 

I am currently using 3.00 version 127 with Alpha 37 resources and NG Alpha-5.  Would any of the changes after version 122 still work with NG 5?  The LOD looks great, but just wondering if any of your updates since then are working with the old DLL.  Should I keep using the latest Dyndolod 3 updates with NG 5?

Expand  

The https://dyndolod.info/Help/Large-Reference-Bugs-Workarounds#Requirements explain which DynDOLOD DLL NG and Scripts 3 Alpha version is required by which DynDOLOD 3 Alpha version.

DynDOLOD DLL NG and Scripts 3 Alpha-5 will not work properly with DynDOLOD 3 Alpha versions 123 and newer. Only Alpha-6 and higher.

Posted
  On 8/10/2023 at 4:54 AM, sheson said:

Read the first post and/or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs which TexGen log and which TexGen/DynDOLOD debug log to also upload.

As explained, always use the latest version.

https://dyndolod.info/Generation-Instructions#Prerequisites
Do not install any 3rd party tree LOD billboards. Use TexGen to generate all desired LOD billboards.

https://dyndolod.info/Help/Tree-Grass-LOD-Billboards#3rd-Party-LOD-Billboards

Expand  

hi sheson, here are the logs https://www.mediafire.com/file/ziofbvoaiycxpfy/logs.zip/file

 

i do not think i am using any tree replacers, just mods that make trees smaller. only reach trees have the line issue. i am not using any billboards, only dyndolod resources and requirements. settings used are from the latest step guide

Posted
  On 8/10/2023 at 10:30 AM, teadude said:

hi sheson, here are the logs https://www.mediafire.com/file/ziofbvoaiycxpfy/logs.zip/file

 

i do not think i am using any tree replacers, just mods that make trees smaller. only reach trees have the line issue. i am not using any billboards, only dyndolod resources and requirements. settings used are from the latest step guide

Expand  

Disable TexGen output. In MO2 right window, Data tab, unfold [+] Textures, [+] Terrain, [+] LODGen etc. if there are any files listed at all, they should be removed/hidden in their respective mod folders. Then generate\enable TexGen, generate LOD.

If problem happens with no ..\Textures\Terrain\LODGen\ folder listed with TexGen ouput disabled, let me know.

Posted (edited)
  On 8/10/2023 at 11:11 AM, sheson said:

Disable TexGen output. In MO2 right window, Data tab, unfold [+] Textures, [+] Terrain, [+] LODGen etc. if there are any files listed at all, they should be removed/hidden in their respective mod folders. Then generate\enable TexGen, generate LOD.

If problem happens with no ..\Textures\Terrain\LODGen\ folder listed with TexGen ouput disabled, let me know.

Expand  

ive just come back from generating fresh texgen and fresh dyndolod from scratch and the problem still persists. this time i disabled the mod which made trees smaller as i thought this was causing the problem.

 

i saw no files under the lodgen folder tree when texgen was disabled

Edited by teadude
Posted
  On 8/10/2023 at 11:22 AM, teadude said:

ive just come back from generating fresh texgen and fresh dyndolod from scratch and the problem still persists. this time i disabled the mod which made trees smaller as i thought this was causing the problem.

i saw no files under the lodgen folder tree when texgen was disabled

Expand  

Upload a screenshot of the full model of an affected tree, with console open, clicking the tree to show its form id etc. with More informative console installed as explained https://dyndolod.info/Official-DynDOLOD-Support-Forum#In-Game-Screenshots

Posted
  On 8/10/2023 at 11:41 AM, teadude said:

image.png

image.png

Expand  

In the MO2 right window Data tab, at the bottom is a filter field, enter reachtree01_000b8a73, the tree view should automatically list reachtree01_000b8a73.dds, reachtree01_000b8a73.txt etc. and as the source the TexGen output you generated last. Zip and upload all those files to a file service.

Also upload ..\Textures\DynDOLOD\LOD\DynDOLOD_Tamriel.dds from the DynDOLOD output.

In MO2 right window Data tab, at the bottom is a filter field, enter reachtree01.nif, the tree view should tell you which mod the model is from. Let me know the mod, best with link to Nexus

Posted

I was trying to follow the requirements for pairing, but with NG 5 being the only one that works for me, I am unable to use Dyndolodx64 Alpha 121 or 122, as I get the pop up "this version has expired..." then it shuts down.  Is there a way to disable the version check, so I can use 121 or 122?

Sorry for the confusion, for my previous post I was trying to see which functions were lost by using a higher version of Dyndolodx64 with the old scripts.

thanks

 

 

 

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.