Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Huh, looks like multiple problems can cause this same symptom, heh. In my case the error message is:

SCRIPT ERROR: farminspect: Invalid get index 'stallbedding' (on base: 'Dictionary').
      At: res://files/scripts/Mansion.gd:3651

In fact, all the farm panel buttons are throwing a similar error:
SCRIPT ERROR: _on_vatsbutton_pressed: Invalid get index 'bottler' (on base: 'Dictionary').

          At: res://files/scripts/Mansion.gd:5575
SCRIPT ERROR: _on_workersbutton_pressed: Invalid get index 'farmhand' (on base: 'Dictionary').
          At: res://files/scripts/Mansion.gd:5846
SCRIPT ERROR: _on_storebutton_pressed: Invalid get index 'containers' (on base: 'Dictionary').
          At: res://files/scripts/Mansion.gd:5902

Any errors above this one? Stallbedding or any of the farm panel buttons don't usually through up errors unless it's misinstalled. There is a file as a hotfix in the main post for Mansion.gd that should clear up the issue if it's related to the snailsbreeding node (if that's part of any error code above that one)

(1 edit)

No other errors. Here's a full console - started up the game, loaded the save, added a slave to the (previously empty) farm, then tried clicking the panel buttons (the workers button, oddly, worked fine this time. Maybe because I had no farmhands assigned)

Was this a new or existing save? And any other mods installed? Finally, have you reinstalled the mod and/or double checked the install steps or video? That includes deleting the backups folder, as it looks like your Mansion.gd is acting like the farm’s variables aren’t a thing (ie: vanilla code) in your globals & farm file.

(+1)

Existing save - which turns out to have been the problem, as revelealed by fsadfasdfasdfasfdaaa's excellent sleuthing :P

Excellent! Unfortunately it looks like a few of the backwards compatibility aspects may not be able to apply automatically on existing saves (or at least how I have been doing it, hopefully there's another way to).

(+1)

Might have the solution for you in my recent comments. Fixed it for myself and one other person. On old saves you don't have all of the code you need so you need it added. Follow the post where I said "Okay well this was miserable" first and then after that do what is in the "Buckle up buttercups" post.