Search found 3 matches

by Atikin
Wed Nov 29, 2017 4:33 pm
Forum: Ren'Py Questions and Announcements
Topic: iOS I/O difficulties
Replies: 0
Views: 257

iOS I/O difficulties

Hello. I'm trying to port Doki Doki Literature Club on iOS now, but I hit one problem. Program can't write files in their own .app and I decided to change all paths to their Documents folder. renpy.file(config.savedir + "/characters/sayori.char") But this string cannot find this file I tri...
by Atikin
Fri Jan 06, 2017 5:32 pm
Forum: Ren'Py Questions and Announcements
Topic: [iOS] AttributeError: 'RevertableObject' object has no attri
Replies: 2
Views: 927

Re: [iOS] AttributeError: 'RevertableObject' object has no a

This looks like a bug in the code, accessing an attribute that doesn't exist. You probably want to test main_menu rather than renpy.context().main_menu. Hi, but I simply changed "main_menu" to "_main_menu" and... That works! (I don't even know, why. Because on PC there is no exc...
by Atikin
Fri Jan 06, 2017 12:31 am
Forum: Ren'Py Questions and Announcements
Topic: [iOS] AttributeError: 'RevertableObject' object has no attri
Replies: 2
Views: 927

[iOS] AttributeError: 'RevertableObject' object has no attri

Traceback: I'm sorry, but an uncaught exception occurred. While running game code: File "game/ui_labels.rpy", line 203, in <module> elif renpy.context().main_menu and not coming_from_prefs_sub: AttributeError: 'RevertableObject' object has no attribute 'main_menu' -- Full Traceback -------...