Jump to content

TES4Gecko


cfh85

Recommended Posts

Been a while since I've done any modding so I'm now having to get all the tools installed on my machine. Anyway, Gecko... I don't remember all this work with it.

I keep getting the message

Exception during program initialization

java.io.IOException: Unable to locate Oblivion installation directory
TES4Gecko.Main.main(Main.java:145)

I have tried

Spoiler

Spoiler

Spoiler

No luck with any of these. I'm running windows 10 and have updated Java.

Any suggestions would be most welcome.

Link to comment
Share on other sites

I don't have Windows 10 but to make it work I copied javaw in the program directory, had to change my registry to set my java version as 1.7 and also needed my game to have a registry key.

Edited by Oblivionaddicted
Link to comment
Share on other sites

I managed to fix that problem by inserting the Oblivion directory into the shortcut

 

C:\ProgramData\Oracle\Java\javapath\javaw.exe -Xmx1024m - oblivion.install.path="C:\Games\steamapps\common\Oblivion" -jar "C:\Users\Tobias\Desktop\Oblivion Downloads\Tools\TES4Gecko 15.2\TES4Gecko.jar"

 

however, I now get the message "could not create the java virtual machine"

 

Java is fully up to date and running.

Link to comment
Share on other sites

1. Create a shortcut to the program.

2. Open shortcut properties and add 'javaw -Xmx1024m -jar' to the target path before the first quote

3. Hit OK and if no errors then this will properly format that line to open the program with java.

4. If the path to java isn't set automatically then you may have to manually set it.

5. (I don't believe that your Oblivion Game install directory is required anywhere during this process.)

Link to comment
Share on other sites

the install directory can be a problem if Oblivion is loaded into the correct place. I should have fixed that problem my entering the install directory in to regedit, but that didn't work. Which is now I've inserted it directly into the shortcut, That fixed the problem of it not finding Oblivion. The problem I'm having now is that java wont launch the virtual machine

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...