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

Issues about the assets registration. #42

Open
ydyvip opened this issue Jul 22, 2024 · 1 comment
Open

Issues about the assets registration. #42

ydyvip opened this issue Jul 22, 2024 · 1 comment

Comments

@ydyvip
Copy link

ydyvip commented Jul 22, 2024

[2024-07-22 16:22:35.099013] [0x00007f5a1dea67c0] [info] 16 CPU cores detected. Creating 15 background threads.
[2024-07-22 16:22:35.099507] [0x00007f5a1dea67c0] [info] Registered asset package: Seattle
[2024-07-22 16:22:35.099514] [0x00007f5a1dea67c0] [info] Registered asset package: Movers
[2024-07-22 16:22:35.099516] [0x00007f5a1dea67c0] [info] Registered asset package: NLCDLandCover
[2024-07-22 16:22:35.099518] [0x00007f5a1dea67c0] [info] Registered asset package: Globe
[2024-07-22 16:22:35.099524] [0x00007f5a1dea67c0] [info] Registered asset package: Core
[2024-07-22 16:22:40.587416] [0x00007f5a1b69e640] [error] No font character for runway digit 'U'
[2024-07-22 16:22:40.587441] [0x00007f5a1b69e640] [error] No font character for runway digit 'U'
[2024-07-22 16:22:40.587460] [0x00007f5a1b69e640] [error] No font character for runway digit 'G'
[2024-07-22 16:22:40.587467] [0x00007f5a1b69e640] [error] No font character for runway digit 'G'
[2024-07-22 16:22:40.748355] [0x00007f5a1dea67c0] [info]
[2024-07-22 16:22:40.748420] [0x00007f5a1dea67c0] [error] FRAGMENT glCompileShader "Shaders/TreeBillboard.frag" FAILED

[2024-07-22 16:22:40.748440] [0x00007f5a1dea67c0] [error] FRAGMENT Shader "Shaders/TreeBillboard.frag" infolog:
0:2266(31): error: sampler arrays indexed with non-constant expressions are forbidden in GLSL 1.30 and later
0:2270(22): error: sampler arrays indexed with non-constant expressions are forbidden in GLSL 1.30 and later

[2024-07-22 16:22:40.825350] [0x00007f5a1dea67c0] [error] FRAGMENT glCompileShader "Shaders/TessDisplacement.frag" FAILED

[2024-07-22 16:22:40.825404] [0x00007f5a1dea67c0] [error] FRAGMENT Shader "Shaders/TessDisplacement.frag" infolog:
0:2788(17): error: unsized array index must be constant
0:2793(19): error: unsized array index must be constant
0:2794(19): error: unsized array index must be constant
0:2796(30): error: unsized array index must be constant

[2024-07-22 16:22:41.094460] [0x00007f5a1dea67c0] [error] FRAGMENT glCompileShader "Shaders/TreeBillboard.frag" FAILED

[2024-07-22 16:22:41.094494] [0x00007f5a1dea67c0] [error] FRAGMENT Shader "Shaders/TreeBillboard.frag" infolog:
0:2266(31): error: sampler arrays indexed with non-constant expressions are forbidden in GLSL 1.30 and later
0:2270(22): error: sampler arrays indexed with non-constant expressions are forbidden in GLSL 1.30 and later

How I recorrect it? 1.5.1 version.

@matthew-reid
Copy link
Contributor

The problem is caused by a shader bug which only manifests on some graphics drivers. I've pushed a fix to a branch called fix-detail-sample-count-bug-v1.5. Please try it let me know if it resolves the issue.

@ydyvip ydyvip changed the title Issues about the assets registered. Issues about the assets registration. Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants