CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Bantry

Forum Fanatic
Oct 24, 2017
5,377
13,342
Does anyone know how to play games from version 0.3.6 in version 0.4.1?
I have a lot of progress in the old version and in version 0.4.1. I get an error and I can't play it.
Thank you all.
0.4.1.0 should not break older 'Saves'. Without knowing what error you are getting, it is almost impossible to offer any suggestion(s) as to what you may have to do to correct it.
 
  • Like
Reactions: yankeeInKy

ki11ke11

Newbie
May 30, 2017
92
11
0.4.1.0 should not break older 'Saves'. Without knowing what error you are getting, it is almost impossible to offer any suggestion(s) as to what you may have to do to correct it.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/tl/Paloslios/version_check.rpy", line 20, in script
t_update "La versión de tu juego guardado es: [g_game_version]\nLa versión actual del juego es: [config.version]\n{b}¡Las actualizaciones a [config.version] se aplicarán ahora!{/b}"
File "game/tl/Paloslios/version_check.rpy", line 20, in script
t_update "La versión de tu juego guardado es: [g_game_version]\nLa versión actual del juego es: [config.version]\n{b}¡Las actualizaciones a [config.version] se aplicarán ahora!{/b}"
File "game/gui_screens.rpy", line 3157, in execute
File "game/gui_screens.rpy", line 3157, in execute
File "game/gui_screens.rpy", line 3161, in execute
File "game/gui_screens.rpy", line 3163, in execute
File "game/gui_screens_new_ui.rpy", line 4, in execute
File "game/gui_screens_new_ui.rpy", line 4, in execute
File "game/gui_screens_new_ui.rpy", line 5, in execute
File "game/gui_screens_new_ui.rpy", line 146, in execute
File "game/gui_screens_new_ui.rpy", line 317, in execute
File "game/gui_screens_new_ui.rpy", line 317, in execute
File "game/gui_screens_new_ui.rpy", line 321, in execute
File "game/gui_screens_new_ui.rpy", line 322, in execute
File "game/gui_screens_new_ui.rpy", line 351, in execute
File "game/gui_screens_new_ui.rpy", line 399, in execute
File "game/gui_screens_new_ui.rpy", line 403, in execute
AttributeError: 'cl_rsm' object has no attribute 'ira'

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "script.rpyc", line 445, in script call
File "script.rpyc", line 250, in script call
File "game/tl/Paloslios/version_check.rpy", line 20, in script
t_update "La versión de tu juego guardado es: [g_game_version]\nLa versión actual del juego es: [config.version]\n{b}¡Las actualizaciones a [config.version] se aplicarán ahora!{/b}"
File "script.rpyc", line 445, in script call
File "script.rpyc", line 250, in script call
File "game/tl/Paloslios/version_check.rpy", line 20, in script
t_update "La versión de tu juego guardado es: [g_game_version]\nLa versión actual del juego es: [config.version]\n{b}¡Las actualizaciones a [config.version] se aplicarán ahora!{/b}"
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1205, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/gui_screens.rpy", line 3157, in execute
File "game/gui_screens.rpy", line 3157, in execute
File "game/gui_screens.rpy", line 3161, in execute
File "game/gui_screens.rpy", line 3163, in execute
File "game/gui_screens_new_ui.rpy", line 4, in execute
File "game/gui_screens_new_ui.rpy", line 4, in execute
File "game/gui_screens_new_ui.rpy", line 5, in execute
File "game/gui_screens_new_ui.rpy", line 146, in execute
File "game/gui_screens_new_ui.rpy", line 317, in execute
File "game/gui_screens_new_ui.rpy", line 317, in execute
File "game/gui_screens_new_ui.rpy", line 321, in execute
File "game/gui_screens_new_ui.rpy", line 322, in execute
File "game/gui_screens_new_ui.rpy", line 351, in execute
File "game/gui_screens_new_ui.rpy", line 399, in execute
File "game/gui_screens_new_ui.rpy", line 403, in execute
File "renpy/text/text.py", line 1525, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1644, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'cl_rsm' object has no attribute 'ira'

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
Holiday Island 0.4.1.0
Fri Mar 29 17:21:47 2024
 
  • Like
Reactions: Viscar

MarsUltor

Well-Known Member
Aug 2, 2018
1,061
2,412
I think you inverted the two middle digits.
It's the 3rd quarter of 2302.
Darkhound8, the great-great-great-great-great-grandson of Darhound1, will be the one who publishes version 1.0
... and Yvette will still be the hottest, shortest stack ;)
Well... I think you and I have established the upper and lower bounds, so it's reasonable to assume that it will probably fall somewhere in-between...

or maybe not...

Again, who the hell knows!
 

Ripe

Active Member
Jun 30, 2017
912
810
Nope.

You simply cannot see who it is for ever since Patreon's moronic changes that, amongst other fails, hid tiers on posts. So for a logged in $10 patron everything looks public.

Logged in
View attachment 3495627

Logged out
View attachment 3495625

That aside, simple rule of thumb, unless SFW it is patreon only.
Patreon changes are beyond idiotic... that said, you can still see all the posts without logging out, you just have to change setting from "show all posts in your tier" to "show all posts" under the TIER tab. Sadly, there is no way to make "show all posts" default setting and you'll have to change the settings each time you logged in and for every creator you support.
 
4.00 star(s) 232 Votes