2.90 star(s) 60 Votes

Firebeast

Active Member
Dec 24, 2021
505
381
Android version should come in an .apk file, which you download and install the game and that is it if it's on one's phone or tablet that is.

So you need to download a Ren'Py app to play on Android? I didn't think that's how it worked, but again, I don't use Android for these games.
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,155
16,223
Android version should come in an .apk file, which you download and install the game and that is it if it's on one's phone or tablet that is.
Ah, so I guess you need to contact whoever has the APK and make sure their link doesn't go to a corrupted file or something. While Windows doesn't use an APK, it does include not only files specific to the game (like script files and images) but also Ren'Py itself and files that needs to run. So it's very similar.
 
  • Like
Reactions: Firebeast

homarkc

Active Member
Nov 12, 2018
717
278
Why is event #5 of Andrew/Steve remained unchecked in the log after MC dropped in their meeting for planning the bank robbery? Event unckecked.jpg
 

bluehound36

Active Member
Apr 27, 2017
939
1,670
Getting this error every time i try to open the map.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
  File "game/script/map.rpy", line 30, in execute
  File "game/script/map.rpy", line 30, in execute
  File "game/script/map.rpy", line 56, in execute
  File "game/script/map.rpy", line 60, in execute
  File "game/script/map.rpy", line 152, in execute
  File "game/script/map.rpy", line 152, in <module>
TypeError: 'bool' object has no attribute '__getitem__'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script/Home/ff_hw/ff_hw.rpyc", line 24, in script
  File "renpy/ast.py", line 2015, in execute
  File "renpy/ast.py", line 2003, in call
  File "renpy/statements.py", line 278, in call
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
  File "renpy/exports.py", line 3134, in call_screen
  File "renpy/ui.py", line 298, in interact
  File "renpy/display\core.py", line 3315, in interact
  File "renpy/display\core.py", line 3735, in interact_core
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\core.py", line 568, in visit_all
  File "renpy/display\screen.py", line 436, in visit_all
  File "renpy/display\core.py", line 3735, in <lambda>
  File "renpy/display\screen.py", line 447, in per_interact
  File "renpy/display\screen.py", line 637, in update
  File "game/script/map.rpy", line 30, in execute
  File "game/script/map.rpy", line 30, in execute
  File "game/script/map.rpy", line 56, in execute
  File "game/script/map.rpy", line 60, in execute
  File "game/script/map.rpy", line 152, in execute
  File "game/script/map.rpy", line 152, in <module>
TypeError: 'bool' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Wicked Paradise 
Sun Jan 16 10:25:50 2022
 
  • Like
Reactions: Radoslaw Wolf

cxx

Message Maestro
Nov 14, 2017
59,221
29,494
Getting this error every time i try to open the map.
DON'T use code or at least put it behind spoilers, better is to attach traceback.txt on your post.

as for error: new game or continuing from old save? if 1st then goto emily's room 1st and then you can roam freely, if 2nd then no fix atm.
 
2.90 star(s) 60 Votes