We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1
Godot v4.1.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 SUPER (NVIDIA; 31.0.15.3640) - Intel(R) Core(TM) i7-10700KF CPU @ 3.80GHz (16 Threads)
When loading this GLB file, Godot crashes without any error message. (ZIP-ed for file size reasons.)
When loading Godot in debug mode, the following error is issued:
Vulkan API 1.3.242 - Forward+ - Using Vulkan Device #0: NVIDIA - NVIDIA GeForce RTX 2060 SUPER ERROR: Condition "!_ptrnew" is true. Returning: ERR_OUT_OF_MEMORY at: resize (./core/templates/cowdata.h:297)
However, according to the resource monitor Godot doesn't consume anywhere near the 64 GB of RAM in this machine:
The GLB has 2.7M vertices, which loads without problems in other 3D engines.
Drag the attached GLB file into any Godot project.
None necessary, but included here.
The text was updated successfully, but these errors were encountered:
I haven't inspected the file yet, but when the byte count exceeds the 32 bit length limit godot fails to load the binary.
Sorry, something went wrong.
The file is ~100 MB, so that shouldn't be the case .
The crash is in the LOD generator. I opened a PR to replace the crash with a warning: #80467
Thank you @aaronfranke !
Fixed by: #80467
Successfully merging a pull request may close this issue.
Godot version
4.1
System information
Godot v4.1.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 SUPER (NVIDIA; 31.0.15.3640) - Intel(R) Core(TM) i7-10700KF CPU @ 3.80GHz (16 Threads)
Issue description
When loading this GLB file, Godot crashes without any error message. (ZIP-ed for file size reasons.)
When loading Godot in debug mode, the following error is issued:
However, according to the resource monitor Godot doesn't consume anywhere near the 64 GB of RAM in this machine:
The GLB has 2.7M vertices, which loads without problems in other 3D engines.
Steps to reproduce
Drag the attached GLB file into any Godot project.
Minimal reproduction project
None necessary, but included here.
The text was updated successfully, but these errors were encountered: