Examples.exe doesnt work with linux(suse11)

hi,

examples.exe doesn't work. when i start it with "mono Examples.exe" everything seems to be correct. but when i click one example nothing happens.

i tried everything.

please help me


Comments

Ok, first things first: what is the result of "mono --version"?

The next step is to replace the OpenTK.dll with the one found in the Binaries/Debug folder. Copy&paste, execute the app with "mono --debug Examples.exe" and post the output here - this will help see what the problem is.

Just a guess:
I had this problem when I first time tried opentk in linux,
I need install mono's windows.forms packet from repos.

And my opentk examples:
http://dhost.info/haima/csat.php

mono version:
Mono JIT compiler version 1.9.1
(tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors.
www.mono-project.com
TLS: __thread
GC:
Included Boehm (with typed GC)
SIGSEGV: normal

Notifications: epoll

Architecture: x86
Disabled: none

-----------------------------------

mono --debug Examples.exe:
** Message: Unknown errno: Das Programm kann nicht ausgeführt oder verändert werden (busy)
// program can not execute or changed (busy)

---------------------------------
after i replaced opentk.dll:
(befor the "opentk example launcher" comes - this error message:

System.IO.IOExce
Could not access debug.log

------------------------

i've replaced mono winform. but this couldnt be the solution. no opentk program runs also if there is no System.windows.forms

hmm. doesn't the "Could not access debug.log" line look suspicious?

http://dhost.info/haima/csat.php
also doesnt start in linux
no error message

@max180

Please follow the Fiddlers advice above and post here.

Ive already written it. two posts ago

@max180

Sorry for that! I must be a little bit more attentive reading posts I guess :)

now Ive another error:

Initilalizing threaded X11:1
Display Connection: 141072168, Screen count:1

The "debug.log" error means that the previous instance is still running. Check if "ps -A | grep mono" returns something, and kill the process with "killall -9 mono".

Can you post all debug messages? The above actually indicate that things are working alright (up to that point).

many instances were runnnig. i killed all. great no "debug.log"

but still nothing happens after this:
Initilalizing threaded X11:1
Display Connection: 141072168, Screen count:1

Alright, I will update my version of OpenSUSE and try to reproduce. What video card/drivers do you have?

Ive also tried in Suse 10.3

Video card: nvidia geforce 7100/nforce 630i

even Debian doesnt work on another desktop

am i doing anything totally wrong

what must i have to let it run?

i have a solution.

debian was too old.
it wasnt suse 11 it was suse 10.3

and suse 11 works.

thanks all to you

You are welcome.

So was it an old version of Mono? (Mono 1.2.6+ should work fine)

suse 10.3 couldnt handle it

Oops, there is something wrong in my examples on linux, null pointer exp. but im working on it. or if someone finds the problem, please tell.