Jump to content
  • 0

Error loading mtnridge02lod_n.dds: Not a valid DDS texture


Rayburt

Question

i cant figure out how to generate lods properly. here is the issue in the log

 

 

[00:02:47.004]    Preparing texture data
[00:02:50.782]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforest05_00051126_n.dds normal map not found, using flat replacement>
[00:02:50.788]    <Note: textures\terrain\lodgen\skyrim.esm\treeaspen03_0006c9d4_n.dds normal map not found, using flat replacement>
[00:02:50.796]    <Note: textures\terrain\lodgen\skyrim.esm\treeaspen02_0006c9d5_n.dds normal map not found, using flat replacement>
[00:02:50.831]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnow01_0005c072_n.dds normal map not found, using flat replacement>
[00:02:50.832]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl03_0005d2d9_n.dds normal map not found, using flat replacement>
[00:02:50.835]    <Note: textures\terrain\lodgen\skyrim.esm\treeaspen04_0005fada_n.dds normal map not found, using flat replacement>
[00:02:51.046]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnow02_0005c071_n.dds normal map not found, using flat replacement>
[00:02:51.047]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl04_0005d2d8_n.dds normal map not found, using flat replacement>
[00:02:51.113]    <Note: textures\terrain\lodgen\skyrim.esm\treeaspen05_0007614b_n.dds normal map not found, using flat replacement>
[00:02:51.118]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnow03_0005c070_n.dds normal map not found, using flat replacement>
[00:02:51.118]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl05_0005d2d7_n.dds normal map not found, using flat replacement>
[00:02:51.252]    <Note: textures\terrain\lodgen\skyrim.esm\treeaspen06_0007614a_n.dds normal map not found, using flat replacement>
[00:02:51.448]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnow04_0005c06f_n.dds normal map not found, using flat replacement>
[00:02:51.454]    <Note: textures\terrain\lodgen\skyrim.esm\treereachtree01magic_000f64bf_n.dds normal map not found, using flat replacement>
[00:02:51.455]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforest01_0001306d_n.dds normal map not found, using flat replacement>
[00:02:51.456]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnow05_0005c06e_n.dds normal map not found, using flat replacement>
[00:02:51.663]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforest02_00018a02_n.dds normal map not found, using flat replacement>
[00:02:51.749]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl01_0005d2db_n.dds normal map not found, using flat replacement>
[00:02:51.816]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforest03_0004b016_n.dds normal map not found, using flat replacement>
[00:02:52.015]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl02_0005d2da_n.dds normal map not found, using flat replacement>
[00:02:52.081]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforest04_0004fbb0_n.dds normal map not found, using flat replacement>
[00:02:52.367]    <Note: textures\terrain\lodgen\skyrim.esm\reachtree01_0006b1b8_n.dds normal map not found, using flat replacement>
[00:02:52.437]    <Note: textures\terrain\lodgen\skyrim.esm\treeaspen01_0006a9e6_n.dds normal map not found, using flat replacement>
[00:02:52.511]    Creating atlas textures X:\VR Games\The Elder Scrolls V Skyrim VR\DynDOLOD\DynDOLOD_Output\Textures\DynDOLOD\LOD\DynDOLOD_Tamriel.dds from 166 textures
[00:03:01.166]    <Error creating textures for atlas: Error loading textures\lod\mtnridge02lod_n.dds: Not a valid DDS texture>
[00:03:01.199]    <Error creating textures for atlas: Error loading textures\lod\mtncliffsm01lod_n.dds: Not a valid DDS texture>
[00:03:01.363]    <Error creating textures for atlas: Error loading textures\lod\mtncliff04lod_n.dds: Not a valid DDS texture>
[00:03:05.318]    <Error creating textures for atlas: Error while copying rect from image Image @0000000057F26CB8 info: Width = 128px, Height = 128px, Format = R8G8B8, Size = 48 KiB, Bits @00000000068F1000, Palette @0000000000000000. to image Access violation encountered when getting info on image at address 000000003E4019F8.. Exception Message: Access violation at address 0000000000409886 in module 'DynDOLODx64.exe'. Write of address 000000006E2E3FF8>
[00:03:05.376]    <Error creating textures for atlas: Access violation at address 0000000001390133 in module 'DynDOLODx64.exe'. Read of address 00000000000008F8>
[00:03:05.385]    <Error creating textures for atlas: Access violation at address 0000000001390133 in module 'DynDOLODx64.exe'. Read of address 000000000000094C>
[00:03:05.405]    
[00:03:05.405]    Exception in unit userscript line 350: One or more errors occurred

 

 

any help would be great

 

 

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

This is the problem. Find the source of those textures to determine if it is from a mod. Otherwise, sheson may need to add an exclusion for this file. It probably has a non-standard compression type for normal maps:

Error loading ...

textures\lod\mtnridge02lod_n.dds: Not a valid DDS texture

textures\lod\mtncliffsm01lod_n.dds: Not a valid DDS texture

textures\lod\mtncliff04lod_n.dds: Not a valid DDS texture

 

EDIT: Well ... you aslo have access violations, so that could be the real problem. I will step out of this now :P

Link to comment
Share on other sites

  • 0

From the OP:

 

If making posts or reporting errors, upload/paste these files (if they exist) to a file service or pastebin
..\DynDOLOD\bugreport.txt
..\DynDOLOD\Logs\[DynDOLOD|TexGen]_[TES5|ENDERAL|SSE|TES5VR]_log.txt
..\DynDOLOD\Logs\[DynDOLOD|TexGen]_[TES5|ENDERAL|SSE|TES5VR]_Debug_log.txt
 
If issue involves LODGen upload/paste
..\DynDOLOD\Logs\LODGen_[TES5|ENDERAL|SSE|TES5VR]_[Worldspace]_log.txt

Link to comment
Share on other sites

  • 0

This is the problem. Find the source of those textures to determine if it is from a mod. Otherwise, sheson may need to add an exclusion for this file. It probably has a non-standard compression type for normal maps:

Error loading ...

textures\lod\mtnridge02lod_n.dds: Not a valid DDS texture

textures\lod\mtncliffsm01lod_n.dds: Not a valid DDS texture

textures\lod\mtncliff04lod_n.dds: Not a valid DDS texture

ive re-installed all my tree mods including 3d tress, but that didnt work

Those 3 mentioned textures are mountain/cliff textures, not from trees/plants.

So you apperrently checked/reinstalled the wrong mods.

Edited by PRieST
Link to comment
Share on other sites

  • 0

From the OP:

 

If making posts or reporting errors, upload/paste these files (if they exist) to a file service or pastebin

..\DynDOLOD\bugreport.txt

..\DynDOLOD\Logs\[DynDOLOD|TexGen]_[TES5|ENDERAL|SSE|TES5VR]_log.txt

..\DynDOLOD\Logs\[DynDOLOD|TexGen]_[TES5|ENDERAL|SSE|TES5VR]_Debug_log.txt

 

If issue involves LODGen upload/paste

..\DynDOLOD\Logs\LODGen_[TES5|ENDERAL|SSE|TES5VR]_[Worldspace]_log.txt

my bad. im not familiar with file services, and ive never used paste bin

Link to comment
Share on other sites

  • 0

Reading the FAQ as suggested:

 

FAQ: DynDOLOD.exe: Error [preparing|creating] textures for atlas: Error loading textures\*.dds: Not a valid DDS texture 

 

A: The mentioned texture is corrupted and needs to be fixed or replaced. This sometimes seems to happen with specific MO2 versions under Windows 10, the exact cause is currently unknown. 

 

A: Look up the texture path in MOs right window Data tab to find out which mod supplies it. Reinstall the textures from the mod, DynDOLOD Resources or TexGen output, whichever it is. 

 

 

Searching the forum as suggested finds these:

 

https://forum.step-project.com/topic/15190-error-loading-textureslodicefloessolid02loddds-not-a-valid-dds-texture

https://forum.step-project.com/topic/15051-not-a-valid-dds-texture/

https://forum.step-project.com/topic/14165-error-loading-textures-not-a-valid-dds-texture/

 

Also:

 

How to to use pastebin There are videos and everything.

Edited by sheson
Link to comment
Share on other sites

  • 0

What error? More invalid textures? Read the messages and follow their suggestions.

 

Check log lines above the exception for additional hints. Check the FAQ and search official forum for those errors.
 
If problem persists, post error report with entire contents (not just the last couple lines) of ..\DynDOLOD\bugreport.txt and ..\DynDOLOD\logs\DynDOLOD_SSE_log.txt to official forum
 
Reinstall the mod(s). Update the OS, Update MO2 to latest version. Make sure to use a legal version of the game.
Edited by sheson
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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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