Staxel
Vaf Feb 19, 2018 @ 1:40am
Farm Animals Disappearing
After the most recent update (to 64-bit), every time I load my save, one of my farm animals has disappeared for good. The first time, one of my cows was lost, then a chicken, and then a second chicken. I have several mods installed, but none that affect animals (if that is how it works). Any advice is appreciated. Thank you!
< >
Showing 1-12 of 12 comments
EGadd Feb 19, 2018 @ 3:36am 
Heya,

have you tried pressing 'm' to pullup the map? That should show you where your animals are if they're somewhat nearby.
Void Feb 19, 2018 @ 4:52am 
I have the same problem actually! I checked the entire map but my second cow just disappeared...
angel32163 Feb 19, 2018 @ 5:34am 
Had a cow disappear this way too, after the latest update. Had enough petals to buy a new one, quit that game, came back to it later, and bam, only one cow again! No petals to buy a new one now, unless I go into creative mode and get one. It's happening in the test and full 64 bit versions of the game. Going back to 32 bit test until this is fixed, I guess.
Vaf Feb 19, 2018 @ 8:09am 
I tried pressing "m" to look on the map, but their face icon was gone too. I ran all around the island and used the map to make sure they weren't in unloaded areas of the island.
EGadd Feb 19, 2018 @ 4:52pm 
This is now a known issue on our bug list and should be resolved soon. Thanks everybody for reporting this issue as all the details we get helps us find the solution faster :)
Canteval Feb 22, 2018 @ 4:51pm 
Originally posted by EGadd:
This is now a known issue on our bug list and should be resolved soon. Thanks everybody for reporting this issue as all the details we get helps us find the solution faster :)

If the bug gets resolved, we will receive our animals back? My cat house disappeared when I tried to get my cat (That disappeared too) back
EGadd Feb 23, 2018 @ 4:23am 
Originally posted by Loyalty:
Originally posted by EGadd:
This is now a known issue on our bug list and should be resolved soon. Thanks everybody for reporting this issue as all the details we get helps us find the solution faster :)

If the bug gets resolved, we will receive our animals back? My cat house disappeared when I tried to get my cat (That disappeared too) back
You can spawn another cat house if you enable creative mode
Canteval Feb 23, 2018 @ 9:58am 
Originally posted by EGadd:
Originally posted by Loyalty:

If the bug gets resolved, we will receive our animals back? My cat house disappeared when I tried to get my cat (That disappeared too) back
You can spawn another cat house if you enable creative mode

Yeah but if I enable creative mode it will block my world to complete anchievements, no?
EGadd Feb 24, 2018 @ 3:21am 
Yes unfortunately. You said the cat house itself went missing right? You might have to do some trickery then. Maybe invite a friend to your world and ask them to drop you a cat house?

How did your cat house disappear? Did you misplace it, or drop it?
Canteval Feb 24, 2018 @ 9:41am 
Originally posted by EGadd:
Yes unfortunately. You said the cat house itself went missing right? You might have to do some trickery then. Maybe invite a friend to your world and ask them to drop you a cat house?

How did your cat house disappear? Did you misplace it, or drop it?

My cat had disappeared, so to "fix" it we have to replace the house right? When I breaked the house, it disappeared too, it didn't drop
MrNybbles Feb 25, 2018 @ 10:45am 
I have had a chicken disappear.
At one point I had 2 cows and 3 chickens. Shortly after getting the 3rd chicken my first chicken (Megg) disappeared. I wrote a command to list out all the entities in the game and found that I now only have 4 farm animal entities in-game.

Megg isn't lost on the map, she is gone.
Yes, I did a word count for "FarmAnimal" and it came up with 4 entries.
Megg is really gone.

// Entity ID, Kind, (Coordinates X, Y, Z)
1804406 staxel.entity.FarmAnimal (27.8343449388588, 36.3624969625209, 109.549596561061)
1804396 staxel.entity.FarmAnimal (22.7049224766404, 36.3624964126719, 132.748166009364)
1910418 staxel.entity.FarmAnimal (21.3369681611453, 36.3374542605682, 141.365820204273)
1806018 staxel.entity.FarmAnimal (20.3126392336321, 36.3374478786718, 140.982636810782)

The plug-in is basically
// In class derived from Staxel.Commands.ICommandBuilder
public string Execute(string[] bits, Blob blob, ClientServerConnection connection, ICommandsApi api, out object[] responseParams) {
foreach (var keyval in api.Facade().AllEntities()) {
// Log to file here.
}
}
EGadd Feb 26, 2018 @ 2:15am 
Originally posted by Loyalty:
Originally posted by EGadd:
Yes unfortunately. You said the cat house itself went missing right? You might have to do some trickery then. Maybe invite a friend to your world and ask them to drop you a cat house?

How did your cat house disappear? Did you misplace it, or drop it?

My cat had disappeared, so to "fix" it we have to replace the house right? When I breaked the house, it disappeared too, it didn't drop
Ah, weird. Well like I said, I think ask a friend to join your multiplayer game so they can give you the cat house they get from the tutorial



Originally posted by firesidechat:
I have had a chicken disappear.
At one point I had 2 cows and 3 chickens. Shortly after getting the 3rd chicken my first chicken (Megg) disappeared. I wrote a command to list out all the entities in the game and found that I now only have 4 farm animal entities in-game.

Megg isn't lost on the map, she is gone.
Yes, I did a word count for "FarmAnimal" and it came up with 4 entries.
Megg is really gone.

// Entity ID, Kind, (Coordinates X, Y, Z)
1804406 staxel.entity.FarmAnimal (27.8343449388588, 36.3624969625209, 109.549596561061)
1804396 staxel.entity.FarmAnimal (22.7049224766404, 36.3624964126719, 132.748166009364)
1910418 staxel.entity.FarmAnimal (21.3369681611453, 36.3374542605682, 141.365820204273)
1806018 staxel.entity.FarmAnimal (20.3126392336321, 36.3374478786718, 140.982636810782)

The plug-in is basically
// In class derived from Staxel.Commands.ICommandBuilder
public string Execute(string[] bits, Blob blob, ClientServerConnection connection, ICommandsApi api, out object[] responseParams) {
foreach (var keyval in api.Facade().AllEntities()) {
// Log to file here.
}
}

Cool plug-in! Yeah we're hoping to have this issue fixed soon :)
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Feb 19, 2018 @ 1:40am
Posts: 12