ChrisDerGamer / geogen

Automatically exported from code.google.com/p/geogen
GNU General Public License v2.0
0 stars 0 forks source link

Fatal Error: fails to find glGenBuffers #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Any attempt to run any script (always reproducible).

What is the expected output? What do you see instead?

System.EntryPointNotFoundException: Unable to find an entry point named 
'glGenBuffers' in DLL 'opengl32.dll'.
   at OpenTK.Graphics.OpenGL.GL.Core.GenBuffers(Int32 n, UInt32* buffers)
   at OpenTK.Graphics.OpenGL.GL.GenBuffers(Int32 n, Int32& buffers)
   at GeoGen.Studio.Main.SetTerrain(HeightData original)
   at GeoGen.Studio.Main.<>c__DisplayClasse.<RebuildTerrain>b__d()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

What version of the product are you using? On what operating system?

GeoGen alpha 8 (r915), Win XP 64

Please provide any additional information below.

NVIDIA GPU with OpenGL 3.3+ support. (evidently it tries to use win opengl 1.1 
implementation - broken PFD usage?)

Original issue reported on code.google.com by tanzani...@gmail.com on 2 Feb 2012 at 3:42

GoogleCodeExporter commented 8 years ago
Same error here...

Windows xp professional 

Original comment by ckrier.3...@gmail.com on 20 Aug 2012 at 7:08

GoogleCodeExporter commented 8 years ago
I got this error, too.

Original comment by ats...@gmail.com on 28 May 2014 at 10:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks for bringing this to my attention, I wasn't aware anybody used GeoGen 
recently. 

I couldn't reproduce this on any of my computers, however I think I have 
identified a possible cause and made a quick and dirty fix for it. I have 
uploaded the binaries here: 
http://www.mediafire.com/download/9kv3h1cyk391ct4/bin.zip, please test them 
(just copy the files over the binaries from the release). Since it is compiled 
using much newer toolset than the now ancient release version, you may have to 
install a new VC++ redist 
(http://www.microsoft.com/en-us/download/details.aspx?id=40784; click download 
and then choose the x86 version).

Thanks for your interest.

BTW atisha, I couln't reach you on the email I received your message from 
(Delivery Status Notification and whatnot).

Original comment by mzabsky on 3 Jun 2014 at 7:20