Skip to content
New issue

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

Cannot open project on Godot 4.2 dev 3 #171

Open
TheYellowArchitect opened this issue Sep 1, 2023 · 3 comments
Open

Cannot open project on Godot 4.2 dev 3 #171

TheYellowArchitect opened this issue Sep 1, 2023 · 3 comments
Labels

Comments

@TheYellowArchitect
Copy link

TheYellowArchitect commented Sep 1, 2023

OS/device including version:
Godot v4.2.dev3 - Artix Linux - Tty - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1050 Ti (nvidia; 520.56.06) - AMD Ryzen 5 2600 Six-Core Processor (12 Threads)

Issue description:
I git clone this repo
I open Godot, import project, click project.godot
Stuck forever at 0%, and pc temperature rises intensely.
I don't understand why it says re-importing assets, since I never imported them.

Screenshots of issue:
reimporting-assets

@aaronfranke
Copy link
Member

It doesn't say re-importing assets, it says "(Re)Importing", meaning "either Importing or Reimporting".

@Calinou
Copy link
Member

Calinou commented Sep 1, 2023

This is due to godotengine/godot#80456. We can work around this issue by using lossless compression for the lightmaps (at the cost of increased memory usage). On the bright side, this will also improve lightmap appearance.

The lightmap is quite large (512×32768 with 16 bits per channel in RGB), so storing uncompressed lightmaps in video RAM requires 100 MB of video memory. This isn't impossible to do by today's standards, but it's not very efficient.

@TheYellowArchitect
Copy link
Author

Alright, thank you for the swift responses, I am happy to know it is on the radar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants