Semag

Members
  • Posts

    6
  • Joined

  • Last visited

Semag's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hey @ich777 I'm back from a couple days ago and wanted to commend you for being such a saint and responding to everyone all the time I know you were curious, so turns out, the native installation on CentOS with Wine ended up with the same exact issue. I ended up upgrading the Xigmanas (main FreeBSD Server that hosts the CentOS VM) and that made everything start working, both the native install AND your docker. I guess technically the OS version and various packages in FreeBSD were a couple years old, so it really does go back to your original question "is your distribution up to date". Thanks again for the help and i should have tried upgrading all the distros in the first place, my bad!
  2. HAhaha I hear you on the curious part - but that's a lot of stuff to re-set up and this server is used for a bunch of other stuff at home! So this system is actually running on Xigmanas (FreeBSD) and then the CENTOS VM is running on virtualbox on top of that. It's a XEON X3450 on a supermicro board that's probably a decade old. I have a HomeAssistant VM running as well, and the CentOS VM has run standalone valheim and satisfactory servers in the past (it gets a little slow if i try to run all of that at the same time). From a Docker perspective, I have it running a deepstack docker container as well that runs person detection on images captured from my wyze cams. I really appreciate the help, I think i'll try to grab wine from yum and follow a guide to try to run it in the OS, instead of inside the container.
  3. @ich777 thanks again for your help buddy. I'll attach the VRisingServer.log here - if nothing jumps out at you, i might just try to install wine on the host operating system and run it there outside of a docker Log attached. vrisingLog.txt
  4. @ich777 appreciate the thought and help. You’re right my distro wasn’t up to date, I had a bunch of yum updates to do, but now yum update is clean and I still have the same error, weird. I wonder what portion of the host system it is relying on, I’m really thinking it must be something to do with wine, Since steamCMD works inside the docker - it just seems like wine can’t access the steam api for some reason.
  5. @ich777 - Sorry , i'm actually running the docker inside a CentOS VM. I didn't think that would make a huge difference as the docker is an independent container right?
  6. Hi @ich777 - I hate to bug you but I've been banging my head against the wall for a few days on this. I've been working on trying to get your vrising docker (and a couple others actually) working. The issue I'm having is that after WINE starts the server executable - I keep getting this "unable to initialize steam GameServer" error - and this leads to a crash at the end (see below snippet). I first wanted to verify that it was still working of other people as there was an update recently (I've never used this before as I'm new to vrising). It seems to me like some sort of library or DLL issue when the executable tries to talk to steam - but i'm not super well versed in wine. Any thoughts? UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:Log(Object) ProjectM.SettingsManager:VerifyServerSettings() ProjectM.SettingsManager:get_ServerHostSettings() ProjectM.Auth.SteamPlatformSystem:OnCreate() Unity.Entities.ComponentSystemBase:CreateInstance(World, SystemState*) Unity.Entities.World:AddSystem_OnCreate_Internal(ComponentSystemBase) Unity.Entities.World:GetOrCreateSystemsAndLogException(IEnumerable`1, Int32) ProjectM.CustomWorldSpawning:AddSystemsToWorld(World, WorldType, Type[], Type, Type, Type, CustomWorld) ProjectM.Bootstrap:Unity.Entities.ICustomBootstrap.Initialize(String) Unity.Entities.DefaultWorldInitialization:Initialize(String, Boolean) Unity.Entities.AutomaticWorldBootstrap:Initialize() SteamPlatformSystem - Unable to Initialize Steam GameServer! 0x000000018050f71c ((<unknown>)) 0x0000000180514843 ((<unknown>)) 0x00000001804fdaed ((<unknown>)) 0x0000000180ee63a9 ((<unknown>)) 0x000000018098aaf4 ((<unknown>)) 0x00007f8e89aaa0ca ((<unknown>)) 0x00007f8e89554066 ((<unknown>)) 0x00007f8e873a00a7 ((<unknown>)) 0x00007f8e8739a52d ((<unknown>)) 0x00007f8e88882239 ((<unknown>)) 0x00007f8e8881e4f2 ((<unknown>)) 0x00007f8e8881f19c ((<unknown>)) 0x00007f8e880a1723 ((<unknown>)) 0x00007f8e8820a27e ((<unknown>)) 0x00007f8e8888a391 ((<unknown>)) 0x00007f8e88f8449b ((<unknown>)) 0x00007f8e85d7cf7c ((<unknown>))