Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Wed Jun 19, 2013 5:37 am

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Rapt Problems
PostPosted: Tue May 22, 2012 3:33 pm 
Newbie
User avatar

Joined: Tue May 22, 2012 3:22 pm
Posts: 4
I'm looking for Ren'Py-format VNs for my Android TabletPC but I can't find any other than Moonlight Walks.

I would thanks that Renai database could filter novels to perform an Android filter, but this is not the case, so... any recommended novel working in Android?

Thanks in advance.


Another question I would wanna ask: I'm trying to compile VNs with RAPT under my Linux. So far, I could install all libraries without any problem, but when i come to pack the APK, i got a "Python will not compile it" message (well, something like that). Is there anything i'm doing wrong? I tried to compile the tutorial novel that comes with Ren'Py engine, but it doesn't want to compile. Any log where I can see what's missing?


P.D. As sidenote/support info, Ren'Py works and looks great on Archos7IT devices.


Last edited by VNMaster on Wed May 23, 2012 3:58 am, edited 1 time in total.

Top
 Profile Send private message  
 
PostPosted: Tue May 22, 2012 9:24 pm 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10848
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Can you post the full error log?

_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt


Top
 Profile Send private message  
 
PostPosted: Wed May 23, 2012 3:58 am 
Newbie
User avatar

Joined: Tue May 22, 2012 3:22 pm
Posts: 4
PyTom wrote:
Can you post the full error log?


Of course. Here it goes.
Trying to compile "The Question" sample VN under Ubuntu Linux 12 64bit, with RAPT.
I didn't modified anything from the project, just trying to pack the APK as is.
The error is basically the line I marked in red at the end:

alberto@usuario-HP-Pavilion-dv6-Notebook-PC:~$ cd Programas/rapt-6.13.9.3/

alberto@usuario-HP-Pavilion-dv6-Notebook-PC:~/Programas/rapt-6.13.9.3$ ./android.py configure question

What is the full name of your application? This name will appear in
the list of installed applications.
[question]> question

What is the short name of your application? This name will be used in
the launcher, and for application shortcuts.
[question]> question

What is the name of the package?

This is usually of the form com.domain.program or
com.domain.email.program. It must only contain ASCII letters and dots.
[question]> question

What is the application's version?

This should be the human-readable version that you would present to a
person.
[1]> 1

What is the version code?

This should be an integer number, and the value should increase
between versions.
[1]> 1

How would you like your application to be displayed?
1) In landscape mode.
2) In portrait mode.

1-2 [1]> 1
alberto@usuario-HP-Pavilion-dv6-Notebook-PC:~/Programas/rapt-6.13.9.3$ ./android.py build question release install


Can't compile Python source, and not including python source. Giving
up.

alberto@usuario-HP-Pavilion-dv6-Notebook-PC:~/Programas/rapt-6.13.9.3$


Top
 Profile Send private message  
 
PostPosted: Wed May 23, 2012 11:31 am 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10848
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Does the directory private/renpy exist? This error shouldn't be possible with a properly-unpacked rapt.

_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt


Top
 Profile Send private message  
 
PostPosted: Wed May 23, 2012 3:49 pm 
Newbie
User avatar

Joined: Tue May 22, 2012 3:22 pm
Posts: 4
PyTom wrote:
Does the directory private/renpy exist? This error shouldn't be possible with a properly-unpacked rapt.


Yes. Such directory exists, and inside it i can see around 20 or 30 pyo files and 5 or 6 directories.

[EDIT]

Here I attach an image of the contents of such directory:

Image


Top
 Profile Send private message  
 
PostPosted: Sun May 27, 2012 1:26 am 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10848
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Hm... That's what it looks for to suppress that error. Are you running rapt inside the rapt directory?

_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt


Top
 Profile Send private message  
 
PostPosted: Sun May 27, 2012 4:03 am 
Newbie
User avatar

Joined: Tue May 22, 2012 3:22 pm
Posts: 4
PyTom wrote:
[...]Are you running rapt inside the rapt directory?


Yes. And RAPT directory is in "/home/<user>/Programas/RAPT".

Maybe he's trying to find the required files in any other directory, for example, "/usr/share/RAPT" or something?


I will try to run it in a Window$ VISTA PC later on. I will report back.


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Bing [Bot]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group