0% found this document useful (0 votes)
63 views1 page

Game Code ValueError Debugging Guide

使用说明

Uploaded by

2709106630
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views1 page

Game Code ValueError Debugging Guide

使用说明

Uploaded by

2709106630
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/tl/schinese/script_location/loc_securityoffice.rpy", line 91, in
script
aika "自 B5 等级晋升为 A0 等级需缴纳晋升费用{color=#a2b86c}250,000CR{/color}。\n 是否确认晋升操作?{w=}"
ValueError: could not convert string to float: ''

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

Full traceback:
File "game/tl/schinese/script_location/loc_securityoffice.rpy", line 91, in
script
aika "自 B5 等级晋升为 A0 等级需缴纳晋升费用{color=#a2b86c}250,000CR{/color}。\n 是否确认晋升操作?{w=}"
File "D:\FlashCenter\123\ElectricSheep-0.7.7-pc\ElectricSheep-0.7.7-pc\renpy\
[Link]", line 2557, in execute
[Link](self)
File "D:\FlashCenter\123\ElectricSheep-0.7.7-pc\ElectricSheep-0.7.7-pc\renpy\
[Link]", line 615, in execute
[Link](who, what, *args, **kwargs)
File "D:\FlashCenter\123\ElectricSheep-0.7.7-pc\ElectricSheep-0.7.7-pc\renpy\
[Link]", line 1493, in say
who(what, *args, **kwargs)
File "D:\FlashCenter\123\ElectricSheep-0.7.7-pc\ElectricSheep-0.7.7-pc\renpy\
[Link]", line 1389, in __call__
dtt = DialogueTextTags(what)
File "D:\FlashCenter\123\ElectricSheep-0.7.7-pc\ElectricSheep-0.7.7-pc\renpy\
[Link]", line 83, in __init__
value = float(value)
ValueError: could not convert string to float: ''

Windows-10-10.0.19041 AMD64
Ren'Py 8.2.1.24030407
ElectricSheep 0.7.7
Mon Jun 9 00:10:35 2025

You might also like