Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 172)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#155 invalid Association with java.exe or javaw.exe causes unexcpected troubles Batchheizer melf
Description

If *.jar -files are associated with java.exe or javaw.exe and a java program is started by double clicking some strange things happen. E.g Frostwire launches well but can't connect to internet. However using java -jar frostwire.jar makes it work. A cmd-file with the same expression works as well.

There are also effects on other programs. Vbox, ecomarket, pmmaps don't launch. Pdf-merge launch an error message. They work again after reboot. PM123 launch an error message,and no new files can be loaded. However last loaded file can be "played", it isn't played but saved as *.wav. Turns out that the DART-plugin has "popped out". It can be reinserted only after a reboot. Those effects do not happen if a java program is run by commandline or a cmd-file.

It should be said that the installed java is a wpi-pack from hobbes, but the content of openjdk is identical with build 22GA, except for an icon (java.ico). There are no additional entries in config.sys except for the SET JAVA_HOME=C:\openjdk6\ statement. The program object parameter is initially set to -jar %F , but the effect is the same for just -jar .

The behaviour has been confirmed by another person, see this thread in os2world.com forum http://www.os2world.com/forum/index.php/topic,4460.msg22284.html#msg22284 .

#88 invalid Schlangengrube 1.2 - Snakepit - Does not mouse click to shot Martin Iturbide
Description

schlangengrube_1.2 - Snakepit

http://java-apps.org/content/show.php/Schlangengrube?content=70925

1) No sound: startup error:

[D:\JavaTest\SCHLANGENGRUBE_120]java -jar schlangengrube_120.jar Sound-error: /schlangengrube/sounds/schuss.wav Sound-error: /schlangengrube/sounds/treffer.wav Sound-error: /schlangengrube/sounds/zusammenfallen.wav Sound-error: /schlangengrube/sounds/schlange_getroffen.wav Sound-error: /schlangengrube/sounds/levelup.wav Sound-error: /schlangengrube/sounds/gameover.wav Sound-error: /schlangengrube/sounds/explo.wav

2) The mouse click does not work. It do not shoot the balls. I can not grab the complete message on the prompt.

at java.awt.Container.processEvent(Container.java:2105) at java.awt.Component.dispatchEventImpl(Component.java:4469) at java.awt.Container.dispatchEventImpl(Container.java:2163) at java.awt.Component.dispatchEvent(Component.java:4295) at java.awt.LightweightDispatcher?.retargetMouseEvent(Container.java:4461

)

at java.awt.LightweightDispatcher?.processMouseEvent(Container.java:4122)

at java.awt.LightweightDispatcher?.dispatchEvent(Container.java:4055) at java.awt.Container.dispatchEventImpl(Container.java:2149) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4295) at java.awt.EventQueue?.dispatchEvent(EventQueue?.java:604) at java.awt.EventDispatchThread?.pumpOneEventForFilters(EventDispatchThre?

ad.java:275)

at java.awt.EventDispatchThread?.pumpEventsForFilter(EventDispatchThread?.

java:200)

at java.awt.EventDispatchThread?.pumpEventsForHierarchy(EventDispatchThre?

ad.java:190)

at java.awt.EventDispatchThread?.pumpEvents(EventDispatchThread?.java:185)

at java.awt.EventDispatchThread?.pumpEvents(EventDispatchThread?.java:177)

at java.awt.EventDispatchThread?.run(EventDispatchThread?.java:138)

3) On exit it gives you this message.

Killed by SIGABRT pid=0x003d ppid=0x003c tid=0x0002 slot=0x00be pri=0x0200 mc=0x0001 C:\PROGRAMS\OPENJDK\BIN\JAVA.EXE Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

#184 fixed FreePlane not running Martin Iturbide
Description

FreePlane? (http://freeplane.sourceforge.net/) is not running anymore with Build 25 GA3.

This is the start script:

set freeplanedir= set xargs=init.xargs set defines= "-Dorg.freeplane.param1=%1" "-Dorg.freeplane.param2=%2" "-Dorg.freeplane.param3=%3" "-Dorg.freeplane.param4=%4" set resdir="-Dorg.freeplane.globalresourcedir=%freeplanedir%resources/" java -Xmx512m "-Dorg.knopflerfish.framework.bundlestorage=memory" "-Dorg.knopflerfish.gosg.jars=reference:file:%freeplanedir%core/" %resdir% %defines% -jar "%freeplanedir%framework.jar" -xargs "%freeplanedir%props.xargs" -xargs "%freeplanedir%%xargs%"

The error log is attached.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.