Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,736
9,715
780
I GO TO SHOWER ROOM NOTHING HAPPENS
If you're looking at the soap, then you're already in the shower. The "shower" icon will disappear from the top right of the screen.

The first image shows you in the bathroom. The second shows you taking a shower.

The third image, as suggested, is your cheats where you can click on "Take a shower" anytime the shower icon appears ingame. If you're on a PC, right click as if you're about to save or load your game and click on "Cheats".
 

Issues347

New Member
Jun 15, 2018
8
2
13
So I found my problem why it was giving me that movie error. Is there anything I can do about this?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/doctor.rpy", line 2, in <module>
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 "doctor.rpyc", line 2, in script
  File "/data/user/0/com.my_cute_roommate080ex/files/renpy/ast.py", line 921, in execute
    img = renpy.python.py_eval_bytecode(self.code.bytecode)
  File "/data/user/0/com.my_cute_roommate080ex/files/renpy/python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/doctor.rpy", line 2, in <module>
  File "/data/user/0/com.my_cute_roommate080ex/files/renpy/display/video.py", line 284, 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.)
@Manfegor, have you ever seen this? Is there a file I can edit on android to fix this? Maybe the traceback or unpack the apk and edit something there?
 

Manfegor

Active Member
May 20, 2017
906
766
231
@Manfegor, have you ever seen this? Is there a file I can edit on android to fix this? Maybe the traceback or unpack the apk and edit something there?
It's in the error msg. You need to edit the doctor.rpy (well, and any other file which has the same code part) because in the game the config.hw_video is set to true, so Movie with movie as channel attribute won't work. You have to either use other attribute (don't know which could be good), or change the config.hw_video (which is not sure if good idea).
 

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,736
9,715
780
but how? theres no option to lick
If you go into the back room where the shopkeeper is, you should see her using the screwdriver handle to get herself off with. That's where you lick her pussy in exchange for the screwdriver.

Make sure you arrive at the store by 23:00 to get that scene.
 

Issues347

New Member
Jun 15, 2018
8
2
13
It's in the error msg. You need to edit the doctor.rpy (well, and any other file which has the same code part) because in the game the config.hw_video is set to true, so Movie with movie as channel attribute won't work. You have to either use other attribute (don't know which could be good), or change the config.hw_video (which is not sure if good idea).
I think I can do that, but I don't know what I would change anything to. Any insight? I don't know what attributes are or what to change the config.hw_video to if I were to undergo that.
 

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,736
9,715
780
I think I can do that, but I don't know what I would change anything to. Any insight? I don't know what attributes are or what to change the config.hw_video to if I were to undergo that.
Well, if it's a matter of not being able to see the animation, I can help you with that. You'll need to download Microsoft's .

If you're talking about making changes using the console as an option, I'm no help to you there and I don't want to mislead you or give you incorrect information since I'm not at all familiar with making changes that way. Though there are quite a few others who could be of better assistance with that part.
 

Issues347

New Member
Jun 15, 2018
8
2
13
Well, if it's a matter of not being able to see the animation, I can help you with that. You'll need to download Microsoft's .

If you're talking about making changes using the console as an option, I'm no help to you there and I don't want to mislead you or give you incorrect information since I'm not at all familiar with making changes that way. Though there are quite a few others who could be of better assistance with that part.
I can play the animations if there is a play button, fast forward, or view change button. Inbetween those animations I get that image I mentioned in my first post. That comes about because I had been ignoring the error I mentioned above when the game starts. I believe I can edit the files I just don't know what to change them to.
 
  • Like
Reactions: sutairs

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,736
9,715
780
I can play the animations if there is a play button, fast forward, or view change button. Inbetween those animations I get that image I mentioned in my first post. That comes about because I had been ignoring the error I mentioned above when the game starts. I believe I can edit the files I just don't know what to change them to.
Oh, okay. I just read your original post and saw you were playing this game on an Android instead of a PC. I'm not able to help you with that part either, but others may be able to help you along where I can't. What I do know is that the errors are also common on PCs as well and as far as I'm aware, there's been no fix to address that yet. So I'd imagine you'll run into problems with occasional errors randomly for a while until a fix does surface.
 

sutairs

Newbie
Apr 22, 2018
50
13
43
I can play the animations if there is a play button, fast forward, or view change button. Inbetween those animations I get that image I mentioned in my first post. That comes about because I had been ignoring the error I mentioned above when the game starts. I believe I can edit the files I just don't know what to change them to.
Hey man I see you're having the same problem as me.
Can you please update me when you found a solution to this problem? That would be helpful. I don't know how to fix this kind of stuff.
Thanks in advance.
 

rosmaster

Newbie
Feb 8, 2018
86
12
18
If you're looking at the soap, then you're already in the shower. The "shower" icon will disappear from the top right of the screen.

The first image shows you in the bathroom. The second shows you taking a shower.

The third image, as suggested, is your cheats where you can click on "Take a shower" anytime the shower icon appears ingame. If you're on a PC, right click as if you're about to save or load your game and click on "Cheats".
is cheats also provided in APK?
 
  • Like
Reactions: Sycho

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,736
9,715
780
is cheats also provided in APK?
That I don't know since I don't play this game on an Android and I'm not sure how you could find out if they're available or not. But that is a very good question. Thank you for bringing that up! :)
 

rosmaster

Newbie
Feb 8, 2018
86
12
18
That I don't know since I don't play this game on an Android and I'm not sure how you could find out if they're available or not. But that is a very good question. Thank you for bringing that up! :)
Okay. Thanks can you help me ask for it? Someone you may know perhaps a friend? Like right now? :D I'm on a hurry..
 

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,736
9,715
780
Okay. Thanks can you help me ask for it? Someone you may know perhaps a friend? Like right now? :D I'm on a hurry..
Well, let me peruse through the thread and see if I can find anyone I know that's available. I'll try my best. :)
 

rosmaster

Newbie
Feb 8, 2018
86
12
18
Well, let me peruse through the thread and see if I can find anyone I know that's available. I'll try my best. :)
I've been scanning through the threads but still no hope. :/ Btw, nobody port the v0.8.0? cant seem to find it. not in spear1403 or boom313 blogs
 

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,736
9,715
780
I've been scanning through the threads but still no hope. :/ Btw, nobody port the v0.8.0? cant seem to find it. not in spear1403 or boom313 blogs
Use the NOPY link for Android on page 1. That one has the latest update. I didn't check the others since NOPY seemed to work.. and I'm still searching the thread. I don't see anybody online that I have spoken to, but you could try asking @dr FeelGood

I don't know if he uses Android, but maybe he can point you to the right direction with an answer for you faster than I can.

I've tagged him in this post..
 
3.30 star(s) 181 Votes