Jump to content

Grand

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Grand

  1. The only thing I can think of is trying a fresh install. On the bright side, with this mod 90% of the work is getting it to run, then it's all down hill from there :3
  2. Delete your lastlogin file and try again.
  3. 1.Download Technic Launcher and run it, if it is freezing like in this thread, continue with these steps: 2.Download Tekkit Server 3.Find the Launch.bat in the Tekkit server 4.Edit it and replace what was there before with: mkdir %APPDATA%\.techniclauncher\temp "C:\program files\java\jre7\bin\java.exe" -Djava.net.preferIPv4Stack=true -Xmx1G -jar %APPDATA%\.techniclauncher\technic-launcher.jar 5.For simplicity's sake, put the launch.bat in your .techniclauncher folder 6.Create an rtemp file in your .techniclauncher folder 7.Run the Launch.bat and you should get the launcher eventually. (8.)If it is taking a while check the launcher_0.log(in the logs file) and see if it is downloading, or if there is an error. (9.)If this doesn't work, try turning off Your firewall/antivirus Also, you will inevitably hit a "can't connect to minecraft.net", all you have to do for that is delete your lastlogin file.
  4. Make sure to create an rtemp file, and make sure you give it time to download everything(check the log to see if it froze or not)
  5. Nice! Try deleting your lastlogin file, that can solve the 'cant connect to minecraft.net' for the technic launcher(not sure about the regular launcher) EDIT:http://forums.technicpack.net/threads/various-startup-issues.13366/#post-100205, someone said it is a Minecraft issue.
  6. Not sure on the other issues, I know that when it keeps saying 'can't connect to minecraft.net' you can fix that by deleting your lastlogin file.
  7. Glad you got it fixed! Now go buy Minecraft you pirate :3
  8. Make sure to create a rtemp folder every time before you run the bat, as it disappears every time you start a game(you will only have to do it once if it works).
  9. Make sure that with: mkdir %APPDATA%\.techniclauncher\temp "C:\program files\java\jre7\bin\java.exe" -Djava.net.preferIPv4Stack=true -Xmx1G -jar %APPDATA%\.techniclauncher\technic-launcher.jar the "c:\program files" is on its own line, like above^
  10. http://forums.technicpack.net/threads/technic-banner-freezes.12974/ should explain it.
  11. Alright, create a folder called 'rtemp', then run the bat file. Afterwords you should be able to run it from the normal exe as well. Oddly enough, the way I found that out was when I copy and pasted to a bat(from the original thread): mkdir %APPDATA%\.techniclauncher\rtemp "C:\program files\java\jre7\bin\java.exe" -Djava.net.preferIPv4Stack=true -Xmx1G -jar %APPDATA%\.techniclauncher\technic-launcher.jar It created an 'rtemp folder' but would close right away. After that my friend suggested putting C:\Program Files on a separate line(not sure if the added quotation marks did anything) and it ran. Again, I found simplest way is to just create a folder named 'rtemp', then run the bat file.
  12. Doesn't really matter(I think) for organization's sake I put it in the .techniclauncher folder.
  13. I fixed it, credit to http://forums.technicpack.net/threads/stuck-on-technic-launcher-splash.8948/, and a friend for walking myself through, Created a batch file with the following: mkdir %APPDATA%\.techniclauncher\temp "C:\program files\java\jre7\bin\java.exe" -Djava.net.preferIPv4Stack=true -Xmx1G -jar %APPDATA%\.techniclauncher\technic-launcher.jar (Downloaded a server from tekkit and used that .bat file)
  14. OK I found all I had to do was disable UAC and I can access java and everything. I have the latest java installed now. I am still getting the same error trying to run techniclauncher. EDIT: I fixed it, credit to http://forums.technicpack.net/threads/stuck-on-technic-launcher-splash.8948/, and a friend, Created a batch file with the following: mkdir %APPDATA%\.techniclauncher\temp "C:\program files\java\jre7\bin\java.exe" -Djava.net.preferIPv4Stack=true -Xmx1G -jar %APPDATA%\.techniclauncher\technic-launcher.jar (Downloaded a server from tekkit and used that .bat file)
  15. I am an administrator, I tried going to the file location and running java as an admin via right click, it showed a black screen for maybe one second and then closed. BTW the error when I click java in the control panel is: The requested operation requires elevation C:\Program Files\Java\jre7\bin\javaw.exe -Xbootclasspath/a:"C:\Program Files\Java\jre7\bin\...\lib\deploy.jar" -Duser.Home="C:\Users\(My name)" com.sun.deploy.panel.ControlPanel
  16. Does JavaFX 2.1.1 have to be uninstalled too?(it asks me to close chrome because it is being used when I did hit uninstall, so I wanted to be sure) After uninstalling and installing 7u5 I attempted to open Java in Control Panel\Programs and it said "The requested operation requires elevation"
  17. Okay, uninstalled. A new thing: when I go to http://www.java.com/en/download/ and hit 'Do I have java?' it loads for a while then I get a white screen. Going to try re-installing java again.
  18. Launcher Version: 1.0.1.3 Operating System: Windows 7 64 bit Operating system Java Version: 1.7.0_05-b05 Antivirus Program: Microsoft Security Essentials Description of Problem: I downloaded the techniclauncher.exe, when I click it it shows 'loading' then the Technic Launcher logo. It stays frozen on the screen until I close it with Windows task manager. The same things happens when I attempt to run the jar, as well. Attempted Fixes: Re-install java,have both 32 and 64 bit installed, disable my antivirus and firewall, delete the .technicpack folder, run as administrator, allow java through my firewall, and use javara to delete old java files. Error Messages: Error Log: [11:46:44] [sEVERE] Launcher is starting.... [11:46:44] [sEVERE] Launcher Build: '1.0.1.3' [11:46:44] [sEVERE] Allocated 910.25 Mb of RAM [11:46:44] [sEVERE] Java VM: '1.7.0_05-b05' [11:46:44] [sEVERE] OS Version: '6.1' [11:46:44] [sEVERE] Is 64-bit: 'true' [11:46:45] [sEVERE] [info] Downloading 'mirrors.yml' from 'https://raw.github.com/TechnicPack/Technic/master/mirrors.yml'. [11:46:45] [sEVERE] Exception in thread "main" [11:46:45] [sEVERE] java.lang.NullPointerException [11:46:45] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getAllModPackResources(ModPackListYML.java:186) [11:46:45] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:363) [11:46:45] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [11:46:45] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194)
×
×
  • Create New...