Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1.  
  2. Selecting FBConfig
  3. GLX_FBCONFIG_ID=33
  4. GLX_BUFFER_SIZE=24
  5. GLX_DOUBLEBUFFER=1
  6. GLX_RED_SIZE=8
  7. GLX_GREEN_SIZE=8
  8. GLX_BLUE_SIZE=8
  9. GLX_ALPHA_SIZE=0
  10. GLX_DEPTH_SIZE=24
  11. GLX_STENCIL_SIZE=8
  12. GLX_SAMPLES_ARB=1
  13. GLX_SAMPLE_BUFFERS_ARB=1
  14. GLX_STEREO=0
  15. GLX_CONFIG_CAVEAT=NONE
  16.  
  17. Desktop is 1160 x 729 @ 60 Hz
  18. Receiving unhandled NULL exception
  19. #0 0x000000bfff09c0 in (Unknown)
  20. 86.x86:3610): Gtk-WARNING **: Error loading icon from file '/home/thaicat/linux-x86/build-linux-x86_Data/Resources/UnityPlayer.png':
  21. Failed to open file '/home/thaicat/linux-x86/build-linux-x86_Data/Resources/UnityPlayer.png': Нет такого файла или каталога
  22. OpenGL Warning: glXChooseVisual: ignoring attribute 0x22
  23. OpenGL Warning: glXChooseVisual: bad attrib=0x186a1, ignoring
  24. OpenGL Warning: glXChooseVisual: bad attrib=0x186a0, ignoring
  25. Stacktrace:
  26.  
  27.  
  28. Native stacktrace:
  29.  
  30. /home/thaicat/linux-x86/build-linux-x86_Data/Mono/x86/libmono.so(+0x89957) [0xb5589957]
  31. [0xb7779c20]
  32. [0xb7779c31]
  33. /lib/i386-linux-gnu/libc.so.6(gsignal+0x39) [0xb7175ea9]
  34. /lib/i386-linux-gnu/libc.so.6(abort+0x157) [0xb7177407]
  35. /home/thaicat/linux-x86/build-linux-x86.x86() [0x85337c9]
  36. /home/thaicat/linux-x86/build-linux-x86_Data/Mono/x86/libmono.so(+0xbb828) [0xb55bb828]
  37. /home/thaicat/linux-x86/build-linux-x86_Data/Mono/x86/libmono.so(+0x21a92) [0xb5521a92]
  38. [0xb7779c20]
  39.  
  40. Debug info from gdb:
  41.  
  42. Could not attach to process. If your uid matches the uid of the target
  43. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  44. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  45. ptrace: Операция не позволена.
  46. No threads.
  47.  
  48. =================================================================
  49. Got a SIGABRT while executing native code. This usually indicates
  50. a fatal error in the mono runtime or one of the native libraries
  51. used by your application.
  52. =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement