Community
Arnold for Houdini Forum
Rendering with Arnold in Houdini and Solaris using the HtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HtoA texture loading problem

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
tura3311
1139 Views, 3 Replies

HtoA texture loading problem

What is the reason I am getting this error when loading texture?

8000-htoa.jpg

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:/Users/tura3/htoa/htoa-5.4.0_r1db094a_houdini-18.0.532/htoa-5.4.0_r1db094a_houdini-18.0.532/scripts/python\htoa\texture.py", line 299, in imageFilenameCallback
    txAddJob(filename, color_space=hou.parm('color_space').evalAsString())
  File "C:/Users/tura3/htoa/htoa-5.4.0_r1db094a_houdini-18.0.532/htoa-5.4.0_r1db094a_houdini-18.0.532/scripts/python\htoa\texture.py", line 121, in txAddJob
    log.info('AiMakeTx {0} {1}'.format(tile, args))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 28: ordinal not in range(128)
-CONSOLE
00:05:31   897MB WARNING | [htoa.colorspace] No arnold ROPs found with ar_color_space_singleton set, using rop /out/arnold1. Please ensure there is a a unique color space ROP.
00:07:56   919MB WARNING | [htoa.colorspace] No arnold ROPs found with ar_color_space_singleton set, using rop /out/arnold1. Please ensure there is a a unique color space ROP.
00:12:50   940MB WARNING | [htoa.colorspace] No arnold ROPs found with ar_color_space_singleton set, using rop /out/arnold1. Please ensure there is a a unique color space ROP.


Tags (1)
Labels (1)
3 REPLIES 3
Message 2 of 4
Stephen.Blair
in reply to: tura3311

I think that Windows Error 32 is the problem.

https://www.google.com/search?q=windowserror+error+32



// Stephen Blair
// Arnold Renderer Support
Message 3 of 4
thiago.ize
in reply to: tura3311

Maybe this is because of:

UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 28: ordinal not in range(128)

So get rid of the non-ascii characters (ü in this case I think) and see if that fixes it?

Message 4 of 4
julian.hodgson
in reply to: tura3311

  • The warnings:


  1. 00:05:31 897MB WARNING | [htoa.colorspace] No arnold ROPs found with ar_color_space_singleton set, using rop /out/arnold1. Please ensure there is a a unique color space ROP.

are coming from the fact that there isn't an Arnold ROP in the scene with the Color Space ROP checked:

8304-screenshot-2020-10-07-at-094143.png

This is used to indentify the ROP the defines the render color space for the TX conversion.


The error:

  1. UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 28: ordinal not in range(128)

looks to be occurring because of an ü character being present somewhere. Is that coming from a filename?


We'll investigate making this robust to such paths, thanks for the feedback.


Meanwhile, is it possible to remove the umlaut from the path?

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

Post to forums  

Autodesk Design & Make Report