Misterblue / convoar

Command line application for converting OpenSimulator OAR files into various other formats
Apache License 2.0
18 stars 6 forks source link

error convert one OAR #9

Open johnfelipe opened 2 years ago

johnfelipe commented 2 years ago

https://gist.github.com/johnfelipe/b960ed412dbe1379df2387f918d76312

how solve this?

Misterblue commented 2 years ago

The errors about "Failure fetching material texture" means that the texture wasn't in the OAR file and I haven't figured out if those happen because the image is damaged somehow or if those particular image IDs are "well known" images.

The last one is it erroring when it can't write out the unfound images and should be fixed in the latest image (2.0.6).

johnfelipe commented 2 years ago

How can update from herbal3d to yours?

Misterblue commented 2 years ago

I am the author of both the Herbal3d repositories and the convoar in my repositories. You would get the latest version of you would do a "docker pull misterblue/convoar" which would update your local image to the latest.