Discord Moderator plowmanplow Posted July 22, 2014 Discord Moderator Posted July 22, 2014 Ahh, now that is a crash report I can work with and is unrelated to your other issue. That is caused by using an amazingly out of date version of MCPC+. MCPC+ is now called Cauldron. You need to get the latest version of the Cauldron installer, install it, and switch to using that.
emesquita Posted July 22, 2014 Author Posted July 22, 2014 (edited) What is MCPC+? Is that a mod? And by the way, I don't know if this is important but the crash error only happens if I'm in the server and someone else comes in... Edited July 22, 2014 by emesquita
Discord Moderator plowmanplow Posted July 22, 2014 Discord Moderator Posted July 22, 2014 Running: MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-164-230 (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT) This shows that your server JAR is MCPC+ B230. The bug you are having was fixed in B251, but there are MUCH newer versions of Cauldron available. MCPC+ switched to the name Cauldron a couple months ago.
Discord Moderator plowmanplow Posted July 22, 2014 Discord Moderator Posted July 22, 2014 Just like anything else Forge/MC related. You download the newest version and follow the author's installation instructions.
emesquita Posted July 24, 2014 Author Posted July 24, 2014 I must get the latest for minecraft 1.6.4 right?
Discord Moderator plowmanplow Posted July 24, 2014 Discord Moderator Posted July 24, 2014 Yep: files.minecraftforge.net/Cauldron/
emesquita Posted July 24, 2014 Author Posted July 24, 2014 This says to run the installer, I did it. Now, do I do "Install server" or "Install client"?
Discord Moderator plowmanplow Posted July 24, 2014 Discord Moderator Posted July 24, 2014 The options should be "Install Server" and "Extract". You want "Install Server".
UncleChester14 Posted July 24, 2014 Posted July 24, 2014 I miss the days of grabbing an MCPC+ jar and dropping it in. Serious gray area on what Cauldron file you use per game version seems like. I tried the .jar labeled server and got a whole bunch of scala/lib reports on startup. Eventually through epic trial and error I got the one that would actually start the server.
disconsented Posted July 24, 2014 Posted July 24, 2014 I miss the days of grabbing an MCPC+ jar and dropping it in. Serious gray area on what Cauldron file you use per game version seems like. I tried the .jar labeled server and got a whole bunch of scala/lib reports on startup. Eventually through epic trial and error I got the one that would actually start the server.And this is why you follow the instructions
emesquita Posted July 24, 2014 Author Posted July 24, 2014 I didn't understand nothing about the instructions of the author. In my Server where should it be?
Discord Moderator plowmanplow Posted July 25, 2014 Discord Moderator Posted July 25, 2014 Cauldron (like Forge) is made up of a main JAR file and a folder full of libraries. Cauldron (like forge) must be installed the first time after which you can just replace the main JAR if doing a minor upgrade. Installing the server just extracts the main JAR and downloads the libraries into a folder. Once you have those you can copy them anywhere you like for setting up your local server.
emesquita Posted July 25, 2014 Author Posted July 25, 2014 (edited) Dam my english skills. Edited July 25, 2014 by emesquita
Discord Moderator plowmanplow Posted July 25, 2014 Discord Moderator Posted July 25, 2014 A server does not use a "bin" folder at all. It only uses the JAR file you run to start the server. If you tell the Cauldron installer to "extract" it will only place the server JAR file into your folder. If you tell it to "install" it will place the server JAR file into your folder AND download all the required libraries into your folder. You want to "install".
emesquita Posted July 25, 2014 Author Posted July 25, 2014 Ok, now which one do I use to open the server?
Discord Moderator plowmanplow Posted July 25, 2014 Discord Moderator Posted July 25, 2014 The cauldron-whatever.jar file which comes out of the installer.
emesquita Posted July 25, 2014 Author Posted July 25, 2014 When I click it, nothing happens, but a crash log apeared: http://pastebin.com/dGGhtkL5
Discord Moderator plowmanplow Posted July 26, 2014 Discord Moderator Posted July 26, 2014 You don't "click" the Cauldron JAR file. You execute it using Java with some fixed parameters, like so: java -Xmx2048m -Xms2048m -XX:PermSpace=256m -jar cauldron-blah-blah-blah.jar
emesquita Posted July 26, 2014 Author Posted July 26, 2014 How do I do that? (I don't know how to edit and execute that)
Discord Moderator plowmanplow Posted July 26, 2014 Discord Moderator Posted July 26, 2014 All of the Technic packs have a server download. Inside that download will be a batch file used to start their server. Just copy one of those files and change the name of the JAR that is executed (after the "-jar") to reference your Cauldron JAR.
emesquita Posted July 26, 2014 Author Posted July 26, 2014 Earlier, it gave me this crash log: http://pastebin.com/gmTPq0A1 but now, whenever I open the server, it closes right away.
Discord Moderator plowmanplow Posted July 27, 2014 Discord Moderator Posted July 27, 2014 -XX:MaxPermSize=7g Why on earth would you try to allocate 7G of RAM to Permanent Generation space? 256M is probably fine, and a much better place to start. You need to update to the latest version of MobiusCore: http://minecraft.curseforge.com/mc-mods/76734-mobiuscore/files You need to use this version of Opis: https://www.dropbox.com/s/4vlbe4zpkk6x50q/Opis_1.2.2b_test1.zip Update those and come back if you are still having problems.
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