Inanna_17

Newbie
Jun 13, 2019
49
95
Can anyone tell me what this means:

maximum recursion depth exceeded python while pickling an object

I'm getting an unhandled exception trying to save.
 
  • Like
Reactions: AnyName'llDo

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
6,926
33,053
Well obviously it means that a python was trying to make pickles but the brine in the barrel was too deep.
 

Darth Sidious

The Senate & Emperor of the First Galactic Empire
Donor
Sep 24, 2017
1,601
2,301
Nice to see someone trying to open another option for indie games.
I don't know if I would have went with Pervestor though, the name could dissuade game devs and players from using your site.
Good Luck.
The name is a small joke but not inaccurate, though your identity is safe. Nobody will know your real name, e-mail or location unless you disclose it yourself. Nothing brings the pervs together better than anonymity :ROFLMAO:
 
  • Like
Reactions: RustyV

Darth Sidious

The Senate & Emperor of the First Galactic Empire
Donor
Sep 24, 2017
1,601
2,301
Can anyone tell me what this means:

maximum recursion depth exceeded python while pickling an object

I'm getting an unhandled exception trying to save.
Think the ol' snake reached a point where he can't go any deeper :unsure:
 
  • Like
Reactions: fried

fried

Almost
Moderator
Donor
Nov 11, 2017
2,313
6,093
This is the log. Pretty sure the error isn't related to a barrel.
Appears at first blush to be a recursion limit issue.

I am just guessing here, but maybe consider upping that limit, such as doing the below:

While not running the game, add a "moresaves.rpy" file to the \game subdirectory which includes the following two lines:

init python:
sys.setrecursionlimit(200000)

Start the game and play+save as normal - see if that helps or otherwise let us know.
 
  • Like
Reactions: recoba and eliezer

fried

Almost
Moderator
Donor
Nov 11, 2017
2,313
6,093
DMD v0.23September 28th, 2019
29 days
As a reminder to new folks joining, there is a link to MrDots' own website in the first post of this topic - if you go to the " " post, then the planned delivery date for DMD's next installment will be shown on the right-hand side of the page.
 
Last edited:

armion82

Message Maven
Mar 28, 2017
12,163
16,578
As a reminder to new folks joining, there is a link to MrDots' own website in the first post of this topic - if you go to the " " post then the planned delivery date for DMD's next installment will be shown on the right-hand side of the page.
Tell them also that we are getting previews each Saturday.At least is Saturday for me:)
 
  • Like
Reactions: fried
3.80 star(s) 332 Votes