ive noticed that one game of mine has a strange problem on nokia phones type series60 DP2. the error also occurs on the according emulator.
after a while i found the problematic source:
[source]
InputStream is2 = getClass().getResourceAsStream(“intro.mid”);
mpIntro = Manager.createPlayer(is2, “audio/midi” );
mpIntro.realize();
mpIntro.prefetch();
[/source]
it seems that the stream isnt read properly (although working on all other phones).
and i dunno whhhyyyyy … ???