Opened 13 years ago

Closed 13 years ago

#88 closed defect (invalid)

Schlangengrube 1.2 - Snakepit - Does not mouse click to shot

Reported by: Martin Iturbide Owned by:
Priority: minor Milestone: RC2
Component: general Version: 1.6.0-b19 RC
Severity: medium Keywords:
Cc:

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.

Change History (1)

comment:1 Changed 13 years ago by dmik

Resolution: invalid
Status: newclosed

Thank you for the report.

  1. It turns out that this application is simply too old. The Java sound API has changed since 2007 in some incompatible way (see #67 for some details). OpenJDK 6 under Linux behaves in exactly the same way.
  1. You may work the click problem around and still play the game if you disable sound in the menu.
  1. This has been fixed in the current tree.
Note: See TracTickets for help on using tickets.