You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am on Ubuntu 15.04 and Kernel 3.19. I followed the install instructions all the way through and when I go to import my mod pack from my windows build or download a mod from any website the game pops up with an error screen and is transparent so I cannot see what the error is, but I did mono KSPModAdmin.exe and I got the error which is: ~/Kerbal Space Program/KSP Mod Admin$ mono KSPModAdmin.exe [xcb] Too much data requested from _XRead [xcb] This is most likely caused by a broken X extension library [xcb] Aborting, sorry about that. mono: ../../src/xcb_io.c:736: _XRead: Assertion !xcb_xlib_too_much_data_requested' failed. Stacktrace: at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.XCreateFontSet (intptr,string,intptr&,int&,intptr) <0xffffffff> at System.Windows.Forms.X11Keyboard.CreateOverTheSpotXic (intptr,intptr) <0x000bf> at System.Windows.Forms.X11Keyboard.CreateXic (intptr,intptr) <0x000d7> at System.Windows.Forms.X11Keyboard.CreateXicForWindow (intptr) <0x00037> at System.Windows.Forms.X11Keyboard.FocusIn (intptr) <0x0009b> at System.Windows.Forms.XplatUIX11.SetFocus (intptr) <0x000bb> at System.Windows.Forms.XplatUI.SetFocus (intptr) <0x0001f> at System.Windows.Forms.ContainerControl.SendControlFocus (System.Windows.Forms.Control) <0x00097> at System.Windows.Forms.Form.SetVisibleCore (bool) <0x00767> 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) <0x0033f> at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0x00897> at System.Windows.Forms.Form.ShowDialog () <0x0000f> at System.Windows.Forms.MessageBox/MessageBoxForm.RunDialog () <0x00073> at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm.RunDialog () <0xffffffff> at System.Windows.Forms.MessageBox.Show (string,string) <0x0004b> at KSPModAdmin.Core.Utils.Www.Load (string) <0x00257> at KSPModAdmin.Core.Utils.SiteHandler.KerbalStuffHandler.GetModInfo (string) <0x00103> at KSPModAdmin.Core.Utils.ModPackHandler.DownloadMod (KSPModAdmin.Core.Utils.ModPackHandler/ImportInfo&) <0x0004f> at KSPModAdmin.Core.Utils.ModPackHandler.Import (string,string,bool,bool,bool,bool) <0x0051f> at KSPModAdmin.Core.Views.frmImExport/<>c__DisplayClass12.b__d () <0x004df> at AsyncTask1<bool>.Run (object,System.ComponentModel.DoWorkEventArgs) <0x0002c> at System.ComponentModel.BackgroundWorker.OnDoWork (System.ComponentModel.DoWorkEventArgs) <0x00065> at System.ComponentModel.BackgroundWorker.WorkerThreadStart (object) <0x00091> at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <0xffffffff> Native stacktrace: mono() [0x4b23dc] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10d10) [0x7fb6fcab3d10] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7fb6fc70e267] /lib/x86_64-linux-gnu/libc.so.6(abort+0x16a) [0x7fb6fc70feca] /lib/x86_64-linux-gnu/libc.so.6(+0x2e03d) [0x7fb6fc70703d] /lib/x86_64-linux-gnu/libc.so.6(+0x2e0f2) [0x7fb6fc7070f2] /usr/lib/x86_64-linux-gnu/libX11.so.6(_XRead+0xd5) [0x7fb6f8fc9b55] /usr/lib/x86_64-linux-gnu/libX11.so.6(_XRead32+0x25) [0x7fb6f8fca625] /usr/lib/x86_64-linux-gnu/libX11.so.6(XListFontsWithInfo+0x380) [0x7fb6f8fad070] /usr/lib/x86_64-linux-gnu/libX11.so.6(+0x73db5) [0x7fb6f9000db5] /usr/lib/x86_64-linux-gnu/libX11.so.6(XCreateOC+0xec) [0x7fb6f8fb8dbc] /usr/lib/x86_64-linux-gnu/libX11.so.6(XCreateFontSet+0x5c) [0x7fb6f8fadaac] [0x41f179a3] Debug info from gdb: Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Operation not permitted. No threads. =================================================================Got a SIGABRT while executing native code. This usually indicatesa fatal error in the mono runtime or one of the native librariesused by your application.=================================================================`
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Hi, I am on Ubuntu 15.04 and Kernel 3.19. I followed the install instructions all the way through and when I go to import my mod pack from my windows build or download a mod from any website the game pops up with an error screen and is transparent so I cannot see what the error is, but I did
at <0xffffffff>
at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.XCreateFontSet (intptr,string,intptr&,int&,intptr) <0xffffffff>
at System.Windows.Forms.X11Keyboard.CreateOverTheSpotXic (intptr,intptr) <0x000bf>
at System.Windows.Forms.X11Keyboard.CreateXic (intptr,intptr) <0x000d7>
at System.Windows.Forms.X11Keyboard.CreateXicForWindow (intptr) <0x00037>
at System.Windows.Forms.X11Keyboard.FocusIn (intptr) <0x0009b>
at System.Windows.Forms.XplatUIX11.SetFocus (intptr) <0x000bb>
at System.Windows.Forms.XplatUI.SetFocus (intptr) <0x0001f>
at System.Windows.Forms.ContainerControl.SendControlFocus (System.Windows.Forms.Control) <0x00097>
at System.Windows.Forms.Form.SetVisibleCore (bool) <0x00767>
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) <0x0033f>
at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0x00897>
at System.Windows.Forms.Form.ShowDialog () <0x0000f>
at System.Windows.Forms.MessageBox/MessageBoxForm.RunDialog () <0x00073>
at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm.RunDialog () <0xffffffff>
at System.Windows.Forms.MessageBox.Show (string,string) <0x0004b>
at KSPModAdmin.Core.Utils.Www.Load (string) <0x00257>
at KSPModAdmin.Core.Utils.SiteHandler.KerbalStuffHandler.GetModInfo (string) <0x00103>
at KSPModAdmin.Core.Utils.ModPackHandler.DownloadMod (KSPModAdmin.Core.Utils.ModPackHandler/ImportInfo&) <0x0004f>
at KSPModAdmin.Core.Utils.ModPackHandler.Import (string,string,bool,bool,bool,bool) <0x0051f>
at KSPModAdmin.Core.Views.frmImExport/<>c__DisplayClass12.b__d () <0x004df>
at AsyncTask
Native stacktrace:
Debug info from gdb:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================`
mono KSPModAdmin.exe
and I got the error which is:~/Kerbal Space Program/KSP Mod Admin$ mono KSPModAdmin.exe
[xcb] Too much data requested from _XRead
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
mono: ../../src/xcb_io.c:736: _XRead: Assertion !xcb_xlib_too_much_data_requested' failed.
Stacktrace:
1<bool>.Run (object,System.ComponentModel.DoWorkEventArgs) <0x0002c>
at System.ComponentModel.BackgroundWorker.OnDoWork (System.ComponentModel.DoWorkEventArgs) <0x00065>
at System.ComponentModel.BackgroundWorker.WorkerThreadStart (object) <0x00091>
at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <0xffffffff>
mono() [0x4b23dc]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10d10) [0x7fb6fcab3d10]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7fb6fc70e267]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x16a) [0x7fb6fc70feca]
/lib/x86_64-linux-gnu/libc.so.6(+0x2e03d) [0x7fb6fc70703d]
/lib/x86_64-linux-gnu/libc.so.6(+0x2e0f2) [0x7fb6fc7070f2]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XRead+0xd5) [0x7fb6f8fc9b55]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XRead32+0x25) [0x7fb6f8fca625]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XListFontsWithInfo+0x380) [0x7fb6f8fad070]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x73db5) [0x7fb6f9000db5]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XCreateOC+0xec) [0x7fb6f8fb8dbc]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XCreateFontSet+0x5c) [0x7fb6f8fadaac]
[0x41f179a3]
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No threads.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: