atrebor68

Well-Known Member
Aug 26, 2020
1,717
2,539
Issue when booting the game :-(

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "game/screens.rpy", line 139, in <module>
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
 

clowns234

Engaged Member
Game Developer
May 2, 2021
3,047
4,722
Issue when booting the game :-(

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "game/screens.rpy", line 139, in <module>
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
There is a patch early on in the comments which you might want to check out.
 
  • Like
Reactions: atrebor68

pixado7875

Member
Mar 11, 2020
195
324
Are you kidding me, devs??

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "game/screens.rpy", line 139, in <module>
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 78, in run
renpy.translation.init_translation()
File "renpy/translation/__init__.py", line 561, in init_translation
renpy.store._init_language() # @UndefinedVariable
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "renpy/translation/__init__.py", line 645, in change_language
new_change_language(tl, language)
File "renpy/translation/__init__.py", line 607, in new_change_language
i.apply()
File "renpy/ast.py", line 2675, in apply
value = renpy.python.py_eval(expr)
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/screens.rpy", line 139, in <module>
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hard to Love 0.01
Thu Feb 3 15:24:23 2022
 

d_pedestrian

Engaged Member
Jul 18, 2020
2,073
8,363
This game is just perfect. This is your first game and i wouldn't be wrong to say that this game has one of the best visuals I've seen. You can give much more experienced developers a run for their money. I just wish Amber didn't have that many tattoos. Not really my thing.

Really looking forward to the next update.
 

dajunk12

Member
Mar 2, 2018
108
120
With the bugfix patch I was able to play. Good start, looking forward to see where this goes.
 

Roninsoul7

Member
Mar 24, 2020
117
307
I'm liking the story, but two "features" need to go. First that hitting keyboard to type thing, really really annoying for someone who reads faster than they can type, and I type between 30-90 wpm depending on if my damaged hands lock up or not. The second one is having to hit the one answer, seriously if there is a multiple choice, let the player make it, if you get no options, shouldn't be slowing down the storyline making the player hit it.
 

D9074

Active Member
Feb 21, 2021
718
1,326
Seems like it will be a good game, looking forward to seeing the rest
 

lordfridge9

Emperor of Universe 7
Donor
Aug 24, 2017
3,256
3,840
Well, I am REALLY diggin' this so far! Keen to find out more about the characters and the main plot (mc's job). I do hope that the switching between memories/past-present is gonna continue and not be just a drugs thing
 
  • Like
Reactions: MythMackay

El Tanque

Well-Known Member
Game Developer
Jul 29, 2017
1,540
3,412
1654344_1643872971861.png 1654354_1643873028267.png 1654355_1643873059811.png
Looking at the members of the development team, it would seem that they are two girls, unless of course they are...:unsure:

Anyway, I wish they were more active on this site, I don't think they have commented here, I imagine they are active on other sites like their Patron page, Twitter, or Discord, sites I don't really check.

This site is great too, of course you will find all kinds of people, haters and jokers, but you will also find people who will give you good advice and feedback for your game.:giggle: A lot of people who know about games, and many are willing to share their experiences, to solve problems, so I think it's worth it.

So if you ever visit this site and read the comments, I invite you to be more active on this great site.
 
Last edited:

Random06776

Newbie
Jul 21, 2020
60
55
Looks like nice renders but that worries me that it will have the same slope as many other games with perfectionist creators, that look darn great but takes darn long to get it done. Curious how consistent they will be.

Either they're perfectionists or those who already know where to compromise and whatnot to escape development hell, aka experienced.
Otherwise, till next year mates.
 

Hairy Pussy Lover

Active Member
Jul 7, 2021
801
742
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "game/screens.rpy", line 139, in <module>
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 78, in run
renpy.translation.init_translation()
File "renpy/translation/__init__.py", line 561, in init_translation
renpy.store._init_language() # @UndefinedVariable
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "renpy/translation/__init__.py", line 645, in change_language
new_change_language(tl, language)
File "renpy/translation/__init__.py", line 607, in new_change_language
i.apply()
File "renpy/ast.py", line 2675, in apply
value = renpy.python.py_eval(expr)
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/screens.rpy", line 139, in <module>
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hard to Love 0.01
Fri Feb 4 01:59:47 2022
 
3.80 star(s) 108 Votes