Rafał Mikrut

Results 395 comments of Rafał Mikrut

Using Nvidia 970, 415 drivers with Ubuntu 22.04 Gnome GNOME Shell 42.2 I don't have a crash, but exactly same error message at start ``` Godot Engine v4.0.alpha.custom_build.d7893a031 - https://godotengine.org...

[1.txt](https://github.com/godotengine/godot/files/9125690/1.txt) - with used patch from above [2.txt](https://github.com/godotengine/godot/files/9125691/2.txt) - clear branch version

Still I have this errors ``` ERROR: Condition "err" is true. Returning: ERR_CANT_CREATE at: _update_swap_chain (drivers/vulkan/vulkan_context.cpp:1663) ERROR: Condition "err != OK" is true. Returning: ERR_CANT_CREATE at: _window_create (drivers/vulkan/vulkan_context.cpp:1386) ERROR: Can't...

With verbose flag - [ABC2.txt](https://github.com/godotengine/godot/files/9151853/ABC2.txt)

`inxi -GSC -xx` ``` System: Host: rafal-H87M-D3H Kernel: 5.15.0-41-generic x86_64 bits: 64 compiler: gcc v: 11.2.0 Desktop: GNOME 42.2 tk: GTK 3.24.33 wm: gnome-shell dm: GDM3 Distro: Ubuntu 22.04 LTS...

Well, now it works - at least project manager [ABC3.txt](https://github.com/godotengine/godot/files/9152139/ABC3.txt) There is visible also crash at exit(used address sanitizer to find it)

When running editor(both this PR and master) with Lavapipe I have such crash ``` 0x00007fffe9c39496 in ?? () from /usr/lib/x86_64-linux-gnu/libvulkan_lvp.so (gdb) backtrace #0 0x00007fffe9c39496 in ?? () from /usr/lib/x86_64-linux-gnu/libvulkan_lvp.so #1...

1. Message was wrong, For now there is a hard limit 4MB for file, because converting bigger files can take a lot of more time than expected(several minutes or hours)...

In #64396 I added option to change default line length and file size limits and also everything should work faster, so freezes should happen much less frequently(if any occur, of...

instance is already handled in normal gdscript files, - https://github.com/godotengine/godot/blob/d8ec27cdc1a77f9516b4ee628437ddda814b5d6f/editor/project_converter_3_to_4.cpp#L1692 Llooks that you are using it inside tscn files, so additional custom rule like `custom_rename(file_content, "instance()", "instantiate()");` should be added....