Advertisement
Hijiri

Untitled

Mar 9th, 2016
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "renpy/common/00start.rpy", line 159, in script call
  5. call _gl_test
  6. File "renpy/common/00gltest.rpy", line 378, in script
  7. $ __gl_test()
  8. File "renpy/common/00gltest.rpy", line 378, in <module>
  9. $ __gl_test()
  10. File "renpy/common/00gltest.rpy", line 304, in _m1_00gltest__gl_test
  11. _gl_performance_test()
  12. File "renpy/common/00gltest.rpy", line 343, in _gl_performance_test
  13. result = ui.interact(suppress_overlay=True, suppress_underlay=True)
  14. error: IDirectInputDevice8::SetCooperativeLevel() DirectX error 0xx
  15.  
  16. -- Full Traceback ------------------------------------------------------------
  17.  
  18. Full traceback:
  19. File "renpy/common/00start.rpy", line 159, in script call
  20. call _gl_test
  21. File "renpy/common/00gltest.rpy", line 378, in script
  22. $ __gl_test()
  23. File "C:\Users\Mojica\Downloads\renpy-6.15.0-sdk\renpy\ast.py", line 806, in execute
  24. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  25. File "C:\Users\Mojica\Downloads\renpy-6.15.0-sdk\renpy\python.py", line 1461, in py_exec_bytecode
  26. exec bytecode in globals, locals
  27. File "renpy/common/00gltest.rpy", line 378, in <module>
  28. $ __gl_test()
  29. File "renpy/common/00gltest.rpy", line 304, in _m1_00gltest__gl_test
  30. _gl_performance_test()
  31. File "renpy/common/00gltest.rpy", line 343, in _gl_performance_test
  32. result = ui.interact(suppress_overlay=True, suppress_underlay=True)
  33. File "C:\Users\Mojica\Downloads\renpy-6.15.0-sdk\renpy\ui.py", line 277, in interact
  34. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  35. File "C:\Users\Mojica\Downloads\renpy-6.15.0-sdk\renpy\display\core.py", line 2425, in interact
  36. repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  37. File "C:\Users\Mojica\Downloads\renpy-6.15.0-sdk\renpy\display\core.py", line 3080, in interact_core
  38. ev = renpy.display.controller.event(ev)
  39. File "C:\Users\Mojica\Downloads\renpy-6.15.0-sdk\renpy\display\controller.py", line 133, in event
  40. start(ev.which)
  41. File "C:\Users\Mojica\Downloads\renpy-6.15.0-sdk\renpy\display\controller.py", line 124, in start
  42. c.init()
  43. File "src/pygame_sdl2/controller.pyx", line 160, in pygame_sdl2.controller.Controller.init (gen\pygame_sdl2.controller.c:1939)
  44. error: IDirectInputDevice8::SetCooperativeLevel() DirectX error 0xx
  45.  
  46. Windows-8-6.2.9200
  47. Ren'Py 6.99.9.1168
  48. Ren'Py Launcher 6.99.9.1168
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement