Replies: 1 comment 3 replies
-
My god I wish you put that log in a code block, or used a gist. A vanilla Valheim server uses ~4GB ram just for the server alone. Modding increases that RAM requirement. As you didn't state the specs of the server I can only assume your running a VPS instance without enough ram, the VPS instance hits OOM and kills itself - hence unable to log in and it restarts. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, my heavily modded (~40 mods) Valheim server using your wonderful Valheim image is up and running on an AWS EC2 instance and runs well but randomly kicks us and we see that the container is in an 'unhealthy' state. Any reason why this would be happening? Below is the docker-compose.yml and log dump
version: "3" services: valheim: image: mbround18/valheim:latest ports: - 2456:2456/udp - 2457:2457/udp - 2458:2458/udp environment: - TYPE=BepInEx - PORT=2456 - NAME=MyAWSGamingServer - WORLD=Dedicated - PASSWORD=tck80085 - TZ=America/Chicago - PUBLIC=1 - AUTO_UPDATE=1 - AUTO_UPDATE_SCHEDULE=0 1 * * * - AUTO_BACKUP=1 - AUTO_BACKUP_SCHEDULE=*/60 * * * * - AUTO_BACKUP_REMOVE_OLD=1 - AUTO_BACKUP_DAYS_TO_LIVE=1 - AUTO_BACKUP_ON_UPDATE=1 - AUTO_BACKUP_ON_SHUTDOWN=1 - "MODS= https://valheim.thunderstore.io/package/download/RandyKnapp/ExtendedItemDataFramework/1.0.7/, https://valheim.thunderstore.io/package/download/CW_Jesse/BetterNetworking_Valheim/1.2.201/, https://valheim.thunderstore.io/package/download/pipakin/SkillInjector/1.1.1/, https://valheim.thunderstore.io/package/download/Hub/VitalitySkill/1.5.8/, https://valheim.thunderstore.io/package/download/OdinPlus/Better_Trader_Remake/2.1.3/, https://valheim.thunderstore.io/package/download/ValheimModding/Jotunn/2.7.6/, https://valheim.thunderstore.io/package/download/RockerKitten/BoneAppetit/3.2.0/, https://valheim.thunderstore.io/package/download/ASharpPen/Custom_Raids/1.6.2/, https://valheim.thunderstore.io/package/download/makail/Skyheim/1.1.1/, https://valheim.thunderstore.io/package/download/ASharpPen/Drop_That/2.3.3/, https://valheim.thunderstore.io/package/download/ASharpPen/Spawn_That/1.0.5/, https://valheim.thunderstore.io/package/download/MonsterLabZ/MonsterLabZ/2.4.4/, https://valheim.thunderstore.io/package/download/OdinPlus/PotionPlus/4.1.1/, https://valheim.thunderstore.io/package/download/Smoothbrain/Jewelcrafting/1.1.15/, https://valheim.thunderstore.io/package/download/ASharpPen/This_Goes_Here/2.1.1/, https://valheim.thunderstore.io/package/download/Advize/PlantEverything/1.11.5/, https://valheim.thunderstore.io/package/download/k942/MassFarming/1.3.0/, https://valheim.thunderstore.io/package/download/OdinPlus/OpenDatabase/1.0.1/, https://valheim.thunderstore.io/package/download/Smoothbrain/CreatureLevelAndLootControl/4.4.9/, https://valheim.thunderstore.io/package/download/Huntardys/EpicValheimsAdditions/1.8.3/, https://valheim.thunderstore.io/package/download/ValheimModding/HookGenPatcher/0.0.3/, https://valheim.thunderstore.io/package/download/Gratak/StructureDamageTweaks/1.0.2/, https://valheim.thunderstore.io/package/download/castix/FloatingItems/1.0.0/, https://valheim.thunderstore.io/package/download/LVH-IT/UseEquipmentInWater/0.2.3/, https://valheim.thunderstore.io/package/download/WackyMole/WackysDatabase/1.2.5/, https://valheim.thunderstore.io/package/download/Gratak/VitalityRewrite/1.0.1/, https://valheim.thunderstore.io/package/download/thedefside/jtv_biomes/0.0.1/, https://valheim.thunderstore.io/package/download/Padank/AlweStats/4.3.0/, https://valheim.thunderstore.io/package/download/LukaWolf/CraftingWithContainersTempFix/1.0.16/, https://valheim.thunderstore.io/package/download/MaGic/Quick_Deposit/1.0.1/, https://valheim.thunderstore.io/package/download/OdinPlus/OdinShip/0.1.0/, https://valheim.thunderstore.io/package/download/MSchmoecker/VNEI/0.7.0/, https://valheim.thunderstore.io/package/download/OdinPlus/CraftyCartsRemake/3.0.7/, https://valheim.thunderstore.io/package/download/RandyKnapp/EquipmentAndQuickSlots/2.0.15/, https://valheim.thunderstore.io/package/download/Smoothbrain/Farming/2.1.0/, https://valheim.thunderstore.io/package/download/Nexus/FarmGrid/0.2.0/, https://valheim.thunderstore.io/package/download/ishid4/BetterArchery/1.7.6/, https://valheim.thunderstore.io/package/download/KGvalheim/MagicOverhaul/1.5.594/, https://valheim.thunderstore.io/package/download/TJzilla/BepInEx_ConfigurationManager/16.1.2/, https://valheim.thunderstore.io/package/JereKuusela/Server_devcommands/, https://valheim.thunderstore.io/package/download/xAfflict/UnrestrictedPortals/1.4.2/ " logging: driver: "awslogs" options: awslogs-region: "us-east-2" awslogs-group: "tck-valheim" awslogs-stream: "valheim-modded" volumes: - ./valheim/saves:/home/steam/.config/unity3d/IronGate/Valheim - ./valheim/server:/home/steam/valheim - ./valheim/backups:/home/steam/backups
message
08/04/2022 08:17:45: Loaded 8514 locations
The shader Hidden/Dof/DepthOfFieldHdr (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) has been disabled as it's not supported on the current platform.
The shader Hidden/SunShaftsComposite (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
The shader Hidden/SimpleClear (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) has been disabled as it's not supported on the current platform.
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55928754f9f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/mscorlib/mono/aot-cache/amd64/data-0x55928754f9f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55928758a290.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/mscorlib/mono/aot-cache/amd64/data-0x55928758a290.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x5592875f0c50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/mscorlib/mono/aot-cache/amd64/data-0x5592875f0c50.so
08/04/2022 08:27:45: Connections 0 ZDOS:900905 sent:0 recv:0
Unloading 7 Unused Serialized files (Serialized files now loaded: 13)
Unloading 55 unused Assets to reduce memory usage. Loaded Objects now: 1363769.
Total: 1569.077884 ms (FindLiveObjects: 118.571263 ms CreateObjectMapping: 33.413300 ms MarkObjects: 1415.771899 ms DeleteObjects: 1.320212 ms)
08/04/2022 08:36:18: Got status changed msg k_ESteamNetworkingConnectionState_Connecting
08/04/2022 08:36:18: New connection
08/04/2022 08:36:18: Accepting connection k_EResultOK
[Message:Better Networking] Setting NetworkSendRateMin to 460800
[Message:Better Networking] Setting NetworkSendRateMax to 0
[Message:Better Networking] Setting SendBufferSize to 5242880 (dedicated:True)
08/04/2022 08:36:18: Connecting to Steamworks.SteamNetworkingIdentity
08/04/2022 08:36:18: Got status changed msg k_ESteamNetworkingConnectionState_Connected
08/04/2022 08:36:18: Connected
08/04/2022 08:36:18: Got connection SteamID 76561198131481829
[Info :WackysDatabase] Invoking version check
[Message:Better Networking] Compression: Added [76561198131481829]
[Message:Better Networking] Compression: Sending version to [76561198131481829]: 2
[Better Trader] Received mod info from 76561198131481829! Their GUID is Menthus.bepinex.plugins.BetterTrader and their Version is EE600D948EA2063568F1C96BA4584F5C!
"[Info :WackysDatabase] Version check, local: 1.2.5, remote: 1.2.5"
[Info :WackysDatabase] Adding peer (76561198131481829) to validated list
08/04/2022 08:36:18: Got handshake from client 76561198131481829
[Message:Custom Raids] Received request for configs.
[Message:Drop That!] Sending location data.
[Message:Drop That!] Finished sending locations package.
[Message:Drop That!] Received request for configs.
[Message:Better Networking] Compression: Version received from [76561198131481829]: 2
[Message:Better Networking] Compression: Compression compatible with [76561198131481829] (2)
[Message:Better Networking] Compression: Sending [76561198131481829] our compression status: (1)
[Message:Better Networking] Compression: Received compression status from [76561198131481829]: 1
[Message:Better Networking] Compression: Compression with [76561198131481829]: enabled
EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.MemoryStream.InternalReadInt32 () [0x00034] in <695d1cc93cca45069c528c15c9fdd749>:0
at (wrapper remoting-invoke-with-check) System.IO.MemoryStream.InternalReadInt32()
at System.IO.BinaryReader.ReadInt32 () [0x00015] in <695d1cc93cca45069c528c15c9fdd749>:0
" at CW_Jesse.BetterNetworking.BN_Patch_Compression.ReceiveCompressedPackages (ZPackage& __result, ZSteamSocket& __instance, Steamworks.HSteamNetConnection& ___m_con, System.Int32& ___m_totalRecv, System.Boolean& ___m_gotData) [0x00192] in :0 "
at (wrapper dynamic-method) ZSteamSocket.DMDZSteamSocket::Recv(ZSteamSocket)
at ZRpc.Update (System.Single dt) [0x00066] in :0
at ZNet.UpdatePeers (System.Single dt) [0x00073] in :0
at (wrapper dynamic-method) ZNet.DMDZNet::Update(ZNet)
[Better Trader] Version check succeeded! Player[EE600D948EA2063568F1C96BA4584F5C] Remote [EE600D948EA2063568F1C96BA4584F5C]
[Better Trader] Sending config to [76561198131481829] which has a size of 227427!
[Magic Overhaul] Started validating :
[Magic Overhaul] Validating: OK
08/04/2022 08:36:24: VERSION check their:0.209.10 mine:0.209.10
"08/04/2022 08:36:24: Server: New peer connected,sending global keys"
[Info :Jotunn.Managers.SynchronizationManager] Sending initial data to peer #1409027363
[MAGIC OVERHAUL] 76561198131481829 connecting: Admin status: True
[MAGIC OVERHAUL] Sending 76561198131481829 package SYNC package
08/04/2022 08:36:51: Got character ZDOID from Donk : 1409027363:7
08/04/2022 08:37:50: Connections 1 ZDOS:900911 sent:0 recv:605
Unloading 0 Unused Serialized files (Serialized files now loaded: 13)
Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 1363769.
Total: 1580.830955 ms (FindLiveObjects: 99.333628 ms CreateObjectMapping: 39.734972 ms MarkObjects: 1440.732963 ms DeleteObjects: 1.028042 ms)
08/04/2022 08:37:54: clone 2467
08/04/2022 08:37:54: World save writing starting
08/04/2022 08:37:54: World save writing started
08/04/2022 08:37:58: Saved 900897 zdos
08/04/2022 08:37:58: World save writing finishing
08/04/2022 08:37:58: World save writing finished
08/04/2022 08:37:58: World saved ( 4280.029ms )
08/04/2022 08:47:53: Connections 1 ZDOS:900886 sent:0 recv:686
Unloading 0 Unused Serialized files (Serialized files now loaded: 13)
Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 1363769.
Total: 1649.661829 ms (FindLiveObjects: 126.364247 ms CreateObjectMapping: 35.364044 ms MarkObjects: 1486.900157 ms DeleteObjects: 1.031641 ms)
[Valheim][steam]: Halting server! Received interrupt!
[ODIN][INFO] - Stopping server /home/steam/valheim
[ODIN][INFO] - Scanning for Valheim process
[ODIN][INFO] - Found Process with pid 259! Sending Interrupt!
[ODIN][INFO] - Process signal interrupt sent successfully!
[ODIN][INFO] - Waiting for server to completely shutdown...
[ODIN][INFO] - Server has been shutdown successfully!
[Valheim][steam]: Backup on shutdown triggered! Running backup tool...
[Valheim][steam]: Starting auto backup process...
[Valheim][steam]: Removing old backups...
[Valheim][steam]: Creating backup...
[Valheim][root] : ###########################################################################
[Valheim][root] : Valheim Server - Thu 04 Aug 2022 08:48:48 AM CDT
[Valheim][root] : Initializing your container...
[Valheim][root] : You must be in development. Good luck!
[Valheim][root] : ###########################################################################
[Valheim][root] : Switching UID and GID
[Valheim][root] : usermod: no changes
[Valheim][root] :
Configuring Preset Env
Preset Env Configured
[Valheim][root] : Auto Update Enabled...
[Valheim][root] : Auto Update Schedule: 0 1 * * *
[Valheim][root] : Auto Backup Enabled...
[Valheim][root] : Auto Backup Schedule: */60 * * * *
[Valheim][root] : Setting up file systems
[Valheim][root] : Navigating to steam home...
[Valheim][root] : Launching as steam...
[Valheim][steam]: ###########################################################################
[Valheim][steam]: Valheim Server - Thu 04 Aug 2022 08:48:48 AM CDT
[Valheim][steam]: STEAM_UID 1000 - STEAM_GUID 1000
[Valheim][steam]: Installing Valheim via odin 1.5.3...
[Valheim][steam]: ###########################################################################
[Valheim][steam]: Variables loaded.....
[Valheim][steam]: Port: 2456
[Valheim][steam]: Name: MyAWSGamingServer
[Valheim][steam]: World: Dedicated
[Valheim][steam]: Public: 1
[Valheim][steam]: Password: (REDACTED)
[Valheim][steam]: Running Install...
[Valheim][steam]: Attempting to update before launching the server!
[Valheim][steam]: Starting auto backup process...
[Valheim][steam]: Removing old backups...
[Valheim][steam]: Creating backup...
[Valheim][steam]: Backup process complete! Created 20220804-084848-pre-update-backup.tar.gz
[Valheim][steam]: Installing Updates...
[ODIN][INFO] - Installing 896660 to /home/steam/valheim
[ODIN][INFO] - steamcmd found in path
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
"ILocalize::AddFile() failed to load file ""public/steambootstrapper_english.txt""."
[ 0%] Checking for available update...
"[----] Downloading update (0 of 55,093 KB)..."
"[ 0%] Downloading update (1,941 of 55,093 KB)..."
"[ 3%] Downloading update (4,449 of 55,093 KB)..."
"[ 8%] Downloading update (6,698 of 55,093 KB)..."
"[ 12%] Downloading update (8,491 of 55,093 KB)..."
"[ 15%] Downloading update (10,048 of 55,093 KB)..."
"[ 18%] Downloading update (11,603 of 55,093 KB)..."
"[ 21%] Downloading update (13,279 of 55,093 KB)..."
"[ 24%] Downloading update (14,817 of 55,093 KB)..."
"[ 26%] Downloading update (16,353 of 55,093 KB)..."
"[ 29%] Downloading update (17,869 of 55,093 KB)..."
"[ 32%] Downloading update (19,396 of 55,093 KB)..."
"[ 35%] Downloading update (20,912 of 55,093 KB)..."
"[ 37%] Downloading update (22,569 of 55,093 KB)..."
"[ 40%] Downloading update (24,079 of 55,093 KB)..."
"[ 43%] Downloading update (25,581 of 55,093 KB)..."
"[ 46%] Downloading update (27,094 of 55,093 KB)..."
"[ 49%] Downloading update (28,618 of 55,093 KB)..."
"[ 51%] Downloading update (30,143 of 55,093 KB)..."
"[ 54%] Downloading update (31,642 of 55,093 KB)..."
"[ 57%] Downloading update (33,311 of 55,093 KB)..."
"[ 60%] Downloading update (34,813 of 55,093 KB)..."
"[ 63%] Downloading update (36,519 of 55,093 KB)..."
"[ 66%] Downloading update (37,265 of 55,093 KB)..."
"[ 67%] Downloading update (38,018 of 55,093 KB)..."
"[ 69%] Downloading update (38,770 of 55,093 KB)..."
"[ 70%] Downloading update (39,596 of 55,093 KB)..."
"[ 71%] Downloading update (40,345 of 55,093 KB)..."
"[ 73%] Downloading update (41,098 of 55,093 KB)..."
"[ 74%] Downloading update (41,844 of 55,093 KB)..."
"[ 75%] Downloading update (42,678 of 55,093 KB)..."
"[ 77%] Downloading update (43,425 of 55,093 KB)..."
"[ 78%] Downloading update (44,175 of 55,093 KB)..."
"[ 80%] Downloading update (44,927 of 55,093 KB)..."
"[ 81%] Downloading update (45,761 of 55,093 KB)..."
"[ 83%] Downloading update (46,513 of 55,093 KB)..."
"[ 84%] Downloading update (47,274 of 55,093 KB)..."
"[ 85%] Downloading update (48,037 of 55,093 KB)..."
"[ 87%] Downloading update (48,865 of 55,093 KB)..."
"[ 88%] Downloading update (49,623 of 55,093 KB)..."
"[ 90%] Downloading update (50,384 of 55,093 KB)..."
"[ 91%] Downloading update (51,134 of 55,093 KB)..."
"[ 92%] Downloading update (51,959 of 55,093 KB)..."
"[ 94%] Downloading update (52,712 of 55,093 KB)..."
"[ 95%] Downloading update (53,458 of 55,093 KB)..."
"[ 97%] Downloading update (54,211 of 55,093 KB)..."
"[ 98%] Downloading update (55,034 of 55,093 KB)..."
"[ 99%] Downloading update (55,093 of 55,093 KB)..."
[100%] Download Complete.
[----] Applying update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
"[----] Update complete, launching..."
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
/tmp/dumps is not owned by us - delete and recreate
Unable to delete /tmp/dumps. Continuing anyway.
[ 0%] Checking for available updates...
[----] Verifying installation...
[ 0%] Downloading update...
[ 0%] Checking for available updates...
[----] Download complete.
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
"[----] Update complete, launching Steamcmd..."
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
/tmp/dumps is not owned by us - delete and recreate
Unable to delete /tmp/dumps. Continuing anyway.
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1658944597
'"-- type 'quit' to exit --"
Loading Steam API...OK
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Success! App '896660' already up to date.
[ODIN][INFO] - Successfully installed Valheim!
[Valheim][steam]: Initializing Variables....
[ODIN][INFO] - Successfully written /home/steam/valheim/config.json
[Valheim][steam]: Checking for TYPE flag
[Valheim][steam]: Found Type BepInEx
[Valheim][steam]: Running with BepInEx Valheim <3
[Valheim][steam]: Installing BepInEx
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1086 100 1086 0 0 4826 0 --:--:-- --:--:-- --:--:-- 4805
100 1086 100 1086 0 0 4826 0 --:--:-- --:--:-- --:--:-- 4805
[Valheim][steam]: Pulling BepInEx from https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/
[ODIN][INFO] - Installing Framework...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/denikson-BepInExPack_Valheim-5.4.1901.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/RandyKnapp/ExtendedItemDataFramework/1.0.7/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/RandyKnapp/ExtendedItemDataFramework/1.0.7/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/RandyKnapp-ExtendedItemDataFramework-1.0.7.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/CW_Jesse/BetterNetworking_Valheim/1.2.201/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/CW_Jesse/BetterNetworking_Valheim/1.2.201/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/CW_Jesse-BetterNetworking_Valheim-1.2.201.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/pipakin/SkillInjector/1.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/pipakin/SkillInjector/1.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/pipakin-SkillInjector-1.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Hub/VitalitySkill/1.5.8/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Hub/VitalitySkill/1.5.8/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Hub-VitalitySkill-1.5.8.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/Better_Trader_Remake/2.1.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/Better_Trader_Remake/2.1.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-Better_Trader_Remake-2.1.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ValheimModding/Jotunn/2.7.6/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ValheimModding/Jotunn/2.7.6/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ValheimModding-Jotunn-2.7.6.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/RockerKitten/BoneAppetit/3.2.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/RockerKitten/BoneAppetit/3.2.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/RockerKitten-BoneAppetit-3.2.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/Custom_Raids/1.6.2/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/Custom_Raids/1.6.2/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-Custom_Raids-1.6.2.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/makail/Skyheim/1.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/makail/Skyheim/1.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/makail-Skyheim-1.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/Drop_That/2.3.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/Drop_That/2.3.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-Drop_That-2.3.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/Spawn_That/1.0.5/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/Spawn_That/1.0.5/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-Spawn_That-1.0.5.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/MonsterLabZ/MonsterLabZ/2.4.4/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/MonsterLabZ/MonsterLabZ/2.4.4/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/MonsterLabZ-MonsterLabZ-2.4.4.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/PotionPlus/4.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/PotionPlus/4.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-PotionPlus-4.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Smoothbrain/Jewelcrafting/1.1.15/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Smoothbrain/Jewelcrafting/1.1.15/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Smoothbrain-Jewelcrafting-1.1.15.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/This_Goes_Here/2.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/This_Goes_Here/2.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-This_Goes_Here-2.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Advize/PlantEverything/1.11.5/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Advize/PlantEverything/1.11.5/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Advize-PlantEverything-1.11.5.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/k942/MassFarming/1.3.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/k942/MassFarming/1.3.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/k942-MassFarming-1.3.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/OpenDatabase/1.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/OpenDatabase/1.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-OpenDatabase-1.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Smoothbrain/CreatureLevelAndLootControl/4.4.9/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Smoothbrain/CreatureLevelAndLootControl/4.4.9/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Smoothbrain-CreatureLevelAndLootControl-4.4.9.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Huntardys/EpicValheimsAdditions/1.8.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Huntardys/EpicValheimsAdditions/1.8.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Huntardys-EpicValheimsAdditions-1.8.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ValheimModding/HookGenPatcher/0.0.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ValheimModding/HookGenPatcher/0.0.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ValheimModding-HookGenPatcher-0.0.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Gratak/StructureDamageTweaks/1.0.2/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Gratak/StructureDamageTweaks/1.0.2/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Gratak-StructureDamageTweaks-1.0.2.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/castix/FloatingItems/1.0.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/castix/FloatingItems/1.0.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/castix-FloatingItems-1.0.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/LVH-IT/UseEquipmentInWater/0.2.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/LVH-IT/UseEquipmentInWater/0.2.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/LVH-IT-UseEquipmentInWater-0.2.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/WackyMole/WackysDatabase/1.2.5/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/WackyMole/WackysDatabase/1.2.5/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/WackyMole-WackysDatabase-1.2.5.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Gratak/VitalityRewrite/1.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Gratak/VitalityRewrite/1.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Gratak-VitalityRewrite-1.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/thedefside/jtv_biomes/0.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/thedefside/jtv_biomes/0.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/thedefside-jtv_biomes-0.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Padank/AlweStats/4.3.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Padank/AlweStats/4.3.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Padank-AlweStats-4.3.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/LukaWolf/CraftingWithContainersTempFix/1.0.16/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/LukaWolf/CraftingWithContainersTempFix/1.0.16/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/LukaWolf-CraftingWithContainersTempFix-1.0.16.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/MaGic/Quick_Deposit/1.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/MaGic/Quick_Deposit/1.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/MaGic-Quick_Deposit-1.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/OdinShip/0.1.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/OdinShip/0.1.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-OdinShip-0.1.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/MSchmoecker/VNEI/0.7.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/MSchmoecker/VNEI/0.7.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/MSchmoecker-VNEI-0.7.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/CraftyCartsRemake/3.0.7/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/CraftyCartsRemake/3.0.7/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-CraftyCartsRemake-3.0.7.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/RandyKnapp/EquipmentAndQuickSlots/2.0.15/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/RandyKnapp/EquipmentAndQuickSlots/2.0.15/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/RandyKnapp-EquipmentAndQuickSlots-2.0.15.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Smoothbrain/Farming/2.1.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Smoothbrain/Farming/2.1.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Smoothbrain-Farming-2.1.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Nexus/FarmGrid/0.2.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Nexus/FarmGrid/0.2.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Nexus-FarmGrid-0.2.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ishid4/BetterArchery/1.7.6/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ishid4/BetterArchery/1.7.6/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ishid4-BetterArchery-1.7.6.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/KGvalheim/MagicOverhaul/1.5.594/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/KGvalheim/MagicOverhaul/1.5.594/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/KGvalheim-MagicOverhaul-1.5.594.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/TJzilla/BepInEx_ConfigurationManager/16.1.2/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/TJzilla/BepInEx_ConfigurationManager/16.1.2/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/TJzilla-BepInEx_ConfigurationManager-16.1.2.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/JereKuusela/Server_devcommands/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/JereKuusela/Server_devcommands/
"thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Os { code: 2, kind: NotFound, message: ""No such file or directory"" }', src/odin/mods/mod.rs:294:63"note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/xAfflict/UnrestrictedPortals/1.4.2/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/xAfflict/UnrestrictedPortals/1.4.2/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/xAfflict-UnrestrictedPortals-1.4.2.zip
[Valheim][steam]: Starting server...
[ODIN][INFO] - Setting up start scripts...
[ODIN][INFO] - Looking for burial mounds...
[ODIN][INFO] - Server has been started with BepInEx! Keep in mind this may cause errors!!
[ODIN][INFO] - ##########################################################################################################################
[ODIN][INFO] - DISCLAIMER! Modding your server can cause a lot of errors.
[ODIN][INFO] - Please do NOT post issue on the valheim-docker repo based on mod issues.
"[ODIN][INFO] - By installing mods, you agree that you will do a root cause analysis to why your server is failing before you make a post."
[ODIN][INFO] - Modding is currently unsupported by the Valheim developers and limited support by the valheim-docker repo.
[ODIN][INFO] - If you have issues please contact the MOD developer FIRST based on the output logs.
[ODIN][INFO] - ##########################################################################################################################
[ODIN][INFO] - Server has been started and Daemonized. It should be online shortly!
[ODIN][INFO] - Keep an eye out for 'Game server connected' in the log!
[ODIN][INFO] - (this indicates its online without any errors.)
[Valheim][steam]: Herding Graydwarfs...
'"==> /home/steam/valheim/logs/valheim_server.log <=="
[Info : BepInEx] Supports SRE: True
"[Info : BepInEx] System platform: Bits64, Linux"
[Message: BepInEx] Preloader started
[Info : BepInEx] Loaded 1 patcher method from [BepInEx.Preloader 5.4.19.0]
[Info : BepInEx] 1 patcher plugin loaded
[Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
[Message: BepInEx] Preloader finished
[Info : BepInEx] Detected Unity version: v2020.3.33f1
[Message: BepInEx] Chainloader ready
[Message: BepInEx] Chainloader started
'"==> /home/steam/valheim/logs/valheim_server.err <=="
'"==> /home/steam/valheim/logs/output.log <=="
'"==> /home/steam/valheim/logs/auto-update.out <=="
'"==> /home/steam/valheim/logs/auto-backup.out <=="
'"==> /home/steam/valheim/logs/valheim_server.log <=="
[Info : BepInEx] 39 plugins to load
[Warning: BepInEx] Skipping [AlweStats 4.3.0] because of process filters (Valheim.exe)
"[Warning: BepInEx] Skipping [Use Equipment in Water 0.2.3] because of process filters (valheim.exe, valheim.x86_64)"
[Warning: BepInEx] Skipping [VNEI 0.7.0] because of process filters (valheim.exe)
[Warning: BepInEx] Skipping [Vitality Skill 1.5.0.7] because of process filters (Valheim.exe)
[Info : BepInEx] Loading [PlantEverything 1.11.5]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c0f6c90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1347a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c132af0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c16da00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1b4500.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1b6680.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1877a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c181a50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c189b50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1aaba0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1cfdb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1dbd50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1f40f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1d4890.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c20edd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1518f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c14b320.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c1599f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c266380.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c26efb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c25fab0.so
[Info : BepInEx] Loading [Configuration Manager 16.1]
[Info : BepInEx] Loading [Creature Level & Loot Control 4.4.9]
08/04/2022 08:50:03: Loaded localization CSV:localization language:English
08/04/2022 08:50:03: Loaded localization CSV:localization_extra language:English
08/04/2022 08:50:03: Loaded localization CSV:localization language:English
08/04/2022 08:50:03: Loaded localization CSV:localization_extra language:English
08/04/2022 08:50:03: Loaded localization CSV:localization language:English
08/04/2022 08:50:03: Loaded localization CSV:localization_extra language:English
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c5fd980.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c60b040.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c60df10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c60f410.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c600a00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c615d90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6336d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c63e6a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c64b8b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c65e1f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c656260.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c67fe80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c679980.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c65ff70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c689000.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c68b430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c66ac90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6978e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6a5ee0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6d5a20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6c2690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6e7110.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6f8420.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6fa7b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c708a40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6ff290.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c701190.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7182d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c71c560.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c71da70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c72b5d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03b2593d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c740390.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c73b8a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c738860.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c755e00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c765070.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c789b90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c79ede0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7968f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7989e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c79b340.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c781d90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c783810.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7b7ef0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7bd150.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7cfb10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7d6450.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7f1440.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7eb280.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7e9000.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7e6500.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8077c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c80c630.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7fc030.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c7f62c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8236e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c81f0b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8348f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c830980.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c83ee70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c841770.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c222f80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c22ac40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c24a1a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c24c500.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c2350c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c2392f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c245610.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8d35a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c241930.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8d58e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c254990.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8d89f0.so
[Info : BepInEx] Loading [Spawn That! 1.0.5]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9066f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c90dfe0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9232f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9421e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9397e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c951590.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c981b50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c986a00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c97e910.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c97ab90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6a7e70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c6aa400.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c95a9f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca358a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c991f80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c999690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9ce130.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9acf30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9b5e00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9cc5a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9bbd90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca188e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca153c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9d5ee0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9d1e70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9c5fb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca110c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca0b840.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca48b40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9efef0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c9f3250.so
[Info : BepInEx] Loading [Custom Raids 1.6.2]
[Info :Custom Raids] Loading configurations...
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca5c6f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca554f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca58370.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca896a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca8afb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca6c340.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca75cf0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca79ef0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca9b650.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca9e3d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03caa9030.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cab7d60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cabae70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03caa2df0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cac1710.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cac2980.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03caaf8d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cad6ea0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cac5a40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cae01f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb1e3e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb09660.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb1ffc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb1b560.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb142d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb17b00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb2df90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb273b0.so
[Info : BepInEx] Loading [Drop That! 2.3.3]
[Message:Drop That!] Loading general configuration from /home/steam/valheim/BepInEx/config/drop_that.cfg.
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb6be80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb65260.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb68940.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb77eb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb71d60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8098c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb7fee0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb85910.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb8b5d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb90690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cba2c60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb9eb10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cb9a060.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbaf150.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cba5970.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbaa960.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbb57a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbb7f50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbc38e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbd5300.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbd6f40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbcbe00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbda740.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbdc670.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cbf69e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc1dcf0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc12020.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc23f30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc1a690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc2d6c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc31330.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc355c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc676e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc6bc90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc6ee30.so
[Info : BepInEx] Loading [CraftyCarts 3.0.7]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc8d3d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc8a430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cca14a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc97a80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cc9b500.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ccb1650.so
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Standard Two Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/Standard Two Sided shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Standard Two Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ccf91a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd0fb90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd37410.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd406a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd2e810.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd319e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd34f00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd14870.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd1e0f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd284f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd20820.so
[Info : BepInEx] Loading [FarmGrid 0.2.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd721f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd7ecb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd4a8e0.so
[Info : BepInEx] Loading [OpenDatabase 1.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd62170.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd54280.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd57b10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdc2b10.so
[Info : BepInEx] Loading [FloatingItems 1.0.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cd5e940.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdc7610.so
[Info : BepInEx] Loading [Crafting with Containers - TempFix by LukaWolf 1.0.15]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdd58d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdddd40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cde1cc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce069e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdc0a50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03b714860.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03b70e650.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce050e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce029c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdf0800.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdf22b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdacb90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdb1bb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03cdb05a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce31b20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce35540.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce393c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce49be0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce5b370.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce5eae0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce70f30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce6afb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ce75ce0.so
[Info : BepInEx] Loading [UnrestrictedPortals 1.4.2]
[Message:UnrestrictedPortals] Loading configuration...
[Message:UnrestrictedPortals] Successfully loaded configuration.
[Message:UnrestrictedPortals] Loading patches...
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0183e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d01d320.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d024c00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0273d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d02ab60.so
[Message:UnrestrictedPortals] Successfully loaded patches.
[Info : BepInEx] Loading [Jotunn 2.7.6]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d042210.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d053060.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d060e10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d038320.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0810e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d06fa00.so
[Info : Jotunn] Initializing LocalizationManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0d2320.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0db0d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0ddd40.so
[Info : Jotunn] Initializing CommandManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0f07a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d0ee300.so
[Info : Jotunn] Initializing InputManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d10adb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d105500.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d108ed0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1157b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d113780.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d11d650.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d120f40.so
[Info : Jotunn] Initializing SkillManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d124950.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d128cd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1387a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d13c9d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d140a90.so
[Info : Jotunn] Initializing PrefabManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d14bb40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1453f0.so
[Info : Jotunn] Initializing ItemManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d151e80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d153df0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d157280.so
[Info : Jotunn] Initializing PieceManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d15a670.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d15edb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1629c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d168130.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d16bd70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d18fba0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1725a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d175dd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1919b0.so
[Info : Jotunn] Initializing CreatureManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d184570.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d186ae0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1963f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d19a100.so
[Info : Jotunn] Initializing ZoneManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1b0e80.so
[Info : Jotunn] Initializing MockManager
[Info : Jotunn] Initializing KitbashManager
[Info : Jotunn] Initializing GUIManager
[Info : Jotunn] Initializing KeyHintManager
[Info : Jotunn] Initializing NetworkManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1fa610.so
[Info : Jotunn] Initializing SynchronizationManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1fd880.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d211890.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1ba090.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d206320.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d208930.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d20b800.so
[Info : Jotunn] Initializing RenderManager
[Info : Jotunn] Initializing MinimapManager
[Info : Jotunn] Initializing UndoManager
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1f2380.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1e6b40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1d0250.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1d2b60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d1d6ce0.so
[Info : Jotunn] Jötunn v2.7.6 loaded successfully
[Info : BepInEx] Loading [Quick Deposit 1.0.0]
[Info : BepInEx] Loading [MagicOverhaul 1.5.5]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d37b130.so
ERROR: Shader GAPH Custom Shader/Integrated Particle/Integrated Particle (ValueControl) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader GAPH Custom Shader/Integrated Particle/Integrated Particle (WithNormal) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader GAPH Custom Shader/Distortion Effect/Distortion Texture/Distortion Effect(WithMask) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/Explosion shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Multiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Transparent/Cutout/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Transparent/Cutout/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Unlit/ProjectTex shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader MK/Glow/Selective/Legacy/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'MagicalFX/Rim' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader MagicalFX/Rim shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'MagicalFX/Rim' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Alpha Blended Premultiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader KriptoFX/ME/Particle shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive (Soft) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader GAPH Custom Shader/Object Skin/Vertex Animation(WithRimLight) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/GlowAdditiveSimple shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/GlowAdditiveTwoColor shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/GlowAdditive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader FX/Glass/Stained BumpDistort shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/Matrix/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader GAPH Custom Shader/Object Skin/Rim Light (With Texture Animation) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Cutout' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Cutout shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Cutout' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Mobile/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/AlphaBlended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/ParticleAdd shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader KriptoFX/ME/GlowCutoutGradient shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Transparent' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Transparent shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Transparent' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader KriptoFX/ME/Distortion shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Effects/Distortion/ParticlesCutOut shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Opaque' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Opaque shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Ciconia Studio/CS_Standard/Builtin/Standard (Specular setup)/Opaque' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader KriptoFX/ME/GlowCutout shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader KriptoFX/ME/LightningParticles shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'KriptoFX/ME/Gold' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader KriptoFX/ME/Gold shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'KriptoFX/ME/Gold' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'UI/TribalEffect' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader UI/TribalEffect shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'UI/TribalEffect' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d2e04d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d402200.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4059d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d2f1740.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d2f51b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d373440.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d2fa010.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d3679f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d36b3c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d30ea30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d307be0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d303520.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d309cc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d315a40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d318370.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d31d460.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d40ddd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4cd3d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d347a50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d349e90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4d1960.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4d5430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d432410.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d436400.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d338730.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d33b1e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d3411b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d344ee0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d424b30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d428760.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4105e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d413cf0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4178e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d41b7d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d41efa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d43cba0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d43fea0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4587c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d45aff0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d448380.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d44e180.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d451bd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d456590.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d495910.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d486940.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d48c2b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d48f9f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d45fb50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d463a60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d469760.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d46dca0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d471750.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d474de0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d478b50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d47c740.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4b7df0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4bc180.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d51e8a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4c2d30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4c6b20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4ab360.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4af630.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4b2fa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d498c00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4a8300.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d49f610.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4a41b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4da600.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4e6e00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4e0f70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4e5900.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4ef320.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d51bba0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4f5b10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4f9660.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5227c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d4ffa20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d502d70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d506a40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d50abf0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d512010.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5249b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d528360.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d516cd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d566280.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d56ad70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d56ecb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d52f070.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d532b40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d537240.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d53d2b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d542650.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d561990.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d549690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d54cee0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d550b10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d556550.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d55a3a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d55ec90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d571a60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5756d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d57b110.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d57eb40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d582770.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d587140.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d58bd30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d58fda0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5939f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d608bb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5a4e20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d59c3a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5a7f50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5ab860.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5ee5d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5ff1b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d6024a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5f4860.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d5f8d10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d60c270.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d610360.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d6141f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d617ec0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d61b0f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d61fa80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d6270d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d62cab0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d631270.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d6ace40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d68a640.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d6a6d70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c893740.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c896330.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8991a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c89fd30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8c0b60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8a8320.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8ab160.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8addd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8b44c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7b1520.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7b6a00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7cbaf0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7ceb40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7d23f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7d5fa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c84b370.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7dc4f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c8753a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03c866f00.so
[Info : BepInEx] Loading [PotionsPlus 4.1.1]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d9f9ec0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d7f70f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da20990.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da249b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da286a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da2c070.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da2f880.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da33b50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da4e1c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da532e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da85430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da95e00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da8e550.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da67340.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03da7ad10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dad10d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dad6240.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dad97b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d93c850.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d9343e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03daac3a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03daa82f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03daf4b90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03daf9bb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dabc860.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dab6170.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dae8b10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03daff9a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03db03b90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03db08d00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dc1db80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dc20d30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dc251a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dc52d80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dc5a870.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03af02100.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03af05d10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03aefa0f0.so
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Loot Beams/Beam Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dc9af20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dcb8410.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dba3a40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dba7fb0.so
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Alpha Blended Premultiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard Double Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard Double Sided shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard Double Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Lux Lit Particles/ Bumped shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
[Info : BepInEx] Loading [SkillInjectorMod 1.1.1]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dbc8660.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dbb2d60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dbf95d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dbfdd80.so
[Info : BepInEx] Loading [BoneAppetit 3.2.0]
[Message:Boneappetit.BoneAppetit] Prepping Kitchen...
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
[Message:Boneappetit.BoneAppetit] Big thanks to MeatwareMonster!
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dbee440.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dbf07b0.so
[Info : BepInEx] Loading [Better Networking 1.2.2]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dd50f60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dbd1d80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dd5e890.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dd6ce60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dd76290.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03db52b60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03db5f170.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03db65e50.so
[Info : BepInEx] Loading [Epic Valheims Additions - by Huntard 1.8.3]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03db6d520.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03db726b0.so
[Info :EpicValheimsAdditions.Core] Loading...
[Info :EpicValheimsAdditions.Core] Loaded Prefabs
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Transparent/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Sprites/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Sprites/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Sprites/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Unlit/Color shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader KriptoFX/ME/LightningParticles shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
[Info :EpicValheimsAdditions.Core] Loaded CraftingPieces
[Info :EpicValheimsAdditions.Core] Loaded Ingots/scales/ore
[Info :EpicValheimsAdditions.Core] Loaded MiscItems
WARNING: Shader Unsupported: 'Custom/Player' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/Player shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Player' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'ANGRYMESH/Nature Pack/Standard/Detail Props Snow' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader ANGRYMESH/Nature Pack/Standard/Detail Props Snow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'ANGRYMESH/Nature Pack/Standard/Detail Props Snow' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Mobile/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Mobile/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/BODYMAT' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/BODYMAT shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/BODYMAT' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
[Info :EpicValheimsAdditions.Core] Loaded BossStuff
[Info :EpicValheimsAdditions.Core] Loaded HeavymetalWeapons
[Info :EpicValheimsAdditions.Core] Loaded FrometalWeapons
[Info :EpicValheimsAdditions.Core] Loaded FlametalWeapons
[Info :EpicValheimsAdditions.Core] Loaded DeepAbyssWeapons
[Info :EpicValheimsAdditions.Core] Loaded Vegetation
[Info :EpicValheimsAdditions.Core] Loaded configs
[Info :EpicValheimsAdditions.Core] Updated configs
[Info : BepInEx] Loading [Better Archery 1.7.6]
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03de79b00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03de80af0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03de84d60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df78d20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03de8bd00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df974e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df9b8f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03de9e950.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03de90a10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03de95280.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df85000.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df741e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfb8ca0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dffe230.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df6e2b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e010550.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfafee0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfabab0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfacbc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df5f270.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df62a60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df654f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfa9bc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfa3760.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e000d90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e00ddc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e00a5f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfd96d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfc55a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfcadf0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfcf280.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfd39d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfefca0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dff6d40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfe16b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfe5120.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfe8b10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03dfecaa0.so
[Info : BepInEx] Loading [OdinShip 0.1.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03df4b4a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0bcf10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e084200.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0883f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e08c020.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e08f970.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e097f70.so
ERROR: Shader Custom/Piece shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Custom/Autodesk Interactive Two Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/Autodesk Interactive Two Sided shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Autodesk Interactive Two Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Additive (Soft) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Custom/DepthMask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Vegetation' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/Vegetation shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Vegetation' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Custom/ShadowBlob' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/ShadowBlob shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/ShadowBlob' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/Creature shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Bumped Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Bumped Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Transparent/Cutout/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Transparent/Cutout/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Transparent/Cutout/Doublesided/Bumped Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Transparent/Cutout/Doublesided/Bumped Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Transparent/Cutout/Doublesided/Bumped Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Legacy Shaders/Reflective/VertexLit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Reflective/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Reflective/VertexLit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Legacy Shaders/Reflective/Bumped Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Reflective/Bumped Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Reflective/Bumped Diffuse' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Legacy Shaders/Reflective/Bumped Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Reflective/Bumped Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Reflective/Bumped Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e055ab0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e05fd50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e078140.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e07c430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0626f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e066160.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e071e50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e1387d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0ca0e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0edf70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0f23a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0f96d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e0fe200.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e1023d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e106880.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e10e490.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e111640.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e115a90.so
[Info : BepInEx] Loading [BetterTrader 2.0.5.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e152b50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e158bc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e1613f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e165b60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e16a0f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e16db60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e12eb40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e121c30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e1270a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e16eff0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ca2dc70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e1887f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e18cdc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e523d90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e52d000.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e530ae0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e535030.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e538a80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e59c8c0.so
[Info : BepInEx] Loading [MonsterLabZ 2.4.4]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e769550.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e76ebc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e544090.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e547d80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e54a490.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e54eae0.so
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Custom/Standard Two Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/Standard Two Sided shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Standard Two Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive (Soft) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Multiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Alpha Blended Premultiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Bumped Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Specular' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Unlit/Lighting shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Custom/StaticRock shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Player' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Custom/Player shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Player' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e784e70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e576580.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e78d4f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d2a7640.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e56e2a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03d2b8be0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e5f0280.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e5bf170.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e5c1e80.so
ERROR: Shader Mobile/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e5e86a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e5da3e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e5ddc30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e610ef0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e6150a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e619490.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e661580.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e657330.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e5e2430.so
[Info : BepInEx] Loading [Farming 2.1.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e606060.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e6631b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e62a3b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e64cf90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e6512a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e6340c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7b0980.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7be0a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7c2830.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7998f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7c9e20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7cd030.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7d3240.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7ec8f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7f20a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7eaca0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7d0720.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e670aa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e66ac60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e8040b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e808260.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7d9df0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e685d10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7e5650.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e7e8f50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e6770d0.so
[Info : BepInEx] Loading [Extended Item Data Framework 1.0.7]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e67b0b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e812750.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e822440.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e8190e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e81ca20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e827470.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e6c6fa0.so
[Info : BepInEx] Loading [Jewelcrafting 1.1.15]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03e6d7af0.so
08/04/2022 08:51:12: Loaded localization CSV:localization language:English
08/04/2022 08:51:12: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:13: Loaded localization CSV:localization language:English
08/04/2022 08:51:13: Loaded localization CSV:localization_extra language:English
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ead9040.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eaeae30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ead4c20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eadd1a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eae0430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eaef890.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb71950.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb05890.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb0ad80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb0f9d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb266c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb2a810.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb2bfe0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb6f790.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ebb0640.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ebaa1e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ebae650.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb8fd80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eb9fc20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eba35f0.so
ERROR: Shader Loot Beams/Beam Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Alpha Blended Premultiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard Double Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard Double Sided shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard Double Sided' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Mobile/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Additive Intensify' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Additive Intensify shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Additive Intensify' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Mobile/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef0fbc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eed1680.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef11bd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef3b780.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eed8130.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef3def0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef4d530.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef43180.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef46c70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef3cc90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef311d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef351c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef16e80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef1d450.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef24070.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef82cb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef87640.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef8c5b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efac970.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efb1380.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef2cf60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef97760.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef61940.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efe1a40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef964f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efd8bc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efdcf90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef9d470.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef7c160.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efa46e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef6ef40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef73bd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03ef78a60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efea750.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efebb60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efdf350.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03eff7560.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efff940.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f002420.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f009040.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efbbb90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efc0560.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f058ff0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efcf790.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03efd37c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1ca5a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f01b140.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f01c850.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f01ece0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0269d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f02ac50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f02e530.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f038490.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0a4a90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f03d040.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1c8e70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0422b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f049380.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f04ccc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0504e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f051dd0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f05f5d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f063810.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f040a40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f08f440.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f093230.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f09f600.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f067990.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f06bc70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f06f680.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0787b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f088a30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f087690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f082370.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0e4f50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0b0aa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0b7900.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0bf8c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0a3390.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0c8580.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0cccc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0d2740.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0d4a90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0dcb60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0c3ca0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0e7530.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0ebd60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0efb60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0f59c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0f98c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0fe3e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f0e25e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1088f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f10cef0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f111ed0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f115910.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f119450.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f11f980.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1216e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1259d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f12d310.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f131170.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f102a80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f139410.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f13dfc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f141b10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f145890.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f14ece0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f154a90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f157d40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f15ca50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f161fb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f19a8d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f18b180.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f190a20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1944d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1982e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1a2380.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f152b80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1aa6a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f166d20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1aeb70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1a62e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1b7aa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1bd8d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f16c240.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f170000.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f173dc0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f177860.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f17b700.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1818f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f210e20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f212750.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2ba720.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1b36b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1fd820.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f201f60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f205730.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2091e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f20b4b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1dea40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1f9d60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1e74f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1f66e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1ec7b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1f0530.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2c0170.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2c3bb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f1f37b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2cc180.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2d07c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2d4190.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2d7f50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2dce90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2c6ed0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f21bb40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f27a430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f27d5b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2835e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2543f0.so
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
[Info : BepInEx] Loading [Display BepInEx Info In-Game 2.0.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2429b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f22dfa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f236e20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f250890.so
[Info : BepInEx] Loading [Equipment and Quick Slots 2.0.15]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f288600.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f25fce0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f468400.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f46baa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f470190.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f28dd20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f291ce0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f29b110.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f29f860.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2a49a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2a8700.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2ea180.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2b1670.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2b4ed0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f266370.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2f21b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2f61f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2f9f30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f2fdb70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f302530.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f306810.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f30c5e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f312a10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3155d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3191b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f31ce30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f321220.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f325920.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f32af70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f32eab0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f332f80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3379a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f33f690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f310100.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f346d30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f34a7e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f350410.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f354450.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3581f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f35c9f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f361d80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3431a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3693d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f36f180.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3e5920.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f376150.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f3e1d80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f37b020.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f37ed40.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f365a80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f389910.so
[Info : BepInEx] Loading [Skyheim 1.1.1]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f427d30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f423430.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f429b60.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f47a1d0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f47ef80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4132b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f42dfa0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4339f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f44cfe0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f43ab20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f43f4f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4442f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f48a2a0.so
"Couldn't create a Convex Mesh from source mesh ""Quad Sphere"" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh."
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4a87a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4ad140.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4b1b50.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4b5de0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4a48b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4c12b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4c6f90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4d7540.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4dca20.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f526980.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f52c5b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5234f0.so
[Info : BepInEx] Loading [Structure Damage Tweaks 1.0.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f514bb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f51be10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f54aef0.so
[Info : BepInEx] Loading [jtv_biomes 0.0.1]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f533620.so
[Info : BepInEx] Loading [Vitality Rewrite 1.0.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f509550.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f50a700.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4e5fe0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4e9c00.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4ed5e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f545690.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4f5c80.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4f98c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5726f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f577150.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f57ac30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5bc6b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f4f10e0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5c55f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5c9290.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5ccb70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5d3cc0.so
[Info : BepInEx] Loading [WackysDatabase 1.2.5]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f720c70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f72cad0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f7231c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f7265f0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f72fd90.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f74b790.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f70e610.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f73aca0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f73f020.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f7468b0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f749190.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f752be0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f7565a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f75ab40.so
WackysDatabase Transpiling UpdateEnvStatusEffects
WackysDatabase Adding frost immune and ignore
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f760c70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f738ca0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5de920.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5e0020.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f858c30.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f85d670.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5efe40.so
WackysDatabase Loaded files
[Info : BepInEx] Loading [MassFarming 1.0]
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5e3cb0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5f6b10.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f5fa700.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f6269a0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f62e470.so
[Message: BepInEx] Chainloader startup complete
08/04/2022 08:51:21: Starting to load scene:start
"Couldn't create a Convex Mesh from source mesh ""default"" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh."
"Couldn't create a Convex Mesh from source mesh ""default"" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh."
Unloading 6 Unused Serialized files (Serialized files now loaded: 13)
ERROR: Shader Lux Lit Particles/ Bumped shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Unlit/Color shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Alpha Blended Premultiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
"WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?"
"HDR Render Texture not supported, disabling HDR on reflection probe."
"HDR Render Texture not supported, disabling HDR on reflection probe."
UnloadTime: 3.825037 ms
Only custom filters can be played. Please add a custom filter or an audioclip to the audiosource (Amb_MainMenu).
"HDR Render Texture not supported, disabling HDR on reflection probe."
08/04/2022 08:51:25: Loaded localization CSV:localization language:English
08/04/2022 08:51:25: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:25: Loaded localization CSV:localization language:English
08/04/2022 08:51:25: Loaded localization CSV:localization_extra language:English
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f8eb1c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f03f900340.so
08/04/2022 08:51:26: Loaded localization CSV:localization language:English
08/04/2022 08:51:26: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:26: Loaded localization CSV:localization language:English
08/04/2022 08:51:26: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:26: Loaded localization CSV:localization language:English
08/04/2022 08:51:26: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:26: Loaded localization CSV:localization language:English
08/04/2022 08:51:26: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:27: Loaded localization CSV:localization language:English
08/04/2022 08:51:27: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:27: Loaded localization CSV:localization language:English
08/04/2022 08:51:27: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:27: Loaded localization CSV:localization language:English
08/04/2022 08:51:27: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:27: Loaded localization CSV:localization language:English
08/04/2022 08:51:27: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:28: Loaded localization CSV:localization language:English
08/04/2022 08:51:28: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:28: Loaded localization CSV:localization language:English
08/04/2022 08:51:28: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:28: Loaded localization CSV:localization language:English
08/04/2022 08:51:28: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:28: Loaded localization CSV:localization language:English
08/04/2022 08:51:28: Loaded localization CSV:localization_extra language:English
[Message:Spawn That!] Loading local spawner configurations.
[Message:Spawn That!] Config loading took: 00:00:00.0035254
[Message:Spawn That!] Loading simple configurations
[Message:Spawn That!] Loading world spawner configurations.
[Message:Spawn That!] Config loading took: 00:00:00.0461176
[Message:Drop That!] Loading character drop configurations
[Message:Drop That!] Loading character drop lists
[Message:Drop That!] Loading drop table configurations
[Message:Drop That!] Loading drop table lists
08/04/2022 08:51:32: Setting -savedir to: /home/steam/.config/unity3d/IronGate/Valheim
08/04/2022 08:51:32: Get create world Dedicated
08/04/2022 08:51:32: Using environment steamid 892970
08/04/2022 08:51:32: Using steam APPID:892970
'"==> /home/steam/valheim/logs/valheim_server.err <=="
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 2 milliseconds to initialize
Setting breakpad minidump AppID = 892970
[S_API FAIL] Tried to access Steam interface SteamNetworkingUtils003 before SteamAPI_Init succeeded.
'"==> /home/steam/valheim/logs/valheim_server.log <=="
08/04/2022 08:51:32: Server ID 90071992547409920
08/04/2022 08:51:32: Authentication:k_ESteamNetworkingAvailability_Waiting
08/04/2022 08:51:32: Steam game server initialized
08/04/2022 08:51:32: Using default prefs
08/04/2022 08:51:32: Valheim version:0.209.10
[Info :Jotunn.Managers.CommandManager] Adding 1 commands to the Console
08/04/2022 08:51:32: Render threading mode:SingleThreaded
08/04/2022 08:51:32: Loaded localization CSV:localization language:English
08/04/2022 08:51:32: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:32: Loaded localization CSV:localization language:English
08/04/2022 08:51:32: Loaded localization CSV:localization_extra language:English
08/04/2022 08:51:32: Missing audio clip in music respawn
08/04/2022 08:51:32: Builder started
[Info :Jotunn.Managers.LocalizationManager] Loading custom localizations
08/04/2022 08:51:34: Loaded localization CSV:localization language:English
08/04/2022 08:51:34: Loaded localization CSV:localization_extra language:English
[Info :Jotunn.Managers.LocalizationManager] Adding tokens for language 'English'
The shader Hidden/Dof/DepthOfFieldHdr (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) has been disabled as it's not supported on the current platform.
The shader Hidden/SunShaftsComposite (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
The shader Hidden/SimpleClear (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) has been disabled as it's not supported on the current platform.
08/04/2022 08:51:37: Game server connected
08/04/2022 08:51:37: UI Group status changed Menu = True
Unloading 209 unused Assets to reduce memory usage. Loaded Objects now: 187518.
Total: 295.690513 ms (FindLiveObjects: 10.760050 ms CreateObjectMapping: 21.238318 ms MarkObjects: 262.874283 ms DeleteObjects: 0.816772 ms)
Unloading 6 Unused Serialized files (Serialized files now loaded: 13)
UnloadTime: 16.465380 ms
"HDR Render Texture not supported, disabling HDR on reflection probe."
"HDR Render Texture not supported, disabling HDR on reflection probe."
08/04/2022 08:51:38: Using default prefs
[Info :Jotunn.Managers.CommandManager] Adding 1 commands to the Console
08/04/2022 08:51:38: isModded: True
08/04/2022 08:51:38: Zonesystem Awake 566
08/04/2022 08:51:38: DungeonDB Awake 566
[Message:Better Networking] Valheim's default NetworkSendRateMin is 153600
[Message:Better Networking] Valheim's default NetworkSendRateMax is 153600
[Message:Better Networking] Setting NetworkSendRateMin to 460800
[Message:Better Networking] Setting NetworkSendRateMax to 0
[Message:Better Networking] Setting SendBufferSize to 5242880 (dedicated:True)
08/04/2022 08:51:38: Registering lobby
Registered 'advize.PlantEverything ConfigSync' RPC - waiting for incoming connections
Registered 'CL&LC ConfigSync' RPC - waiting for incoming connections
Registered 'azumatt.CraftyCarts ConfigSync' RPC - waiting for incoming connections
Registered 'azumatt.CraftyCarts PieceManager ConfigSync' RPC - waiting for incoming connections
Registered 'PotionsPlus ConfigSync' RPC - waiting for incoming connections
Registered 'com.odinplus.potionsplus ItemManager ConfigSync' RPC - waiting for incoming connections
Registered 'com.odinplus.potionsplus PieceManager ConfigSync' RPC - waiting for incoming connections
Registered 'marlthon.OdinShip ConfigSync' RPC - waiting for incoming connections
Registered 'marlthon.OdinShip PieceManager ConfigSync' RPC - waiting for incoming connections
Registered 'marlthon.OdinShip ItemManager ConfigSync' RPC - waiting for incoming connections
Registered 'MonsterLabZ CreatureManager ConfigSync' RPC - waiting for incoming connections
Registered 'org.bepinex.plugins.farming ConfigSync' RPC - waiting for incoming connections
Registered 'Jewelcrafting ConfigSync' RPC - waiting for incoming connections
Registered 'org.bepinex.plugins.jewelcrafting ItemManager ConfigSync' RPC - waiting for incoming connections
Registered 'org.bepinex.plugins.jewelcrafting PieceManager ConfigSync' RPC - waiting for incoming connections
Registered 'WackyMole.WackysDatabase ConfigSync' RPC - waiting for incoming connections
[Info :Jotunn.Managers.PrefabManager] Adding 139 custom prefabs to the ZNetScene
[CustomSlotCreator] Created quiver slot for LeatherQuiver.
"08/04/2022 08:51:45: Audioman already exist, destroying self"
[Better Trader] Initializing UI!
ERROR: Shader Custom/Blur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Custom/ItemLoadingIndicator shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
[Better Trader] Trader's coins were loaded from Player Prefs with a value of 2000
Unloading 946 unused Assets to reduce memory usage. Loaded Objects now: 190148.
Total: 324.793645 ms (FindLiveObjects: 10.751629 ms CreateObjectMapping: 21.497489 ms MarkObjects: 289.806082 ms DeleteObjects: 2.737325 ms)
[Info :Jotunn.Managers.NetworkManager] Registering 2 custom RPCs
08/04/2022 08:51:51: Zonesystem Start 566
"[Message:Custom Raids] Writing random events (raids) for specific locations, eg. caves, to file /home/steam/valheim/BepInEx/Debug/default_location_random_events.txt."
"08/04/2022 08:51:52: Added 3 locations, 0 vegetations, 0 environments, 0 biome env-setups from locations_cp1"
"08/04/2022 08:51:52: Added 1 locations, 0 vegetations, 1 environments, 0 biome env-setups from locations_mountaincaves"
[Info :EpicValheimsAdditions.Core] Loaded Locations
[Info :EpicValheimsAdditions.Core] Updated EVA Resource drop tables
[Info :EpicValheimsAdditions.Core] Updated Thors Forge level
[Info :EpicValheimsAdditions.Core] Updated Alchemystation level
[Info :jtv_biomes.jtv_biomes] Adding Locations
[Info :Jotunn.Managers.ZoneManager] Injecting 36 custom locations
[Info :Jotunn.Managers.ZoneManager] Injecting 3 custom vegetation
08/04/2022 08:51:52: DungeonDB Start 566
08/04/2022 08:51:53: Load world: BestWorld (Dedicated)
"08/04/2022 08:51:53: Loading 900897 zdos , my id 801206177 data version:28"
08/04/2022 08:51:58: Loaded 100000 dead zdos
08/04/2022 08:51:58: Removed 0 OLD generated ZDOS
08/04/2022 08:51:58: Loaded 8514 locations
The shader Hidden/Dof/DepthOfFieldHdr (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) has been disabled as it's not supported on the current platform.
The shader Hidden/SunShaftsComposite (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
The shader Hidden/SimpleClear (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) has been disabled as it's not supported on the current platform.
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f040e898c0.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f040ecad70.so
Fallback handler could not load library /home/steam/valheim/valheim_server_Data/Mono/data-0x55f040f31a00.so
08/04/2022 08:57:19: Got status changed msg k_ESteamNetworkingConnectionState_Connecting
08/04/2022 08:57:19: New connection
08/04/2022 08:57:19: Accepting connection k_EResultOK
[Message:Better Networking] Setting NetworkSendRateMin to 460800
[Message:Better Networking] Setting NetworkSendRateMax to 0
[Message:Better Networking] Setting SendBufferSize to 5242880 (dedicated:True)
08/04/2022 08:57:19: Connecting to Steamworks.SteamNetworkingIdentity
08/04/2022 08:57:19: Got status changed msg k_ESteamNetworkingConnectionState_Connected
08/04/2022 08:57:19: Connected
08/04/2022 08:57:19: Got connection SteamID 76561198131481829
[Info :WackysDatabase] Invoking version check
[Message:Better Networking] Compression: Added [76561198131481829]
[Message:Better Networking] Compression: Sending version to [76561198131481829]: 2
[Better Trader] Received mod info from 76561198131481829! Their GUID is Menthus.bepinex.plugins.BetterTrader and their Version is EE600D948EA2063568F1C96BA4584F5C!
"[Info :WackysDatabase] Version check, local: 1.2.5, remote: 1.2.5"
[Info :WackysDatabase] Adding peer (76561198131481829) to validated list
08/04/2022 08:57:19: Got handshake from client 76561198131481829
[Message:Custom Raids] Received request for configs.
[Message:Drop That!] Sending location data.
[Message:Drop That!] Finished sending locations package.
[Message:Drop That!] Received request for configs.
[Message:Better Networking] Compression: Version received from [76561198131481829]: 2
[Message:Better Networking] Compression: Compression compatible with [76561198131481829] (2)
[Message:Better Networking] Compression: Sending [76561198131481829] our compression status: (1)
[Message:Better Networking] Compression: Received compression status from [76561198131481829]: 1
[Message:Better Networking] Compression: Compression with [76561198131481829]: enabled
EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.MemoryStream.InternalReadInt32 () [0x00034] in <695d1cc93cca45069c528c15c9fdd749>:0
at (wrapper remoting-invoke-with-check) System.IO.MemoryStream.InternalReadInt32()
at System.IO.BinaryReader.ReadInt32 () [0x00015] in <695d1cc93cca45069c528c15c9fdd749>:0
" at CW_Jesse.BetterNetworking.BN_Patch_Compression.ReceiveCompressedPackages (ZPackage& __result, ZSteamSocket& __instance, Steamworks.HSteamNetConnection& ___m_con, System.Int32& ___m_totalRecv, System.Boolean& ___m_gotData) [0x00192] in :0 "
at (wrapper dynamic-method) ZSteamSocket.DMDZSteamSocket::Recv(ZSteamSocket)
at ZRpc.Update (System.Single dt) [0x00066] in :0
at ZNet.UpdatePeers (System.Single dt) [0x00073] in :0
at (wrapper dynamic-method) ZNet.DMDZNet::Update(ZNet)
EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.MemoryStream.InternalReadInt32 () [0x00034] in <695d1cc93cca45069c528c15c9fdd749>:0
at (wrapper remoting-invoke-with-check) System.IO.MemoryStream.InternalReadInt32()
at System.IO.BinaryReader.ReadInt32 () [0x00015] in <695d1cc93cca45069c528c15c9fdd749>:0
" at CW_Jesse.BetterNetworking.BN_Patch_Compression.ReceiveCompressedPackages (ZPackage& __result, ZSteamSocket& __instance, Steamworks.HSteamNetConnection& ___m_con, System.Int32& ___m_totalRecv, System.Boolean& ___m_gotData) [0x00192] in :0 "
at (wrapper dynamic-method) ZSteamSocket.DMDZSteamSocket::Recv(ZSteamSocket)
at ZRpc.Update (System.Single dt) [0x0000f] in :0
at ZNet.UpdatePeers (System.Single dt) [0x00073] in :0
at (wrapper dynamic-method) ZNet.DMDZNet::Update(ZNet)
[Better Trader] Version check succeeded! Player[EE600D948EA2063568F1C96BA4584F5C] Remote [EE600D948EA2063568F1C96BA4584F5C]
[Better Trader] Sending config to [76561198131481829] which has a size of 227427!
[Magic Overhaul] Started validating :
[Magic Overhaul] Validating: OK
08/04/2022 08:57:23: VERSION check their:0.209.10 mine:0.209.10
"08/04/2022 08:57:23: Server: New peer connected,sending global keys"
[Info :Jotunn.Managers.SynchronizationManager] Sending initial data to peer #2097369029
[MAGIC OVERHAUL] 76561198131481829 connecting: Admin status: True
[MAGIC OVERHAUL] Sending 76561198131481829 package SYNC package
08/04/2022 08:57:46: Got character ZDOID from Donk : 2097369029:8
'"==> /home/steam/valheim/logs/auto-backup.out <=="
/env.sh: line 7: /home/steam/.bash_profile: No such file or directory
[Valheim][steam]: Starting auto backup process...
[Valheim][steam]: Removing old backups...
[Valheim][steam]: Creating backup...
[Valheim][steam]: Backup process complete! Created 20220804-090001-backup.tar.gz
'"==> /home/steam/valheim/logs/valheim_server.log <=="
08/04/2022 09:01:01: Got status changed msg k_ESteamNetworkingConnectionState_Connecting
08/04/2022 09:01:01: New connection
08/04/2022 09:01:01: Accepting connection k_EResultOK
[Message:Better Networking] Setting NetworkSendRateMin to 460800
[Message:Better Networking] Setting NetworkSendRateMax to 0
[Message:Better Networking] Setting SendBufferSize to 5242880 (dedicated:True)
08/04/2022 09:01:01: Connecting to Steamworks.SteamNetworkingIdentity
08/04/2022 09:01:01: Got status changed msg k_ESteamNetworkingConnectionState_Connected
08/04/2022 09:01:01: Connected
08/04/2022 09:01:01: Got connection SteamID 76561197970789870
[Info :WackysDatabase] Invoking version check
[Message:Better Networking] Compression: Added [76561197970789870]
[Message:Better Networking] Compression: Sending version to [76561197970789870]: 2
[Better Trader] Received mod info from 76561197970789870! Their GUID is Menthus.bepinex.plugins.BetterTrader and their Version is EE600D948EA2063568F1C96BA4584F5C!
"[Info :WackysDatabase] Version check, local: 1.2.5, remote: 1.2.5"
[Info :WackysDatabase] Adding peer (76561197970789870) to validated list
08/04/2022 09:01:01: Got handshake from client 76561197970789870
[Message:Custom Raids] Received request for configs.
[Message:Drop That!] Sending location data.
[Message:Drop That!] Finished sending locations package.
[Message:Drop That!] Received request for configs.
[Message:Better Networking] Compression: Version received from [76561197970789870]: 2
[Message:Better Networking] Compression: Compression compatible with [76561197970789870] (2)
[Message:Better Networking] Compression: Sending [76561197970789870] our compression status: (1)
[Message:Better Networking] Compression: Received compression status from [76561197970789870]: 1
[Message:Better Networking] Compression: Compression with [76561197970789870]: enabled
EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.MemoryStream.InternalReadInt32 () [0x00034] in <695d1cc93cca45069c528c15c9fdd749>:0
at (wrapper remoting-invoke-with-check) System.IO.MemoryStream.InternalReadInt32()
at System.IO.BinaryReader.ReadInt32 () [0x00015] in <695d1cc93cca45069c528c15c9fdd749>:0
" at CW_Jesse.BetterNetworking.BN_Patch_Compression.ReceiveCompressedPackages (ZPackage& __result, ZSteamSocket& __instance, Steamworks.HSteamNetConnection& ___m_con, System.Int32& ___m_totalRecv, System.Boolean& ___m_gotData) [0x00192] in :0 "
at (wrapper dynamic-method) ZSteamSocket.DMDZSteamSocket::Recv(ZSteamSocket)
at ZRpc.Update (System.Single dt) [0x00066] in :0
at ZNet.UpdatePeers (System.Single dt) [0x00073] in :0
at (wrapper dynamic-method) ZNet.DMDZNet::Update(ZNet)
EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.MemoryStream.InternalReadInt32 () [0x00034] in <695d1cc93cca45069c528c15c9fdd749>:0
at (wrapper remoting-invoke-with-check) System.IO.MemoryStream.InternalReadInt32()
at System.IO.BinaryReader.ReadInt32 () [0x00015] in <695d1cc93cca45069c528c15c9fdd749>:0
" at CW_Jesse.BetterNetworking.BN_Patch_Compression.ReceiveCompressedPackages (ZPackage& __result, ZSteamSocket& __instance, Steamworks.HSteamNetConnection& ___m_con, System.Int32& ___m_totalRecv, System.Boolean& ___m_gotData) [0x00192] in :0 "
at (wrapper dynamic-method) ZSteamSocket.DMDZSteamSocket::Recv(ZSteamSocket)
at ZRpc.Update (System.Single dt) [0x0000f] in :0
at ZNet.UpdatePeers (System.Single dt) [0x00073] in :0
at (wrapper dynamic-method) ZNet.DMDZNet::Update(ZNet)
[Better Trader] Version check succeeded! Player[EE600D948EA2063568F1C96BA4584F5C] Remote [EE600D948EA2063568F1C96BA4584F5C]
[Better Trader] Sending config to [76561197970789870] which has a size of 227427!
[Magic Overhaul] Started validating :
[Magic Overhaul] Validating: OK
08/04/2022 09:01:14: VERSION check their:0.209.10 mine:0.209.10
"08/04/2022 09:01:14: Server: New peer connected,sending global keys"
[Info :Jotunn.Managers.SynchronizationManager] Sending initial data to peer #1685334439
[MAGIC OVERHAUL] 76561197970789870 connecting: Admin status: True
[MAGIC OVERHAUL] Sending 76561197970789870 package SYNC package
08/04/2022 09:01:17: RPC_Disconnect
[Message:Better Networking] Compression: Removing Hannibal Barca[76561197970789870]
"[Info :WackysDatabase] Peer (76561197970789870) disconnected, removing from validated list"
08/04/2022 09:01:17: Disposing socket
08/04/2022 09:01:17: Closing socket 76561197970789870
08/04/2022 09:01:17: send queue size:0
08/04/2022 09:01:17: Disposing socket
08/04/2022 09:01:17: Got status changed msg k_ESteamNetworkingConnectionState_ClosedByPeer
08/04/2022 09:01:17: Socket closed by peer Steamworks.SteamNetConnectionStatusChangedCallback_t
08/04/2022 09:01:17: Got status changed msg k_ESteamNetworkingConnectionState_None
08/04/2022 09:02:05: Connections 1 ZDOS:901009 sent:0 recv:288
Unloading 7 Unused Serialized files (Serialized files now loaded: 13)
Unloading 55 unused Assets to reduce memory usage. Loaded Objects now: 1363769.
Total: 1792.050185 ms (FindLiveObjects: 148.207436 ms CreateObjectMapping: 51.190933 ms MarkObjects: 1591.273374 ms DeleteObjects: 1.377352 ms)
08/04/2022 09:02:37: Got status changed msg k_ESteamNetworkingConnectionState_Connecting
08/04/2022 09:02:37: New connection
08/04/2022 09:02:37: Accepting connection k_EResultOK
[Message:Better Networking] Setting NetworkSendRateMin to 460800
[Message:Better Networking] Setting NetworkSendRateMax to 0
[Message:Better Networking] Setting SendBufferSize to 5242880 (dedicated:True)
08/04/2022 09:02:37: Connecting to Steamworks.SteamNetworkingIdentity
08/04/2022 09:02:37: Got status changed msg k_ESteamNetworkingConnectionState_Connected
08/04/2022 09:02:37: Connected
08/04/2022 09:02:37: Got connection SteamID 76561197970789870
[Info :WackysDatabase] Invoking version check
[Message:Better Networking] Compression: Added [76561197970789870]
[Message:Better Networking] Compression: Sending version to [76561197970789870]: 2
[Better Trader] Received mod info from 76561197970789870! Their GUID is Menthus.bepinex.plugins.BetterTrader and their Version is EE600D948EA2063568F1C96BA4584F5C!
"[Info :WackysDatabase] Version check, local: 1.2.5, remote: 1.2.5"
[Info :WackysDatabase] Adding peer (76561197970789870) to validated list
08/04/2022 09:02:37: Got handshake from client 76561197970789870
[Message:Custom Raids] Received request for configs.
[Message:Drop That!] Sending location data.
[Message:Drop That!] Finished sending locations package.
[Message:Drop That!] Received request for configs.
[Message:Better Networking] Compression: Version received from [76561197970789870]: 2
[Message:Better Networking] Compression: Compression compatible with [76561197970789870] (2)
[Message:Better Networking] Compression: Sending [76561197970789870] our compression status: (1)
[Message:Better Networking] Compression: Received compression status from [76561197970789870]: 1
[Message:Better Networking] Compression: Compression with [76561197970789870]: enabled
EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.MemoryStream.InternalReadInt32 () [0x00034] in <695d1cc93cca45069c528c15c9fdd749>:0
at (wrapper remoting-invoke-with-check) System.IO.MemoryStream.InternalReadInt32()
at System.IO.BinaryReader.ReadInt32 () [0x00015] in <695d1cc93cca45069c528c15c9fdd749>:0
" at CW_Jesse.BetterNetworking.BN_Patch_Compression.ReceiveCompressedPackages (ZPackage& __result, ZSteamSocket& __instance, Steamworks.HSteamNetConnection& ___m_con, System.Int32& ___m_totalRecv, System.Boolean& ___m_gotData) [0x00192] in :0 "
at (wrapper dynamic-method) ZSteamSocket.DMDZSteamSocket::Recv(ZSteamSocket)
at ZRpc.Update (System.Single dt) [0x00066] in :0
at ZNet.UpdatePeers (System.Single dt) [0x00073] in :0
at (wrapper dynamic-method) ZNet.DMDZNet::Update(ZNet)
[Better Trader] Version check succeeded! Player[EE600D948EA2063568F1C96BA4584F5C] Remote [EE600D948EA2063568F1C96BA4584F5C]
[Better Trader] Sending config to [76561197970789870] which has a size of 227427!
[Magic Overhaul] Started validating :
[Magic Overhaul] Validating: OK
08/04/2022 09:02:42: VERSION check their:0.209.10 mine:0.209.10
"08/04/2022 09:02:42: Server: New peer connected,sending global keys"
[Info :Jotunn.Managers.SynchronizationManager] Sending initial data to peer #3253456488
[MAGIC OVERHAUL] 76561197970789870 connecting: Admin status: True
[MAGIC OVERHAUL] Sending 76561197970789870 package SYNC package
08/04/2022 09:02:44: RPC_Disconnect
[Message:Better Networking] Compression: Removing Hannibal Barca[76561197970789870]
"[Info :WackysDatabase] Peer (76561197970789870) disconnected, removing from validated list"
08/04/2022 09:02:44: Disposing socket
08/04/2022 09:02:44: Closing socket 76561197970789870
08/04/2022 09:02:44: send queue size:0
08/04/2022 09:02:44: Disposing socket
08/04/2022 09:02:44: Got status changed msg k_ESteamNetworkingConnectionState_ClosedByPeer
08/04/2022 09:02:44: Socket closed by peer Steamworks.SteamNetConnectionStatusChangedCallback_t
08/04/2022 09:02:44: Got status changed msg k_ESteamNetworkingConnectionState_None
08/04/2022 09:12:08: Connections 1 ZDOS:901007 sent:0 recv:390
Unloading 0 Unused Serialized files (Serialized files now loaded: 13)
Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 1363769.
Total: 1597.272445 ms (FindLiveObjects: 106.902172 ms CreateObjectMapping: 35.691564 ms MarkObjects: 1453.622637 ms DeleteObjects: 1.054282 ms)
08/04/2022 09:12:12: clone 2432
08/04/2022 09:12:12: World save writing starting
08/04/2022 09:12:12: World save writing started
08/04/2022 09:12:16: Saved 900987 zdos
08/04/2022 09:12:16: World save writing finishing
08/04/2022 09:12:17: World save writing finished
08/04/2022 09:12:17: World saved ( 4503.869ms )
08/04/2022 09:12:45: Got status changed msg k_ESteamNetworkingConnectionState_Connecting
08/04/2022 09:12:45: New connection
08/04/2022 09:12:45: Accepting connection k_EResultOK
[Message:Better Networking] Setting NetworkSendRateMin to 460800
[Message:Better Networking] Setting NetworkSendRateMax to 0
[Message:Better Networking] Setting SendBufferSize to 5242880 (dedicated:True)
08/04/2022 09:12:45: Connecting to Steamworks.SteamNetworkingIdentity
08/04/2022 09:12:45: Got status changed msg k_ESteamNetworkingConnectionState_Connected
08/04/2022 09:12:45: Connected
08/04/2022 09:12:45: Got connection SteamID 76561197970789870
[Info :WackysDatabase] Invoking version check
[Message:Better Networking] Compression: Added [76561197970789870]
[Message:Better Networking] Compression: Sending version to [76561197970789870]: 2
[Better Trader] Received mod info from 76561197970789870! Their GUID is Menthus.bepinex.plugins.BetterTrader and their Version is EE600D948EA2063568F1C96BA4584F5C!
"[Info :WackysDatabase] Version check, local: 1.2.5, remote: 1.2.5"
[Info :WackysDatabase] Adding peer (76561197970789870) to validated list
08/04/2022 09:12:46: Got handshake from client 76561197970789870
[Message:Custom Raids] Received request for configs.
[Message:Drop That!] Sending location data.
[Message:Drop That!] Finished sending locations package.
[Message:Drop That!] Received request for configs.
[Message:Better Networking] Compression: Version received from [76561197970789870]: 2
[Message:Better Networking] Compression: Compression compatible with [76561197970789870] (2)
[Message:Better Networking] Compression: Sending [76561197970789870] our compression status: (1)
[Message:Better Networking] Compression: Received compression status from [76561197970789870]: 1
[Message:Better Networking] Compression: Compression with [76561197970789870]: enabled
[Valheim][steam]: Halting server! Received interrupt!
[ODIN][INFO] - Stopping server /home/steam/valheim
[ODIN][INFO] - Scanning for Valheim process
[ODIN][INFO] - Process NOT found!
[ODIN][INFO] - Waiting for server to completely shutdown...
[ODIN][INFO] - Server has been shutdown successfully!
[Valheim][steam]: Backup on shutdown triggered! Running backup tool...
[Valheim][steam]: Starting auto backup process...
[Valheim][steam]: Removing old backups...
[Valheim][steam]: Creating backup...
[Valheim][root] : ###########################################################################
[Valheim][root] : Valheim Server - Thu 04 Aug 2022 09:17:46 AM CDT
[Valheim][root] : Initializing your container...
[Valheim][root] : You must be in development. Good luck!
[Valheim][root] : ###########################################################################
[Valheim][root] : Switching UID and GID
[Valheim][root] : usermod: no changes
[Valheim][root] :
Configuring Preset Env
Preset Env Configured
[Valheim][root] : Auto Update Enabled...
[Valheim][root] : Auto Update Schedule: 0 1 * * *
[Valheim][root] : Auto Backup Enabled...
[Valheim][root] : Auto Backup Schedule: */60 * * * *
[Valheim][root] : Setting up file systems
[Valheim][root] : Navigating to steam home...
[Valheim][root] : Launching as steam...
[Valheim][steam]: ###########################################################################
[Valheim][steam]: Valheim Server - Thu 04 Aug 2022 09:17:46 AM CDT
[Valheim][steam]: STEAM_UID 1000 - STEAM_GUID 1000
[Valheim][steam]: Installing Valheim via odin 1.5.3...
[Valheim][steam]: ###########################################################################
[Valheim][steam]: Variables loaded.....
[Valheim][steam]: Port: 2456
[Valheim][steam]: Name: MyAWSGamingServer
[Valheim][steam]: World: Dedicated
[Valheim][steam]: Public: 1
[Valheim][steam]: Password: (REDACTED)
[Valheim][steam]: Running Install...
[Valheim][steam]: Attempting to update before launching the server!
[Valheim][steam]: Starting auto backup process...
[Valheim][steam]: Removing old backups...
[Valheim][steam]: Creating backup...
[Valheim][steam]: Backup process complete! Created 20220804-091746-pre-update-backup.tar.gz
[Valheim][steam]: Installing Updates...
[ODIN][INFO] - Installing 896660 to /home/steam/valheim
[ODIN][INFO] - steamcmd found in path
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
"ILocalize::AddFile() failed to load file ""public/steambootstrapper_english.txt""."
[ 0%] Checking for available update...
"[----] Downloading update (0 of 55,093 KB)..."
"[ 0%] Downloading update (1,590 of 55,093 KB)..."
"[ 2%] Downloading update (3,881 of 55,093 KB)..."
"[ 7%] Downloading update (5,986 of 55,093 KB)..."
"[ 10%] Downloading update (7,505 of 55,093 KB)..."
"[ 13%] Downloading update (8,874 of 55,093 KB)..."
"[ 16%] Downloading update (10,230 of 55,093 KB)..."
"[ 18%] Downloading update (11,721 of 55,093 KB)..."
"[ 21%] Downloading update (13,073 of 55,093 KB)..."
"[ 23%] Downloading update (14,436 of 55,093 KB)..."
"[ 26%] Downloading update (15,788 of 55,093 KB)..."
"[ 28%] Downloading update (17,148 of 55,093 KB)..."
"[ 31%] Downloading update (18,509 of 55,093 KB)..."
"[ 33%] Downloading update (19,852 of 55,093 KB)..."
"[ 36%] Downloading update (21,345 of 55,093 KB)..."
"[ 38%] Downloading update (22,704 of 55,093 KB)..."
"[ 41%] Downloading update (24,060 of 55,093 KB)..."
"[ 43%] Downloading update (25,415 of 55,093 KB)..."
"[ 46%] Downloading update (26,905 of 55,093 KB)..."
"[ 48%] Downloading update (28,257 of 55,093 KB)..."
"[ 51%] Downloading update (29,617 of 55,093 KB)..."
"[ 53%] Downloading update (30,958 of 55,093 KB)..."
"[ 56%] Downloading update (32,312 of 55,093 KB)..."
"[ 58%] Downloading update (33,661 of 55,093 KB)..."
"[ 61%] Downloading update (35,154 of 55,093 KB)..."
"[ 63%] Downloading update (36,509 of 55,093 KB)..."
"[ 66%] Downloading update (37,785 of 55,093 KB)..."
"[ 68%] Downloading update (38,475 of 55,093 KB)..."
"[ 69%] Downloading update (39,236 of 55,093 KB)..."
"[ 71%] Downloading update (39,927 of 55,093 KB)..."
"[ 72%] Downloading update (40,617 of 55,093 KB)..."
"[ 73%] Downloading update (41,375 of 55,093 KB)..."
"[ 75%] Downloading update (42,065 of 55,093 KB)..."
"[ 76%] Downloading update (42,760 of 55,093 KB)..."
"[ 77%] Downloading update (43,453 of 55,093 KB)..."
"[ 78%] Downloading update (44,211 of 55,093 KB)..."
"[ 80%] Downloading update (44,907 of 55,093 KB)..."
"[ 81%] Downloading update (45,594 of 55,093 KB)..."
"[ 82%] Downloading update (46,284 of 55,093 KB)..."
"[ 84%] Downloading update (47,041 of 55,093 KB)..."
"[ 85%] Downloading update (47,734 of 55,093 KB)..."
"[ 86%] Downloading update (48,421 of 55,093 KB)..."
"[ 87%] Downloading update (49,108 of 55,093 KB)..."
"[ 89%] Downloading update (49,869 of 55,093 KB)..."
"[ 90%] Downloading update (50,559 of 55,093 KB)..."
"[ 91%] Downloading update (51,247 of 55,093 KB)..."
"[ 93%] Downloading update (52,004 of 55,093 KB)..."
"[ 94%] Downloading update (52,695 of 55,093 KB)..."
"[ 95%] Downloading update (53,387 of 55,093 KB)..."
"[ 96%] Downloading update (53,494 of 55,093 KB)..."
"[ 97%] Downloading update (54,218 of 55,093 KB)..."
"[ 98%] Downloading update (54,906 of 55,093 KB)..."
"[ 99%] Downloading update (55,093 of 55,093 KB)..."
[100%] Download Complete.
[----] Applying update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
"[----] Update complete, launching..."
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
/tmp/dumps is not owned by us - delete and recreate
Unable to delete /tmp/dumps. Continuing anyway.
[ 0%] Checking for available updates...
[----] Verifying installation...
[ 0%] Downloading update...
[ 0%] Checking for available updates...
[----] Download complete.
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
"[----] Update complete, launching Steamcmd..."
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
/tmp/dumps is not owned by us - delete and recreate
Unable to delete /tmp/dumps. Continuing anyway.
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1658944597
'"-- type 'quit' to exit --"
Loading Steam API...OK
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Success! App '896660' already up to date.
"Work thread 'CHTTPClientThreadPool:1' is marked exited, but we could not immediately join prior to deleting -- proceeding without join"
[ODIN][INFO] - Successfully installed Valheim!
[Valheim][steam]: Initializing Variables....
[ODIN][INFO] - Successfully written /home/steam/valheim/config.json
[Valheim][steam]: Checking for TYPE flag
[Valheim][steam]: Found Type BepInEx
[Valheim][steam]: Running with BepInEx Valheim <3
[Valheim][steam]: Installing BepInEx
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1086 100 1086 0 0 4563 0 --:--:-- --:--:-- --:--:-- 4543
[Valheim][steam]: Pulling BepInEx from https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/
[ODIN][INFO] - Installing Framework...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/denikson-BepInExPack_Valheim-5.4.1901.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/RandyKnapp/ExtendedItemDataFramework/1.0.7/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/RandyKnapp/ExtendedItemDataFramework/1.0.7/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/RandyKnapp-ExtendedItemDataFramework-1.0.7.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/CW_Jesse/BetterNetworking_Valheim/1.2.201/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/CW_Jesse/BetterNetworking_Valheim/1.2.201/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/CW_Jesse-BetterNetworking_Valheim-1.2.201.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/pipakin/SkillInjector/1.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/pipakin/SkillInjector/1.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/pipakin-SkillInjector-1.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Hub/VitalitySkill/1.5.8/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Hub/VitalitySkill/1.5.8/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Hub-VitalitySkill-1.5.8.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/Better_Trader_Remake/2.1.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/Better_Trader_Remake/2.1.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-Better_Trader_Remake-2.1.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ValheimModding/Jotunn/2.7.6/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ValheimModding/Jotunn/2.7.6/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ValheimModding-Jotunn-2.7.6.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/RockerKitten/BoneAppetit/3.2.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/RockerKitten/BoneAppetit/3.2.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/RockerKitten-BoneAppetit-3.2.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/Custom_Raids/1.6.2/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/Custom_Raids/1.6.2/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-Custom_Raids-1.6.2.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/makail/Skyheim/1.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/makail/Skyheim/1.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/makail-Skyheim-1.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/Drop_That/2.3.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/Drop_That/2.3.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-Drop_That-2.3.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/Spawn_That/1.0.5/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/Spawn_That/1.0.5/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-Spawn_That-1.0.5.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/MonsterLabZ/MonsterLabZ/2.4.4/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/MonsterLabZ/MonsterLabZ/2.4.4/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/MonsterLabZ-MonsterLabZ-2.4.4.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/PotionPlus/4.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/PotionPlus/4.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-PotionPlus-4.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Smoothbrain/Jewelcrafting/1.1.15/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Smoothbrain/Jewelcrafting/1.1.15/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Smoothbrain-Jewelcrafting-1.1.15.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ASharpPen/This_Goes_Here/2.1.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ASharpPen/This_Goes_Here/2.1.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ASharpPen-This_Goes_Here-2.1.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Advize/PlantEverything/1.11.5/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Advize/PlantEverything/1.11.5/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Advize-PlantEverything-1.11.5.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/k942/MassFarming/1.3.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/k942/MassFarming/1.3.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/k942-MassFarming-1.3.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/OpenDatabase/1.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/OpenDatabase/1.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-OpenDatabase-1.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Smoothbrain/CreatureLevelAndLootControl/4.4.9/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Smoothbrain/CreatureLevelAndLootControl/4.4.9/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Smoothbrain-CreatureLevelAndLootControl-4.4.9.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Huntardys/EpicValheimsAdditions/1.8.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Huntardys/EpicValheimsAdditions/1.8.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Huntardys-EpicValheimsAdditions-1.8.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/ValheimModding/HookGenPatcher/0.0.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/ValheimModding/HookGenPatcher/0.0.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/ValheimModding-HookGenPatcher-0.0.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Gratak/StructureDamageTweaks/1.0.2/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Gratak/StructureDamageTweaks/1.0.2/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Gratak-StructureDamageTweaks-1.0.2.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/castix/FloatingItems/1.0.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/castix/FloatingItems/1.0.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/castix-FloatingItems-1.0.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/LVH-IT/UseEquipmentInWater/0.2.3/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/LVH-IT/UseEquipmentInWater/0.2.3/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/LVH-IT-UseEquipmentInWater-0.2.3.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/WackyMole/WackysDatabase/1.2.5/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/WackyMole/WackysDatabase/1.2.5/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/WackyMole-WackysDatabase-1.2.5.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Gratak/VitalityRewrite/1.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Gratak/VitalityRewrite/1.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Gratak-VitalityRewrite-1.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/thedefside/jtv_biomes/0.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/thedefside/jtv_biomes/0.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/thedefside-jtv_biomes-0.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/Padank/AlweStats/4.3.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/Padank/AlweStats/4.3.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/Padank-AlweStats-4.3.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/LukaWolf/CraftingWithContainersTempFix/1.0.16/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/LukaWolf/CraftingWithContainersTempFix/1.0.16/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/LukaWolf-CraftingWithContainersTempFix-1.0.16.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/MaGic/Quick_Deposit/1.0.1/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/MaGic/Quick_Deposit/1.0.1/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/MaGic-Quick_Deposit-1.0.1.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/OdinShip/0.1.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/OdinShip/0.1.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-OdinShip-0.1.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/MSchmoecker/VNEI/0.7.0/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/MSchmoecker/VNEI/0.7.0/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/MSchmoecker-VNEI-0.7.0.zip
[Valheim][steam]: Installing Mod https://valheim.thunderstore.io/package/download/OdinPlus/CraftyCartsRemake/3.0.7/
[ODIN][INFO] - Installing https://valheim.thunderstore.io/package/download/OdinPlus/CraftyCartsRemake/3.0.7/
[ODIN][INFO] - Installing Mod...
[ODIN][INFO] - Successfully installed https://gcdn.thunderstore.io/live/repository/packages/OdinPlus-CraftyCartsRemake-3.0.7.zip
Beta Was this translation helpful? Give feedback.
All reactions