It was sort of usable, but very slow.
Mono is certainly the right way to try on linux/macs.
Somebody said that he managed to run FlaME under some recent versions of wine.
Flail13 wrote:Links to 1.28 are in the first post.

Flail13 wrote:Links to 1.28 are in the first post.

Code: Select all
Public MapViewBPP As Integer = 24
Public TextureViewBPP As Integer = 24

Code: Select all
FlaME 1.28$ mono FlaME.exe
Gtk-Message: Failed to load module "pk-gtk-module"
X11 Error encountered:
Error: BadMatch (invalid parameter attributes)
Request: 135 (5)
Resource ID: 0x320000F
Serial: 197
Hwnd: Hwnd, Mapped:False ClientWindow:0x320000F, WholeWindow:0x320000E, Zombie=False, Parent:[<null>]
Control: OpenTK.GLControl at System.Environment.get_StackTrace()
at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event)
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr )
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context)
at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window)
at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window)
at OpenTK.GLControl.MakeCurrent()
at OpenTK.GLControl.OnHandleCreated(System.EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message ByRef m)
at System.Windows.Forms.Control.WndProc(Message ByRef m)
at System.Windows.Forms.ScrollableControl.WndProc(Message ByRef m)
at System.Windows.Forms.ContainerControl.WndProc(Message ByRef m)
at System.Windows.Forms.UserControl.WndProc(Message ByRef m)
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m)
at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.XplatUIX11.CreateWindow(System.Windows.Forms.CreateParams cp)
at System.Windows.Forms.XplatUI.CreateWindow(System.Windows.Forms.CreateParams cp)
at System.Windows.Forms.NativeWindow.CreateHandle(System.Windows.Forms.CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.CreateControl()
at OpenTK.GLControl.ValidateState()
at OpenTK.GLControl.get_Context()
at FlaME.modMain.Main()
OpenTK.Graphics.GraphicsContextException: Failed to make context current.
at OpenTK.Platform.X11.X11GLContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.Graphics.GraphicsContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.GLControl.MakeCurrent () [0x00000] in <filename unknown>:0
at OpenTK.GLControl.OnHandleCreated (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WmCreate (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0
X11 Error encountered:
Error: BadMatch (invalid parameter attributes)
Request: 135 (5)
Resource ID: 0x320000F
Serial: 291
Hwnd: Hwnd, Mapped:True ClientWindow:0x320000F, WholeWindow:0x320000E, Zombie=False, Parent:[<null>]
Control: OpenTK.GLControl at System.Environment.get_StackTrace()
at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event)
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr )
at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context)
at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window)
at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window)
at OpenTK.GLControl.MakeCurrent()
at FlaME.ctrlMapView.GLInitialize(System.Object sender, System.EventArgs e)
at System.Windows.Forms.Timer.OnTick(System.EventArgs e)
at System.Windows.Forms.Timer.FireTick()
at System.Windows.Forms.XplatUIX11.CheckTimers(System.Collections.ArrayList timers, DateTime now)
at System.Windows.Forms.XplatUIX11.PeekMessage(System.Object queue_id, MSG ByRef msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax, UInt32 flags)
at System.Windows.Forms.XplatUIX11.DoEvents()
at System.Windows.Forms.XplatUI.DoEvents()
at System.Windows.Forms.Application.DoEvents()
at FlaME.modMain.Main()
Unhandled Exception: OpenTK.Graphics.GraphicsContextException: Failed to make context current.
at OpenTK.Platform.X11.X11GLContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.Graphics.GraphicsContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.GLControl.MakeCurrent () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) OpenTK.GLControl:MakeCurrent ()
at FlaME.ctrlMapView.GLInitialize (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Timer.OnTick (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Timer.FireTick () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Timer:FireTick ()
at System.Windows.Forms.XplatUIX11.CheckTimers (System.Collections.ArrayList timers, DateTime now) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.PeekMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax, UInt32 flags) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.DoEvents () [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUI.DoEvents () [0x00000] in <filename unknown>:0
at System.Windows.Forms.Application.DoEvents () [0x00000] in <filename unknown>:0
at FlaME.modMain.Main () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: OpenTK.Graphics.GraphicsContextException: Failed to make context current.
at OpenTK.Platform.X11.X11GLContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.Graphics.GraphicsContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0
at OpenTK.GLControl.MakeCurrent () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) OpenTK.GLControl:MakeCurrent ()
at FlaME.ctrlMapView.GLInitialize (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Timer.OnTick (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Timer.FireTick () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Timer:FireTick ()
at System.Windows.Forms.XplatUIX11.CheckTimers (System.Collections.ArrayList timers, DateTime now) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.PeekMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax, UInt32 flags) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.DoEvents () [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUI.DoEvents () [0x00000] in <filename unknown>:0
at System.Windows.Forms.Application.DoEvents () [0x00000] in <filename unknown>:0
at FlaME.modMain.Main () [0x00000] in <filename unknown>:0 tmp500 wrote:never got flame mono to work under fedoraany ideas?
those versions are installed:
Name : mono-basic
Arch : x86_64
Version : 2.10
Name : mono-data
Arch : x86_64
Version : 2.10.8
Name : mono-core
Arch : i686
Version : 2.10.8
thats the error (same for 1.27)
Code: Select all
FlaME 1.25$ mono FlaME.exe Gtk-Message: Failed to load module "pk-gtk-module" X11 Error encountered: Error: BadMatch (invalid parameter attributes) Request: 135 (5) Resource ID: 0x2E00013 Serial: 211 Hwnd: Hwnd, Mapped:False ClientWindow:0x2E00013, WholeWindow:0x2E00012, Zombie=False, Parent:[<null>] Control: OpenTK.GLControl at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr ) at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context) at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window) at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window) at OpenTK.GLControl.MakeCurrent() at OpenTK.GLControl.OnHandleCreated(System.EventArgs e) at System.Windows.Forms.Control.WmCreate(Message ByRef m) at System.Windows.Forms.Control.WndProc(Message ByRef m) at System.Windows.Forms.ScrollableControl.WndProc(Message ByRef m) at System.Windows.Forms.ContainerControl.WndProc(Message ByRef m) at System.Windows.Forms.UserControl.WndProc(Message ByRef m) at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m) at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.CreateWindow(System.Windows.Forms.CreateParams cp) at System.Windows.Forms.XplatUI.CreateWindow(System.Windows.Forms.CreateParams cp) at System.Windows.Forms.NativeWindow.CreateHandle(System.Windows.Forms.CreateParams cp) at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.Control.CreateControl() at OpenTK.GLControl.ValidateState() at OpenTK.GLControl.MakeCurrent() at FlaME.ctrlMapView..ctor(FlaME.frmMain Owner) at FlaME.frmMain..ctor() at FlaME.modProgram..cctor() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[] commandLine) at FlaME.My.MyApplication.Main(System.String[] Args) OpenTK.Graphics.GraphicsContextException: Failed to make context current. at OpenTK.Platform.X11.X11GLContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0 at OpenTK.Graphics.GraphicsContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0 at OpenTK.GLControl.MakeCurrent () [0x00000] in <filename unknown>:0 at OpenTK.GLControl.OnHandleCreated (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WmCreate (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0 X11 Error encountered: Error: BadMatch (invalid parameter attributes) Request: 135 (5) Resource ID: 0x2E00013 Serial: 228 Hwnd: Hwnd, Mapped:True ClientWindow:0x2E00013, WholeWindow:0x2E00012, Zombie=False, Parent:[<null>] Control: OpenTK.GLControl at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr ) at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context) at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window) at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window) at OpenTK.GLControl.MakeCurrent() at FlaME.ctrlMapView..ctor(FlaME.frmMain Owner) at FlaME.frmMain..ctor() at FlaME.modProgram..cctor() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[] commandLine) at FlaME.My.MyApplication.Main(System.String[] Args)

Really sad to tell you that not only didn't the old problem disappeared, I also found an other error (with I also now noticed is in ver 1.27).Flail13 wrote:Mr T, how does it look in 1.28? I added in another step to hide the textures when not on that tab.










