DEagleEye001 Posted June 9, 2013 Posted June 9, 2013 Hey, so, I'm a complete noob at this, I have no experience, but Im trying to host a Big Dig server (latest update) for me and some friends. Im trying to make the server IP through Hamachi. So, I downloaded the zip, and extracted it into a folder titled Big Dig Server. Next, I open up Hamachi, and copy the IP address into the PROPERTIES file titles Server. Then, I run minecraft_server.jar, join the server, but its a pure vanilla server. All the mods and items show up in NEI, but none of them have spawned into the world, and I cant place them in my inventory by any means. I read that I should run DigDig.jar, but that doesn't do anything, apart from creating a new folder, lib, and 2 new files appear, a ForgeLoader text document and a ForgeLoader LCK file. Can any body help me? I just want to run a BigDig server for a max of 12 people, through Hamachi, no plugins, etc, etc. Just everybody on survival, except for myself as OP.
Lyndor Posted June 9, 2013 Posted June 9, 2013 Do not start minecraft_server.jar, you must start LAUNCH.BAT Then you should be able to connect. P.S. Be sure to have java updated to the latest version and have plenty of RAM because the server will eat a lot of it.
DEagleEye001 Posted June 9, 2013 Author Posted June 9, 2013 I have 8gb on RAM, so that should be plenty. Does it just keep eating RAM? or is their a cap that I can put on it? As for LAUNCH.BAT, I ran it, and I let it run for a while (bout 5-10mins) come back, and it says press any key. I press space, it closes, and nothing happens?
Lyndor Posted June 9, 2013 Posted June 9, 2013 I have 8gb on RAM, so that should be plenty. Does it just keep eating RAM? or is their a cap that I can put on it? As for LAUNCH.BAT, I ran it, and I let it run for a while (bout 5-10mins) come back, and it says press any key. I press space, it closes, and nothing happens? It's enough. It will need more RAM the more machines and systems you build and let them run, the more chunks are loaded(quarries, world anchors etc). As for the launching of the server can you post a pastebin of your log ?
DEagleEye001 Posted June 9, 2013 Author Posted June 9, 2013 um, pastebin? sorry, like I said, complete noob this is what came up: C:\Users\(BLANK)\Desktop\Big Dig Server>java -Xmx3G -Xms2G -jar BigDig.jar nogui 2013-06-09 22:13:14 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.712 for Minecraft 1.5.2 loading 2013-06-09 22:13:14 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Serv er VM, version 1.7.0_21, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7 2013-06-09 22:13:14 [WARNING] [ForgeModLoader] The coremod bspkrs.treecapitator. fml.asm.TreeCapitatorCorePlugin does not have a MCVersion annotation, it may cau se issues with this version of Minecraft 2013-06-09 22:13:14 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm. CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2013-06-09 22:13:14 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin d oes not have a MCVersion annotation, it may cause issues with this version of Mi necraft 2013-06-09 22:13:14 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.galac ticraft.asm.GalacticraftPlugin does not have a MCVersion annotation, it may caus e issues with this version of Minecraft 2013-06-09 22:13:14 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblo cks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may caus e issues with this version of Minecraft 2013-06-09 22:13:14 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.N EICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2013-06-09 22:13:14 [iNFO] [ForgeModLoader] Downloading file http://files.minecr aftforge.net/fmllibs/argo-small-3.2.jar 2013-06-09 22:13:18 [iNFO] [ForgeModLoader] Download complete 2013-06-09 22:13:18 [iNFO] [ForgeModLoader] Downloading file http://files.minecr aftforge.net/fmllibs/guava-14.0-rc3.jar 2013-06-09 22:14:11 [iNFO] [ForgeModLoader] Download complete 2013-06-09 22:14:11 [iNFO] [ForgeModLoader] Downloading file http://files.minecr aftforge.net/fmllibs/asm-all-4.1.jar 2013-06-09 22:14:20 [iNFO] [ForgeModLoader] Download complete 2013-06-09 22:14:20 [iNFO] [ForgeModLoader] Downloading file http://files.minecr aftforge.net/fmllibs/bcprov-jdk15on-148.jar 2013-06-09 22:15:57 [iNFO] [ForgeModLoader] Download complete 2013-06-09 22:15:57 [iNFO] [ForgeModLoader] Downloading file http://files.minecr aftforge.net/fmllibs/deobfuscation_data_1.5.2.zip 2013-06-09 22:16:08 [iNFO] [ForgeModLoader] Download complete 2013-06-09 22:16:08 [iNFO] [ForgeModLoader] Downloading file http://files.minecr aftforge.net/fmllibs/scala-library.jar 2013-06-09 22:16:49 [iNFO] [ForgeModLoader] Download complete 2013-06-09 22:16:49 [iNFO] [sTDERR] Exception in thread "main" java.lang.Runtime Exception: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap 2013-06-09 22:16:49 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .setupHome(FMLRelauncher.java:192) 2013-06-09 22:16:49 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .relaunchServer(FMLRelauncher.java:147) 2013-06-09 22:16:49 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .handleServerRelaunch(FMLRelauncher.java:45) 2013-06-09 22:16:49 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer. main(MinecraftServer.java:1365) 2013-06-09 22:16:49 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: c om/google/common/collect/Multimap 2013-06-09 22:16:49 [iNFO] [sTDERR] at java.lang.Class.getDeclaredConstructo rs0(Native Method) 2013-06-09 22:16:49 [iNFO] [sTDERR] at java.lang.Class.privateGetDeclaredCon structors(Unknown Source) 2013-06-09 22:16:49 [iNFO] [sTDERR] at java.lang.Class.getConstructor0(Unkno wn Source) 2013-06-09 22:16:49 [iNFO] [sTDERR] at java.lang.Class.newInstance0(Unknown Source) 2013-06-09 22:16:49 [iNFO] [sTDERR] at java.lang.Class.newInstance(Unknown S ource) 2013-06-09 22:16:49 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClass Loader.registerTransformer(RelaunchClassLoader.java:122) 2013-06-09 22:16:49 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibra ryManager.handleLaunch(RelaunchLibraryManager.java:271) 2013-06-09 22:16:49 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher .setupHome(FMLRelauncher.java:172) 2013-06-09 22:16:49 [iNFO] [sTDERR] ... 3 more C:\Users\Patrick\Desktop\Big Dig Server>pause Press any key to continue . . .
Lyndor Posted June 9, 2013 Posted June 9, 2013 Try reinstall the server again, using only launch.bat. Let me know if it works, also check your java version. Do you have the latest update? (iirc it's with 21 at the end)
Firestar001 Posted September 8, 2013 Posted September 8, 2013 Here's what I did, copied from a seperate thread: When I did these steps exactly, it seems my big dig server allows me to place my tinker table. For this example I will be referencing Big Dig and running Win 7 Step 1: Download The Big Dig server client (from here: http://mirror.technicpack.net/Technic/servers/bigdig/BigDigServer-v1.3.9.zip) Step 2: Created a new folder on desktop to host my server files (Desktop\BIG DIG Step 3: Unextracted zip file to DESKTOP\BIG DIG Step 4: Open 'server' properties in note pad Step 5: Set my "server-ip" to my laptop's IP address (Which I have confirmed via the command prompt and ipconfig) Step 6: Saved new properties Step 7: Opened "Launch.bat" in notepad. This contained java -Xmx3G -Xms2G -jar BigDig.jar nogui pause Step 8: Ran "launch.bat" Step 9: Waited for batch file to download files Step 10: Opened up Big Dig Step 11: /op [insert username here] Step 12: Gave self tinker table Step 13: Placed it down onto map Step 14: Suddenly see tinker table not disappearing.
Cuulduud18 Posted October 31, 2013 Posted October 31, 2013 can anyone help, im doing exactly what u say but this is what i keep getting when i launch the .bat E:\Big dig server>java -Xmx3G -Xms2G -jar BigDig.jar nogui 'java' is not recognized as an internal or external command, operable program or batch file. E:\Big dig server>pause Press any key to continue . . .
TetraD20 Posted November 1, 2013 Posted November 1, 2013 video tutorial https://www.youtube.com/watch?v=z_QMdF9ROBA&feature=youtu.be
Cuulduud18 Posted November 4, 2013 Posted November 4, 2013 I DID THE TUTORIAL EXACTLY, but when I open the launch file it reads this: E:\Big dig server>java -Xmx3G -Xms2G -jar BigDig.jar nogui 'java' is not recognized as an internal or external command, operable program or batch file. E:\Big dig server>pause Press any key to continue . . .
TetraD20 Posted November 5, 2013 Posted November 5, 2013 im under the assumption you either have a corrupted java installation or the wrong one. ( someone else who knows better please say ) current version 7 update 45 (64 bit preferred if you have a 64 bit system) https://java.com/en/download/manual.jsp
jonwill2000 Posted November 11, 2013 Posted November 11, 2013 SAME THING IS HAPPENING TO me and its not java for me i did what video said diddnt help and read over comments i need help?
TetraD20 Posted November 12, 2013 Posted November 12, 2013 well after spending a minute "almost literally" and putting the error message into google 'java' is not recognized as an internal or external command, operable program or batch file. the problem is that your OS has the wrong path pointing to java. the fix is the copied below It sounds like you haven't added the right directory to your path. First find out which directory you've installed Java in. For example, on my box it's in C:Program Filesjavajdk1.7.0_111. Once you've found it, try running it directly. For example: c:> "c:Program Filesjavajdk1.7.0_11binjava"-version Once you've definitely got the right version, add the bin directory to your PATH environment variable. Note that you don't need a JAVA_HOME environment variable, and haven't for some time. Some tools may use it - and if you're using one of those, then sure, set it - but if you're just using (say) Eclipse and the command-line java/javac tools, you're fine without it. Youtube vid on how to Change your environment variable in windows
Pokèdots Posted November 13, 2013 Posted November 13, 2013 hello i'm running on Mac OS X and i am having trouble starting my big dig server. I was wondering if anyone could aid me
TetraD20 Posted November 14, 2013 Posted November 14, 2013 there is a video tutorial if you scroll up the page a bit, thats for windows though im sure it has some points that match, im also sure there are video tutorials available on youtube for mac as well that would probably fit better
Danielrise120 Posted December 10, 2013 Posted December 10, 2013 First download the file then extract the file for a zip into a regular folder or else it will say could not access soandso.jar then run the server it should give you a big error log because of the problem downloading the files, sooo just follow this link and go all the way to the bottom post it explains the 2 simple steps to fix it -Daniel
Danielrise120 Posted December 10, 2013 Posted December 10, 2013 http://forums.technicpack.net/threads/server-bug-wont-download-files.53262/ the simple fixing steps (at bottom of page)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now