Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
0 crawler(s) on-line.
 80 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 zipper:  28 mins ago
 A1200:  47 mins ago
 Marcian:  50 mins ago
 amigakit:  58 mins ago
 Frank:  1 hr 37 mins ago
 BigD:  1 hr 57 mins ago
 Vidar:  2 hrs 19 mins ago
 Rob:  4 hrs 37 mins ago
 bhabbott:  4 hrs 39 mins ago
 RobertB:  6 hrs 15 mins ago

/  Forum Index
   /  Amiga OS4 Software
      /  MPlayer not working since OS4.1 Update 1
Register To Post

Goto page ( Previous Page 1 | 2 | 3 )
PosterThread
Varthall 
Re: MPlayer not working since OS4.1 Update 1 (Solved)
Posted on 8-Dec-2010 21:04:45
#41 ]
Super Member
Joined: 17-Feb-2004
Posts: 1559
From: Up Rough

@all

I'll add a remark to not use OS4Reboot in the MPlayer readme, thanks for reporting this.

I have managed to reproduce the locked palette problem myself, and added an issue ticket on the site. To reproduce it, once the Palette window is open you need to press the spacebar twice, the palette grid will be shown with all the slots filled with colors. I suspect it is a problem related to P96's overview implementation, and as number6 said it doesn't seem to be related to the purple color behaviour. I'll take a look if it will be possible to make a workaround in MPlayer, together with the SDL problems.

@Deniil715
I have found a bug in MPlayer-GUI. Try to run it, close it and try making any change in WB's Prefs which require WB to be closed and opened again (e.g. locking the palette or changing the resolution). Intuition will fail to do so, asking to close all the programs that are still open on WB, even if there's none. Seems like MPlayerGUI isn't properly closed when it's quit via the window's close gadget. I have checked that this is not caused by MPlayer, since this bug appears even if no video is replayed at all before closing the GUI.

Varthall

Last edited by Varthall on 08-Dec-2010 at 09:12 PM.

_________________
AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram

 Status: Offline
Profile     Report this post  
Deniil715 
Re: MPlayer not working since OS4.1 Update 1 (Solved)
Posted on 8-Dec-2010 22:10:31
#42 ]
Elite Member
Joined: 14-May-2003
Posts: 4237
From: Sweden

@Varthall

Quote:
I have found a bug in MPlayer-GUI.


Oh! I'll have to check that. I haven't been able to close my WB for at least 10 years due to all sorts of programs so I never tested. I wonder what it might be doing.

_________________
- Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)
> Amiga Classic and OS4 developer for OnyxSoft.

 Status: Offline
Profile     Report this post  
Deniil715 
Re: MPlayer not working since OS4.1 Update 1 (Solved)
Posted on 8-Dec-2010 22:19:54
#43 ]
Elite Member
Joined: 14-May-2003
Posts: 4237
From: Sweden

@Tomppeli

Quote:
Overlay replaces one certain colour (purple) with a picture.


So it uses a pen for the keycolour. That explains it. But I still don't see the point in using a pen when in fact it *is* the gfx system itself. Why doesn't it just draw RGB data directly?!?

Btw. On what screen type is it 17,0,17? I would naturally assume 255,0,255 otherwise.

Edit: Here it is: p96RectFill(rp, MinX, MinY, MaxX, MaxY, color).
Why on earth doesn't p96 use its own function but instead go through the trouble of trying to allocate, change, and use graphics.library to draw the rectangle?! Must be a legacy leftover.

Last edited by Deniil715 on 08-Dec-2010 at 10:23 PM.

_________________
- Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)
> Amiga Classic and OS4 developer for OnyxSoft.

 Status: Offline
Profile     Report this post  
Varthall 
Re: MPlayer not working since OS4.1 Update 1 (Solved)
Posted on 9-Dec-2010 0:41:22
#44 ]
Super Member
Joined: 17-Feb-2004
Posts: 1559
From: Up Rough

@Deniil715

BTW another bug report regarding your program is here: https://code.google.com/p/mplayer-amigaos/issues/detail?id=4&can=1 .

EDIT:
To make things more clear, after having noticed this thread: even if the conf directory is stored in the same directory where MPlayer is stored, depending on how the MPlayer executable path is set, MPlayer might or might not find that directory. I have managed to find a way to reproduce the problem, right now I'm unable to do so, once I'll get it again I'll let you know.

Varthall

Last edited by Varthall on 09-Dec-2010 at 07:23 AM.

_________________
AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram

 Status: Offline
Profile     Report this post  
number6 
Re: MPlayer not working since OS4.1 Update 1 (Solved)
Posted on 9-Dec-2010 14:34:31
#45 ]
Elite Member
Joined: 25-Mar-2005
Posts: 11593
From: In the village

@Varthall

Quote:
MPlayer might or might not find that directory. I have managed to find a way to reproduce the problem, right now I'm unable to do so, once I'll get it again I'll let you know.


I understand that you're trying to track this, but regardless...
Most programs I use have to remain in their own directory due to assigns and needs for files in subdirectories.
Personally, I see no problem doing what all these other programs do and just informing in readme to NOT install MPlayer to c:

#6

_________________
This posting, in its entirety, represents solely the perspective of the author.
*Secrecy has served us so well*

 Status: Offline
Profile     Report this post  
Deniil715 
Re: MPlayer not working since OS4.1 Update 1 (Solved)
Posted on 9-Dec-2010 19:07:00
#46 ]
Elite Member
Joined: 14-May-2003
Posts: 4237
From: Sweden

@Varthall

MPlayer is started with NP_CurrentDir,cd, NP_HomeDir,hd, where cd and hd are derived from the path specified for MPlayer in the GUI. And not to forget, it works for me I specify a full path since I have MPlayer on a different partition than the GUI. Maybe relative paths (or no path) is a problem?

_________________
- Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)
> Amiga Classic and OS4 developer for OnyxSoft.

 Status: Offline
Profile     Report this post  
Goto page ( Previous Page 1 | 2 | 3 )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle