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  
  crash when LineUnavailableException is thrown  (Read 2900 times)
0 Members and 1 Guest are viewing this topic.
Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Posted 2008-09-26 21:47:14 »

Hi!

On my PC at work, I have no sound. When I launch TUER on it, I get this message:
Error: Audio Device unavailable

A LineUnavailableException is thrown here:
1  
2  
3  
4  
5  
asdl[i] = (SourceDataLine)mixer.getLine(infoLine);
if (i >= iMusic)
     asdl[i].open(fmtLine, 500000+64000+4096); // not used
else
     asdl[i].open(fmtLine, maxSoundLength+4096);


Is there a way of checking if the line is available before calling the method "open"?

Offline erikd

JGO Knight


Medals: 3
Projects: 3


Maximumisness


« Reply #1 - Posted 2008-09-29 00:57:58 »

Why not just catching the exception and then disable sound?

Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #2 - Posted 2008-09-29 07:39:28 »

Why not just catching the exception and then disable sound?
I tried to do it but this exception is wrapped in an Error Sad then it doesn't work.

Games published by our own members! Check 'em out!
Try the Free Demo of Revenge of the Titans
Offline erikd

JGO Knight


Medals: 3
Projects: 3


Maximumisness


« Reply #3 - Posted 2008-09-29 10:25:21 »

Hm, that is strange. What is the Error exactly, do you have a stacktrace?

Offline Riven
« League of Dukes »

JGO Overlord


Medals: 438
Projects: 4


Hand over your head.


« Reply #4 - Posted 2008-09-29 12:23:55 »

Then catch the Error, or Throwable

Hi, appreciate more people! Σ ♥ = ¾
Learn how to award medals... and work your way up the social rankings
Projects: Revenge of the Titans, Titan Attacks, Droid Assault, and Ultratron
Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #5 - Posted 2008-09-29 12:43:23 »

It is strange... now, catching the LineUnavailableException seems to be enough whereas it wasn't the case some weeks ago. I will try to reproduce the problem later. The audio chip is really not reliable here.

That was the stack trace:

Error: Audio Device Unavailable
javax.sound.sampled.LineUnavailableException: Audio Device Unavailable
        at com.sun.media.sound.HeadspaceMixer.nResume(Native Method)
        at com.sun.media.sound.HeadspaceMixer.implOpen(HeadspaceMixer.java:346)
        at com.sun.media.sound.AbstractMixer.open(AbstractMixer.java:286)
        at com.sun.media.sound.AbstractMixer.open(AbstractMixer.java:323)
        at com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:103)
        at com.sun.media.sound.MixerSourceLine.open(MixerSourceLine.java:39)
        at main.SoundSystem.openSound(SoundSystem.java:572)
        at main.GameController.openSound(GameController.java:463)
        at main.GameController.<init>(GameController.java:109)
        at connection.GameServiceProvider.main(GameServiceProvider.java:88)

Offline erikd

JGO Knight


Medals: 3
Projects: 3


Maximumisness


« Reply #6 - Posted 2008-09-29 16:02:46 »

Quote
Error: Audio Device Unavailable

Are you sure this was a java error, and not something that was logged by your game when the LineUnavailableException was thrown? (since the error message is the same as the exception message)

Offline princec
« League of Dukes »

JGO Kernel


Medals: 196
Projects: 3


Eh? Who? What? ... Me?


« Reply #7 - Posted 2008-09-29 16:05:19 »

That just looks like an ordinary Exception to me. <edit>Yep, just googled it - it's an ordinary checked Exception.

Cas Smiley

Offline erikd

JGO Knight


Medals: 3
Projects: 3


Maximumisness


« Reply #8 - Posted 2008-09-29 16:10:21 »

That just looks like an ordinary Exception to me. <edit>Yep, just googled it - it's an ordinary checked Exception.

Cas Smiley

Yes it is, but goussej mentioned it was somehow wrapped in an error so that he couldn't catch it.
Anyway, since it works now, I'm guessing it was a different problem and the 'Error' was a red herring.

Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #9 - Posted 2008-09-29 20:17:07 »

Yes it is, but goussej mentioned it was somehow wrapped in an error so that he couldn't catch it.
Anyway, since it works now, I'm guessing it was a different problem and the 'Error' was a red herring.
The error doesn't come from my game. The only class that handles the sound doesn't create such logs. You can check it by deactivating the sound, modifying my source code (remove the try/catch close in main.SoundSystem) and compile all, the default ANT target generates a JAR file, there is another target to start the game.

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!
 
Get high quality music tracks for your game!

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 (77 views)
2013-05-17 21:29:12

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

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

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

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

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

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

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

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

UnluckyDevil (186 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.069 seconds with 21 queries.