
Problem with OpenTK on Fedora 10
Posted Thursday, 8 January, 2009 - 05:48 by notsteve inI'm trying to get OpenTK working on my system (Fedora 10, mono 2.0). I've downloaded the latest version 0.9.1 and tried the examples, but am getting an error (see attached image). Any ideas on what to try?

Thanks
| Attachment | Size |
|---|---|
| opentkerror.png | 83.38 KB |


Comments
Re: Problem with OpenTK on Fedora 10
Can you try running the examples again, this time with the debug dlls? You can find them in the release, just copy them over the existing dlls.
The resulting debug.log file might give a clue as to what is going wrong.
Re: Problem with OpenTK on Fedora 10
1. Shouldn't the Getting Help FAQ have a link from "Issues" in the menu? (maybe a link with the name "Submitting crasch reports")
2. Where is info on how to switch to debug-dll (where is the debug-DLL?).
Re: Problem with OpenTK on Fedora 10
Thanks for the suggestions. Sorry for my original post not having enough details. Here's more info:
I built the debug version and used it this time.
IBM ThinkPad T60p
CPU: Intel T2600 @ 2.16 GHz
Video: ATI Mobility FireGL V5200, using "ati" driver
OS: Fedora 10
X.Org X Server 1.5.3d
Mono: mono-core-2.0.1-12.fc10.i386.rpm
When I run Examples.exe, the OpenTK Example Launcher window comes up. When I click on any of the examples, then press "Run Example", that's when the error occurs.
I'm attaching the debug.log from the debug version of the examples.
I'm also attaching the output of glxinfo.
Thanks,
Steve
Re: Problem with OpenTK on Fedora 10
Okay, I found a workaround. I installed the fglrx driver instead of the ati driver, and it seems to work for the most part.
Re: Problem with OpenTK on Fedora 10
@ objarni 2:
I think that if you want to switch DLLs you will have to add the following assembly in your project...
opentk-0.9.1\Binaries\Debug\Libraries\OpenTK.dll (removing also the existing loaded OpenTK.dll of your project), it's wise also to build your project using debug mode.
Re: Problem with OpenTK on Fedora 10
Thanks!