Guest User

Untitled

a guest
Apr 22nd, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. Full traceback:
  2. File "renpy/common/00start.rpy", line 198, in script call
  3. call _gl_test
  4. File "renpy/common/00gltest.rpy", line 441, in script
  5. $ __gl_test()
  6. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/ast.py", line 862, in execute
  7. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  8. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/python.py", line 1888, in py_exec_bytecode
  9. exec bytecode in globals, locals
  10. File "renpy/common/00gltest.rpy", line 441, in <module>
  11. $ __gl_test()
  12. File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
  13. _gl_performance_test()
  14. File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
  15. ui.interact(suppress_underlay=True, suppress_overlay=True)
  16. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/ui.py", line 287, in interact
  17. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  18. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/display/core.py", line 2603, in interact
  19. self.start()
  20. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/display/core.py", line 1760, in start
  21. self.set_mode()
  22. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/display/core.py", line 2002, in set_mode
  23. raise Exception("Could not set video mode.")
  24. Exception: Could not set video mode.
  25.  
  26. While running game code:
  27. File "renpy/common/00start.rpy", line 198, in script call
  28. call _gl_test
  29. File "renpy/common/00gltest.rpy", line 441, in script
  30. $ __gl_test()
  31. File "renpy/common/00gltest.rpy", line 441, in <module>
  32. $ __gl_test()
  33. File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
  34. _gl_performance_test()
  35. File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
  36. ui.interact(suppress_underlay=True, suppress_overlay=True)
  37. Exception: Could not set video mode.
  38.  
  39. Full traceback:
  40. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/bootstrap.py", line 306, in bootstrap
  41. renpy.main.main()
  42. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/main.py", line 513, in main
  43. run(restart)
  44. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/main.py", line 139, in run
  45. renpy.execution.run_context(True)
  46. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/execution.py", line 846, in run_context
  47. context.run()
  48. File "renpy/common/00start.rpy", line 198, in script call
  49. call _gl_test
  50. File "renpy/common/00gltest.rpy", line 441, in script
  51. $ __gl_test()
  52. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/ast.py", line 862, in execute
  53. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  54. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/python.py", line 1888, in py_exec_bytecode
  55. exec bytecode in globals, locals
  56. File "renpy/common/00gltest.rpy", line 441, in <module>
  57. $ __gl_test()
  58. File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
  59. _gl_performance_test()
  60. File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
  61. ui.interact(suppress_underlay=True, suppress_overlay=True)
  62. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/ui.py", line 287, in interact
  63. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  64. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/display/core.py", line 2603, in interact
  65. self.start()
  66. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/display/core.py", line 1760, in start
  67. self.set_mode()
  68. File "/home/kisik21/renpy-6.99.14.3-sdk/renpy/display/core.py", line 2002, in set_mode
  69. raise Exception("Could not set video mode.")
  70. Exception: Could not set video mode.
  71.  
  72. While running game code:
  73. File "renpy/common/00start.rpy", line 198, in script call
  74. call _gl_test
  75. File "renpy/common/00gltest.rpy", line 441, in script
  76. $ __gl_test()
  77. File "renpy/common/00gltest.rpy", line 441, in <module>
  78. $ __gl_test()
  79. File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
  80. _gl_performance_test()
  81. File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
  82. ui.interact(suppress_underlay=True, suppress_overlay=True)
  83. Exception: Could not set video mode.
Advertisement
Add Comment
Please, Sign In to add comment