Search found 6 matches

by angeberdude
Sun Sep 03, 2023 5:31 am
Forum: Ren'Py Questions and Announcements
Topic: Android-Version misbehaves with positional arguments
Replies: 1
Views: 248

Re: Android-Version misbehaves with positional arguments [solved]

Ok, don't know how to delete this.. but it´s fixed.

Problem was renaming a .rpy-file, causing an old version of an .rpyc file to exist and not get updated properly.
by angeberdude
Tue Aug 29, 2023 6:25 am
Forum: Ren'Py Questions and Announcements
Topic: Android-Version misbehaves with positional arguments
Replies: 1
Views: 248

Android-Version misbehaves with positional arguments

Greeting, this might be a real brain-teaser. Or not.. idk, since I don´t have the slightest idea on how this compilation to android works (or not works in this case :( ). So my game runs fine if I execute it in Renpy, it runs fine if I compile a PC-Version, BUT the android version gives me this erro...
by angeberdude
Thu Jul 20, 2023 11:55 am
Forum: Creator Discussion
Topic: Technical support - implement a video
Replies: 6
Views: 1789

Re: Technical support - implement a video

Thanks you all for all your efforts, I got it figured out now. The error seemed to be, that Windows automatically blocked the converted video-file. In the file properties there´s a box which can be checked to allow other programs to use this file then. Didn´t think of it, as the video could be opene...
by angeberdude
Wed Jul 19, 2023 5:55 am
Forum: Creator Discussion
Topic: Technical support - implement a video
Replies: 6
Views: 1789

Re: Technical support - implement a video

The original video was in mp4-format. Used the page "https://video-converter.com/de/" to convert it into a webm file, with VP9 and Vorbis. I´m getting really paranoid :cry: Even tried importing a video from another project, which worked in their script and tried using that for experimentat...
by angeberdude
Mon Jul 17, 2023 6:08 pm
Forum: Creator Discussion
Topic: Technical support - implement a video
Replies: 6
Views: 1789

Re: Technical support - implement a video

Sadly I tried that too.. even copied the exact lines and folder-structure from someone elses project and the videos still wouldn´t launch.
by angeberdude
Mon Jul 17, 2023 9:13 am
Forum: Creator Discussion
Topic: Technical support - implement a video
Replies: 6
Views: 1789

Technical support - implement a video

Hi, hope I didn´t miss any kind of support-subforum here. Found nothing of the sort, so I´ll post it in generall? Maybe someone might help me on a problem I´m having. First time trying to put a video-file into my project and from what I got from the tutorial this should be simply two lines of code....