Search found 2 matches

by badcock
Tue Jun 04, 2019 7:49 pm
Forum: Ren'Py Questions and Announcements
Topic: PicklingError when trying to Save
Replies: 3
Views: 728

Re: PicklingError when trying to Save

There are two: 1 roots[u'store.speaker'].show_function = <function> 1 roots[u'store.speaker'].predict_function = <function> I also found two instances of: var = collections.defaultdict(lambda:None) which i changed to var = collections.defaultdict() This last change works. Thanks for the replies.
by badcock
Tue Jun 04, 2019 3:43 pm
Forum: Ren'Py Questions and Announcements
Topic: PicklingError when trying to Save
Replies: 3
Views: 728

PicklingError when trying to Save

I'm getting this error whenever I try to save my game: PicklingError: Can't pickle <function <lambda> at 0x05231030>: it's not found as a store.<lambda> I've searched the forums a bit for an answer and it's led me to more information, but not a resolution. I have added these two lines: define config...