English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 22 November 2020, 22:20   #501
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Quote:
Originally Posted by AMIGASYSTEM View Post
The modules are found if the HipPlayer GUI has been launched
But MUI still does complain about MUI_Redraw, doesn't it?

Best!
tygre is offline  
Old 22 November 2020, 22:32   #502
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
It works after clicking on "Ignore This Task" and opening HipPlayer
AMIGASYSTEM is offline  
Old 30 November 2020, 05:07   #503
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi AmigaSystem and all!

I'm happy to release another version of AmiModRadio, v0.9998! It fixes lots of "paper cuts" (small annoying "bug") and bugs #96, #99, #106, and #107:
  • No more calls to MUI_Redraw()
  • Greatly simplified code for handling ratings and less (unnecessary) trips to the server.
  • New supported player: TuneNet. I couldn't test it for lack of an Amiga running AOS4, beta-testers welome!
  • Many "paper cuts", like the info. bar (at the bottom of the MUI) and the log now display "clean" info. Make sure to copy the new catalogs and reboot your Amiga to flush the old ones.


As usual, AmiModRadio can be downloaded, along with its source code:

Please contribute by asking for features, reporting bugs, or offering translations! I'm still looking for a German translation!

Enjoy

Cheers!

Last edited by tygre; 30 November 2020 at 14:42. Reason: Fixed link
tygre is offline  
Old 30 November 2020, 09:41   #504
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
- MUI problem not resolved, only works with MUI 3.8

- Errore Messaggio MUI_Redraw is always present (tested with MUI5)

- Cannot find modules

- Link Via HTTP, on my Web site, whenever it's up (page not found)

- 201129_-_AmiModRadio_Binary_Only.lha (lin) (link includes full archive no binary only)



AMIGASYSTEM is offline  
Old 30 November 2020, 14:09   #505
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
I had a look at AmiModRadio.cd and it seems there are two ";" missing. Line 418 and 1161. Just in case.
daxb is offline  
Old 30 November 2020, 14:35   #506
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi Daxb!

Quote:
Originally Posted by daxb View Post
I had a look at AmiModRadio.cd and it seems there are two ";" missing. Line 418 and 1161. Just in case.
Thank you!

Actually, I already fixed those... but didn't regenerate the .cd files. Please use the .cs file in the meantime

BTW, would you know the difference between/roles of the .cs and .cd files?

Best!

Last edited by tygre; 30 November 2020 at 14:43.
tygre is offline  
Old 30 November 2020, 14:41   #507
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi AmigaSystem!

Quote:
Originally Posted by AMIGASYSTEM View Post
- MUI problem not resolved, only works with MUI 3.8

- Errore Messaggio MUI_Redraw is always present (tested with MUI5)
Did you take the latest version? I grep "MUI_Redraw" *.c and found no occurrence in my code...

Quote:
Originally Posted by AMIGASYSTEM View Post
- Cannot find modules
I will need more info. from the log to help!

Quote:
Originally Posted by AMIGASYSTEM View Post
I fixed the link in this post and my previous post

Quote:
Originally Posted by AMIGASYSTEM View Post

- 201129_-_AmiModRadio_Binary_Only.lha (lin)
(link includes full archive no binary only)
I just opened the LHA archive and it contains no source code, only binary.

Cheers!

Last edited by tygre; 30 November 2020 at 14:44. Reason: Typos
tygre is offline  
Old 30 November 2020, 15:49   #508
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
Quote:
Originally Posted by tygre View Post
BTW, would you know the difference between/roles of the .cs and .cd files?
The SimpleCat guide told me already.
daxb is offline  
Old 30 November 2020, 16:05   #509
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by tygre View Post
Hi AmigaSystem!

Did you take the latest version? I grep "MUI_Redraw" *.c and found no occurrence in my code...
I fixed the link in this post and my previous post
Watch attached video, it also happens with Amikit and other OS, what kind of information do you need?

https://drive.google.com/file/d/1Kwg...ew?usp=sharing


Quote:
I just opened the LHA archive and it contains no source code, only binary.
Cheers!

Maybe I don't understand well, but archive "201129_-_AmiModRadio_Binary_Only.lha" and "LatestAmiModRadiov0.9998.lha" have the same file size himself


Last edited by AMIGASYSTEM; 06 December 2020 at 09:27.
AMIGASYSTEM is offline  
Old 30 November 2020, 16:08   #510
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Quote:
Originally Posted by daxb View Post
The SimpleCat guide told me already.
Good point, I'll RTFM
tygre is offline  
Old 30 November 2020, 16:22   #511
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi AmigaSystem!

Quote:
Originally Posted by AMIGASYSTEM View Post
Watch attached video, it also happens with Amikit and other OS, what kind of information do you need?

https://drive.google.com/file/d/1Kwg...ew?usp=sharing
Thanks a lot for the video!

Unfortunately, I don't know what to do I don't use explicitly MUI_Redraw() anywhere in the Fetcher... Why would MUI >3.8 complain like that? Could this warning happen because the Fetcher updates MUI gadgets in the main window? Maybe...

Quote:
Originally Posted by AMIGASYSTEM View Post
Maybe I don't understand well, but archive "201129_-_AmiModRadio_Binary_Only.lha" and "LatestAmiModRadiov0.9998.lha" have the same file size himself

Of course They are the same file: one is the "latest" AmiModRadio (and its content changes with every new release) while the other is for history...

Cheers!

Last edited by tygre; 30 November 2020 at 17:04. Reason: Typos
tygre is offline  
Old 30 November 2020, 19:38   #512
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by tygre View Post
Unfortunately, I don't know what to do I don't use explicitly MUI_Redraw() anywhere in the Fetcher... Why would MUI >3.8 complain like that? Could this warning happen because the Fetcher updates MUI gadgets in the main window? Maybe...

!
I don't know, probably MUI3.8 doesn't need or doesn't know MUI_Redraw, MUI 3.9, MUI4 and MUI5 require MUI_Redraw.

N.B. AmiModRadio v0.9996 works perfectly with MUI 3.9/4/5 and there are no MUI_Redraw errors and modules are regularly found.

Last edited by AMIGASYSTEM; 02 December 2020 at 21:45.
AMIGASYSTEM is offline  
Old 07 December 2020, 16:48   #513
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi all!

I'm happy to release yet-another version of AmiModRadio, v0.9999! It fixes particularly bug #100, thanks to Thomas Richter's kind help!, and few bugs, and other papercuts . (Unfortunately, the MUI_Redraw() warning will still be there... )

As usual, AmiModRadio can be downloaded, along with its source code:

Please contribute by asking for features, reporting bugs, or offering translations!(I'm still looking for a German translation...)

Enjoy

Cheers!
tygre is offline  
Old 07 December 2020, 18:58   #514
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Hi tygre, perfect now AmiMoRadio works great on AfA One and MUI5, for the error "the MUI_Redraw" has been fixed, I don't have the error message anymore.

Last edited by AMIGASYSTEM; 17 December 2020 at 09:24.
AMIGASYSTEM is offline  
Old 07 December 2020, 20:01   #515
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi AmigaSystem and thanks for your tests
tygre is offline  
Old 07 December 2020, 21:29   #516
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Sorry I tested your Aminet link, as you can see from my screenshot it's the old v0.9996 version, I downloaded from other link the v0.9999 and the error "the MUI_Redraw" is always present.
AMIGASYSTEM is offline  
Old 07 December 2020, 22:03   #517
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hey!

I uploaded AmiModRadio v0.9999 earlier this (my) morning so let's give some time to the Aminet Team to review it and make it available . (The previous version on Aminet was 0.9996, shame on me to have forgotten to contribute to Aminet!)

I'm not surprise that the MUI_Redraw() is still there and may well be for some time because fixing would require a major redesign of AmiModRadio .

Take care!

Last edited by tygre; 07 December 2020 at 22:04. Reason: Typos
tygre is offline  
Old 30 December 2020, 21:41   #518
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
Hi Tygre. Happy Christmas.
So, as I see, the former versions of AmiModRadio don't work anymore?
You know that I was using an older version that worked great.

Even the new one you've updated gives problems as I see. What a pity
Retrofan is offline  
Old 01 January 2021, 23:08   #519
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi RetroFan!

Merry belated Xmas and happy New Year!
Health and prosperity to you and yours!

Quote:
Originally Posted by Retrofan View Post
So, as I see, the former versions of AmiModRadio don't work anymore?
You know that I was using an older version that worked great.

Even the new one you've updated gives problems as I see. What a pity
Actually, they work (of course the latest is the bestest ) only that, when using the MUI interface with MUI >3.8, the user must "accept" the warning about MUI_Redraw()... after that, it should work just fine!

Cheers!

Last edited by tygre; 01 January 2021 at 23:25. Reason: Fixed the MUI version number
tygre is offline  
Old 11 January 2021, 06:41   #520
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi all!

I'm happy to release a new version of AmiModRadio, v0.99991, which brings many improvements and fixes after extensive testing on an A4000D/030 .

As usual, AmiModRadio can be downloaded, along with its source code:

Please contribute by asking for features, reporting bugs, or offering translations!(I'm still looking for a German translation...)

Enjoy

Cheers!
tygre is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which games are using modules? 1988 request.Modules 7 29 July 2016 20:24
A few modules Rogue request.Modules 1 31 May 2014 18:22
two modules s2325 request.Modules 4 01 May 2010 15:23
Brain Killer Aminet links changed (and a question about Aminet links) Korodny HOL data problems 0 26 November 2009 21:21
Modules.. Muerto request.Modules 2 15 December 2005 17:32

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:23.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.19960 seconds with 16 queries