You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to destroy this stupid anomaly
javax.microedition.media.MediaException: Cannot create a Player for: audio/mpeg
at javax.microedition.media.Manager.getPlayerFromType(+52)
at javax.microedition.media.Manager.createPlayer(+35)
at javax.microedition.media.Manager.createPlayer(+53)
at josesk.javameengine.Sound.Load(+505)
at josesk.javameengine.Sound.Start(+133)
at josesk.javameengine.Sound.Start(+5)
at josesk.undertaleme.layout.Dialog.onTextStart(+14)
at josesk.javameengine.Text.Update(+55)
at josesk.undertaleme.layout.Dialog.Update(+7)
at josesk.undertaleme.GameView.update(+25)
at josesk.undertaleme.GameEngine.run(+306)
Starting /Teleport.mp3
Load() the following sound before Start()ing it:
*/Teleport.mp3
Loading /Teleport.mp3
Exception: javax/microedition/media/MediaException
Load() exception: /Teleport.mp3
*javax.microedition.media.MediaException: Cannot create a Player for: audio/mpeg
Exception: javax/microedition/media/MediaException
Start() exception: /Teleport.mp3
*javax.microedition.media.MediaException: Cannot create a Player for: audio/mpeg
Exception: javax/microedition/media/MediaException
javax.microedition.media.MediaException: Cannot create a Player for: audio/mpeg
at javax.microedition.media.Manager.getPlayerFromType(+52)
at javax.microedition.media.Manager.createPlayer(+35)
at javax.microedition.media.Manager.createPlayer(+53)
at josesk.javameengine.Sound.Load(+505)
at josesk.javameengine.Sound.Start(+133)
at josesk.javameengine.Sound.Start(+5)
at josesk.undertaleme.scenes.ErrorView.Run(+14)
at josesk.undertaleme.GameView.run(+4)
Identified when debugging with Sun Wireless Toolkit 2.5.2, wich don't support .MP3 format
The rule is clear: If it's not working in a emulator, there WILL be many issues in real hardwares
It's very important in MMAPI as Java-enabled mobile devices vary their media format compatibilities a lot
The text was updated successfully, but these errors were encountered:
There's a benchmark app project going on to test this engine in real hardwares, There' some small modifications there. I'll mark it as low-priority for now, and patch it when the benchmark app is completed
Identified when debugging with Sun Wireless Toolkit 2.5.2, wich don't support .MP3 format
The rule is clear: If it's not working in a emulator, there WILL be many issues in real hardwares
It's very important in MMAPI as Java-enabled mobile devices vary their media format compatibilities a lot
The text was updated successfully, but these errors were encountered: