Closed mard closed 2 years ago
Does fix your problems? PetAI should now use the Libs that are explicitly shipped with VS. petai.zip
Does fix your problems? petai.zip
Yes, looks good. No errors serverside and client loads it as well.
Nice. I will merge this and include the changes in the next feature update.
Why? To be able to play Pet AI-enabled servers on Steam Deck, of course...
Steps to reproduce:
petai_v1.3.6.zip
in~/.var/app/at.vintagestory.VintageStory/config/VintagestoryData/Mods/
(this location may vary depending on the distribution. This one is specific to Arch Linux / SteamOS 3)Logs
~/.var/app/at.vintagestory.VintageStory/config/VintagestoryData/Logs/server-main.txt
:Additionally, Vintage Story will crash trying to join a server that has this mod loaded (such as Aura Fury)
~/.var/app/at.vintagestory.VintageStory/config/VintagestoryData/Logs/client-main.txt
:Possible clue
Make PetAI independent of
netstandard
. PetAI is targetingnet461
and one of PetAI dependencsies,protobuf-net
also has builds fornet461
. That's what Pet AI should be using. However, I suspect that your build seems to pull thenetstandard
version ofprotobuf-net
, not thenet461
version.