This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

I get this error in the console constantly - seems to be repeated every few frames - on version 3.1 and 3.2-beta3 (line number is 194 on 3.1)

ERROR: texture_get_data: Condition ' !t ' is true. returned: Ref<Image>()
   At: ./drivers/dummy/rasterizer_dummy.h:195.

The engine appears to be running correctly as other outputs are working as they should.

I need a cleaner output, are there any settings I can tweak to get this working properly?

in Engine by (25 points)

Do you happen to have any visible nodes in your scene tree? Or any texture/material assigned to some node?

If you don't find anything then create a minimal demo project which reproduces this message. (Who knows, maybe just the root node of a single scene is sufficient)

Then post an issue with the demo project on the godot github site:
https://github.com/godotengine/godot/issues/

It looks likes its because an addon does have textures loaded, I'm loading the addon but I"m not using any visual aspects.

A simple test without any visual elements at all doesn't show this error.

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.