Community
Arnold for Cinema 4D Forum
Rendering with Arnold in CINEMA 4D using the C4DtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mysterious [texturesys] errors when using ass

20 REPLIES 20
Reply
Message 1 of 21
Daniel_Mikolajcak
1149 Views, 20 Replies

mysterious [texturesys] errors when using ass

Hello, I still have issues when using ASS in my files. I get [texturesys] error about textures, used in ASS, not existing although they definitely exist and are properly linked.

for example:
[c4dtoa] 00:01:46 21550MB ERROR | [texturesys] /Smooth_Metal_3|oaktramonto597267-edit: Invalid image file "Metal_009_COL_6K.tx": Could not open file: Metal_009_COL_6K.tx: No such file or directory

The last time I reported this it was not resolved. I am not going to investigate further due to the complexity of the scene. It would be helpful if Arnold reported not only texture but also affected ASS so this could be solved.

Perhaps you can look into it if it pops out with someone else.

Tags (3)
Labels (3)
20 REPLIES 20
Message 2 of 21

You can grep or findstr the ass files to find the reference.
You do have the name of the material.
On Windows, you can run Process Monitor to see where Arnold is looking for that texture.

The fact that it's just the file name, with no path, suggests a problem with the texture search path.



// Stephen Blair
// Arnold Renderer Support
Message 3 of 21

One Ass file rendered fine in a new blank file with identical search paths that were copied from the scene where it caused render error, very mind-boggling. I am positive paths are set correct
screenshot-2021-05-03-at-165740.png

Message 4 of 21

I remember the issue and could not reproduce it properly. It happened randomly right, with different textures? Is it the same this time, or is it always the same texture which fails?

Does setting Max open files under Textures in the Render Settings help?

Message 5 of 21

Are your textures/procedurals stored on a network drive?

Message 6 of 21

It is weird because if you paste ass into a new blank file and set the same search paths it works without an error message, everything is on built-in drive. Could this be MAC issue?

I cranked up Max open files to 5000, did nothing.

Message 7 of 21

It seems like the problem is not related to the file itself, but exists only in a procedural/texture heavy scene. I'll take another look at your old scene on my Mac.

Message 8 of 21

It is very probably not related to texture files or ASS assets as both render fine in the smaller scene. I hope this information helps.

Message 9 of 21

I wonder if you could build in an option for Arnold to ignore this error and render it through anyway, I have seen an option in an ASS text file to ignore missing texture.

Message 10 of 21

The image shader has the Ignore Missing Textures parameter. There's no global flag specific to this error, if I recall correctly. But you can disable the Abort On Error checkbox in Render Settings / Dignostics. This will render regardless of any error in the scene.

Message 11 of 21

that is an interesting option, I will try it out.
I still get abort even unchecked.
screenshot-2021-05-04-at-122036.png

Message 12 of 21

Could the use of c4d Shader instead of Arnold Image shader cause the trouble?

Message 13 of 21

Working fine for me. When unchecked, missing textures are rendered red (Texture error color).

I noticed that the selected Render Settings on your screenshot is not the active one.

Message 14 of 21

Well Peter, sorry for this storm, but you are right, my search paths were set in inactive render settings, those in active render settings were not set. I will let you know if the issue persists, for now, it works.

Message 15 of 21

Any real solutions or causes for this error?

I just bumped into the same problem where my render gives the [texturesys] errors.

Looks like it happens with ass files that link to tx files. But the ass files themself render properly in simple scenes. Loading them in production scenes give me random erros on different tx files.

Message 16 of 21

Do these tx files exist, and is the folder reachable? If yes, and the tx files themselves are not corrupt, then it's most likely some kind of system problem. Especially if the tx file works fine when you copy it locally.



// Stephen Blair
// Arnold Renderer Support
Message 17 of 21
jimKUQZ5
in reply to: Stephen.Blair

What kind of system problem can it be? Its realy hard to debug.
Message 18 of 21

This additional error is also popping up:

[texturesys] "FileNodeName": "TextureFileName".tx: Error fetching directory count
Message 19 of 21
thiago.ize
in reply to: jimKUQZ5

I've never seen that error before, but looking online I see that it seems to be a tiff error message http://www.libtiff.org/man/TIFFWriteDirectory.3t.html:

Error fetching directory count. A read error occurred when fetching the directory count field for a previous directory. This can occur when setting up a link to the directory that is being written.

So your tiff file (the .tx is really a tiff file in this case) is probably corrupt. If it's happening only occasionally, my guess is that you have one process overwriting your .tx file while another is writing to it.

Message 20 of 21
Stephen.Blair
in reply to: thiago.ize

Seen it twice in support, over the last decade.


// Stephen Blair
// Arnold Renderer Support

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report