Ren'Py 6.14 Released

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.
Message
Author
User avatar
michi 18
Veteran
Posts: 487
Joined: Wed Apr 25, 2012 10:11 pm
Completed: none at the moment's notice
Projects: The Universal Hope;Wisdom Revival
Organization: Pridal Heavens Inc.
Location: Philippines
Contact:

Re: Ren'Py 6.14 Released

#91 Post by michi 18 »

excuse me may I just ask , because I tried to download the jEdiT and the Editra but it says that there is an error . How can I fix this?
Projects: (I hope you'll support them ) Wisdom Revivalhttp://lemmasoft.renai.us/forums/viewto ... 16&t=16488 and Universal Hope (Uni-H)http://lemmasoft.renai.us/forums/viewto ... 43&t=16452.

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Ren'Py 6.14 Released

#92 Post by PyTom »

What's the error you're getting?
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
michi 18
Veteran
Posts: 487
Joined: Wed Apr 25, 2012 10:11 pm
Completed: none at the moment's notice
Projects: The Universal Hope;Wisdom Revival
Organization: Pridal Heavens Inc.
Location: Philippines
Contact:

Re: Ren'Py 6.14 Released

#93 Post by michi 18 »

It just says error in download.
Projects: (I hope you'll support them ) Wisdom Revivalhttp://lemmasoft.renai.us/forums/viewto ... 16&t=16488 and Universal Hope (Uni-H)http://lemmasoft.renai.us/forums/viewto ... 43&t=16452.

User avatar
Kaen
Regular
Posts: 148
Joined: Tue Oct 16, 2012 10:49 pm
Contact:

Re: Ren'Py 6.14 Released

#94 Post by Kaen »

I'd like to know how can I archive files using Renpy 6.14.1. There is no option on the main menu, and I couldn't find it anywhere else.

Also as a side question, I'd like to know if it's possible to build my game resulting in one single file. If it's not possible, what's the config I should use to make my game have as less files as possible when built?

Thank you!

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Ren'Py 6.14 Released

#95 Post by PyTom »

Archiving is now integrated into the build process, see the documentation here:

http://www.renpy.org/doc/html/build.html#archives

While you can make an installer that contains the files, there isn't a way to shrink a Ren'Py game down to a single file on disk.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
Kaen
Regular
Posts: 148
Joined: Tue Oct 16, 2012 10:49 pm
Contact:

Re: Ren'Py 6.14 Released

#96 Post by Kaen »

Does that means that I can only archive files on "game" folder?

If I use this config, would it archive all files in the game folder?

Code: Select all

renpy.classify("game/**.*", "scripts")

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Ren'Py 6.14 Released

#97 Post by PyTom »

Yes, as usual you can only archive files in the game folder.

That would work, unless you have files without an extension. It's probably easier to just do:

Code: Select all

renpy.classify("game/**", "scripts")
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
michi 18
Veteran
Posts: 487
Joined: Wed Apr 25, 2012 10:11 pm
Completed: none at the moment's notice
Projects: The Universal Hope;Wisdom Revival
Organization: Pridal Heavens Inc.
Location: Philippines
Contact:

Re: Ren'Py 6.14 Released

#98 Post by michi 18 »

I've tinkered in it a bit more and I actually miraculously did it ! I was able to download it !
Projects: (I hope you'll support them ) Wisdom Revivalhttp://lemmasoft.renai.us/forums/viewto ... 16&t=16488 and Universal Hope (Uni-H)http://lemmasoft.renai.us/forums/viewto ... 43&t=16452.

User avatar
michi 18
Veteran
Posts: 487
Joined: Wed Apr 25, 2012 10:11 pm
Completed: none at the moment's notice
Projects: The Universal Hope;Wisdom Revival
Organization: Pridal Heavens Inc.
Location: Philippines
Contact:

Re: Ren'Py 6.14 Released

#99 Post by michi 18 »

This is the traceback I got while trying to download Editra:

Code: Select all

#---- Notes ----#
Please provide additional information about the crash here


#---- System Information ----#
Editra Version: 0.6.99
Operating System: Windows XP (build 2600, Service Pack 3)
Python Version: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)]
wxPython Version: 2.8.12.0 (msw-unicode)
wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=ascii  File=mbcs
wxPython Encoding: cp1252
System Architecture: 32bit x86
Byte order: little
Frozen: windows_exe
#---- End System Information ----#

#---- Traceback Info ----#
*** Wed Oct 24 09:35:41 2012 ***
Traceback (most recent call last):
  File "Editra.py", line 1166, in <module>
  File "Editra.py", line 1058, in Main
  File "Editra.py", line 1098, in _Main
  File "ed_main.pyo", line 116, in __init__
  File "ed_main.pyo", line 1519, in SetupToolBar
  File "wx\_controls.pyo", line 3875, in Realize
PyAssertionError: C++ assertion "wxAssertFailure" failed at ..\..\src\msw\tbar95.cpp(726) in wxToolBar::Realize(): invalid tool button bitmap

#---- End Traceback Info ----#
Projects: (I hope you'll support them ) Wisdom Revivalhttp://lemmasoft.renai.us/forums/viewto ... 16&t=16488 and Universal Hope (Uni-H)http://lemmasoft.renai.us/forums/viewto ... 43&t=16452.

User avatar
zimethsuki
Newbie
Posts: 2
Joined: Mon Mar 10, 2008 11:01 am
Contact:

Re: Ren'Py 6.14 Released

#100 Post by zimethsuki »

Umm... anyone could help me on this? Just download the 6.14.1. when ever i want to set the text editor in the preference or directly clicking on script files in the launcher (for the first time), i got these message.

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/editor.rpy", line 417, in script
  File "game/editor.rpy", line 411, in python
Exception: Cannot display None as text.

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

Full traceback:
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\execution.py", line 266, in run
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\ast.py", line 1433, in execute
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\ast.py", line 1446, in call
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\statements.py", line 100, in call
  File "common/00statements.rpy", line 540, in execute_call_screen
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\exports.py", line 1521, in call_screen
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\ui.py", line 237, in interact
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\display\core.py", line 1824, in interact
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\display\core.py", line 554, in replace_transient
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\display\core.py", line 824, in remove
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\display\core.py", line 752, in hide_or_replace
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\display\screen.py", line 178, in _hide
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\display\screen.py", line 247, in update
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\screenlang.py", line 1193, in __call__
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\python.py", line 1172, in py_exec_bytecode
  File "game/editor.rpy", line 411, in <module>
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\ui.py", line 448, in __call__
  File "E:\# Projects #\[# Renpy #]\Engine\renpy-6.14.1-sdk\renpy\text\text.py", line 1029, in __init__
Exception: Cannot display None as text.

Windows-7-6.1.7601-SP1
Ren'Py 6.14.1.366
Ren'Py Launcher 6.14.1.366

did i make a mistake somewhere?

thanks in advance.

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Ren'Py 6.14 Released

#101 Post by PyTom »

I think it may not like those square brackets in the path.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
zimethsuki
Newbie
Posts: 2
Joined: Mon Mar 10, 2008 11:01 am
Contact:

Re: Ren'Py 6.14 Released

#102 Post by zimethsuki »

Yeah, it seems you are right. I've renamed the path and its works just fine.

Strangely, the previous build have no issue with bracketed paths.

thanks for your help.

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Ren'Py 6.14 Released

#103 Post by PyTom »

It's likely a bug in Ren'Py somewhere - it's trying to display the path, but not properly quoting it.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
jack_norton
Lemma-Class Veteran
Posts: 4084
Joined: Mon Jul 21, 2008 5:41 pm
Completed: Too many! See my homepage
Projects: A lot! See www.winterwolves.com
Tumblr: winterwolvesgames
Contact:

Re: Ren'Py 6.14 Released

#104 Post by jack_norton »

Doing the Heileen 3 beta, some people have bugs with the latest version of Ren'Py (I decided not to use it for Loren, so this is the first product to use the new version).
On twitter, someone has display issues, that usually were fixed with shift+G but this time he/she claims that didn't work (while with previous Ren'Py version worked). She has Windows 7 and from what I know she was able to run previous Renpy version fine.

On Mac:
Having a problem after I set the game to fullscreen on Mac, then quit. Tried to start it up again and the screen is completely black, and I can't do anything but listen to the opening soundtrack or force quit. :(

Tried reinstalling but it still opens back up in fullscreen mode with a nonresponsive black screen.
Found out how to fix it by pressing alt-enter, but I figured you guys would want to know about this anyway :)
Can ask them more info and maybe the log.txt file if that helps ?
follow me on Image Image Image
computer games

Nyanko
Newbie
Posts: 11
Joined: Mon Dec 24, 2012 5:40 am
Location: Kuching, Malaysia
Contact:

Re: Ren'Py 6.14 Released

#105 Post by Nyanko »

Hi!!! I have downloaded the latest version of Ren'py and it definately sounds promising. The new launcher even have a nice makeover!!!!! :D But when I was working on my vn project I tried clicking on "Navigate Script" to look as my defines and it said an uncaught exception have occured:

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/navigation.rpy", line 244, in script
  File "game/navigation.rpy", line 253, in python
  File "game/navigation.rpy", line 209, in python
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)

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

Full traceback:
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\execution.py", line 266, in run
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\ast.py", line 646, in execute
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\python.py", line 1172, in py_exec_bytecode
  File "game/navigation.rpy", line 253, in <module>
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\exports.py", line 1521, in call_screen
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\ui.py", line 237, in interact
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\display\core.py", line 1824, in interact
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\display\core.py", line 554, in replace_transient
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\display\core.py", line 824, in remove
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\display\core.py", line 752, in hide_or_replace
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\display\screen.py", line 178, in _hide
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\display\screen.py", line 247, in update
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\screenlang.py", line 1193, in __call__
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\python.py", line 1172, in py_exec_bytecode
  File "game/navigation.rpy", line 209, in <module>
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\ui.py", line 903, in textbutton
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\ui.py", line 448, in __call__
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\text\text.py", line 1035, in __init__
  File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\text\text.py", line 1080, in set_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)

Windows-7-6.1.7601-SP1
Ren'Py 6.14.1.366
Ren'Py Launcher 6.14.1.366
But when I click the "Navigate Script" on other projects it can open without any problem at all.....
Is there a bug, or did I do something wrong?

Post Reply

Who is online

Users browsing this forum: mold.FF