Search found 6 matches

by Weiss-
Fri Feb 23, 2018 4:37 am
Forum: Ren'Py Questions and Announcements
Topic: Too many arguments in call
Replies: 2
Views: 1351

Re: Too many arguments in call

irredeemable wrote: Thu Feb 22, 2018 11:17 pm You need to add a parameter to your screen definition.

Code: Select all

screen lessons(paper):
(or remove the argument from your show screen statement if you are intending to use the global variable).
Thank you very much for the quick reply! I added a parameter and it now works! Thanks!!!
by Weiss-
Thu Feb 22, 2018 11:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Too many arguments in call
Replies: 2
Views: 1351

Too many arguments in call

Hello again, I'm trying to make a scrollable text to put lessons in it. But when I enter this code: label showlesson(lesson=None, paper=None): if lesson == None: return window hide if paper: show screen lessons(lesson, paper=paper) else: show screen lessons(lesson) window auto return it gave me this...
by Weiss-
Thu Jan 25, 2018 3:35 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'Py android distribution - The build seems to have failed.
Replies: 7
Views: 2804

Re: Ren'Py android distribution - The build seems to have failed.

It worked! Installing Java 8 x86 version work! Thank you guys! <3
by Weiss-
Thu Jan 25, 2018 3:00 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'Py android distribution - The build seems to have failed.
Replies: 7
Views: 2804

Re: Ren'Py android distribution - The build seems to have failed.

Apa wrote: Thu Jan 25, 2018 2:52 am Do you use Java 9?
I’m on Java 7 still.
Java 9 might be a lot more memory hungry?
Yes, I'm using Java 9. I'll try installing Java 8 x86 to see if it works. Thanks for the quick reply :D
by Weiss-
Thu Jan 25, 2018 2:50 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'Py android distribution - The build seems to have failed.
Replies: 7
Views: 2804

Re: Ren'Py android distribution - The build seems to have failed.

Thanks for the quick reply. I have Java SDK 9.0.4 installed.
by Weiss-
Tue Jan 23, 2018 10:23 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'Py android distribution - The build seems to have failed.
Replies: 7
Views: 2804

[SOLVED] Ren'Py android distribution - The build seems to have failed.

I'm trying to make an android distribution of my project. I don't know what I'm doing wrong but I can't seem to build my project. I tried manually install RAPT, updated Ren'Py, almost everything to make it work but it still gives me error Updating source code. Updating build files. Resolved location...