Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I keep getting an error "value error: could not convert string to float: none" anyone have tips on getting this to work?


I'm running android 13 on a galaxy s21

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

ValueError: could not convert string to float: 'None'

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

Full traceback:

  File "00start.rpyc", line 240, in script call

  File "c0_reference.rpyc", line 318, in script

  File "renpy/ast.py", line 921, in execute

  File "renpy/exports.py", line 1373, in say

  File "renpy/character.py", line 1263, in __call__

  File "renpy/character.py", line 83, in __init__

ValueError: could not convert string to float: 'None'

[/code]

(+1)

Sorry about that! We've found the problem and uploaded a fixed build. Please redownload and it should be sorted.

(+1)

Thank you, it seems to be working now.