Can you help me please bro I've tried to port some games with renpy engine I've successed in some but I got this problem in some games I tried to port it Can you help me please bro I've tried to port some games with renpy engine I've successed in some but I got this problem in some games I tried to port it [code] I'm sorry, but an uncaught exception occurred.
While running game code: File "game/script.rpy", line 149, in Exception: Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)
-- Full Traceback ------------------------------------------------------------
Full traceback: File "script.rpyc", line 149, in script File "/data/user/0/com.fasho.sin7/files/renpy/ast.py", line 961, in execute img = renpy.python.py_eval_bytecode(self.code.bytecode) File "/data/user/0/com.fasho.sin7/files/renpy/python.py", line 1912, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script.rpy", line 149, in File "/data/user/0/com.fasho.sin7/files/renpy/display/video.py", line 323, in __init__ raise Exception("Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)") Exception: Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)
Well I've tried the option.rpy solution and edit it with notepad and game work fine I'll check videos it will run slow or not if it's run slow can you tell me other solution to make videos run fast thank you
Read the Renpy's documentation on Movies thoroughly. I can't explain everything here but to make videos compatible with all mobile handsets, you need to declare any of the videos files like I mentioned in earlier comment and then use it as a scene or show/hide throughout the code wherever necessary.
This means that you have to open the video manually, check the duration of that clip and then write something like this: show movieName pause(x) # x is duration of that video hide movieName
Again, read the documentation thoroughly to truly understand what you're doing.
Hello again and sorry for bothering you can you tell me what is the real length and width of android icon and preplash because I already visit renpy website and checkout this pixels but it's not sufficiently clear so I don't understand at all so please tell me the real pixels for both icon and preplash
Already knew the real pixels of both but there is a problem remain when I try to builds backage some games shows error says that launching the project failed please insure that yuur project launches normally begorre running this command I guess it means that I should open game manually and then close it and try rebuild apk again but game still remain can you tell me how to solve this problem thank you
That means there are errors in your code. Goto the game's root folder you're porting and open errors.txt. Or better yet, just run the "android build" from ren'py. Either way you'll see the lines and file names which have errors.
Also, I won't be answering any more questions. Don't rely on me. Google will give you all answers if you research enough.
The way this people treat android porter like shit.i don't blame him if he stop porting.@emre1s thanks for porting all the game u ported.hope u not stop sir.
Or maybe he quit porting games to Android because he realize that in fact he just make the Game Developer become more richest by Android user who become Patron in the Game Developer's Patreon.
You know Emre1s is not getting paid by the Game Developer which are their games already be porting to Android by Emre1s.
You do realize that there will be a new Patron in the Game Developer's Patreon from Android user after playing games that already be porting to Android by Emre1s.
You also know the Game Developer will get a money if Android user become a Patron in the Game Developer's Patreon.
However it can be understand, if you are so dumb that you do not know the way that Game Developer got money for their games get supported in making their games become continue on until their games reachest final version.
The fact being Android porter is so sad to be realize, when he is not getting paid by the Game Developer after making their games be accessible on Android for their games can be played on Android, which are after the Android porter do a lot of effort and sacrifice.
Because when becoming to be Android porter is require a lot of sacrifice, like sacrificing his free time for porting games to Android, sacrificing his money for buying internet access to uploading games that already be porting to Android, and other sacrifice that one Android porter must do sacrifices for the people can be playing a games that already be porting to Android.
It is unfair if the Android porter is got no money by Android user after he is done porting games to Android, while the Game Developer got money because their Patreon is got a new Patron by Android user who become their Patron in their Patreon after Android user playing their games on Android.
Hi you motherfucker, it was supposed that Android porter who get money by Android user and not the Game Developer, you dumb idiot pervert.
Because it is not the Game Developer who doing porting games to Android for you who can play a porn games in your Android.
Oneself from this blog's visitor might be an idiot and selfish if he thinks it is okay if Android porter is got nothing or not getting any money after doing lot of effort and sacrifice for doing porting games to Android.
And the fact from this blog's visitor is you the one who is so dumb, idiot, moron and selfish to not thinking about Android porter condition in real life that actually he is not a richest man on earth.
Instead of become a Patron in the Game Developer's Patreon, so please everybody to become a Patron in Emre1's Patreon.
Here is the link for Emre1's Patreon:
https://www.patreon.com/emre1s
Please consider to supporting Emre1s the Android porter from a porn games by become a Patron in Emre1's Patreon, if you are feeling enjoyed while playing a porn games that already be porting to Android by Emre1s.
Your support is also for more porn games that already be porting to Android by Emre1s in the future for you playing a porn games in your Android in the future.
- If you play WARFRAME on PC, PS4, or XBOX then please check out an app I've been working on: With one click you can know whether its Night or Day in Cetus. Alerts have also been added.
Anyways, I'll be porting games again and this time around it'll be a hobby for me. I may or may not be as frequent as I was before. But yeah, I'm still accepting requests.
- The number of comments have increased tremendiously. I might not be able to reply to everyone but I read everything.
- There's a request form on the blog itself. If possible then please post the links to your requests in there.
- I have more than 78 requests right now. I definitely don't have time to work on Ren'Py games right now. So I'm just focusing on Ren'Py requests.
-If there's a game you need urgently or if it's a non-ren'py game you want ported then I can work on that for a monetary gain. Request on Patreon if it's urgent.
-I'm not testing the games I port thoroughly. I definitely make sure that most of the bugs I can catch on code are fixed but they might be left out. If you report a bug then chances are that it will definitely be fixed.
Hi there. Can you port big brother or the twist. They have unofficial renpy versions
ReplyDeleteNice! One of my request. I hope you port my other request. Max's life 0.20
ReplyDeleteTy sir, can u port a town uncovered, pls
ReplyDeletehttps://f95zone.com/threads/a-town-uncovered-v0-21a-geeseki.1433/
Can you help me please bro I've tried to port some games with renpy engine I've successed in some but I got this problem in some games I tried to port it Can you help me please bro I've tried to port some games with renpy engine I've successed in some but I got this problem in some games I tried to port it [code]
ReplyDeleteI'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 149, in
Exception: Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 149, in script
File "/data/user/0/com.fasho.sin7/files/renpy/ast.py", line 961, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/data/user/0/com.fasho.sin7/files/renpy/python.py", line 1912, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 149, in
File "/data/user/0/com.fasho.sin7/files/renpy/display/video.py", line 323, in __init__
raise Exception("Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)")
Exception: Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)
[/code]
Easy solution is to open options.rpy file and add define config.hw_video = False
DeleteThis will disable hardware acceleration and may cause videos to run slow.
The other solution is to modify each occurrence of Movie file by writing something like define movieName = Movie(play='pathtomoviefile')
and so on and so forth.
Just try the shorter solution first.
Can you explain where I should put these lines correctly I use jedit iam beginner sorry
DeleteWell I've tried the option.rpy solution and edit it with notepad and game work fine I'll check videos it will run slow or not if it's run slow can you tell me other solution to make videos run fast thank you
DeleteRead the Renpy's documentation on Movies thoroughly. I can't explain everything here but to make videos compatible with all mobile handsets, you need to declare any of the videos files like I mentioned in earlier comment and then use it as a scene or show/hide throughout the code wherever necessary.
DeleteThis means that you have to open the video manually, check the duration of that clip and then write something like this:
show movieName
pause(x) # x is duration of that video
hide movieName
Again, read the documentation thoroughly to truly understand what you're doing.
Also, if you're working with renpy/python regularly then consider using Atom editor.
DeleteWell I'll work with these instructions thanks for information
DeleteHello again and sorry for bothering you can you tell me what is the real length and width of android icon and preplash because I already visit renpy website and checkout this pixels but it's not sufficiently clear so I don't understand at all so please tell me the real pixels for both icon and preplash
DeleteAlready knew the real pixels of both but there is a problem remain when I try to builds backage some games shows error says that launching the project failed please insure that yuur project launches normally begorre running this command I guess it means that I should open game manually and then close it and try rebuild apk again but game still remain can you tell me how to solve this problem thank you
DeleteThat means there are errors in your code. Goto the game's root folder you're porting and open errors.txt. Or better yet, just run the "android build" from ren'py. Either way you'll see the lines and file names which have errors.
DeleteAlso, I won't be answering any more questions. Don't rely on me. Google will give you all answers if you research enough.
What's update in this new realeased?
ReplyDeleteHey do you think you would be able to make the animations a little smoother please and thank you
ReplyDeleteThank you very much
ReplyDeletePls port View Of family 0.1.2
ReplyDeleteThis is epic
ReplyDeletePls update harem hotel
ReplyDeletePlease update lexi. https://f95zone.com/threads/lexi-v0-03-chatterbox.15045/
ReplyDeleteWhere u at man ? Been almost 10 days scene your last port , is everything alright ?
ReplyDeleteHope you are doing well .
Me too
DeletePlease Port acting lessons
ReplyDeleteDude the dev of bastard girls hasn't release bug fix it's not spear's fault that his port of bastard girls has too many bug
ReplyDeleteYo emre1s can you port milf's villa unofficial renpy port version
ReplyDeleteMilf's villa android version
ReplyDeletePlease port acting lesson sir emre.the game allready complete.thanks in advance.
ReplyDeleteHi emrel!! Plzz update Culture Shock and Tangled Up please!?
ReplyDeleteThis is V 04? Its real right
ReplyDeleteemre1s is such a nice person
ReplyDeletedo you know him?
DeleteDoes he quit porting games huh?
DeleteDah mati kali ni org..
ReplyDeletePendek amat umurnya..
Kasian..
Yang kasihan itu elu gak punya kehidupan komen sembarangan
DeleteTrus lu ngapain komen dimari?
DeleteWhere are you?.
ReplyDeleteWe miss your work.
I was going to ask the same
DeleteBro plz back. Plump City 0.7plz
ReplyDeleteDude can you compressed the apk version of Ecchi Sensei Day 5
ReplyDeleteHope in the year 2019 he would come back for porting games to Android after finishing his business matter in real life.
ReplyDelete#TributeForEmre1s
Maybe he stop porting because that nice post in kingdom deception.
DeleteThe way this people treat android porter like shit.i don't blame him if he stop porting.@emre1s thanks for porting all the game u ported.hope u not stop sir.
DeleteOr maybe he quit porting games to Android because he realize that in fact he just make the Game Developer become more richest by Android user who become Patron in the Game Developer's Patreon.
ReplyDeleteYou know Emre1s is not getting paid by the Game Developer which are their games already be porting to Android by Emre1s.
You do realize that there will be a new Patron in the Game Developer's Patreon from Android user after playing games that already be porting to Android by Emre1s.
You also know the Game Developer will get a money if Android user become a Patron in the Game Developer's Patreon.
However it can be understand, if you are so dumb that you do not know the way that Game Developer got money for their games get supported in making their games become continue on until their games reachest final version.
The fact being Android porter is so sad to be realize, when he is not getting paid by the Game Developer after making their games be accessible on Android for their games can be played on Android, which are after the Android porter do a lot of effort and sacrifice.
Because when becoming to be Android porter is require a lot of sacrifice, like sacrificing his free time for porting games to Android, sacrificing his money for buying internet access to uploading games that already be porting to Android, and other sacrifice that one Android porter must do sacrifices for the people can be playing a games that already be porting to Android.
It is unfair if the Android porter is got no money by Android user after he is done porting games to Android, while the Game Developer got money because their Patreon is got a new Patron by Android user who become their Patron in their Patreon after Android user playing their games on Android.
Hi you motherfucker, it was supposed that Android porter who get money by Android user and not the Game Developer, you dumb idiot pervert.
Because it is not the Game Developer who doing porting games to Android for you who can play a porn games in your Android.
Oneself from this blog's visitor might be an idiot and selfish if he thinks it is okay if Android porter is got nothing or not getting any money after doing lot of effort and sacrifice for doing porting games to Android.
And the fact from this blog's visitor is you the one who is so dumb, idiot, moron and selfish to not thinking about Android porter condition in real life that actually he is not a richest man on earth.
Instead of become a Patron in the Game Developer's Patreon, so please everybody to become a Patron in Emre1's Patreon.
DeleteHere is the link for Emre1's Patreon:
https://www.patreon.com/emre1s
Please consider to supporting Emre1s the Android porter from a porn games by become a Patron in Emre1's Patreon, if you are feeling enjoyed while playing a porn games that already be porting to Android by Emre1s.
Your support is also for more porn games that already be porting to Android by Emre1s in the future for you playing a porn games in your Android in the future.
Also you will get benefit by become a Patron in Emre1's Patreon with:
DeleteEmre1's utmost thanks for you helping him out.
patreon.com/emre1s
Progress on the current porting a porn games that Emre1s doing for Android.
patreon.com/emre1s
Direct links to download a porn games that already be porting to Android.
patreon.com/emre1s
Request a porn games that you want to be porting to Android.
patreon.com/emre1s
Pick a Ren'Py mobile game that you want porting to a computer or laptop and he will work on it immediately.
patreon.com/emre1s
You can update ver 0.5 pls thank you sir
ReplyDelete