Lib and steam error when trying to open using new version

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
Bryy
Veteran
Posts: 407
Joined: Thu Dec 20, 2012 10:12 pm
Completed: 30+ games so far
Projects: Furry Shakespeare
Organization: Stegalosaurus Game Development
Location: Portage, MI
Contact:

Lib and steam error when trying to open using new version

#1 Post by Bryy »

Hello.

I justy updated Ren'Py and the log tells me that I no longer am linked to Steam through the importer.

So I went on to the dl site but there were no Steam files in Steam/.

So I imported an old lib folder.

I get this error when trying to open:

Code: Select all

While running game code:
  File "renpy/common/00start.rpy", line 188, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 361, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 361, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
AttributeError: 'module' object has no attribute 'render_ready'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\bootstrap.py", line 295, in bootstrap
    renpy.main.main()
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\main.py", line 487, in main
    run(restart)
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\main.py", line 147, in run
    renpy.execution.run_context(True)
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\execution.py", line 761, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 188, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 361, in script
    $ __gl_test()
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gltest.rpy", line 361, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\display\core.py", line 2494, in interact
    self.start()
  File "E:\BRYY 11.25.2015\STEG 4.20.2016\renpy-6.99.12.4-sdk\renpy\display\core.py", line 1677, in start
    renpy.display.render.render_ready()
AttributeError: 'module' object has no attribute 'render_ready'
What am I doing wrong?

Post Reply

Who is online

Users browsing this forum: Majestic-12 [Bot]