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

launch error #23

Open
lumiera opened this issue Aug 1, 2011 · 2 comments
Open

launch error #23

lumiera opened this issue Aug 1, 2011 · 2 comments

Comments

@lumiera
Copy link

lumiera commented Aug 1, 2011

./digbuild
src/sdl_gl_window.cc +117 prepare_resolution(): Chosen resolution: (1680, 1050)
src/main.cc +33 main(): Error: Shader compilation/linking failed:
0(27) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(28) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(29) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(30) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(31) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(32) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(46) : warning C7533: global variable gl_MultiTexCoord0 is deprecated after version 120
0(47) : warning C7533: global variable gl_Normal is deprecated after version 120
0(50) : warning C7533: global variable gl_Vertex is deprecated after version 120
0(52) : warning C7533: global variable gl_MultiTexCoord2 is deprecated after version 120
0(53) : warning C7533: global variable gl_MultiTexCoord3 is deprecated after version 120
0(64) : warning C7533: global variable gl_MultiTexCoord1 is deprecated after version 120
0(66) : warning C7533: global variable gl_ModelViewMatrix is deprecated after version 120
0(69) : warning C7533: global function ftransform is deprecated after version 120

@emezeske
Copy link
Owner

emezeske commented Aug 2, 2011

Hmm, that's really weird. I need to clean those warnings up, first of all. The odd thing, though, is that there don't appear to be any errors in the log output, so it's not clear to me what broke.

What kind of graphics card are you using, and what driver version?

@lumiera
Copy link
Author

lumiera commented Aug 2, 2011

nvidia 8600 gt
nvidia-drivers 275.21 (32 bit)
and same result with nvidia-drivers 260.19.44

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