Everything posted by suchamoneypit
-
[Support] Nodiaque - Gameserver docker
I had someone say that its normal for the server to sit there until someone connects; its not. I setup a windows server 2025 VM to run this server instead after all the troubleshooting I've been doing and there is pretty clear additional logs that output after that line. There is both additional logs once this succeeds and a ton of logs that show up on connections from other players. For some reason I could never get the server to get past that point in the logs, it always hangs right there. This I believe is preventing the server from starting up whatsoever, so nothing networking wise was working. I also was never able to get the server working with DirectConnect on docker or in windows server. On windows server, I left DirectConnect off, and in my OPNsense router I added the UPnP plugin, enabled it, and setup a default-deny all with rules just for this specific server and it started working flawlessly using the share code. After doing that, I tried the same UPnP setup with this docker container and it still failed because the server still just sat indefinitely at: 5LogPreloader: Display: [000064] UR5Preloader::Load Start preloading GenlandiaMulty [D:\Source\Build\work\gameRepoCheckoutDir\Source\R5Preloader\Private\R5Preloader.cpp:39]So in summary after trying like everything I can think of including all mentions in this thread: On docker: DirectConnect and P2P/UPnP don't work, server just hangs during preload. No successful launches. WindowsServer2025: DirectConnect not working, UPnP is. Regardless, server never has any trouble starting up the server itself successfully And like I mentioned before, this is running on my "GamerServer" unraid machine which host other servers, internal and external just fine. LAN and WAN players. Including an AbioticFactor Server that can use port 7777. So I don't understand why this specific docker container would be plagued with networking issues when others are not, which is what people seem to think is going on. I'm still pretty confident in my initial assessment that the server should not be hanging during that preload like it is regardless and I'm not even getting to any networking because the server isn't properly starting. Anyways, Im running it and have a bunch of players using the Windows Server virtual machine now, so Im happy with my setup, but I wanted to share my results because I spent hours on this trying to get it to work. I am certainly no expert but I have 4 unraid servers and an array of services/servers so Idk why this single container would be having networking problems. I did consider weird permissions issues but I did run the Docker Safe New Perms tool early in troubleshooting.
-
[Support] Nodiaque - Gameserver docker
I've had a friend connect via a true external connection and still no connection. I tried bridge and host networking. I have many other services and servers hosted that are working fine, including my abiotic factor server that operates on the same port. This server works for internal and external just fine. I am not actively running it though because it conflicts with Windrose.
-
[Support] Nodiaque - Gameserver docker
By attempting to connect via a VPN, I am connecting as if I were connecting from the outside just like a mobile data hotspot, and I still can't connect. I have also tried with and without windrose-xvfb.
-
[Support] Nodiaque - Gameserver docker
Yes I believe my game_params is correct. I left the default ports. I believe multihome should be left as 0.0.0.0 The direct IP of this server is 10.0.1.105 so that is one of the addresses im trying to direct connect to on port 7777. But like I mentioned Im trying everything, including turning on a VPN on my gaming PC and trying to connect via my WAN IP and port (which is port forwarded ports 7777-7778 TCP/UDP). I didn't touch the DirectConnectionServerAddress because of that warning I saw also but I can give it a try. Its extra confusing because other people here seem to be having success without any trouble. I can't even connect on LAN. Which is what initially lead me to believe that the server was not starting at all and was hanging on world gen. EDIT: no change in behavior when setting DirectConnectionServerAddress to either its LAN IP 10.0.1.105 or my WAN IP address.
-
[Support] Nodiaque - Gameserver docker
Correct, I'm port forwarding 7777 and 7778 TCP/UDP. When testing via LAN it shouldn't matter either, but I've tested from LAN and WAN with port forwarding.
-
[Support] Nodiaque - Gameserver docker
Yeah I've enabled direct connect, here is that config file: I can't connect to it using the LAN IP (10.0.1.105), WAN IP, or any of my domains/subdomains. I also can't connect to it if I use a VPN to connect externally via WAN. Same behavior every time, I type in IPs, enter port 7777, type my password, it loads for 10-20 seconds, then reloads the main menu. I did also try the invite code, with the one thats in there on install and a custom one. I also tried with the docker in bridge and host network. I have tried the docker installed with the default wine tag and the headless wine one. Through all those connect attempts, zero logs show on the docker logs. It just sits at R5LogPreloader: Display: [000069] UR5Preloader::Load Start preloading GenlandiaMulty [D:\Source\Build\work\gameRepoCheckoutDir\Source\R5Preloader\Private\R5Preloader.cpp:39]
-
[Support] Nodiaque - Gameserver docker
I cant seem to get my server to boot up; it hangs at the same spot every time in the docker logs: R5LogPreloader: Display: [000064] UR5Preloader::Load Start preloading GenlandiaMulty [D:\Source\Build\work\gameRepoCheckoutDir\Source\R5Preloader\Private\R5Preloader.cpp:39] I've deleted everything and retried a few times. Tried host and bridge. It doesnt seem to be a networking thing, it just never gets past this preloading. If i try to connect via direct IP or share code, it just loads for a bit and then dumps me to the main menu with no message.
-
[Support] ich777 - Gameserver Dockers
Do you take requests for new containers? Would you be able to make a template for https://hub.docker.com/r/whykickamoocow/dsp-server ? Never done this before and trying to load the template and do the whole autoconfigure thing completely fails for me. https://github.com/WhyKickAmooCow/dsp-docker-server Dyson Sphere Program is an incredible factory game and the Nebula Mod works incredible for it, but no unraid template exists. Note that a big update just released today for DSP that is incompatible with the multiplayer mod but its being updated.
-
Feedback regarding the key activation process, issues with activation
Per the discord it seems that its a physically connected drives limit as otherwise plugins like unassigned devices could override the key limits.
-
Feedback regarding the key activation process, issues with activation
I had a server with 7 drives. Did a free trial to test the config first. I buy my basic key, which supports 6 drives, so when I go to activate it refuses to stating I have 7 drives. Understandable. However once I drop to 6 drives in my dashboard, it refuses to update to 6 drives and I can't enable my key. I then reboot, it boots up with 6 drives, and it still refuses to activate my key saying I have 7 devices. Why would you not just enforce this drive limit when the user goes to start the array with a set number of devices? You're just outright blocking the key activation?I now have to un-rack my server, crack it open, and physically disconnect one of my extra HDDs just to activate my key. Certainly there is a more user friendly way to go about this?
-
[Support] Goobaroo - Modded Minecraft Java Servers
So I had Server 1, then wanted to make Server 2. I copied the template from Server 1, and modified it for Server 2. At the time of this copying, Server 1 was 1.0.2. Both containers are set to pull "latest". Server 1 has been shut down since I made Server 2. I shut down Server 2, and started Server 1, and it instantly grabbed 1.0.3 correctly. Strange. I then shut down Server 1, started Server 2, and it did not. Still stuck on 1.0.2. So what I did was backup Server 2, totally deleted the container, and added a new one and did not use the template from Server1 (which I used to save some work entering in info in the template fields). That new container pulled 1.0.3. I then copied back over the world folder, and its working on 1.0.3. Not sure what about copying the template and then modifying that broke it so it won't update itself. But seems to be all set now.
-
[Support] Goobaroo - Modded Minecraft Java Servers
So what i additionally did was delete absolutely everything in /data and let it boot up and grab everything, and above is what it grabbed. Still 1.0.2. I can upload all the files to my nextcloud too if you wanted a deeper look. Its uploading now but taking some time. Notably the server updated itself through several version before fine. I can see you updated the latest tag to be 1.0.3, and my docker container settings are set to latest.
-
[Support] Goobaroo - Modded Minecraft Java Servers
I deleted the 1.0.2 server files and restarted the container and it just grabbed 1.0.2 again and not the latest 1.0.3.
-
[Support] Goobaroo - Modded Minecraft Java Servers
All the Mods 9 doesn't seem to be updating to 1.0.3, mines set to latest and only going to 1.0.2
-
[Support] MeTube
I know nothing about unraid templates, I just use them. Any way we can get a fix for permissions on unraid? Permissions are broken on any new folders created on Unraid and this makes it a pain to grab/view downloads from a windows machine for example as you need to run Docker Safe New Perms to fix permissions on folders/files every single time you download something in a new folder (like a new source, channel, etc). The permissions fix process takes several minutes every time.
-
[Support] ich777 - Gameserver Dockers
Valheim had another major update and I just wanted to say both my valheim servers would not update again for some reason. I had to manually delete everything but the .config and backups folder and restart to get them working again. My other gameserver templates from Ich777 work but for some reason valheim in particular does this. Easy fix now that I know, but I just figured I'd mention it.
-
[Support] ich777 - Gameserver Dockers
You should look into making a template for Stay in Tarkov - "SIT". Self hosted escape from tarkov PvE. It looks like actually recently 1 person finally did make one on April 1st, but I've had great experience using your templates with unraid and would love to see it. When I first looked into this a couple months ago an unraid template did not exist and I had a buddy host one on their Windows Machine. official github for SIT: https://github.com/stayintarkov/StayInTarkov.Client Official instructions for docker: https://hub.docker.com/r/stayintarkov/stayintarkov someone who made one on github SIT Docker: https://github.com/stayintarkov/SIT.Docker
-
Machine Check Events detected on your server, unknown cause
Been running unraid for several years, been using my 5950x CPU for several months now. Fix common issues plugin just notified me of a Machine Check Events detected, and to post on the forums with logs. I think I see the several errors in the logs; is there enough info here for something to explain what the issue was? Notably I think these all occurred during a parity check which is currently 87% complete. Apr 7 01:23:49 S-Cartographer kernel: mce: [Hardware Error]: Machine check events logged Apr 7 01:23:49 S-Cartographer kernel: [Hardware Error]: Corrected error, no action required. Apr 7 01:23:49 S-Cartographer kernel: [Hardware Error]: CPU:1 (19:21:2) MC21_STATUS[-|CE|-|-|PCC|-|-|Poison|Scrub]: 0x839d8de800015080 Apr 7 01:23:49 S-Cartographer kernel: [Hardware Error]: IPID: 0x0000000000000000 Apr 7 01:23:49 S-Cartographer kernel: [Hardware Error]: Bank 21 is reserved. Apr 7 01:23:49 S-Cartographer kernel: [Hardware Error]: cache level: RESV, tx: INSN Apr 8 16:26:44 S-Cartographer kernel: mce: [Hardware Error]: Machine check events logged Apr 8 16:26:44 S-Cartographer kernel: [Hardware Error]: Corrected error, no action required. Apr 8 16:26:44 S-Cartographer kernel: [Hardware Error]: CPU:1 (19:21:2) MC23_STATUS[-|CE|-|AddrV|-|-|UECC|-|-|-]: 0x854824048b480084 Apr 8 16:26:44 S-Cartographer kernel: [Hardware Error]: Error Addr: 0x0000000000000000 Apr 8 16:26:44 S-Cartographer kernel: [Hardware Error]: IPID: 0x0000000000000000 Apr 8 16:26:44 S-Cartographer kernel: [Hardware Error]: Bank 23 is reserved. Apr 8 16:26:44 S-Cartographer kernel: [Hardware Error]: cache level: RESV, tx: DATA Apr 14 04:30:07 S-Cartographer root: Fix Common Problems: Error: Machine Check Events detected on your server Apr 14 04:30:07 S-Cartographer root: mcelog: ERROR: AMD Processor family 25: mcelog does not support this processor. Please use the edac_mce_amd module instead. s-cartographer-diagnostics-20240415-1227.zip
-
Can't change server name in unraid connect
Ah at first I was confused as I have. But then I realized, log out of Connect on the server itself, then log back in. That did it; Thank you Jorge!
-
Can't change server name in unraid connect
I changed my server name months ago; I've done several flash backups since. I have tried looking and searching and I cannot seem to find a way to get this darn name updated...Is this not a thing yet? I've checked the online interface, on the unraid server itself, etc.
-
Trouble identifying source of sudden parity errors (thousands)
I did an additional parity check and its also zero errors again. Not sure exactly why I suddenly saw repeated large parity errors and it then went away. I will say that I never rebooted the server in between those so the only thing that's changed is that I fully shut down and restarted the server and then the parity errors stopped showing up. Anyways, it seems to be in a good spot now. Thanks for the advice. And yes Itimpi, I am running that plugin now. Thanks for making me aware of that!
-
Trouble identifying source of sudden parity errors (thousands)
So interestingly enough, after the 2nd non correcting parity check, no errors. Which is weird because I was consistently getting them from the checks before. Attached the new diag, though. Also I see the history tells you whether it was error correcting or not. I thought I unchecked one previously but apparently I didn't, because this shows the only non error correcting one being the one I just did. So I guess for now I wait and see if the errors resurface. s-cartographer-diagnostics-20240324-1849.zip
-
6.12.8 Unraid completely unusable after USB failure and replacment. 8 hours into troubleshooting. Loads ubuntu fine.
I just wanted to say that today I rebooted my unraid server to clear my logs to troubleshoot another issue, and it did not come back up because I had no display connected. The key takeaway here was I didn't take my entire network down while I figured that out because I learned my lesson and have since migrated my OPNsense to dedicated hardware so nothing went down 😎 (and it had no display connected because it was connected to the OPNsense box from when I set that up) And notably after updating and rebooting after getting the Nvidia plugin installed again, my WebGUI does work locally again. Like I said before though the WebGUI was working without the plugin before. I only got the plugin for hardware transcoding for jellyfin/plex. It seems that once I setup the plugin, suddenly taking it away somehow made the local WebGUI stop loading when using my GPU. Maybe there was something else going on, but it is all working now.
-
Trouble identifying source of sudden parity errors (thousands)
ok, thank you. I will start those now. They take a while to complete so it might be a day or two before I can come back with the new diag.
-
Trouble identifying source of sudden parity errors (thousands)
Recently on my last few parity checks I've been getting thousands of parity errors when before I consistently got zero, or 1 or 2. Doing some light research I keep seeing people asking for diagnostics files, specifically after running a parity check without error correction. I've done so, but having trouble seeing someone also explain where to look for the info on what's at error. Could someone help me figure out what is causing parity errors, and really I would like to know if you could point me to where specifically I should be looking to where the errors are occurring? My uneducated guess would be a hardware issue. There are no reported errors on any of my drives though. Attached is diagnostics I ran recently with error correction off. Below is also a history of my parity checks. 3/5 and 3/11 were error correcting, and once I saw it repeat with similar error count I ran 3-18 without error correcting. s-cartographer-diagnostics-20240320-1752.zip