Thamn

Newbie
Aug 6, 2016
54
140
I will try to see i can produce the same error on my end and see how i can fix it.
It's caused by line 12 of the script.rpy define persistent.name = Character("Main Character"), keep it simple with persistent data, you don't need the "Character()" there, make it just define persistent.name = "Main Character".
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Smashdude6669

Gothgirlgames

Active Member
Game Developer
Jan 26, 2024
943
1,336
It's caused by line 12 of the script.rpy define persistent.name = Character("Main Character"), keep it simple with persistent data, you don't need the "Character()" there, make it just define persistent.name = "Main Character".
You don't have permission to view the spoiler content. Log in or register now.
Okay fixed, and the register i need to register before crreating a persistent, actually i don't i just finished reading again and these register are useless.

I guess i can force a renpy.save_persistent() to make sure it will be saved after the player choose it.
 

chrisb

Member
Nov 1, 2017
102
119
FIXING IT Asap!!!
Just as a gameplay note, when trying to figure out why it crashed, I noticed you only get a scene with the Lara when you say no to Kurt scenes. Would have liked to still get service from her either before or after the scene with Kurt as honestly, it was a bit hotter than the Kurt car scene as the cafe's premise is really fun.
 
  • Like
Reactions: Gothgirlgames

Gothgirlgames

Active Member
Game Developer
Jan 26, 2024
943
1,336
Just as a gameplay note, when trying to figure out why it crashed, I noticed you only get a scene with the Lara when you say no to Kurt scenes. Would have liked to still get service from her either before or after the scene with Kurt as honestly, it was a bit hotter than the Kurt car scene as the cafe's premise is really fun.
You aren't the first who told me that.
It's something that will be definitively changing.
 
  • Like
Reactions: chrisb

Gothgirlgames

Active Member
Game Developer
Jan 26, 2024
943
1,336
So how di I fix the error while launching the game?
You can edit the line that say

default persistent.name = Character ("Main Character")

to


default persistent.name = "Main Character"

Or wait for the next update where it will be fixed!
 

joeblow00

Member
Jun 13, 2017
109
122
Can you paste the error?
Full traceback:
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\main.py", line 651, in main
renpy.persistent.update(True)
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\persistent.py", line 429, in update
merge(other)
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\persistent.py", line 377, in merge
backup[f] = safe_deepcopy(val)
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\persistent.py", line 144, in safe_deepcopy
raise Exception("To be persisted, %r must support equality comparison." % o)
Exception: To be persisted, <Character: 'Main Character'> must support equality comparison.
 

Gothgirlgames

Active Member
Game Developer
Jan 26, 2024
943
1,336
Full traceback:
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\main.py", line 651, in main
renpy.persistent.update(True)
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\persistent.py", line 429, in update
merge(other)
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\persistent.py", line 377, in merge
backup[f] = safe_deepcopy(val)
File "C:\Users\an\Downloads\Family_trouble-0.9.10-pc-COMPRESSED\Family_trouble-0.9.10-pc\renpy\persistent.py", line 144, in safe_deepcopy
raise Exception("To be persisted, %r must support equality comparison." % o)
Exception: To be persisted, <Character: 'Main Character'> must support equality comparison.
Poke me on discord i will give you a free error version. from the 0.9.10.
 

harem.king

Engaged Member
Aug 16, 2023
2,745
4,662
Meet Rochelle, she will debut in public version soon.
so many characters don't even have a single lewd scene. and are criminally lacking in non lewd scenes.
personally, instead of new characters I would rather see some of the existing characters get some love.
 

Gothgirlgames

Active Member
Game Developer
Jan 26, 2024
943
1,336
Every character will have at least 4 scenes if its Waifu, and at least one scene if its side don't worry ^^
 
3.90 star(s) 33 Votes