Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. [2017-01-10 @ 19:05:55.714] [tasks/configure] configuring C:\Users\David\AppData\Roaming\itch\apps\MewnBase
  2. [2017-01-10 @ 19:05:55.849] [tasks/configure] native-configure yielded execs: [
  3. "game/desktop-1.0.jar",
  4. "jre/lib/charsets.jar",
  5. "jre/lib/ext/dnsns.jar",
  6. "jre/lib/ext/localedata.jar",
  7. "jre/lib/ext/sunec.jar",
  8. "jre/lib/ext/sunjce_provider.jar",
  9. "jre/lib/ext/sunmscapi.jar",
  10. "jre/lib/ext/zipfs.jar",
  11. "jre/lib/jce.jar",
  12. "jre/lib/jsse.jar",
  13. "jre/lib/management-agent.jar",
  14. "jre/lib/resources.jar",
  15. "jre/lib/rt.jar",
  16. "jre/lib/security/local_policy.jar",
  17. "jre/lib/security/US_export_policy.jar",
  18. "MewnBase.exe"
  19. ]
  20. [2017-01-10 @ 19:05:55.852] [configure/compute-size] computing size of C:\Users\David\AppData\Roaming\itch\apps\MewnBase
  21. [2017-01-10 @ 19:05:55.933] [tasks/configure] total size of C:\Users\David\AppData\Roaming\itch\apps\MewnBase: 76.59 MB (80311970 bytes)
  22. [2017-01-10 @ 19:05:57.922] [tasks/launch] itch 22.2.0 launching game 51221: MewnBase
  23. [2017-01-10 @ 19:05:57.923] [tasks/launch] looking for manifest @ "C:\Users\David\AppData\Roaming\itch\apps\MewnBase\.itch.toml"
  24. [2017-01-10 @ 19:05:57.924] [tasks/launch] found manifest, parsing
  25. [2017-01-10 @ 19:05:57.942] [tasks/launch] manifest:
  26. {
  27. "actions": [
  28. {
  29. "name": "play",
  30. "path": "MewnBase.exe"
  31. },
  32. {
  33. "name": "manual",
  34. "path": "readme.txt"
  35. },
  36. {
  37. "name": "forums",
  38. "path": "https://cairn4.itch.io/mewnbase/community"
  39. }
  40. ]
  41. }
  42. [2017-01-10 @ 19:05:58.882] [tasks/launch/native] cave location: "appdata/MewnBase"
  43. [2017-01-10 @ 19:05:58.884] [tasks/launch/native] manifest action picked: {
  44. "name": "play",
  45. "path": "MewnBase.exe"
  46. }
  47. [2017-01-10 @ 19:05:58.884] [tasks/launch/native] executing 'C:\Users\David\AppData\Roaming\itch\apps\MewnBase\MewnBase.exe' on 'windows' with args ''
  48. [2017-01-10 @ 19:05:58.884] [tasks/launch/native] no app isolation
  49. [2017-01-10 @ 19:05:58.884] [tasks/launch/native] spawn command: "C:\Users\David\AppData\Roaming\itch\apps\MewnBase\MewnBase.exe"
  50. [2017-01-10 @ 19:05:58.885] [tasks/launch/native] working directory: C:\Users\David\AppData\Roaming\itch\apps\MewnBase
  51. [2017-01-10 @ 19:05:58.886] [tasks/launch/native] command: C:\Users\David\AppData\Roaming\itch\apps\MewnBase\MewnBase.exe
  52. [2017-01-10 @ 19:05:58.886] [tasks/launch/native] args: []
  53. [2017-01-10 @ 19:05:58.886] [tasks/launch/native] env keys: [
  54. "TMP",
  55. "TEMP"
  56. ]
  57. [2017-01-10 @ 19:05:58.896] [tasks/launch/native] out: Loading JVM runtime library ...
  58. [2017-01-10 @ 19:05:58.938] [tasks/launch/native] out: Passing VM options ...
  59. [2017-01-10 @ 19:05:58.938] [tasks/launch/native] out: # -Xmx1G
  60. [2017-01-10 @ 19:05:58.938] [tasks/launch/native] out: Creating Java VM ...
  61. [2017-01-10 @ 19:05:59.058] [tasks/launch/native] out: Passing command line arguments ...
  62. [2017-01-10 @ 19:05:59.060] [tasks/launch/native] out: Loading JAR file ...
  63. [2017-01-10 @ 19:05:59.088] [tasks/launch/native] out: Invoking static com.cairn4.moonbase.desktop.DesktopLauncher.main() function ...
  64. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL is not supported by the video driver.
  65. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:322)
  66. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setupDisplay(LwjglGraphics.java:216)
  67. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:144)
  68. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
  69. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: Caused by: org.lwjgl.LWJGLException: Pixel format not accelerated
  70. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  71. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  72. [2017-01-10 @ 19:06:00.151] [tasks/launch/native] err: at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:253)
  73. [2017-01-10 @ 19:06:00.153] [tasks/launch/native] err: at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  74. [2017-01-10 @ 19:06:00.153] [tasks/launch/native] err: at org.lwjgl.opengl.Display.create(Display.java:848)
  75. [2017-01-10 @ 19:06:00.153] [tasks/launch/native] err: at org.lwjgl.opengl.Display.create(Display.java:757)
  76. [2017-01-10 @ 19:06:00.153] [tasks/launch/native] err: at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:314)
  77. [2017-01-10 @ 19:06:00.153] [tasks/launch/native] err: ... 3 more
  78. [2017-01-10 @ 19:06:00.153] [tasks/launch/native] out: Destroyed Java VM ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement