- May 4, 2017
- 861
- 1,210
I'm sorry, but an uncaught exception occurred.
While processing the color property of anonymous style:
IndexError: string index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 33844, in script
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\screen.py", line 434, in visit_all
self.child.visit_all(callback, seen=None)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 543, in visit_all
callback(self)
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\text\text.py", line 1636, in per_interact
if self.style.slow_abortable:
File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__
File "style.pyx", line 493, in renpy.style.StyleCore._get
File "style.pyx", line 709, in renpy.style.build_style
File "style.pyx", line 706, in renpy.style.build_style
File "gen/style_functions.pyx", line 757, in style_functions.color_property
File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\color.py", line 134, in __new__
if c[0] == '#':
IndexError: string index out of range
Windows-8-6.2.9200
Ren'Py 7.3.5.606
WVM 0.9.5
Sat Jul 03 20:59:19 2021
Sometime's you just gotta hype yourself up.I do believe this is meant to be Zoe's dialogue
View attachment 1279603
He said this update release might contain bugs. He said to wait at least 1 day for the bugs to be fixed.Hmm, I was playing through the whole game, skipping through most everything and making the decisions to set up how I wanted it to be when I caught up to current content
But at the bowling alley, during the scene where Moon and Ruby are talking about interviewing you, right after Ruby talks about how the dog protects her, it crashes every time.
Code:I'm sorry, but an uncaught exception occurred. While processing the color property of anonymous style: IndexError: string index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 33844, in script File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ast.py", line 708, in execute renpy.exports.say(who, what, *args, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\exports.py", line 1345, in say who(what, *args, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 1142, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 842, in do_display **display_args) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 591, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\screen.py", line 434, in visit_all self.child.visit_all(callback, seen=None) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 543, in visit_all callback(self) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\text\text.py", line 1636, in per_interact if self.style.slow_abortable: File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__ File "style.pyx", line 493, in renpy.style.StyleCore._get File "style.pyx", line 709, in renpy.style.build_style File "style.pyx", line 706, in renpy.style.build_style File "gen/style_functions.pyx", line 757, in style_functions.color_property File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\color.py", line 134, in __new__ if c[0] == '#': IndexError: string index out of range Windows-8-6.2.9200 Ren'Py 7.3.5.606 WVM 0.9.5 Sat Jul 03 20:59:19 2021
I dont understand this, why would it be taking advantage of them?. I see the maid job the same as any other job, but maybe its because my grandma was a maid.* Thanks for the decision to turn down the girls doing maid service. Of course that may have led to sex scenes in maid uniform down the line - I assume - but I felt that would take advantage of them.
I didn't notice any bugs. I carried on from where the last update finishedGod, I'm conflicted. On one hand i want to play this after such a long time but on the other it's stated to be potentially scuffed/bugged. I guess I'll try my best to wait until it's all ironed out but man i got a feeling I'm going to cave and download it anyway!
You are not using them, its a job, just like any other.If i choose to hire new Maids will i see Kimmy and Pen less? Dont know if i like to use them like this but dont want to loose "Rep Points" if u know what i mean
It's because of the color="" as there is no such color as "" (blank), so it throws up an error.Hmm, I was playing through the whole game, skipping through most everything and making the decisions to set up how I wanted it to be when I caught up to current content
But at the bowling alley, during the scene where Moon and Ruby are talking about interviewing you, right after Ruby talks about how the dog protects her, it crashes every time.
Code:I'm sorry, but an uncaught exception occurred. While processing the color property of anonymous style: IndexError: string index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 33844, in script File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ast.py", line 708, in execute renpy.exports.say(who, what, *args, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\exports.py", line 1345, in say who(what, *args, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 1142, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 842, in do_display **display_args) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 591, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\screen.py", line 434, in visit_all self.child.visit_all(callback, seen=None) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 543, in visit_all callback(self) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\text\text.py", line 1636, in per_interact if self.style.slow_abortable: File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__ File "style.pyx", line 493, in renpy.style.StyleCore._get File "style.pyx", line 709, in renpy.style.build_style File "style.pyx", line 706, in renpy.style.build_style File "gen/style_functions.pyx", line 757, in style_functions.color_property File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\color.py", line 134, in __new__ if c[0] == '#': IndexError: string index out of range Windows-8-6.2.9200 Ren'Py 7.3.5.606 WVM 0.9.5 Sat Jul 03 20:59:19 2021
#Pets
define mx = Character ("Max", color="", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
#Pets
define mx = Character ("Max", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])