View Single Post
  #173  
Unread 06-01-2013, 09:53 PM
Aeromier Aeromier is offline
A Griffawn
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 73
Default

Quote:
Originally Posted by tknarr View Post
This thread over in the DrumsUI forums provides the most reliable fix:
http://www.eq2interface.com/forums/s...ad.php?t=17514
Just substitute the ProfitUI updater for the DrumsUI updater, and install from http://updater.pala.de/

The reason they're similar is that they're the same updater code, just pointed at different sets of UI XML files.
I just tried your suggestion & what happens is I get the "Open with" or "Save to" option window again. But if I choose the default "Open with" option to use the Java Web Start, it wants to run JAVA 7. If I choose to run with the JAVA 6 version after browsing to it, it runs JAVA 6 but then does nothing. The program just terminates & ProfitUI doesn't even run.

My XP machine works fine, which is really strange. Unfortunately I can't run games on my XP machine anymore which is why I built a whole new machine capable of handling the games.

Here's what my JNLP file looks like:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://updater.pala.de/" href="profitui.jnlp" spec="6.0+">
    <information>
        <title>ProfitUI Reborn Updater</title>
        <vendor>Kaldran - EQ2 Valor Server</vendor>
        <homepage href="http://gm9.eq2interface.com"/>
        <description>ProfitUI Reborn Updater</description>
        <description kind="short">ProfitUI Reborn Updater</description>
    <shortcut>
      <desktop/>
      <menu submenu="ProfitUI Reborn Updater"/>
    </shortcut>
    <icon href="profitui.png" kind="default"/>
</information>
    <security>
      <all-permissions/>
    </security>
    <update check="always">
    </update>
    <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6.0_05+"/>
    <property name="applicationName" value="ProfitUI Reborn Updater"/>
    <property name="updaterURL" value="http://updater.pala.de/"/>
    <property name="jnlpFile" value="profitui.jnlp"/>
    <property name="baseURL" value="http://updater.pala.de/profitui/"/>
    <property name="uiWebsite" value="http://gm9.eq2interface.com"/>
<jar eager="true" href="ProfitUI.jar" main="true"/>

    <extension href="http://updater.pala.de/updater.jnlp" name="" version=""/>
</resources>
    <application-desc main-class="de.pala.updater.profitui.Startup">

    </application-desc>
</jnlp>
Just for fun I chose to open DrumsUI.jnlp with JWS & it started JAVA 7 & errored out just like my ProfitUI.jnlp does.

Last edited by Aeromier : 06-01-2013 at 10:55 PM.
Reply With Quote