(New Release) X-Soft MP3 Player V2.0

Developed or developing a new product in PureBasic? Tell the world about it.
SunSatION
User
User
Posts: 85
Joined: Tue Jun 21, 2005 7:26 pm
Location: Malta

Post by SunSatION »

You got the address where the error occur? It's given when the dump is generated. That would be a better solution for me :)
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

I managed to test it a little now, it works if I opens a song in it.
But the skin didn't quite work here, if I put my cursor over the buttons they just go black :?
And sometimes it stops responding.
And I played a song and pressed the X button when I got this error:
Line: 809
Description: An attemped read or write to/from and address to which that process isn't allowed.
Btw, it's a nice program and reminds me much of my own player.
Maybe i'll try to make a skin for mine too :P
I like logic, hence I dislike humans but love computers.
SunSatION
User
User
Posts: 85
Joined: Tue Jun 21, 2005 7:26 pm
Location: Malta

Post by SunSatION »

It seems like your having some problems with files, thats why it loads when you load it with some music. Currently, files are stored at

Code: Select all

CreateFile(15,GetEnvironmentVariable("USERPROFILE")+"\Local Settings\Application Data\X-SOFT\MP3\list.xsp")
which is probably good for Windows 2000 and onwards. This file is used to save the current playlist in a file after closing the player

And that's also the reason why you are getting a bad skin. Windows uses its default directory the directory of the parameters. And therefore the image is not found. This may be solved by writing the address to a registry entry.

Thanks for your suppost, and I'm glad you like it
xonTAB
User
User
Posts: 24
Joined: Sat Dec 31, 2005 8:40 pm
Location: Fgura, Malta
Contact:

Post by xonTAB »

I will check if it works on vista as the User Profile path has change a bit.

In XP:
C:\Documents and Settings\.....

In Vista:
C:\Users\.....
xonTAB
User
User
Posts: 24
Joined: Sat Dec 31, 2005 8:40 pm
Location: Fgura, Malta
Contact:

Post by xonTAB »

02/07/2006: Installer Updated.

Solved Bug: Most Problems related with Mouse Over and Crashes Solved.

SITE:
http://meshmap.freehostia.com/mp3player.php

DOWNLOAD:
http://purebasic.myftp.org/?filename=fi ... mp3_v2.zip
Last edited by xonTAB on Mon Jul 24, 2006 1:17 pm, edited 3 times in total.
xonTAB
User
User
Posts: 24
Joined: Sat Dec 31, 2005 8:40 pm
Location: Fgura, Malta
Contact:

Post by xonTAB »

The Main Download Link is Not Working as the Server is Down.

You can Download this Media Player on the Mirror Link:

http://purebasic.myftp.org/?filename=fi ... mp3_v2.zip

SIZE : 401KB
OS : Win 2K, XP and 03. (Not Yet Tested on Vista)

SCREENSHOTS :
Image
Image
Post Reply