WineHQ
XMPlay 3.4



Category: Main > Multimedia > Audio > Audio Players > XMPlay > 3.4


NameXMPlay
Version3.4
License Free to use and share
URLhttp://www.un4seen.com/xmplay....
Votes Marked as obsolete
RatingGold
Wine Version1.1.7
Free Download Hosted on official weppage
Maintainers of this version:
Description
Released 3th April 07
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)

What works
Playing music, adjusting volume, stereo balance, reverb, equalizer (when it's on ;) ) I noticed no problems with anything I tested.


What does not
Visual glitches when moving windows - for example if you drag the extended playlist / track info window behind the main one, you can get it to disappear. Dragging the main window around results in tearing and general wonkiness. It is also possible to get the window to disappear completely. The wings of the main window are drawn over it, so if you drag them in you obscure your view. There are also some issues with draw order when focus changes.


What was not tested
Um, I think I pressed all the buttons and nothing exploded.


Additional Comments

I think the only thing keeping this from Platinum is the window movement problems, which has no impact on usage, unless you try hard enough and get the main window to disappear. All functions I tested seemed flawless. I had no problems starting from a freshly unzipped copy.
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentUbuntu 8.04 "Hardy" x86_64 (+ variants like Kubuntu)Nov 02 20081.1.7 N/A Yes Gold Steve Dougherty 
ShowUbuntu 8.04 "Hardy" (+ variants like Kubuntu)May 11 20080.9.61. N/A Yes Garbage Fraggy Fragmore 
ShowUbuntu 7.10 "Gutsy" (+ variants like Kubuntu)Jan 31 20080.9.54. N/A Yes Bronze Fraggy Fragmore 


Known bugs
Bug # Description Status Resolution Other apps affected

 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.


by John Smith on Thursday June 30th 2011, 1:14
@goodgod261 - Hi. No, it's not a plugin-issue, I don't have any!

@Alexander - Hi. I've just temporarily deleted my .Wine folder and created a new Wine setup, then ran xmplay 3.6 - works without a hitch! Restore the 'old' Wine and it crashes like before - so there seems to be something pre-installed that xmplay doesn't like. Unfortunately, not really a solution for me as I have quite a lot of M$ software already installed that I don't want to have to redo. Thanks for the tip though.

[post new] [reply to this]

Doesn't work for me...
by John Smith on Monday June 27th 2011, 18:51
After downloading the latest & greatest xmplay 3.6 and finding it crashes everytime a new tune is to be played, either automatically or manually selected, I then found this recommendation, so downloaded version 3.4. No difference with the current Wine version, it crashes just the same. Changing the Wine OS configuration didn't help either...

This was an attempted 'upgrade' - I had xmplay 2.8 installed and it works perfectly.

[post new] [reply to this]

Xmplay Window Disappearing
by Peter Mc on Monday March 1st 2010, 22:05
I viewed what happened to Xmplay with Nirsoft's WinExplorer and it appears that the cause (and remedy) relates to the way the window behaves (sometimes) as it is dragged to a new position by the mouse.

Sometimes the window particularly the tracklist/info window (Window class name XMPLAY-INFO) accelerates and ends up with non standard x,y coordinates. I wrote this short program with AutoHotkey which basically checks the Xmplay's windows every 5 seconds and resets the coordinates to 0,0 if the windows gain unusual coordinates which I set at beyond 800,600. This code works under WINE though actual hotkeys themselves don't.

------------------------ code follows ------------------


;
; Reset XMPLAY'S INFO(Tracklist) and MAIN windows if
; X,Y position negative (Nirsoft WinXplorer reports negative window
; positions when Xmplay dissappears after dragging).
;
SetTitleMatchMode,2
SetTimer,XMPCHK,5000 ; Run check-thread each 5 seconds
Sleep,86400000
;
;THREAD
;
; Check XMPLAY window positions, reset to top left corner if values too wide.
;
XMPCHK:
WinGetPos,xpos,ypos,,,ahk_class XMPLAY-INFO ; use class as no title used
if (xpos < 0 or xpos >= 800 or ypos < 0 or ypos > 600 )
{
WinMove ahk_class XMPLAY-INFO,,0,0
}
;
;
WinGetPos,xpos,ypos,,,ahk_class XMPLAY-MAIN
if (xpos < 0 or xpos >= 800 or ypos < 0 or ypos > 600 )
{
WinMove ahk_class XMPLAY-INFO,,0,0
}
;
;
Return

[post new] [reply to this]

needed ini-file
by Fraggy Fragmore on Tuesday February 19th 2008, 14:12
Just took note that XMPlay is only working, if the same copy of the app has been run once under windows. On first time run it creates an configuration file "xmplay.ini" which is essential for further startups. If the file is missing (or not created yet) XMPlay crashes instantly under wine.

[post new] [reply to this]




   << Back

Page loaded in 0.1578 seconds.