yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

jnlp launcher is broken - php error #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Click on http://microemu.org/webstart/mxit.defza.com/mxit/mxit5.9.8.jnlp
2.  Webstart fails

What is the expected output? What do you see instead?
<br />
<b>Deprecated</b>:  Function ereg_replace() is deprecated in 
<b>/home/content/b/a/r/barteo/html/webstart/jnlp-opener.php</b> on line 
<b>39</b><br />

What version of the product are you using? On what operating system?

Please provide any additional information below.

<br />
<b>Deprecated</b>:  Function ereg_replace() is deprecated in 
<b>/home/content/b/a/r/barteo/html/webstart/jnlp-opener.php</b> on line 
<b>39</b><br />
<?xml version="1.0" encoding="utf-8"?>
<jnlp
  spec="1.0+"
  codebase="http://www.microemu.org/microemu-webstart"
  href="../webstart/mxit.defza.com/mxit/mxit5.9.8.jnlp">
  <information>
    <title>MicroEmulator</title>
    <vendor>Bartek Teodorczyk & Vlad Skarzhevskyy</vendor>
    <homepage href="http://www.microemu.org/"/>
    <description>MicroEmulator</description>
    <description kind="short">MicroEmulator</description>
    <icon href="icon.png"/>
    <offline-allowed/>
  </information>

  <security>
      <all-permissions/>
  </security>

  <resources>
    <j2se version="1.4+"/>

<jar href="microemulator-2.0.4.jar" main="true"/>
<jar href="microemu-injected-2.0.4-inject.jar"/>
<jar href="microemu-jsr-75-2.0.4.jar"/>
<jar href="microemu-device-large-2.0.4.jar"/>
<jar href="microemu-device-minimum-2.0.4.jar"/>
<jar href="microemu-nokiaui-2.0.4.jar"/>
<jar href="microemu-siemensapi-2.0.4.jar"/>
<jar href="microemu-demo-2.0.4.jar"/>

  </resources>

  <application-desc main-class="org.microemu.app.Main">
        <argument>--impl</argument>
        <argument>org.microemu.cldc.file.FileSystem</argument>
        <argument>http://mxit.defza.com/mxit/mxit5.9.8.jad</argument>
  </application-desc>

</jnlp>

Original issue reported on code.google.com by jdd...@gmail.com on 11 Sep 2012 at 2:38