Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. [code]
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. File "renpy/common/00start.rpy", line 212, in script call
  6. call _splashscreen from _call_splashscreen_1
  7. File "game/splash.rpy", line 387, in script
  8. $ starttime = datetime.datetime.now()
  9. File "game/splash.rpy", line 387, in <module>
  10. $ starttime = datetime.datetime.now()
  11. AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
  12.  
  13. -- Full Traceback ------------------------------------------------------------
  14.  
  15. Full traceback:
  16. File "renpy/common/00start.rpy", line 212, in script call
  17. call _splashscreen from _call_splashscreen_1
  18. File "game/splash.rpy", line 387, in script
  19. $ starttime = datetime.datetime.now()
  20. File "C:\Users\Samuel McKinney\Desktop\DDLC STUFF\DDLC Modding\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute
  21. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  22. File "C:\Users\Samuel McKinney\Desktop\DDLC STUFF\DDLC Modding\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode
  23. exec bytecode in globals, locals
  24. File "game/splash.rpy", line 387, in <module>
  25. $ starttime = datetime.datetime.now()
  26. AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
  27.  
  28. Windows-8-6.2.9200
  29. Ren'Py 6.99.12.4.2187
  30. Doki Doki Literature Club! 1.1.1
  31. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement