Jump to content
  • 0

FAILED loading DDS (80004005) Error loading texture Executing TexConv returned error


Question

Posted (edited)

Hello,

I'm now trying to run the x64 version on BC3 instead of BC7 because BC7 causes access denied issues on non-protected folders. Mod Organizer 2, Skyrim, and Dyndolod are all on a separate drive from the OS.

Now, I appear to get "Exception in unit userscript line 342: One or more errors occurred"

 

But the errors are in finding files that don't exists, so I'm baffled why it's looking for them, or what to do about. If this is an inability to write to the folder, I have no way to bypass it, as no protection on the TEMP folder exists, no antivirus is present, and Dyndolod is run as an admin.

bugreport.txt

DynDOLOD_SSE_log (shortened).txt

Edited by DinoInDisguise

Recommended Posts

  • 0
Posted (edited)
[00:03:32.768]	FAILED loading DDS (80004005) C:\Users\Steve\AppData\Local\Temp\SSEEdit\4B2B7EF88CDD4D409C8DFF8B2F22006D.dds
[00:03:32.768]	<Error creating textures for atlas: Error: Executing TexConv returned error: "D:\Bethesda Modding Tools\DynDOLOD\Edit Scripts\Texconvx64.exe" -nologo -y -m 1 -f R8G8B8A8_UNORM -o "C:\Users\Steve\AppData\Local\Temp\SSEEdit" "C:\Users\Steve\AppData\Local\Temp\SSEEdit\4B2B7EF88CDD4D409C8DFF8B2F22006D.dds">

The tmp file is cleaned up after the error message is printed.

 

As a final test for access issue you can try setting a different tmp path with -t:"D:\Bethesda Modding Tools\DynDOLOD\temp\"

 

It is likely there is any empty (zero file size) or otherwise broken (not a valid dds) texture that upsets the process. I believe (80004005) means invalid format - if I remember right file not found is a different number.

 

Quite some oversight on my part not printing the file path of the source texture in the error message (I will add that for next version).

 

For now check textures mentioned in DynDOLOD\cache\DynDOLOD_SSE_tamriel_textures_used.txt, start with the billboards (textures\terrain\lodgen) at the bottom

Check if each mentioned texture loads in an image viewer/program that also supports BC7 etc.

 

 

Probably unrelated: it is also odd that meshes\lod\mountains\mountainpeak01_lod_0l.nif is reported as not being a valid NIF file. Typically that is a vanilla LOD file. If you have a mod replacing it, please let me know which one it is, so I can double check.

Edited by sheson
  • 0
Posted

Thanks for the assistance, you are amazing.

The access solution involving moving the temp folder per the argument, -t:"D:\Bethesda Modding Tools\DynDOLOD\temp\", didnt solve anything, as far as I can tell.

The replacing mod on meshes\lod\mountains\mountainpeak01_lod_0l.nif is the newest version of Majestic Mountains. Both hiding that just that file, and disabling the mod completely does not fix the problem either.

Same error in every way as far as I can tell.



"00:03:34.395]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl01_0005d2db_n.dds normal map not found, using flat replacement>
[00:03:34.418]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl02_0005d2da_n.dds normal map not found, using flat replacement>
[00:03:34.444]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl03_0005d2d9_n.dds normal map not found, using flat replacement>
[00:03:34.465]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl04_0005d2d8_n.dds normal map not found, using flat replacement>
[00:03:34.625]    <Note: textures\terrain\lodgen\skyrim.esm\treepineforestsnowl05_0005d2d7_n.dds normal map not found, using flat replacement>
[00:03:34.737]    <Note: textures\terrain\lodgen\skyrim.esm\tundradriftwood01_000b8f53_n.dds normal map not found, using flat replacement>
[00:03:34.811]    FAILED loading DDS (80004005) D:\Bethesda Modding Tools\DynDOLOD\temp\6F1EF1A4B32245018A7C64302568800D.dds
[00:03:34.811]    <Error creating textures for atlas: Error: Executing TexConv returned error: "D:\Bethesda Modding Tools\DynDOLOD\Edit Scripts\Texconvx64.exe" -nologo -y -m 1 -f R8G8B8A8_UNORM -o "D:\Bethesda Modding Tools\DynDOLOD\temp" "D:\Bethesda Modding Tools\DynDOLOD\temp\6F1EF1A4B32245018A7C64302568800D.dds">
[00:03:35.640]    FAILED loading DDS (80004005) D:\Bethesda Modding Tools\DynDOLOD\temp\1008F48747C54A90B7675D4AB82C9707.dds
[00:03:35.640]    <Error creating textures for atlas: Error: Executing TexConv returned error: "D:\Bethesda Modding Tools\DynDOLOD\Edit Scripts\Texconvx64.exe" -nologo -y -m 1 -f R8G8B8A8_UNORM -o "D:\Bethesda Modding Tools\DynDOLOD\temp" "D:\Bethesda Modding Tools\DynDOLOD\temp\1008F48747C54A90B7675D4AB82C9707.dds">
[00:03:35.725]    <Error creating textures for atlas: Error: Executing TexConv returned error: "D:\Bethesda Modding Tools\DynDOLOD\Edit Scripts\Texconvx64.exe" -nologo -y -m 1 -f R8G8B8A8_UNORM -o "D:\Bethesda Modding Tools\DynDOLOD\temp" "D:\Bethesda Modding Tools\DynDOLOD\temp\B7B6CD120382404A94A56C754C3D93BA.dds">
[00:03:36.244]    
[00:03:36.244]    Exception in unit userscript line 342: One or more errors occurred
[00:03:36.244]    
[00:03:36.244]    Check log lines above the exception for additional hints. Check the FAQ and search official forum http://forum.step-project.com/forum/101-shesons-dyndolod-support/ for those errors.
[00:03:36.244]    
[00:03:36.244]    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 http://forum.step-project.com/forum/101-shesons-dyndolod-support/
[00:03:36.245]    Error: One or more errors occurred
[00:05:52.242]    [05:24] Saving: DynDOLOD.esm.save.2019_05_08_14_54_10
[00:05:52.283]    Renaming "D:\Bethesda Modding Tools\DynDOLOD\DynDOLOD_Output\DynDOLOD.esm" to "E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\SSEEdit Backups\DynDOLOD.esm.backup.2019_05_08_14_54_10".
[00:05:52.284]    Renaming "D:\Bethesda Modding Tools\DynDOLOD\DynDOLOD_Output\DynDOLOD.esm.save.2019_05_08_14_54_10" to "D:\Bethesda Modding Tools\DynDOLOD\DynDOLOD_Output\DynDOLOD.esm".
[00:05:52.303]    [05:24] Saving: DynDOLOD.esp.save.2019_05_08_14_54_10
[00:05:52.356]    Renaming "D:\Bethesda Modding Tools\DynDOLOD\DynDOLOD_Output\DynDOLOD.esp" to "E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\SSEEdit Backups\DynDOLOD.esp.backup.2019_05_08_14_54_10".
[00:05:52.356]    Renaming "D:\Bethesda Modding Tools\DynDOLOD\DynDOLOD_Output\DynDOLOD.esp.save.2019_05_08_14_54_10" to "D:\Bethesda Modding Tools\DynDOLOD\DynDOLOD_Output\DynDOLOD.esp".
[00:05:52.374]    [05:24] Done saving."

  • 0
Posted

The for now you are left with checking the textures listed in DynDOLOD\cache\DynDOLOD_SSE_tamriel_textures_used.txt, start with the billboards (textures\terrain\lodgen) at the bottom

Check if each mentioned texture loads in an image viewer/program that also supports BC7 etc.
 
Or wait for the new version with a better error message, probably some time this coming weekend.
  • 0
Posted (edited)

Disabling every mod besides the unofficial patch, indistinguishable vanilla billboards, and verifying my game file integrity, and I still get the error.

Im not sure this is a texture issue. Unless I'm missing something.


Update: I even disabled the cleaned ESMs, so all that was loaded was a verified game install, the recommended billboards and the unofficial patch.

So I cant imagine its worth the hours of time required to check the nif files from the BSAs one by one, so I will unfortunately do without Dyndolod for now :P

Edited by DinoInDisguise
  • 0
Posted (edited)

I have got the same problem since I updated to the latest version. I didn't have the problem with the previous version. Nothing in my load order changed either, was just doing a rerun of Dyndolod after the update. Everything worked fine with the other version. Thinking of rolling back to the previous version instead.

 

This is what I got after 3 minutes or so of running the tool: "Exception in unit userscript line 342: One or more errors occurred"

"[00:04:31.096]    <Error creating textures for atlas: Error: Executing TexConv returned error: "E:\Temp\Updates\The Elder Scrolls V Skyrim\Utilities\DynDOLOD Special Edition\DynDOLOD\Edit Scripts\Texconvx64.exe" -nologo -y -m 1 -f R8G8B8A8_UNORM -o"

 

and a lot more behind that line.

Edited by Geo92
  • 0
Posted

Accurate line:

 

<Error creating textures for atlas: Error: Executing TexConv returned error: "E:\Temp\Updates\The Elder Scrolls V Skyrim\Utilities\DynDOLOD Special Edition\Edit Scripts\Texconvx64.exe" -nologo -y -m 1 -f R8G8B8A8_UNORM -o "C:\Users\--username--\AppData\Local\Temp\SSEEdit" "C:\Users\--username--\AppData\Local\Temp\SSEEdit\11F94AEB3B7A4483838982D8CF55EA6C.dds">

 

Problem persists after retrying at around the same time after the 4.30 minute mark.

  • 0
Posted (edited)

Update:

I decided after some ice cream, to retry my luck.

I uninstalled and reinstalled skyrim, and rebuilt my load order one mod at a time. This led to success until I tried using Majestic Mountains, activating Majestic Mountains (Main) causes DynDoLod to fail with the error I noted above. Just Skyrim SE + Majestic Mountains causes the error. Simply switching to a different Mountain re-texture fixed the issue completely. as far as I can tell.

About a week ago I was successful running DynDoLod with the darkside version of majestic mountains, so this may be specific to the main file.

I want to thank Sheson for all his help. He is a true hero of the community. :)

Edited by DinoInDisguise
  • 0
Posted

Hello,

 

I've been doing the S.T.E.P SE modlist  and I'm at the DynDOLOD Standalone section. When I start DynDOLOD, everything is fine. I put the specified settings in and start it. After a bit though it gives me the error "[00:04:29.151] Exception in unit userscript line 342: One or more errors occurred

[00:04:29.151]
[00:04:29.151] Check log lines above the exception for additional hints. Check the FAQ and search official forum http://forum.step-project.com/forum/101-shesons-dyndolod-support/ for those errors.
[00:04:29.151]
[00:04:29.151] 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 http://forum.step-project.com/forum/101-shesons-dyndolod-support/
[00:04:29.151] Error: One or more errors occurred
[00:04:29.235] <Error creating textures for atlas: Access violation at address 000000000138A3E2 in module 'DynDOLODx64.exe'. Read of address 00000000000007FC>"
 
I don't know what to do. Any fixes?
 

 

  • 0
Posted (edited)

Update:
 
I decided after some ice cream, to retry my luck.
 
I uninstalled and reinstalled skyrim, and rebuilt my load order one mod at a time. This led to success until I tried using Majestic Mountains, activating Majestic Mountains (Main) causes DynDoLod to fail with the error I noted above. Just Skyrim SE + Majestic Mountains causes the error. Simply switching to a different Mountain re-texture fixed the issue completely. as far as I can tell.
 
About a week ago I was successful running DynDoLod with the darkside version of majestic mountains, so this may be specific to the main file.
 
I want to thank Sheson for all his help. He is a true hero of the community. :)

 

So the message about the NIF probably was related. Maybe a corrupted archive/download.

 

So you had the issue with "2. Majestic Mountains Darkside" 2.3 and "2. Majestic Mountains Darkside Lod Pack" 1.55?

Edited by sheson
  • 0
Posted (edited)

Hello,

 

I've been doing the S.T.E.P SE modlist  and I'm at the DynDOLOD Standalone section. When I start DynDOLOD, everything is fine. I put the specified settings in and start it. After a bit though it gives me the error "[00:04:29.151] Exception in unit userscript line 342: One or more errors occurred

[00:04:29.151]

[00:04:29.151] Check log lines above the exception for additional hints. Check the FAQ and search official forum http://forum.step-project.com/forum/101-shesons-dyndolod-support/ for those errors.

[00:04:29.151]

[00:04:29.151] 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 http://forum.step-project.com/forum/101-shesons-dyndolod-support/

[00:04:29.151] Error: One or more errors occurred

[00:04:29.235] "

 

I don't know what to do. Any fixes?

 

 

Bugreport.txt

 

DynDOLOD_SSE_log.txt

 

So checking the log above as suggested by the message we see:

 

[00:04:37.904]	FAILED loading DDS (80004005) C:\Users\REDACTED\AppData\Local\Temp\SSEEdit\BC6B019BD77A48F08B5333DF2DC2E659.dds
[00:04:37.908]	<Error creating textures for atlas: Error: Executing TexConv returned error: "C:\Modding\Programs\DynDOLOD\Edit Scripts\Texconvx64.exe" -nologo -y -m 1 -f R8G8B8A8_UNORM -o "C:\Users\REDACTED\AppData\Local\Temp\SSEEdit" "C:\Users\REDACTED\AppData\Local\Temp\SSEEdit\BC6B019BD77A48F08B5333DF2DC2E659.dds">
Merged this thread were we already discuss this problem. Edited by sheson
  • 0
Posted (edited)

In my C:\Users\REDACTED\AppData\Local\Temp\SSEEdit there is no BC6B019BD77A48F08B5333DF2DC2E659.dds. Is that what could be causing the problem?

The tmp file is cleaned up after the error message is printed.

Edited by sheson
  • 0
Posted

The same how you add the -sse command line parameter.

 

Though it rather seems obvious that this is most likely not going to help, considering that the other user identified a mod as the source as the problem.

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.