First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 95696
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Scott <svanderwall1@yahoo.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 95696 depends on: Show dependency tree
Show dependency graph
Bug 95696 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-06-10 08:33 0000
Glest won't run with the new 76.64 nvidia drivers it displays this perplexing
output:

void Shared::Platform::Window::setStyle(Shared::Platform::WindowStyle) not
implemented.
void Shared::Platform::Window::setBounds(int, int, int, int) not implemented.
virtual void Shared::Platform::PlatformContextGl::makeCurrent() not
implemented.
Exception: You system has opengl version '2.0.0 NVIDIA 76.64'.
Glest needs at least version 1.3 to work.
You may solve this problem by installing your latest video card drivers

As you can see the new nvidia drivers use version 2 of opengl, but glest thinks
for some reason that 2.0.0 is less than 1.3.

Steps to recreate:
1. Emerge nvidia-kernel ">=nvidia-kernel-1.0.7664"
2. Emerge glest (current version is 1.0.10_p7)
3. Attempt to run glest

------- Comment #1 From Anton Romanov 2005-06-12 05:52:24 0000 -------
this is a problem with checkGlCaps() function in renderer.cpp
and as it doesn't affect game in any way (it just checks opengl capabilities...)

as a workaround it's body could be simply commented out ...

------- Comment #2 From SpanKY 2005-06-12 17:10:29 0000 -------
well the bug is in isGlVersionSupported() ...

upstream cvs seems to have rewritten it a bit so i'll just force the
checkGlCaps() to always return for the time being

First Last Prev Next    No search results available      Search page      Enter new bug