x


!texture.texture error

We've created a progressive disclosure tool that goes out to various services (our own tile server and the google static maps api) to request images, and then creates tiles (procedural mesh generation) and applies the images to the materials of the tiles. It works great for a while, but then we start getting weird errors during the step where we load images into a Texture2D (e.g. with LoadImage, or direct assignment like texture = www.texture). The error is:

failed to create 2D texture (C:/BuildAgent/work/b0bcff80449a48aa/Runtime/GfxDevice/d3d/TexturesD3D9.cpp at line: 262)
!texture.texture (C:/BuildAgent/work/b0bcff80449a48aa/Runtime/GfxDevice/d3d/TexturesD3D9.cpp at line: 611)

Once we get the error once, we get it over and over from that point on until stopping and restarting. I've been looking into the issue, but it's rare and seemingly random, and acts in ways that are surprising. For instance, yesterday I started getting the error within 30 seconds on some new code, while a coworker didn't get it at all; when I restarted my computer, it disappeared for me as well.

Has anyone else seen this error, and do you know more than I do about what conditions cause it?

more ▼

asked Feb 21 '12 at 05:11 PM

Julien.Lynge gravatar image

Julien.Lynge
7.4k 20 25 51

What did you do to solve this?,I have the same issue, what did you do?

Apr 25 '12 at 01:12 PM jitesh

I am downloading textures from a remote location on the server and it randomly throws the same error on www.texture..

Apr 25 '12 at 01:14 PM jitesh

Jitesh, It's generally a good idea to add your questions as comments rather than answers.

We have not found a solution to this error, but don't see it as frequently as we used to (our code has since changed). I suggest filing a bug report with Unity.

Apr 25 '12 at 04:18 PM Julien.Lynge

Converted to comment Julien. Thanks for the response. Oh I'm pretty stuck on this right now, I'll file a bug report anyhow.

Apr 25 '12 at 06:42 PM jitesh

Thanks, Jitesh. The more people that file bug reports, the more likely they are to look into it.

Apr 25 '12 at 06:59 PM Julien.Lynge
(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x817
x525
x355
x258

asked: Feb 21 '12 at 05:11 PM

Seen: 950 times

Last Updated: Apr 26 '12 at 10:13 PM