saintnicster
Members-
Posts
298 -
Joined
-
Last visited
Everything posted by saintnicster
-
http://forums.technicpack.net/index.php/topic,7086.0.html <--
-
Read the short description from the parent board - http://forums.technicpack.net/index.php/board,35.0.html That one is for people looking for ideas on creating new mods, or extending existing ones. It isn't about adding existing new mods directly to Technic/Tekkit.
-
Derp, sorry @_@ The full (suggested) command is optirun java -Xmx1024M -Xms512M -jar technic-launcher-latest.jar
-
... No, you can't get XCode for Windows?
-
try optirun java -Xmx1024M -Xms512M [b]-jar[/b] technic-launcher-latest.jar
-
tekkit client cannot connect locally to tekkit server
saintnicster replied to mrfugly's question in Tekkit Classic
The tekkit server files are still 2.1.1 You are running the Tekkit 3 dev release. Go into the launcher's options and change it. -
Correct, though Oracle's apparently working towards incorporating the OpenJDK release into their branch, afaik.
-
Check the Applications->Utilities->Java Preferences app. Chances are good that 1.6 is still on the machine, so you can just re-order the list so that it will start first.
-
The issue is basically that there is some type of major incompatibility with the Technic/Spout Launcher and the Java7u4 implementation for OS X. I think it's something to do with not having some type of applet support yet. Your best bet is to run the client in Java 1.6, for now.
-
Luckily, I'm not picky enough that I can just remove the pickles when I don't want them.
-
Post your gorram logs. http://forums.technicpack.net/index.php/topic,7086.0.html
-
Steve' carts Only shoots arrows (I think), but something like that?
-
Java 6/7 errors with Tekkit SSP and SMP hosting.
saintnicster replied to shaderunner27's question in Tekkit Classic
Java needs to be part of the windows path http://www.java.com/en/download/help/path.xml -
Permissions through Java Security Manager
saintnicster replied to Jack-CLOUDCUBE's question in Tekkit Classic
Bit of a discrepancy between the two. I'm not seeing most of the exceptions mentioned in the original log snippet in this new log. It's basically one exception repeated over and over. Luckily, these should all be fixed by going into the mods folder of the server and manually renaming the "[2]ComputerCraft" folder to "ComputerCraft". You'll want to bring the server down went you do this. (I only mention as a previous person didn't do this) There is also this one Seems fairly self-explanatory; the permissions file isn't formatted correctly. There's likely a YAML validator online that could provide better feedback on exactly what exactly needs to be fixed. -
They were incorrectly told to come post in this board - http://forums.technicpack.net/index.php/topic,9214.msg61665.html#msg61665
-
As I replied in your first thread
-
Permissions through Java Security Manager
saintnicster replied to Jack-CLOUDCUBE's question in Tekkit Classic
Looks like you might have cut out parts of the log. Can you provide an un-edited file? -
Select tekkit from the mod list, then press the options button. From this screen, click the clear cache button. Next, click the last radio button (manually specify build, or some such). From the drop down above the radio buttons, select the line with 2.0.1/minecraft 1.1. Save/close the options window, then launch. If it asks to update tekkit, don't.
-
Vanilla unable to update to 1.2.5, stuck on 1.2.3
saintnicster replied to BaconChapstick's question in Technic Launcher
I had this issue, and solved by deleting the entire .techniclauncher folder. If you don't want to take the "nuke it" approach like that, you could probably get away with deleting just the .techniclauncher/launcher folder and then restarting the launcher -
That's probably the exact reason people want it in technic. Why do the work yourself, when you can get someone to do it for you?
-
Small Computer System Interface ;)
-
Launcher not saving my email as username
saintnicster replied to Darkwizard98's question in Technic Launcher
And there we go, Pull Request submitted Support for saving the entered username, and a the correct error message for migrated accounts https://github.com/TechnicPack/Spoutcraft-Launcher/pull/37 -
Launcher not saving my email as username
saintnicster replied to Darkwizard98's question in Technic Launcher
Right right -.- Luckily, I got the debugging to work (woo, installing JDK1.7) The incorrect part is in this method. The post URL returns the minecraft.net username in the results. This, in turn, is what gets saved to values array, that then gets saved into the array which is eventually saved into the lastlogin file. I should probably put together a pull request or something. -
Launcher not saving my email as username
saintnicster replied to Darkwizard98's question in Technic Launcher
Only pulling 32bytes of the hash and using that as the string? Like I said, it was an initial guess. I'm still working on n00bishly getting the project imported and working in eclipse :P