Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

  1. #1
    Join Date
    Oct 2012
    Beans
    39

    problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    Hi

    I'm trying to run a windows executable on ubuntu 12.04 with mono 2.10.8.1 and am getting an exception. I'll only post the top of the stacktrace so as not to add too much clutter:

    X11 Error encountered:
    Error: BadRequest (invalid request code or no such operation)
    Request: 153 (19)
    Resource ID: 0x52
    Serial: 17
    Hwnd: Hwnd, Mapped:False ClientWindow:0x52, WholeWindow:0x52, Zombie=False, Parent:[<null>]
    Control: <handle 52 non-existant> at System.Environment.get_StackTrace()
    at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event)
    at OpenTK.Platform.X11.Glx.ChooseFBConfig(IntPtr , Int32 , System.Int32[] , Int32 ByRef )
    at OpenTK.Platform.X11.X11GraphicsMode.SelectVisualUs ingFBConfig(ColorFormat color, Int32 depth, Int32 stencil, Int32 samples, ColorFormat accum, Int32 buffers, Boolean stereo)
    at OpenTK.Platform.X11.X11GraphicsMode.SelectGraphics Mode(ColorFormat color, Int32 depth, Int32 stencil, Int32 samples, ColorFormat accum, Int32 buffers, Boolean stereo)


    There's a bunch more to the stack I could post if necessary. The executable I attempt to run with mono is:
    $ mono ArdupilotMegaPlanner10.exe

    Any idea how to go about fixing this? I've tried looking for anything missing so far everthing I've installe has not helped.
    Thanks...

  2. #2
    Join Date
    Jul 2005
    Beans
    2,047

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    ~
    Last edited by ahallubuntu; June 24th, 2013 at 02:15 AM.

  3. #3
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    msousa is running mono, which means he is trying to run a .NET project and not Wine.



    mono is a version of Microsoft's .NET CLR. With mono installed, .NET exes will run natively on Linux.
    Last edited by QIII; June 10th, 2013 at 02:46 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  4. #4
    Join Date
    Oct 2012
    Beans
    39

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    QIII, I have mono 2.10.8.1 installed and when I attempt the following:

    $ mono ArdupilotMegaPlanner10.exe

    I get the stack trace presented in my original question.

    Here's some output from mono:
    $ mono -V
    Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-1ubuntu2.2)
    Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com


    I feel like I'm still missing something.
    One more bit on info, before the errors, the splash of the executable I'm trying to run comes up for a brief moment.

  5. #5
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    I understood you were using mono, just didn't think the other poster did.

    Where does the stack trace start? Should be down towards the bottom.

    Could you post the whole thing (between code tags)?
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  6. #6
    Join Date
    Oct 2012
    Beans
    39

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    QIII, do you want the [INFO] line also? It's quite a bit if stuff.

  7. #7
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    What is really the most telling is probably the starting point where the exception is thrown.

    So at least the first few items at the bottom.

    Not sure it will provide anything obvious, but it will at least provide a place to start looking.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  8. #8
    Join Date
    Oct 2012
    Beans
    39

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    I made it smaller by just redirecting stderr to the output file, so here it is.

    Code:
    Stacktrace:
    
      at (wrapper managed-to-native) OpenTK.Platform.X11.Glx.ChooseFBConfig (intptr,int,int[],int&) <0xffffffff>
      at OpenTK.Platform.X11.X11GraphicsMode.SelectVisualUsingFBConfig (OpenTK.Graphics.ColorFormat,int,int,int,OpenTK.Graphics.ColorFormat,int,bool) <0x0038f>
      at OpenTK.Platform.X11.X11GraphicsMode.SelectGraphicsMode (OpenTK.Graphics.ColorFormat,int,int,int,OpenTK.Graphics.ColorFormat,int,bool) <0x0010f>
      at OpenTK.Graphics.GraphicsMode.LazySelectGraphicsMode () <0x0009b>
      at OpenTK.Graphics.GraphicsMode.get_Index () <0x00017>
      at OpenTK.X11GLControl..ctor (OpenTK.Graphics.GraphicsMode,System.Windows.Forms.Control) <0x000a7>
      at OpenTK.GLControlFactory.CreateGLControl (OpenTK.Graphics.GraphicsMode,System.Windows.Forms.Control) <0x00133>
      at OpenTK.GLControl.OnHandleCreated (System.EventArgs) <0x00107>
      at ArdupilotMega.Controls.HUD.OnHandleCreated (System.EventArgs) <0x0003f>
      at System.Windows.Forms.Control.WmCreate (System.Windows.Forms.Message&) <0x0001d>
      at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002d7>
      at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) <0x0005b>
      at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message&) <0x0006b>
      at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
      at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
      at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
      at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
      at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00ce4>
      at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
      at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
      at System.Windows.Forms.Control.CreateHandle () <0x00069>
      at System.Windows.Forms.Control.CreateControl () <0x00087>
      at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.CreateControl () <0xffffffff>
      at System.Windows.Forms.Control.CreateControl () <0x0010f>
      at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) <0x00193>
      at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002c7>
      at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
      at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
      at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
      at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
      at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00eec>
      at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
      at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
      at System.Windows.Forms.Control.CreateHandle () <0x00069>
      at System.Windows.Forms.Control.CreateControl () <0x00087>
      at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.CreateControl () <0xffffffff>
      at System.Windows.Forms.Control.CreateControl () <0x0010f>
      at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) <0x00193>
      at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002c7>
      at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) <0x0005b>
      at System.Windows.Forms.SplitContainer.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
      at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
      at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
      at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
      at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00eec>
      at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
      at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
      at System.Windows.Forms.Control.CreateHandle () <0x00069>
      at System.Windows.Forms.Control.CreateControl () <0x00087>
      at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.CreateControl () <0xffffffff>
      at System.Windows.Forms.Control.CreateControl () <0x0010f>
      at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) <0x00193>
      at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002c7>
      at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
      at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
      at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
      at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
      at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00eec>
      at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
      at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
      at System.Windows.Forms.Control.CreateHandle () <0x00069>
      at System.Windows.Forms.Control.CreateControl () <0x00087>
      at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.CreateControl () <0xffffffff>
      at System.Windows.Forms.Control.CreateControl () <0x0010f>
      at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) <0x00193>
      at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002c7>
      at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) <0x0005b>
      at System.Windows.Forms.SplitContainer.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
      at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
      at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
      at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
      at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00eec>
      at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
      at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
      at System.Windows.Forms.Control.CreateHandle () <0x00069>
      at System.Windows.Forms.Control.CreateControl () <0x00087>
      at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.CreateControl () <0xffffffff>
      at System.Windows.Forms.Control.CreateControl () <0x0010f>
      at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) <0x00193>
      at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002c7>
      at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) <0x0005b>
      at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message&) <0x0006b>
      at System.Windows.Forms.MyUserControl.WndProc (System.Windows.Forms.Message&) <0x00017>
      at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
      at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
      at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
      at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
      at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00eec>
      at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
      at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
      at System.Windows.Forms.Control.CreateHandle () <0x00069>
      at System.Windows.Forms.Control.CreateControl () <0x00087>
      at System.Windows.Forms.Control.SetVisibleCore (bool) <0x0009f>
      at System.Windows.Forms.Control.set_Visible (bool) <0x00032>
      at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) <0xffffffff>
      at ArdupilotMega.Controls.MainSwitcher/Screen.set_Visible (bool) <0x00023>
      at ArdupilotMega.Controls.MainSwitcher.ShowScreen (string) <0x00423>
      at ArdupilotMega.MainV2.MenuFlightData_Click (object,System.EventArgs) <0x00027>
      at ArdupilotMega.MainV2.MainV2_Load (object,System.EventArgs) <0x004cb>
      at System.Windows.Forms.Form.OnLoad (System.EventArgs) <0x00075>
      at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs) <0x0007f>
      at System.Windows.Forms.Form.OnCreateControl () <0x00053>
      at System.Windows.Forms.Control.CreateControl () <0x00127>
      at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) <0x00193>
      at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002c7>
      at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
      at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) <0x0005b>
      at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) <0x0024f>
      at ArdupilotMega.MainV2.WndProc (System.Windows.Forms.Message&) <0x0015f>
      at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
      at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
      at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
      at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
      at System.Windows.Forms.XplatUIX11.MapWindow (System.Windows.Forms.Hwnd,System.Windows.Forms.WindowType) <0x001fb>
      at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00d53>
      at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
      at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
      at System.Windows.Forms.Control.CreateHandle () <0x00069>
      at System.Windows.Forms.Form.CreateHandle () <0x0001b>
      at System.Windows.Forms.Control.CreateControl () <0x00087>
      at System.Windows.Forms.Control.SetVisibleCore (bool) <0x0009f>
      at System.Windows.Forms.Form.SetVisibleCore (bool) <0x002ef>
      at System.Windows.Forms.Control.set_Visible (bool) <0x00032>
      at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) <0xffffffff>
      at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x002cf>
      at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) <0x0005f>
      at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <0x00033>
      at ArdupilotMega.Program.Main () <0x003f3>
      at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
    
    Native stacktrace:
    
        mono() [0x4916ba]
        mono() [0x4e0d4f]
        mono() [0x41bc77]
        /lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7f00cccb9cb0]
        /usr/lib/fglrx/libGL.so.1(glXGetFBConfigs+0x2e) [0x7f0095d944ce]
        /usr/lib/fglrx/libGL.so.1(+0x3814a) [0x7f0095d9514a]
        /usr/lib/fglrx/libGL.so.1(glXChooseFBConfig+0x49) [0x7f0095d953a9]
        [0x409f6718]
    
    Debug info from gdb:
    
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
    [New Thread 0x7f00975f9700 (LWP 2841)]
    [New Thread 0x7f00ad671700 (LWP 2839)]
    [New Thread 0x7f00ad6b2700 (LWP 2838)]
    [New Thread 0x7f00b4226700 (LWP 2836)]
    [New Thread 0x7f00b4267700 (LWP 2835)]
    [New Thread 0x7f00bee3c700 (LWP 2833)]
    [New Thread 0x7f00bf86e700 (LWP 2831)]
    [New Thread 0x7f00caeaf700 (LWP 2830)]
    [New Thread 0x7f00cc207700 (LWP 2829)]
    0x00007f00cccb8d2d in read () from /lib/x86_64-linux-gnu/libpthread.so.0
      Id   Target Id         Frame 
      10   Thread 0x7f00cc207700 (LWP 2829) "mono" 0x00007f00cccb5d84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
      9    Thread 0x7f00caeaf700 (LWP 2830) "mono" 0x00007f00cccb7fd0 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
      8    Thread 0x7f00bf86e700 (LWP 2831) "dconf worker" 0x00007f00cc9d3313 in poll () from /lib/x86_64-linux-gnu/libc.so.6
      7    Thread 0x7f00bee3c700 (LWP 2833) "gdbus" 0x00007f00cc9d3313 in poll () from /lib/x86_64-linux-gnu/libc.so.6
      6    Thread 0x7f00b4267700 (LWP 2835) "mono" 0x00007f00cccb952d in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
      5    Thread 0x7f00b4226700 (LWP 2836) "mono" 0x00007f00cccb80c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
      4    Thread 0x7f00ad6b2700 (LWP 2838) "mono" 0x00007f00cc9df363 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
      3    Thread 0x7f00ad671700 (LWP 2839) "mono" 0x00007f00cccb80c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
      2    Thread 0x7f00975f9700 (LWP 2841) "mono" 0x00007f00cccb80c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
    * 1    Thread 0x7f00cd7cc740 (LWP 2828) "mono" 0x00007f00cccb8d2d in read () from /lib/x86_64-linux-gnu/libpthread.so.0
    
    Thread 10 (Thread 0x7f00cc207700 (LWP 2829)):
    #0  0x00007f00cccb5d84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
    #1  0x00000000005dce33 in ?? ()
    #2  0x00000000005d70dc in ?? ()
    #3  0x00000000005db577 in ?? ()
    #4  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #5  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #6  0x0000000000000000 in ?? ()
    
    Thread 9 (Thread 0x7f00caeaf700 (LWP 2830)):
    #0  0x00007f00cccb7fd0 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
    #1  0x00000000005c1e48 in mono_sem_wait ()
    #2  0x000000000050ff9b in ?? ()
    #3  0x0000000000592727 in ?? ()
    #4  0x00000000005bc832 in ?? ()
    #5  0x00000000005dcc1d in ?? ()
    #6  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #7  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #8  0x0000000000000000 in ?? ()
    
    Thread 8 (Thread 0x7f00bf86e700 (LWP 2831)):
    #0  0x00007f00cc9d3313 in poll () from /lib/x86_64-linux-gnu/libc.so.6
    #1  0x00007f00c9279036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
    #2  0x00007f00c927949a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
    #3  0x00007f00bf87398b in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
    #4  0x00007f00c929a9e5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
    #5  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #6  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #7  0x0000000000000000 in ?? ()
    
    Thread 7 (Thread 0x7f00bee3c700 (LWP 2833)):
    #0  0x00007f00cc9d3313 in poll () from /lib/x86_64-linux-gnu/libc.so.6
    #1  0x00007f00c9279036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
    #2  0x00007f00c927949a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
    #3  0x00007f00c1ab9406 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
    #4  0x00007f00c929a9e5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
    #5  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #6  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #7  0x0000000000000000 in ?? ()
    
    Thread 6 (Thread 0x7f00b4267700 (LWP 2835)):
    #0  0x00007f00cccb952d in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0
    #1  0x00000000005bbbb6 in ?? ()
    #2  0x0000000000589488 in ?? ()
    #3  0x0000000000592727 in ?? ()
    #4  0x00000000005bc832 in ?? ()
    #5  0x00000000005dcc1d in ?? ()
    #6  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #7  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #8  0x0000000000000000 in ?? ()
    
    Thread 5 (Thread 0x7f00b4226700 (LWP 2836)):
    #0  0x00007f00cccb80c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
    #1  0x00000000005c1f3b in mono_sem_timedwait ()
    #2  0x000000000058b93f in ?? ()
    #3  0x0000000000592727 in ?? ()
    #4  0x00000000005bc832 in ?? ()
    #5  0x00000000005dcc1d in ?? ()
    #6  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #7  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #8  0x0000000000000000 in ?? ()
    
    Thread 4 (Thread 0x7f00ad6b2700 (LWP 2838)):
    #0  0x00007f00cc9df363 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
    #1  0x0000000000589eb8 in ?? ()
    #2  0x0000000000592727 in ?? ()
    #3  0x00000000005bc832 in ?? ()
    #4  0x00000000005dcc1d in ?? ()
    #5  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #6  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #7  0x0000000000000000 in ?? ()
    
    Thread 3 (Thread 0x7f00ad671700 (LWP 2839)):
    #0  0x00007f00cccb80c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
    #1  0x00000000005c1f3b in mono_sem_timedwait ()
    #2  0x000000000058b93f in ?? ()
    #3  0x0000000000592727 in ?? ()
    #4  0x00000000005bc832 in ?? ()
    #5  0x00000000005dcc1d in ?? ()
    #6  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #7  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #8  0x0000000000000000 in ?? ()
    
    Thread 2 (Thread 0x7f00975f9700 (LWP 2841)):
    #0  0x00007f00cccb80c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
    #1  0x00000000005c1f3b in mono_sem_timedwait ()
    #2  0x000000000058b93f in ?? ()
    #3  0x0000000000592727 in ?? ()
    #4  0x00000000005bc832 in ?? ()
    #5  0x00000000005dcc1d in ?? ()
    #6  0x00007f00cccb1e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
    #7  0x00007f00cc9deccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
    #8  0x0000000000000000 in ?? ()
    
    Thread 1 (Thread 0x7f00cd7cc740 (LWP 2828)):
    #0  0x00007f00cccb8d2d in read () from /lib/x86_64-linux-gnu/libpthread.so.0
    #1  0x000000000049185e in ?? ()
    #2  0x00000000004e0d4f in ?? ()
    #3  0x000000000041bc77 in ?? ()
    #4  <signal handler called>
    #5  0x00007f0095d944ce in glXGetFBConfigs () from /usr/lib/fglrx/libGL.so.1
    #6  0x00007f0095d9514a in ?? () from /usr/lib/fglrx/libGL.so.1
    #7  0x00007f0095d953a9 in glXChooseFBConfigSGIX () from /usr/lib/fglrx/libGL.so.1
    #8  0x00000000409f6718 in ?? ()
    #9  0x0000000001afd760 in ?? ()
    #10 0x00000000029a7e68 in ?? ()
    #11 0x0000000001afd760 in ?? ()
    #12 0x00007f00ad0c0460 in ?? ()
    #13 0x0000000000000000 in ?? ()
    
    =================================================================
    Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries 
    used by your application.
    =================================================================
    Last edited by Iowan; June 10th, 2013 at 03:47 AM.

  9. #9
    Join Date
    Oct 2012
    Beans
    39

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    looks like I messed up this code tag pretty well
    Last edited by Iowan; June 10th, 2013 at 03:48 AM. Reason: closing is [/code] - not [\code]

  10. #10
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: problem running winows executabe on ubuntu 12.04 with mono 2.10.8.1

    What version of Ubuntu are you using and which fglrx driver?

    It looks to me like something in your application is trying to access system information using glx or hardware acceleration and you don't have it.

    In the ATI Driver wiki link in my signature, go to "4. Enabling Video Hardware Acceleration"

    It may be more than you need, but install the packages I suggest right under that heading, one of which is libva-glx1.

    Let me know if adding all that helps.
    Last edited by QIII; June 10th, 2013 at 05:10 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •