Advertisement
TrinityC

Pn Log - Player.log Unity3d

Aug 26th, 2016
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1.  
  2. Selecting FBConfig
  3. GLX_FBCONFIG_ID=159
  4. GLX_BUFFER_SIZE=32
  5. GLX_DOUBLEBUFFER=1
  6. GLX_RED_SIZE=8
  7. GLX_GREEN_SIZE=8
  8. GLX_BLUE_SIZE=8
  9. GLX_ALPHA_SIZE=8
  10. GLX_DEPTH_SIZE=24
  11. GLX_STENCIL_SIZE=8
  12. GLX_SAMPLES_ARB=0
  13. GLX_SAMPLE_BUFFERS_ARB=0
  14. Gterminate called after throwing an instance of 'std::logic_error'
  15. what(): basic_string::_S_construct null not valid
  16. Stacktrace:
  17.  
  18.  
  19. Native stacktrace:
  20.  
  21. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads_Data/Mono/x86_64/libmono.so(+0x91772) [0x7ff81d856772]
  22. /lib/x86_64-linux-gnu/libpthread.so.0(+0x113d0) [0x7ff822f203d0]
  23. /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x38) [0x7ff821797418]
  24. /lib/x86_64-linux-gnu/libc.so.6(abort+0x16a) [0x7ff82179901a]
  25. /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x155) [0x7ff8220aaae5]
  26. /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x5ec86) [0x7ff8220a8c86]
  27. /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x5ecb3) [0x7ff8220a8cb3]
  28. /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x5eed2) [0x7ff8220a8ed2]
  29. /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6(_ZSt19__throw_logic_errorPKc+0x67) [0x7ff8220fa7c7]
  30. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0xf32de5]
  31. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0xf33379]
  32. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0xf30a55]
  33. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0xeddc15]
  34. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0xeda96e]
  35. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0x6d9ce3]
  36. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0x7fa3dc]
  37. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0x7d06de]
  38. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0x4a1e0a]
  39. /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7ff821782830]
  40. /home/zooie/.local/share/Steam/steamapps/common/Planet Nomads/PlanetNomads.x86_64() [0x4ab7e9]
  41.  
  42. Debug info from gdb:
  43.  
  44. ERROR: ld.so: object '/home/zooie/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
  45. /usr/bin/gdb: /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libncurses.so.5: no version information available (required by /usr/bin/gdb)
  46. /usr/bin/gdb: /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libncurses.so.5: no version information available (required by /usr/bin/gdb)
  47. /usr/bin/gdb: /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /usr/bin/gdb)
  48. /usr/bin/gdb: /home/zooie/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /lib/x86_64-linux-gnu/libreadline.so.6)
  49. Could not attach to process. If your uid matches the uid of the target
  50. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  51. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  52. ptrace: Operation not permitted.
  53. No threads.
  54.  
  55. =================================================================
  56. Got a SIGABRT while executing native code. This usually indicates
  57. a fatal error in the mono runtime or one of the native libraries
  58. used by your application.
  59. =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement