how to fix 'Another resource is loaded from path 'res://dummy0' (possible cyclic resource inclusion)'?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rulu246

I can’t export my project, if i export my project this message appears in the output:

Another resource is loaded from path ‘res://dummy0’ (possible cyclic resource inclusion)
Resource was not pre cached for the resource section, most likely due to circular reference.

the output file is corrupt but the game can run normally if run in the editor.

i have try deleting the .import folder on the project and re-importing all the assets but that doesn’t solve it and file ‘dummy0’ doesn’t even exist.
i also try looking at every single script in my project and no error that needs fixing.

previously I had installed some add-on, but still problem even though I deleted the add-on

please help

Hey, I got this error and the same exact problem, and coincidentally (or potentially not), I also have a number in my file name! I am going to try changing my file names to not include numbers and I’ll update you with what happens.

fdfd | 2023-01-26 03:38

:bust_in_silhouette: Reply From: fdfd

In response to my comment from a couple days ago, I was wrong. The numbers do not have anything to do with the error. However, I did eliminate the error by checking the script/resource mentioned in the error and it referenced a custom class which the script was part of. I removed the line and my game worked after that.