saierXP
saierXP
By the way I’d like you to add the example of `mingw_prefix ` when mingw is not found. Last month when I was using mingw to compile a third party...
It seems to have been fixed in version [4.3.dev5](https://godotengine.org/article/dev-snapshot-godot-4-3-dev-5/#downloads), can you confirm it again?
@bk4928412 Can you find out which 4.2 development version introduced the regression? Previous development versions can be downloaded from [here](https://godotengine.org/download/archive/), thank you.
Is it possible to start it using the `godot.exe --single-window` command line, or just open the editor `godot.exe --single-window -e --path project-path `. Failure to launch the editor should be...
Can the methods mentioned here solve the problem? https://github.com/godotengine/godot/issues/18320#issuecomment-1702831672 Will changing the anti-aliasing in the Nvidia control Panel to app control solve the problem? @aggiechris Four months ago I had...
> Win10 22H2, 19045,.4170, GTX1060 driver 551.86, Intel HD Graphics 630 @lukenothing Have you tried to update Intel's latest graphics driver from the [official website](https://www.intel.com/content/www/us/en/support/detect.html)?
> The message it was trying to log was "Console plugin exited." > > Which was my own addon that had: > > ``` > func _exit_tree(): > print ("Console...
Maybe we can close this and discuss it in this [issue](https://github.com/godotengine/godot/issues/73638)
I think it was introduced by 4.2.beta6, which I guess is caused by this pr #82956 , the built-in text editor does not update the script content when using the...
In this MRP project #84559 , using Godot's HttpRequest node in c# to access https://www.example.com sometimes gives similar errors. ``` godot : USER ERROR: TLS handshake error: -27648 godot :...