Page 1 of 1

Ren'Py 7.3.3 Released

Posted: Tue Oct 01, 2019 9:35 pm
by PyTom
I'm happy to announce Ren'Py 7.3.3. This release is intended to improve performance and compatibility, fix bugs, and make available minor features that have been added since Ren'Py 7.3.2 was released.

Some highlights are:
  • An audio directory that allows audio files to define themselves, similar to images.
  • The ability for Ren'Py to accept audio files generated at runtime.
  • A lowering of the version of android needed to run Ren'Py.
  • Many improvements to Web platform support.
  • Improved render-to-texture performance.
  • The ability of renpy.input to take custom screens.
  • Ren'Py is now signed and notarized to run on macOS.
There are also a number of other changes, so check out the changelog for all of what's new.

Downloads of 7.3.3 can be found at:

https://www.renpy.org/release/7.3.3

A full list of changes to Ren'Py can be found at:

https://www.renpy.org/doc/html/changelog.html

A list of changes that may require you to update your game can be found at:

https://www.renpy.org/doc/html/incompatible.html

Please also check out the credits and sponsor list.

Re: Ren'Py 7.3.3 Released

Posted: Tue Oct 01, 2019 11:53 pm
by PyTom
Looks like there's a big bug in 7.3.4 on windows when toggling fullscreen. I'll get 7.3.4 out ASAP.

Re: Ren'Py 7.3.3 Released

Posted: Thu Oct 10, 2019 4:36 pm
by Dante0
Good day, I have such a problem, after generating the translation of any game there is a similar error. How to fix? All games run and work fine.

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
Exception: Language 'english' does not have any translations.

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

Full traceback:
File "E:\renpy-7.3.2-sdk\renpy\bootstrap.py", line 314, in bootstrap
renpy.main.main()
File "E:\renpy-7.3.2-sdk\renpy\main.py", line 529, in main
run(restart)
File "E:\renpy-7.3.2-sdk\renpy\main.py", line 102, in run
if not renpy.arguments.post_init():
File "E:\renpy-7.3.2-sdk\renpy\arguments.py", line 287, in post_init
return commands[command]()
File "E:\renpy-7.3.2-sdk\renpy\translation\extract.py", line 67, in extract_strings
extract_strings_core(language, args.destination, args.merge, args.force)
File "E:\renpy-7.3.2-sdk\renpy\translation\extract.py", line 31, in extract_strings_core
raise Exception("Language %r does not have any translations." % language)
Exception: Language 'english' does not have any translations.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
FutaDom World 0.3b
Fri Oct 11 00:19:53 2019