Jump to content
  • 0

Incorrect Java being used, Update Failed! [fix]


milktatious

Question

ok, well, I have no experience with programming at all, how would I make a batch file to run minecraft specifically with java 6?

Mod Note: The following information is offered AS IS and we can not officially support it since we haven't had to do it and can't test it. It's there for anyone who wants to try it.

Link to comment
Share on other sites

  • Answers 124
  • Created
  • Last Reply

Top Posters For This Question

Recommended Posts

  • 0

OK! I got it to work finally. Here is what I did.

1. (this may have done absolutely nothing so skip and post if it made a difference) Copied Java folder from my desktop because those files worked.

2. took copied java files and moved them to my laptop

3. Used

mkdir %APPDATA%\.techniclauncher\rtemp

"C:\program files\java\jre7\bin\javaw.exe" -Xmx1G -jar %APPDATA%\.techniclauncher\technic-launcher.jar

pause

4. this let me see the actions it was taking. It was searching in C:\users\alex's laptop but there was a sub directory C:\users\alex's where appdata was supposed to be.

-This is what it looked like:

5. I found that folder (C:\users\alex's) and it was empty so I made the correct path C:\users\alex's\appdata\roaming

6. I then went to my .techniclauncher folder and copied it too that roaming folder and HALLELUJAH it worked.

Hope that helps and let me know if that copying over java thing was important. I dont think it was but it would be nice to know for sure.

Link to comment
Share on other sites

  • 0

Im really sorry for posting this here but for christs sake, theres nowhere I have "arthourity to post anything, anyways just wanted to say ive found out why it crashes after mojang screen in tekkit modpack and vanilla modpack, I installed the technic-launcher and installed the tekkit modpack, bang crash after Mojang screen, i look at bug report

# JRE version: 7.0_05-b06

# Java VM: Java HotSpot 64-Bit Server VM (23.1-b03 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C [OpenAL64.dll+0x2f024] alcProcessContext+0x20bd8

problematic frame "openal64.dll, ok thats the problem, gonna go fix it. looking at internet ... hmm, oh hey guy got problems with sound in mc because of same file, oh he says he has fix !, go into %appdata% and search for openal, rename both (which is located seperatly in tekkit and vanilla) openal64.dll to openal64.dll_Old to stop it from being used, his argument was that it doesnt work properly, and install openal from internet, install, and itll use that instead, ok im done, opening technic-launcher, tekkit, yay, its working :D

Link to comment
Share on other sites

  • 0

Ok, so here's the error message I've been getting... Not sure if this is the same problem. I've tried your fix but it doesn't seem to be working. Help?

5 mods loaded

Optifine OptiFine_1.2.5_HD_C6

Minecraft Forge 3.3.8.164

FML v2.2.106.176

Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5

mod_MinecraftForge : Initialized (modpack.jar)

mod_Somnia : Initialized (modpack.jar)

mod_Mystcraft : Initialized (modpack.jar)

mod_NotEnoughItems : Loaded (modpack.jar)

mod_IDResolver : Loaded (modpack.jar)

Minecraft has crashed!

----------------------

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT f804cb52 --------

Generated 8/6/12 8:20 AM

Minecraft: Minecraft 1.2.5

OS: Windows 7 (x86) version 6.1

Java: 1.7.0_05, Oracle Corporation

VM: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation

LWJGL: 2.4.2

OpenGL: GeForce 9800M GS/PCI/SSE2 version 3.0.0, NVIDIA Corporation

java.lang.NullPointerException

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)

at cpw.mods.fml.common.Loader.modInit(Loader.java:273)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)

at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)

at net.minecraft.client.Minecraft.a(Minecraft.java:429)

at net.minecraft.client.Minecraft.run(Minecraft.java:738)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 9639eb86 ----------

Link to comment
Share on other sites

  • 0

I hate being lazy. HATE IT... I didn't read anything but the few first posts:

If you intend to use the latest version of Java, you don't need to use the path, but only if you:

1.) Uninstall *ALL* versions of java on your system (Only Windows 7, 2008 tested), including the Java FX stuff...

2.) Re-install the latest version of Java (If you have a 64-bit system, make sure you install the 64-bit version of Java. You have to look around the site to find it...

3.) In CMD, run "java.exe"

it should look something like this:

C:\Users\Rainbow>java.exe

Usage: java [-options] class [args...]

          (to execute a class)

  or  java [-options] -jar jarfile [args...]

          (to execute a jar file)

where options include:

    -d32          use a 32-bit data model if available

    -d64          use a 64-bit data model if available

If it doesn't: Repeat step 1. *THEN REBOOT* and repeat step 2 + 3.

:3

Good luck!

Link to comment
Share on other sites

  • 0

5 mods loaded

Optifine OptiFine_1.2.5_HD_C6

Minecraft Forge 3.3.8.164

FML v2.2.106.176

Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5

mod_MinecraftForge : Initialized (modpack.jar)

mod_Somnia : Initialized (modpack.jar)

mod_Mystcraft : Initialized (modpack.jar)

mod_NotEnoughItems : Loaded (modpack.jar)

mod_IDResolver : Loaded (modpack.jar)

Minecraft has crashed!

----------------------

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT f804cb52 --------

Generated 09/09/12 21:13

Minecraft: Minecraft 1.2.5

OS: Windows XP (x86) version 5.1

Java: 1.7.0_07, Oracle Corporation

VM: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation

LWJGL: 2.4.2

OpenGL: ASUS EAH5750 Series version 2.1.9017, ATI Technologies Inc.

java.lang.NullPointerException

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)

at cpw.mods.fml.common.Loader.modInit(Loader.java:273)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)

at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)

at net.minecraft.client.Minecraft.a(Minecraft.java:429)

at net.minecraft.client.Minecraft.run(Minecraft.java:738)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 7267da97 ----------

help please :c

Link to comment
Share on other sites

  • 0

this has got to be one of the funniest help threads ive seen XD but seriously not a complete hack but kinda computer smart give me a run throught on how to even get this thing started i installed the launcher and have java 7 but i dont know where to go from there i just wanna play my poison cmon

Link to comment
Share on other sites

  • 0

this has got to be one of the funniest help threads ive seen XD but seriously not a complete hack but kinda computer smart give me a run throught on how to even get this thing started i installed the launcher and have java 7 but i dont know where to go from there i just wanna play my poison cmon

Wow...just wow. So you claim to have read through this thread, yet you are oblivious to the multiple warnings people have received for:

1. Threadjacking (Yes you did compleately threadjack this)

2. Low effort posting (That's you again)

3. Not posting a bug-report using proper format (You, but you should make your own topic)

Link to comment
Share on other sites

  • 0

5 mods loaded

Optifine OptiFine_1.2.5_HD_C6

Minecraft Forge 3.3.8.164

FML v2.2.106.176

Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5

mod_MinecraftForge : Initialized (modpack.jar)

mod_Somnia : Initialized (modpack.jar)

mod_Mystcraft : Initialized (modpack.jar)

mod_NotEnoughItems : Loaded (modpack.jar)

mod_IDResolver : Loaded (modpack.jar)

Minecraft has crashed!

----------------------

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT f804cb52 --------

Generated 26.09.12 11:30

Minecraft: Minecraft 1.2.5

OS: Windows 7 (amd64) version 6.1

Java: 1.7.0_07, Oracle Corporation

VM: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 4800 Series version 3.3.11653 Compatibility Profile Context, ATI Technologies Inc.

java.lang.NullPointerException

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)

at cpw.mods.fml.common.Loader.modInit(Loader.java:273)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)

at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)

at net.minecraft.client.Minecraft.a(Minecraft.java:429)

at net.minecraft.client.Minecraft.run(Minecraft.java:738)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 811ebde ----------

Windows 7 64 bit. What i did until now:

- Uninstalled every java program, installed newest 64 bit java 7

- Updated my graphic drivers

- Disabled firewall

- deleted .technicpack (about 20 times)

- Restarted computer.

Any ideas?

Link to comment
Share on other sites

  • 0

That is my favorite smiley I have seen on these forums. how do you do the ones that don't have a code? Is it just pasting them from the interwebs?

They all have codes. Go up to Help at the top, and click on Smilies. Warning - the list may take a while to load. It's rather long.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

Announcements

  • Anything claiming to be official Technic servers are not allowed here, for obvious reasons



×
×
  • Create New...