2023.3 crashes, 2023.2 does not #2713
Closed
umbrella0x11
started this conversation in
General
Replies: 1 comment 1 reply
-
Addon:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
first of all: great software!
Now I wanted to run it on second PC with better hardware, with latest cuda-software 12.8 installed and python 3.13 (under Windows10).
But...
->
2023.3-version crashes upon start when the GUI opens. Error-message (when executing meshroom.exe from cmdline) is:
QOpenGLShader::compile(Fragment): ERROR: 0:5: '' : No precision specified for (float)
...
shader compilation failed:
"ERROR: 0:5: '' : No precision specified for (float)\nERROR: 0:6: '' : No precision specified for (float)\nERROR: 0:7: '' : No precision specified for (float)\nERROR: 0:8: '' : No precision specified for (float)\nERROR: 0:11: '' : No precision specified for (float)\n"
QOpenGLShaderProgram::uniformLocation(qt_Matrix): shader program is not linked
QSGSimpleMaterialShader does not implement 'uniform highp mat4 qt_Matrix;' in its vertex shader
->
2023.2-version runs right away!
Could anyone please point me into the right direction, what to do to get the newer version 2023.3 running?
Thank you!
Regards
Nick
Beta Was this translation helpful? Give feedback.
All reactions