MP3 player on version 6.1

derez

Expert
Licensed User
Longtime User
The attached player runs on my MIO 350 (WM 5).
I checked it on an emulator of version WM6.1 - gets an error :
"Error loading program. Exception."
But when I run it from B4PPC on the device - its OK.

Is there an explanation ?:confused:

Due to size limit I uploaded only the code, the exe and the list of files which are required for the compilation.
 
Last edited:

LineCutter

Active Member
Licensed User
Longtime User
I was going to try it on the beta version installed here but...

"Invalid Attachment specified. If you followed a valid link, please notify the administrator"
 

derez

Expert
Licensed User
Longtime User
Klaus
Sorry for my ignorance, is it running on WM6.1 ?
Linecutter - what is your device ?

Thanks for testing.
I attach the images.

Edit: Tried it on the same emulator type on my Laptop with the same results.
 
Last edited:

klaus

Expert
Licensed User
Longtime User
Hi derez,

I tryed the program again. I can't run it on the desktop.

But I compiled it with Device(AutoScale):
- works on my Qtek 9090 WM2003
- doesn't work on my htc Touch HD WM6.1 I get the error below

Compiled it with Device Exe:
- doesn't work on WM6.1 either.

Sorry for the bad news.
I dont know what the problem is.
Is it the FMODDevice.dll or is it the fmodce.dll ?

Best regards.
 

derez

Expert
Licensed User
Longtime User
I post it here since I believe it is a bug in 6.76.
Since you get a problem with a real device - it is not the problem of the emulator.
As I said - it runs with the Device IDE and also on WM5 on the device.

I also checked "simple MPG player" after adding the device dlls, and it works as exe on the device, so the problem is probably not with the FMOD family of libraries .

Also tried with deleting the HW and the record - but still the error.
 
Last edited:

derez

Expert
Licensed User
Longtime User
sent to your mail
did not check with 6.50 but it used to work there, I added volume control based on the library's volume instead of external application.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
There is a problem with the .Net CF and the specific format of the png files you are using. Replace those files with files in a different format and it will work fine. (This problem is not related to V6.80)
I don't know why it works on some devices and doesn't work on others.
However I see that other .Net CF users encountered it.
 

derez

Expert
Licensed User
Longtime User
True, after changing all the images to jpg format the problem does not show.
But still, why does it not appear when running the same application from the device IDE ?
 

derez

Expert
Licensed User
Longtime User
I was not aware of the existence of B4p-vga. It also fails, so it is consistent.
I shall replace the 4 problematic png images.
Thanks.:)
 
Top