DarthLlama

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by DarthLlama

  1. No worries at all. And yeah I found it weird it did that. I assume it's the pack, but wanted to post for others, including the fix I found. And my buddy and I stream on Twitch when we play, TheDarthLlama and aRand0mB0t, and we have a youtube channel (it's terrible seriously lol) called Pain in the Block. We started, then both got sick and the holidays, so haven't done much, but are planning on going back to our once weekly streaming and uploading schedule sometime next month.
  2. Hey @GonjaT. I just updated the docker to the current StoneBlock 3 version (1.5). It updated fine, but when it gets to the end of loading after the update I get the below error. It looks like it is expecting a different forge version for immersive engineering and isn't finding it? I couldn't find a forge file to update or replace to fix it on my own (I have your docker and another one for StoneBlock 3, as my buddies and I use one for a test world and one for streaming/recording). Any ideas on what happened and how to fix it? Happy Holidays and a Wonderful New Year to you! Thank you for all the hard work to let us enjoy our games on our own servers! Edit: So I compared the Immersive Engineering version between this docker and the one that update and started. For some reason it was using an older version of IE (ImmersiveEngineering-1.18.2-8.2.2-154.jar). So I copied it to your docker, and renamed the one in your docker (ImmersiveEngineering-1.18.2-8.3.0-155.jar) to add .bak at the end to temp disable it. Then I booted your docker and it booted and works perfectly. Not sure why the newer IE is causing issues. (I also had to do the same on my client PC to make it match the server).
  3. @rtho782 I'm not sure if you have done this or not, but I know that somewhere it was posted that to fix permissions errors to add "--user 99:100" to the "Extra Parameters:".
  4. @Goobaroo Thank you for the explanation. That did fix it. First time I have had to do it that way, but hey as long as it works, I don't care what I had to do lol.
  5. Hey again @Goobaroo. I downloaded and am trying to run your StoneBlock3 Docker. I got it configured and all works well. The only issue I am having, is the same one I had before with OceanBlock I believe. I have configured my port in the docker settings, and also in server.properties and saved it. but every time I start the server it still defaults back to 25565, and also changes the "motd" back to the default. Is there something in the config or another file that is resetting those fields in server.properties? I have tried another StoneBlock3 docker and it doesn't have the issues, and none of the others do either. I know I'm a niche case (most people aren't running a dozen minecraft servers on their own lol). But I have to run 2 different servers and have different ports for them as one is my buddy's and my test world, and the other is going to be our streaming/recording world, so can't use the default port. Any idea what is happening?
  6. Hey GonjaT! No sweat about it, I hope you are feeling better. So I did what you said, uninstalled the serverinstall_100_2283 file (Mine was 2283 not 2288?) Backed up the server properties and world folder just in case. Then I updated the tag to gonjat/docker-ftbstoneblock3 (just removed the ":1.2.0" flag I had added), then saved it and let it update. Updated my client also, logged in, and all working!!!! Thanks so much for the reply and quick fix!
  7. So question. I did the extra args adding of --user 99:100 which fixed the permissions issue. I have been running this fine up until this morning when I updated the docker. I assume this was to update to version 1.3.0. Now my container won't start. I get the below output from logs when I try to boot it. Any ideas or suggestions? I guess I am going to backup my server.properties file, and my world folder, and try and reinstall, but hate doing that as I've lost stuff before doing that. Edit: So updated, I manually changed it to pull from the 1.2.0 version (I also had to delete 3 modpacks that were added in 1.3.0, accelerated-decay-forge-0.1.1+mc1.18.2.jar #1584, eccentrictome-1.18.2-1.9.0.jar #1801, metalbarrels-1.18.2-4.3.jar #1693) , and the docker boots fine. So I'm not sure what changed from 1.2.0 to 1.3.0 besides the modpack version, but something is causing it to not boot correctly. I can do whatever testing or provide any logs that are necessary, just let me know. Edit 2: So I have been playing and everything is perfect, except now the JustHammers mod isn't working. I can craft the hammers, but they only break 1 block, not the 3x3x1 like they should. Nothing that I have done should have impacted this modpack so not sure how to fix it. Hopefully you can fix the 1.3.0 update and I can just update and have everything working again! Thank you for your efforts in maintaining this docker for us! + cd /data + [[ -f serverinstall_100_2288 ]] + [[ -n Powered By Dockers Awesome Sauce! ]] + sed -i '/motd\s*=/ c motd=Powered By Dockers Awesome Sauce!' /data/server.properties + [[ -n ChaosCraft ]] + sed -i '/level-name\s*=/ c level-name=ChaosCraft' /data/server.properties + [[ -n '' ]] + [[ true = \f\a\l\s\e ]] + echo eula=true + [[ -n -Xms6144m -Xmx10240m ]] + echo -Xms6144m -Xmx10240m + awk -v RS=, '{print}' + curl -o log4j2_112-116.xml https://launcher.mojang.com/v1/objects/02937d122c86ce73319ef9975b58896fc1b491d1/log4j2_112-116.xml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1131 100 1131 0 0 7964 0 --:--:-- --:--:-- --:--:-- 7964 + chmod +x start.sh + ./start.sh Exception in thread "main" java.io.UncheckedIOException: java.util.zip.ZipException: zip END header not found at [email protected]/cpw.mods.niofs.union.UnionFileSystem.openFileSystem(UnionFileSystem.java:59) at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source) at [email protected]/cpw.mods.niofs.union.UnionFileSystem.<init>(UnionFileSystem.java:52) at [email protected]/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystemInternal(UnionFileSystemProvider.java:115) at [email protected]/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystem(UnionFileSystemProvider.java:105) at [email protected]/cpw.mods.jarhandling.impl.Jar.<init>(Jar.java:75) at [email protected]/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:58) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.ModJarMetadata.buildFile(ModJarMetadata.java:41) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator.scanMods(MinecraftLocator.java:33) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:59) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.FMLLoader.beginModScan(FMLLoader.java:166) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:86) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:112) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$8(TransformationServicesHandler.java:100) at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(Unknown Source) at java.base/java.util.stream.ReferencePipeline.toArray(Unknown Source) at java.base/java.util.stream.ReferencePipeline.toArray(Unknown Source) at java.base/java.util.stream.ReferencePipeline.toList(Unknown Source) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:102) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:55) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:87) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) Caused by: java.util.zip.ZipException: zip END header not found at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.findEND(Unknown Source) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initCEN(Unknown Source) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.<init>(Unknown Source) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getZipFileSystem(Unknown Source) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(Unknown Source) at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source) at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source) at [email protected]/cpw.mods.niofs.union.UnionFileSystem.openFileSystem(UnionFileSystem.java:57) ... 36 more [Log4jPatcher] [INFO] Transforming org/apache/logging/log4j/core/pattern/MessagePatternConverter [Log4jPatcher] [WARN] Unable to find noLookups:Z field in org/apache/logging/log4j/core/pattern/MessagePatternConverter [Log4jPatcher] [INFO] Transforming org/apache/logging/log4j/core/lookup/JndiLookup 2022-11-16 05:48:53,610 main WARN Advanced terminal features are not available in this environment [05:48:53] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 40.1.84, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914, nogui] [05:48:53] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.2 by Eclipse Adoptium [05:48:55] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=SERVER ** Press ANY KEY to close this window **
  8. @GoobarooAwesome thanks so much! Any chance of maybe getting a Lapito's Galacticraft docker? Lol. My friend and I keep getting to endgame on these modpacks, and that's one we have wanted to try.
  9. Hey again @Goobaroo, I updated the OceanBlock Docker as it said it had an update. I'm assuming to take care of the user permissions you mentioned. I did the command (customized for the ftboceanblock folder) and I still get the below error in my logs when turning the docker on, then it shuts off. Any suggestions? + ID=91 + VER=2230 + cd /data + [[ true = \f\a\l\s\e ]] + echo eula=true + [[ -f serverinstall_91_2230 ]] + [[ -n FTB OceanBlock v1.14.0 Server Powered by Docker ]] + sed -i '/motd\s*=/ c motd=FTB OceanBlock v1.14.0 Server Powered by Docker' /data/server.properties + [[ -n world ]] + sed -i '/level-name\s*=/ c level-name=world' /data/server.properties + [[ -n Kalaup,aRand0mB0t ]] + echo Kalaup,aRand0mB0t + awk -v RS=, '{print}' + [[ -n '' ]] + sed -i 's/server-port.*/server-port=25565/g' server.properties + [[ -f run.sh ]] + [[ -f start.sh ]] + [[ -f run.sh ]] + [[ -f start.sh ]] ++ ls forge-1.16.5-36.2.33-installer.jar forge-1.16.5-36.2.33.jar + FORGE_JAR='forge-1.16.5-36.2.33-installer.jar forge-1.16.5-36.2.33.jar' + curl -Lo log4j2_112-116.xml https://launcher.mojang.com/v1/objects/02937d122c86ce73319ef9975b58896fc1b491d1/log4j2_112-116.xml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1131 100 1131 0 0 13962 0 --:--:-- --:--:-- --:--:-- 13962 + java -server -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Dfml.queryResult=confirm -Dlog4j.configurationFile=log4j2_112-116.xml -Xms6144m -Xmx9182m -jar forge-1.16.5-36.2.33-installer.jar forge-1.16.5-36.2.33.jar nogui + ID=91 + VER=2230 + cd /data + [[ true = \f\a\l\s\e ]] + echo eula=true + [[ -f serverinstall_91_2230 ]] + [[ -n FTB OceanBlock v1.14.0 Server Powered by Docker ]] + sed -i '/motd\s*=/ c motd=FTB OceanBlock v1.14.0 Server Powered by Docker' /data/server.properties + [[ -n world ]] + sed -i '/level-name\s*=/ c level-name=world' /data/server.properties + [[ -n Kalaup,aRand0mB0t ]] + echo Kalaup,aRand0mB0t + awk -v RS=, '{print}' + [[ -n '' ]] + sed -i 's/server-port.*/server-port=25565/g' server.properties + [[ -f run.sh ]] + [[ -f start.sh ]] + [[ -f run.sh ]] + [[ -f start.sh ]] ++ ls forge-1.16.5-36.2.33-installer.jar forge-1.16.5-36.2.33.jar + FORGE_JAR='forge-1.16.5-36.2.33-installer.jar forge-1.16.5-36.2.33.jar' + curl -Lo log4j2_112-116.xml https://launcher.mojang.com/v1/objects/02937d122c86ce73319ef9975b58896fc1b491d1/log4j2_112-116.xml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1131 100 1131 0 0 14500 0 --:--:-- --:--:-- --:--:-- 14500 + java -server -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Dfml.queryResult=confirm -Dlog4j.configurationFile=log4j2_112-116.xml -Xms6144m -Xmx9182m -jar forge-1.16.5-36.2.33-installer.jar forge-1.16.5-36.2.33.jar nogui JVM info: Oracle Corporation - 1.8.0_312 - 25.312-b07 java.net.preferIPv4Stack=true Found java version 1.8.0_312 Exception in thread "main" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) at java.awt.Window.<init>(Window.java:536) at java.awt.Frame.<init>(Frame.java:420) at java.awt.Frame.<init>(Frame.java:385) at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1763) at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1838) at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1696) at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:863) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:666) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:637) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:177) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:147) JVM info: Oracle Corporation - 1.8.0_312 - 25.312-b07 java.net.preferIPv4Stack=true Found java version 1.8.0_312 Exception in thread "main" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) at java.awt.Window.<init>(Window.java:536) at java.awt.Frame.<init>(Frame.java:420) at java.awt.Frame.<init>(Frame.java:385) at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1763) at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1838) at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1696) at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:863) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:666) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:637) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:177) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:147)
  10. I totally understand. Whenever I uninstalled and reinstalled the docker after the update, I made sure to set it to Bridge and assigned my custom port. But for some reason, it is still changing the port (not in the docker settings, but when booting up in the logs) to the default. I have tested this by trying to connect to it from the client on my configured port (which fails) and then trying the default port (which works). At this point I'm convinced something weird is going on with just my install, so I'm just going to run it on the default port, since it works there. I'm mainly documenting in case someone else runs into to it too, so maybe a solution can be found. Again, it worked perfectly, until the last update. AND works perfectly, if I use the default port on the client. No biggie, just an FYI. Thanks for listening to my TED talk, lol.
  11. @GoobarooFirst, I want to say thank you for making dockers for these mod packs and keeping them updated! It makes life so much easier for us, and it is greatly appreciated! For the Port issue on Stoneblock 2, I tested changing it to 25565 in the docker, and then connecting using that port, and it works. I tried changing it back to my custom port, and it failed to connect again. I wanted to see if any other Minecraft Dockers you made were doing this, and so I tested Oceanblock. I set it up on a custom port and it keeps the port (doesn't change it back to the default 25565). I attached screenshots of the beginning of the logs that shows that oceanblock isn't changing/reassigning the port, and one showing where Stoneblock 2 is. I have poked around in the files for a couple of hours and can't find what would be causing it to happen. It probably only affects me (and maybe a small handful of other folks) as most people aren't running 4-5 Minecraft servers on the same system at a time. For the time being I am going to swap to using the default 25565 port for Stoneblock 2, just wanted to you know that something is changing it on boot every time. And I'm not smart enough to figure it out lol. Thanks again for all you do for us and making things easier!!!
  12. I ran into that when I first set it up, and then changed it to bridge. When I deleted it and reinstalled it I made sure it was set to bridge. I'll play around with it and see if I can pinpoint the issue, I just assumed it changing the server.properties port to 25565 was the issue, as it didn't do that before the update.
  13. Thank you for the reply! I do know that the port I need to configure is in the docker container, and I have configured it. I did when I first set the server up and have been able to connect perfectly until I updated the docker when it said it had an update, and since then I can't connect. I have made sure my client is running the same version, and I'm connecting to the correct LAN IP and Port. Just can't find the issue. It didn't happen until the update, so that's what is throwing me. Not sure what to do, so in the meantime my friend and I have quit stoneblock 2 and moved to oceanblock, since I can't get the server to work right anymore.
  14. THANK YOU SO MUCH!!! It seems like 6GB wasn't enough. I have 128 (running a dual xeon server with CPUs clocked a 2.3GHz and 128GB of DDR4 ECC ram). I changed the default memory settings for the docker to 8GB minimum and maximum, and it fixed the issue with the running behind error. Now running into a new error however. Now every time the server starts it is modifying my server.properties file and changing the Port I have allocated (I'm running 4 different minecraft dockers, so I allocated a non-standard port for this in the docker settings, and the server.properties file). Where is the script that is changing the server port and changing the server. properties file? I've been poking around and can't find it. Also since I deleted the start.sh file, uninstalled the docker, and reinstalled it, the start.sh file is still gone, and this is happening. Sorry for all the issues! + sed -i 's/server-port.*/server-port=25565/g' server.properties
  15. Is anyone else having issues with Stoneblock 2 not loading. Getting the below error in the logs. Error: Unable to access jarfile forge-1.12.2-14.23.5.2847-universal.jar Edit: Fixed it. Had to update the start.sh file and put the correct jar file name in there. Edit 2: Well that got it to at least begin loading, but it gets stuck on being behind by ~4000ms, then refuses to continue loading the server. Trying to roll back now.
  16. I tried that and my docker disappeared and it failed. Have a screenshot of this? Also, is there a way to keep the docker from installing beta versions of Bedrock? Kiddo and I prefer to run the non-beta releases, and since there is a version mismatch, we can't play currently. Edit: I figured it out. Found the version number here https://github.com/binhex/arch-minecraftbedrockserver/actions and then updated the name like you said. When I tried it I was missing the last .xx-xx portion. Thank you!
  17. Hey all, new to unRAID and Dockers. I have to 2 questions. I want to host a Galacticraft server using binhex-Crafty, does anyone have a guide on how to set that up? Also, I have an existing SkyFactory 4 server on Pebblehost that I want to move to my unRAID server. Can anyone assist with getting the files uploaded to my binhex-Crafty container and the world save loaded? If this isn't the right place, I apologize. I just wanted to say nevermind. I got the files loaded, and got my world save loaded. I figured out which files to edit and which to replace. Sorry all!