mjs513 / monoxna

Automatically exported from code.google.com/p/monoxna
Other
0 stars 0 forks source link

Problem running MonoXNA in Ubuntu 9.10 #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to run a MonoXNA application in Ubuntu 9.10 the application
terminates with a native stack trace. 

The trace indicate that the problem is related to SDL.

Original issue reported on code.google.com by lav...@gmail.com on 1 Dec 2009 at 1:09

GoogleCodeExporter commented 9 years ago
The problem has been solved by commenting out a piece of code that returns a 
handle
to the host window. The reason this code fails is as previously suspected that 
the
Tao.Sdl method used to fetch the windows handle only works in Windows, though 
the
method had a fallback in older releases (at least for Linux).

Original comment by lav...@gmail.com on 1 Dec 2009 at 1:14