Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Images have strange blocks

A topic by suqerzhao created Apr 26, 2023 Views: 119 Replies: 4
Viewing posts 1 to 2

I never used this software before, but it's strange that the image I load always has some strange blocks when rendering. I recorded a videoabout this so you know what I'm talking about. This happens in all of my projects and I don't think it's normal. Unfortunately, it seems that I'm the only one who suffered from this problem. 

Here's a screenshot of my PC's information, if you want to know. 

I download it on Steam, which I think is up to date. 

Here are the error logs, if you want to take a look:

Godot Engine v3.5.1.stable.custom_build.53949c5dd - https://godotengine.org

OpenGL ES 3.0 Renderer: Intel(R) Iris(R) Xe Graphics

Async. shader compilation: ON (via secondary context)

Shader cache: ON

ERROR: Condition "_first != nullptr" is true.

   at: SelfList<class DynamicFont>::List::~List (.\core/self_list.h:108) - Condition "_first != nullptr" is true.

WARNING: ObjectDB instances leaked at exit (run with --verbose for details).

   at: ObjectDB::cleanup (core\object.cpp:2070) - ObjectDB instances leaked at exit (run with --verbose for details).

ERROR: Resources still in use at exit (run with --verbose for details).

   at: ResourceCache::clear (core\resource.cpp:417) - Resources still in use at exit (run with --verbose for details).

ERROR: There are still MemoryPool allocs in use at exit!

   at: MemoryPool::cleanup (core\pool_vector.cpp:63) - Condition "allocs_used > 0" is true.

Hello, I am afraid it's due to your igpu. Your computer doesn't have any other graphic card ? Do you reproduce the issue if you uncheck "mipmap" in the resampling collapse (when you are selecting your image in the bottom left panel) ?

I'm afraid that it still exists. I don't have any other GPU, but I have another laptop that contains an independent graphics card (NVIDIA). I think I can try again on the other computer later after school. 

It was solved when I run the program on another PC with an individual graphic card. Thanks a lot! 

By the way, the software is really useful! I will recommend it on my channel. ;)

Nice, thank you very much !