Hey guys,
I've a weird error on the latest git set that you might want to check if you still have it with your version.
After testing a while I know how to recreate it.
It goes as follow. I just load a new game. Turn the day. This goes without issues and I can save too.
I set a girl (I tested with Hinata) set her as a whore and turn the day again.
Then tried to save. Immediately you get the error:
Traceback (most recent call last):
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\execution.py", line 266, in run
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\ast.py", line 646, in execute
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\python.py", line 1172, in py_exec_bytecode
File "common/_layout/screen_load_save.rpym", line 17, in <module>
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\ui.py", line 237, in interact
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\core.py", line 1813, in interact
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\core.py", line 2336, in interact_core
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\layout.py", line 717, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\layout.py", line 717, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\layout.py", line 717, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\screen.py", line 300, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\layout.py", line 717, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\layout.py", line 174, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\layout.py", line 717, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\layout.py", line 174, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\behavior.py", line 627, in event
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\display\behavior.py", line 211, in run
File "common/00screen.rpy", line 1228, in __call__
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\loadsave.py", line 228, in save
File "C:\games\downs\renpy-6.14.1-sdk\renpy-6.14.1-sdk\renpy\loadsave.py", line 47, in dump
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed
Ignoring it goes back to the main screen, but the game isn't saved.
Sometimes and going about the city, it suddenly works again and i can save again for a while. Just not load (haven't been able to find what fixes it temporarly).
I looked on the internet about the error only thing i found is about multiprocessing.
http://stackoverflow.com/questions/11287455/how-do-i-avoid-this-pickling-error-and-what-is-the-best-way-to-parallelize-thisi don't know if you changed the save code or where it is.
Just thought to mention it.
Should i find out, where the error comes from i'll let you know.
Xip