Ren'Py and RAPT 6.16 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
PyTom
Ren'Py Creator
Posts: 16096
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 and RAPT 6.16 Released

#61 Post by PyTom »

Wait - what's the problem here? The build system should delete the save directory automatically, when it builds a distribution in tmp. Is that not happening?
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
tiya_nofurita
Miko-Class Veteran
Posts: 669
Joined: Fri Jun 22, 2012 7:23 pm
Completed: ALLBLACK Phase 1, Heart's Blight, Last Rx., EDDA Cafe, Kohana, Half Moon
Projects: ALLBLACK Phase 2
Organization: VN Project Indonesia
Deviantart: SECONDARY-TARGET
itch: NSAID
Location: I can be everywhere
Discord: 3,4-Methylendioxymethamphetamine#4886
Contact:

Re: Ren'Py and RAPT 6.16 Released

#62 Post by tiya_nofurita »

PyTom wrote:Wait - what's the problem here? The build system should delete the save directory automatically, when it builds a distribution in tmp. Is that not happening?
Wait- don't be alarmed just yet. That's only one of the possibilities (ack, i should have my friend who tested it printscreen the error report but it's too late now). Maybe it's the problem with his Android device, I don't really know either. But it works just fine now so it's not a big deal.
Webtoon

"For what reason I live?"
Image

---
Completed project:


"What will you see when you are dead?"

Image

MY VISUAL NOVEL

Keul
Regular
Posts: 49
Joined: Wed May 06, 2009 3:42 am
Location: France - Strasbourg
Contact:

Re: Ren'Py and RAPT 6.16 Released

#63 Post by Keul »

tiya_nofurita wrote:By the way, I'm a female.
Oh, sorry. But Women/Girl wouldn't be more appropriate?
tiya_nofurita wrote:
Keul wrote: More information:
http://www.renpy.org/doc/html/android.html
Thanks! You've helped me so much! I rarely checked Ren'Py Documentation/Cookbook since the last I checked it seems outdated. Lol.
The old documentation was here before because the new one wans't complete but it's not the case anymore.

The yellow highlighted message include a link to the new one. Pytom should maybe incrase the font size of the link maybe, or even add redirect since there's still google search results pointing to the old outdated documentation :|

In my case, I always go to renpy.org and click on the documentation tab (there's a search fild at the bottom of the right menu)

User avatar
tiya_nofurita
Miko-Class Veteran
Posts: 669
Joined: Fri Jun 22, 2012 7:23 pm
Completed: ALLBLACK Phase 1, Heart's Blight, Last Rx., EDDA Cafe, Kohana, Half Moon
Projects: ALLBLACK Phase 2
Organization: VN Project Indonesia
Deviantart: SECONDARY-TARGET
itch: NSAID
Location: I can be everywhere
Discord: 3,4-Methylendioxymethamphetamine#4886
Contact:

Re: Ren'Py and RAPT 6.16 Released

#64 Post by tiya_nofurita »

In case you want to know the error I posted before, my friend kindly print screen it for me.
61313_725487107470646_243055245_n.jpg
Webtoon

"For what reason I live?"
Image

---
Completed project:


"What will you see when you are dead?"

Image

MY VISUAL NOVEL

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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 and RAPT 6.16 Released

#65 Post by PyTom »

Can you rebuild with 6.17, and try again?
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
tiya_nofurita
Miko-Class Veteran
Posts: 669
Joined: Fri Jun 22, 2012 7:23 pm
Completed: ALLBLACK Phase 1, Heart's Blight, Last Rx., EDDA Cafe, Kohana, Half Moon
Projects: ALLBLACK Phase 2
Organization: VN Project Indonesia
Deviantart: SECONDARY-TARGET
itch: NSAID
Location: I can be everywhere
Discord: 3,4-Methylendioxymethamphetamine#4886
Contact:

Re: Ren'Py and RAPT 6.16 Released

#66 Post by tiya_nofurita »

After I re-install Ren'Py and use RAPT 6.17 it works fine. Thank you
Webtoon

"For what reason I live?"
Image

---
Completed project:


"What will you see when you are dead?"

Image

MY VISUAL NOVEL

User avatar
Taosym
Veteran
Posts: 358
Joined: Wed Oct 05, 2011 6:27 am
Projects: http://lupiesoft.com/
Organization: Lupiesoft
Location: United States
Contact:

Re: Ren'Py and RAPT 6.16 Released

#67 Post by Taosym »

Download RAPT 6.17 and I'm getting this error while trying to install the Android SDK:

I also deleted and re-extracted the folder, and also downgraded to 6.16.5
I'm sorry, but an uncaught exception occurred.

While running game code:
File "launcher/game/android.rpy", line 476, in script
File "launcher/game/android.rpy", line 478, in python
IOError: [Errno 2] No such file or directory: "D:\\Business & Personal\\Ren'py\\renpy-6.16.5-sdk\\rapt-6.16.5\\android-sdk/extras/google/play_apk_expansion/downloader_library/project.properties"

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

Full traceback:
File "D:\Business & Personal\Ren'py\renpy-6.16.5-sdk\renpy\execution.py", line 288, in run
node.execute()
File "D:\Business & Personal\Ren'py\renpy-6.16.5-sdk\renpy\ast.py", line 720, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Business & Personal\Ren'py\renpy-6.16.5-sdk\renpy\python.py", line 1308, in py_exec_bytecode
exec bytecode in globals, locals
File "launcher/game/android.rpy", line 478, in <module>
rapt.install_sdk.install_sdk(AndroidInterface())
File "D:\Business & Personal\Ren'py\renpy-6.16.5-sdk\rapt-6.16.5\buildlib\rapt\install_sdk.py", line 246, in install_sdk
get_packages(interface)
File "D:\Business & Personal\Ren'py\renpy-6.16.5-sdk\rapt-6.16.5\buildlib\rapt\install_sdk.py", line 179, in get_packages
with open(plat.path("android-sdk/extras/google/play_apk_expansion/downloader_library/project.properties"), "r") as f:
IOError: [Errno 2] No such file or directory: "D:\\Business & Personal\\Ren'py\\renpy-6.16.5-sdk\\rapt-6.16.5\\android-sdk/extras/google/play_apk_expansion/downloader_library/project.properties"

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

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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 and RAPT 6.16 Released

#68 Post by PyTom »

Back up your keystore and local.properties, delete android-sdk, and try reinstalling it from scratch. If that doesn't work, post the android.txt file so I can further debug what's going wrong.
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
Taosym
Veteran
Posts: 358
Joined: Wed Oct 05, 2011 6:27 am
Projects: http://lupiesoft.com/
Organization: Lupiesoft
Location: United States
Contact:

Re: Ren'Py and RAPT 6.16 Released

#69 Post by Taosym »

PyTom wrote:Back up your keystore and local.properties, delete android-sdk, and try reinstalling it from scratch. If that doesn't work, post the android.txt file so I can further debug what's going wrong.
I tried this with the old version, which didn't work. But I just downloaded Renpy 17 and I got a new error.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/android.rpy", line 512, in script
File "game/android.rpy", line 514, in python
IOError: [Errno 2] No such file or directory: "D:\\Business & Personal\\Ren'py\\renpy-6.17.0-sdk\\rapt\\android-sdk/extras/google/play_apk_expansion/downloader_library/project.properties"

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

Full traceback:
File "D:\Business & Personal\Ren'py\renpy-6.17.0-sdk\renpy\execution.py", line 294, in run
node.execute()
File "D:\Business & Personal\Ren'py\renpy-6.17.0-sdk\renpy\ast.py", line 732, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Business & Personal\Ren'py\renpy-6.17.0-sdk\renpy\python.py", line 1358, in py_exec_bytecode
exec bytecode in globals, locals
File "game/android.rpy", line 514, in <module>
File "D:\Business & Personal\Ren'py\renpy-6.17.0-sdk\rapt\buildlib\rapt\install_sdk.py", line 246, in install_sdk
get_packages(interface)
File "D:\Business & Personal\Ren'py\renpy-6.17.0-sdk\rapt\buildlib\rapt\install_sdk.py", line 179, in get_packages
with open(plat.path("android-sdk/extras/google/play_apk_expansion/downloader_library/project.properties"), "r") as f:
IOError: [Errno 2] No such file or directory: "D:\\Business & Personal\\Ren'py\\renpy-6.17.0-sdk\\rapt\\android-sdk/extras/google/play_apk_expansion/downloader_library/project.properties"

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

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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 and RAPT 6.16 Released

#70 Post by PyTom »

I don't know what could cause that. Does the file "D:\\Business & Personal\\Ren'py\\renpy-6.17.0-sdk\\rapt\\android-sdk/extras/google/play_apk_expansion/downloader_library/project.properties" exist?

Maybe try:

1) Install SDK again.
2) Delete rapt/android-sdk, then install it again.

If 2 doesn't work, send me <project>/tmp/android.txt , where project is whatever you had selected when you did the install.
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

Asceai
Eileen-Class Veteran
Posts: 1258
Joined: Fri Sep 21, 2007 7:13 am
Projects: a battle engine
Contact:

Re: Ren'Py and RAPT 6.16 Released

#71 Post by Asceai »

That ampersand in the path scares me a little. I wonder if it might break something somewhere in the pipeline..

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], MisterPinetree, Ocelot