Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Jre 1.7 Midi Soundbank problem  (Read 1557 times)
0 Members and 1 Guest are viewing this topic.
Offline Pyrodragoon

Junior Member




Art calculated with java...


« Posted 2011-10-23 11:24:39 »


I have a problem with the new JRE 1.7.
My game's midi doesn't work anymore.

The Exception occurs here:

1  
soundbank = MidiSystem.getSoundbank(new File("Soundbank"));


The Exception is:

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
javax.sound.midi.InvalidMidiDataException: cannot get soundbank from stream
   at javax.sound.midi.MidiSystem.getSoundbank(MidiSystem.java:599)
   at Game.Main.Submain.Audio.MPlayer.getMidiTools(MPlayer.java:123)
   at Game.Main.Submain.Audio.MPlayer.init(MPlayer.java:103)
   at Game.Main.Submain.Audio.MPlayer.<init>(MPlayer.java:86)
   at Game.Main.Submain.Audio.MusicReaderMidiPlayer.init(MusicReaderMidiPlayer.java:67)
   at Game.Main.Submain.Audio.MusicReaderMidiPlayer.<init>(MusicReaderMidiPlayer.java:52)
   at Game.Main.MainEngine.init(MainEngine.java:65)
   at Game.Main.MainEngine.<init>(MainEngine.java:51)
   at Game.Main.Main.init(Main.java:66)
   at Game.Main.Main.<init>(Main.java:52)
   at Start.exe.main(exe.java:39)
Exception in thread "main" java.lang.NullPointerException
   at com.sun.media.sound.SoftSynthesizer.loadAllInstruments(SoftSynthesizer.java:791)
   at Game.Main.Submain.Audio.MPlayer.getMidiTools(MPlayer.java:134)
   at Game.Main.Submain.Audio.MPlayer.init(MPlayer.java:103)
   at Game.Main.Submain.Audio.MPlayer.<init>(MPlayer.java:86)
   at Game.Main.Submain.Audio.MusicReaderMidiPlayer.init(MusicReaderMidiPlayer.java:67)
   at Game.Main.Submain.Audio.MusicReaderMidiPlayer.<init>(MusicReaderMidiPlayer.java:52)
   at Game.Main.MainEngine.init(MainEngine.java:65)
   at Game.Main.MainEngine.<init>(MainEngine.java:51)
   at Game.Main.Main.init(Main.java:66)
   at Game.Main.Main.<init>(Main.java:52)
   at Start.exe.main(exe.java:39)



Does anyone here know a solution to this ?
Offline Pyrodragoon

Junior Member




Art calculated with java...


« Reply #1 - Posted 2011-10-23 11:56:07 »

For more information:
I changed nothing in the game.
It works well with 1.6 and not with 1.7.

The soundbankfile I use is the one found at

http://java.sun.com/products/java-media/sound/soundbanks.html

I used the deluxe version:
Quote
deluxe [4.92 MB]
A mammoth soundbank with the best quality sound samples.
Online nsigma
« Reply #2 - Posted 2011-10-23 18:45:11 »

Java 7 replaces the proprietary Beatnik synthesizer with the open source Gervill synthesizer from OpenJDK. This requires soundbanks in SoundFont or DLS format.

It's hidden away in the list of incompatibilities between 6 & 7 - http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#incompatibilities

Not sure if they've converted the old soundbanks anywhere.

Best wishes, Neil

Praxis LIVE - Open-source graphical environment for developing intermedia performance tools, projections and interactive spaces.
Praxis LIVE on Twitter
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline Pyrodragoon

Junior Member




Art calculated with java...


« Reply #3 - Posted 2011-10-23 22:47:13 »

Thank you for an answer to my problem, I use the default now which works at least,
that has to be the one you mentioned.
It got my game running again  Smiley


I hope I don't find more problems concerning 1.7.  Undecided
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (84 views)
2013-05-17 21:29:12

alaslipknot (92 views)
2013-05-16 21:24:48

gouessej (123 views)
2013-05-16 00:53:38

gouessej (115 views)
2013-05-16 00:17:58

theagentd (127 views)
2013-05-15 15:01:13

theagentd (114 views)
2013-05-15 15:00:54

StreetDoggy (158 views)
2013-05-14 15:56:26

kutucuk (180 views)
2013-05-12 17:10:36

kutucuk (180 views)
2013-05-12 15:36:09

UnluckyDevil (187 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.155 seconds with 20 queries.