English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 01 March 2023, 01:19   #761
coldacid
WinUAE 4000/40, V4SA
 
coldacid's Avatar
 
Join Date: Apr 2020
Location: East of Oshawa
Posts: 538
Looks like Aminet is still at 0.999977, hopefully updated shortly.

By the way, is there a way to save the path for Local? Every time I start AmiModRadio it resets back to /.

Last edited by coldacid; 01 March 2023 at 02:13.
coldacid is offline  
Old 01 March 2023, 02:43   #762
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi ColdAcid!

Quote:
Originally Posted by coldacid View Post
Looks like Aminet is still at 0.999977, hopefully updated shortly.
Yes, it should be available tomorrow, I just uploaded it

Quote:
Originally Posted by coldacid View Post
By the way, is there a way to save the path for Local? Every time I start AmiModRadio it resets back to /.
The source and the chosen path should be saved between runs if you select "Remember source between runs" in the prefs. However, if you change source and go back to "Local", it will loose your chosen path. I'm going to implement a "secondary" saved path in the next version!

Cheers!
tygre is offline  
Old 01 March 2023, 19:54   #763
npagonis73
Registered User
 
npagonis73's Avatar
 
Join Date: Sep 2019
Location: Corfu / Greece
Posts: 410
Tried the new version on my Amiberry (emulation 3.2.1 system) and keep getting the message of cant find really anything to play or could not find adequate module. In some cases it shows that it downloads some zip or lha mods but in the end it gives that message and doesnt play anything. Is there anything specific i need to do in emulation? Any ideas?

Last edited by npagonis73; 01 March 2023 at 22:45.
npagonis73 is offline  
Old 01 March 2023, 20:01   #764
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi Npagonis73!

Quote:
Originally Posted by npagonis73 View Post
Tried the new version on my Amibbery (emulation 3.2.1 system) and keep getting the message of cant find really anything to play or could not find adequate module. In some cases it shows that it downloads some zip or lha mods but in the end it gives that message and doesnt play anything. Is there anything specific i need to do in emulation? Any ideas?
Sorry about that: after starting AmiModRadio, before pressing "Play" or "Next", do you see anything in the log in the "Log" tab.? After pressing "Play" or "Next", any error message in the Log?

Update: I forgot to ask: which source doesn't work? Or is it all of them?

Best!

Last edited by tygre; 01 March 2023 at 20:24. Reason: More details
tygre is offline  
Old 01 March 2023, 20:40   #765
npagonis73
Registered User
 
npagonis73's Avatar
 
Join Date: Sep 2019
Location: Corfu / Greece
Posts: 410
Don't apologize for anything. You do your best for all of us here.

Please find below the log window. The last 4 lines are there when I open the program and the rest appear after I press play.

The system has internet though and all other apps who go online work fine. In emulation this happens with 97 & 98 version but I think it happens only here. On my Vampire system with proper roadshow installation AmiModRadio works.

Thank you in advance for everything
npagonis73 is offline  
Old 01 March 2023, 20:41   #766
npagonis73
Registered User
 
npagonis73's Avatar
 
Join Date: Sep 2019
Location: Corfu / Greece
Posts: 410
You can't see anything. Wait to re upload.
npagonis73 is offline  
Old 01 March 2023, 23:48   #767
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Thanks Npagonis73!

The first error "could not set timeout (send)" "bubbles up" and prevents the connection to Aminet. It fails at:

Code:
if(setsockopt(*socket_handle, SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof(struct timeval))) {
which is correct as far as I can see in various sources (StackOverflow...)

If you don't mind, I'll share with you a version that doesn't fail if a setsockopt(...) fails, to see how far it goes after that?

I'm not familiar with Amiberry, does it provide Miami/Roadshow or does it provides some bsdsocket.library emulation, like WinUAE does?
tygre is offline  
Old 02 March 2023, 00:58   #768
ProfPlum
Registered User
 
Join Date: Jun 2019
Location: Montreal, Canada
Posts: 160
Tygre,

I tried executing the app on my system (A2000, vampire v2+, OS 3.2, some z2 cards).
What happens is the app launches, momentarily shows the screen, then shuts down.

The last activity on snoopdos is a failure in loading xadmaster library (it's in libs, version 12.1). Prior to that, some error loading fonts. It's not clear what specific font is being looked for as it is being displayed as -1.font, -1.otag.

I'm using MUI 5.
Any ideas as to what may be wrong?

Thank-you.

Last edited by ProfPlum; 02 March 2023 at 01:09. Reason: added reference to OS 3.2
ProfPlum is offline  
Old 02 March 2023, 04:59   #769
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi ProfPlum!

Quote:
Originally Posted by ProfPlum View Post
I tried executing the app on my system (A2000, vampire v2+, OS 3.2, some z2 cards).
Cool setup!

Quote:
Originally Posted by ProfPlum View Post
What happens is the app launches, momentarily shows the screen, then shuts down.

The last activity on snoopdos is a failure in loading xadmaster library (it's in libs, version 12.1). Prior to that, some error loading fonts. It's not clear what specific font is being looked for as it is being displayed as -1.font, -1.otag.

I'm using MUI 5.
Any ideas as to what may be wrong?

Thank-you.
AmiModRadio will not start without the XAD library installed, could you please try installing it? (Library and key.) I could maybe make this requirement optional but then many sources would not work because they provide LhA or ZIP or GZ files.

(The messages about the font are "normal" and part of MUI as far as I understand: I have it too!)

Let me know!

Last edited by tygre; 02 March 2023 at 05:30. Reason: Typos
tygre is offline  
Old 02 March 2023, 13:05   #770
npagonis73
Registered User
 
npagonis73's Avatar
 
Join Date: Sep 2019
Location: Corfu / Greece
Posts: 410
Quote:
Originally Posted by tygre View Post
Thanks Npagonis73!

The first error "could not set timeout (send)" "bubbles up" and prevents the connection to Aminet. It fails at:

Code:
if(setsockopt(*socket_handle, SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof(struct timeval))) {
which is correct as far as I can see in various sources (StackOverflow...)

If you don't mind, I'll share with you a version that doesn't fail if a setsockopt(...) fails, to see how far it goes after that?

I'm not familiar with Amiberry, does it provide Miami/Roadshow or does it provides some bsdsocket.library emulation, like WinUAE does?
Hello Tygre!!

Thanks a lot for your reply and the amended version you sent me. As I wrote to you in PM, this new version you sent me works in emulation (Amiberry). Amiberry does use a bsdsocket.library like WinUAE exactly. As I said in my Vampire system with a proper Roadshow installation the original 98 version works fine.

Thanks a lot for your immediate help!!

Update 1: Just came back home and tried the newer version sent to me and again I have the same messages and behaviour as before. It doesn't work either in emulation

Last edited by npagonis73; 02 March 2023 at 15:22.
npagonis73 is offline  
Old 02 March 2023, 15:58   #771
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi Npagonis73!

Quote:
Originally Posted by npagonis73 View Post
Thanks a lot for your immediate help!!
My pleasure!

Quote:
Originally Posted by npagonis73 View Post
Update 1: Just came back home and tried the newer version sent to me and again I have the same messages and behaviour as before. It doesn't work either in emulation
Do you mean the "beta1" version that I sent you? It worked and now doesn't again? Could you send me the logs in PM if possible?

Thanks!
tygre is offline  
Old 02 March 2023, 23:30   #772
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,262
tygre AmiModRadio v0.99998 for me works pefectly on OS 3.9 BB4 AfA OS and OS 3.2.1 RTG, it is the best version ever tried.

I hear the music sharper and no hiccups, on OS 3.2.1 the Music in Local was not working with EaglePalyer I used HIP (also the new version) and now it works perfectly.

Last edited by AMIGASYSTEM; 17 April 2023 at 08:12.
AMIGASYSTEM is offline  
Old 03 March 2023, 05:47   #773
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi AmigaSystem and thanks for your kind words!

Quote:
Originally Posted by AMIGASYSTEM View Post
tygre AmiModRadio v0.99998 for me works pefectly on OS 3.9 BB4 AfA OS and OS 3.2.1 RTG, it is the best version ever tried.

I hear the music sharper and no hiccups, on OS 3.2.1 the Music in Local was not working with EaglePalyer I used HIP (also the new version) and now it works perfectly.
Almost ready for v1.0 then

Cheers!
tygre is offline  
Old 03 March 2023, 16:04   #774
ProfPlum
Registered User
 
Join Date: Jun 2019
Location: Montreal, Canada
Posts: 160
Quote:
Originally Posted by tygre View Post
Hi ProfPlum!



Cool setup!



AmiModRadio will not start without the XAD library installed, could you please try installing it? (Library and key.) I could maybe make this requirement optional but then many sources would not work because they provide LhA or ZIP or GZ files.

(The messages about the font are "normal" and part of MUI as far as I understand: I have it too!)

Let me know!

xadmaster was present.

The same problem was encountered by another user ...
https://www.amibay.com/threads/need-...im-stuck.5652/

I did as suggested therein, ie. enable only the read protection bit. This resolved my issue.

The application launches but I have not yet properly configured my player. I'll get to this tonight, I'm hoping.
ProfPlum is offline  
Old 03 March 2023, 19:51   #775
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Quote:
Originally Posted by ProfPlum View Post
xadmaster was present.

The same problem was encountered by another user ...
https://www.amibay.com/threads/need-...im-stuck.5652/

I did as suggested therein, ie. enable only the read protection bit. This resolved my issue.
Crazy stuff!

Quote:
Originally Posted by ProfPlum View Post
The application launches but I have not yet properly configured my player. I'll get to this tonight, I'm hoping.
Let me know!

Cheers!
tygre is offline  
Old 03 March 2023, 23:57   #776
ProfPlum
Registered User
 
Join Date: Jun 2019
Location: Montreal, Canada
Posts: 160
Quote:
Originally Posted by tygre View Post
Crazy stuff!



Let me know!

Cheers!
App works great. I love it.
ProfPlum is offline  
Old 04 March 2023, 00:12   #777
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Thanks ProfPlum!
tygre is offline  
Old 06 March 2023, 20:03   #778
npagonis73
Registered User
 
npagonis73's Avatar
 
Join Date: Sep 2019
Location: Corfu / Greece
Posts: 410
Hello there

Has anybody happened to save the logs from AmiModRadio using the save button next to the log screen? In my system, Vampire 3.2.2 RTG, it crashes the system completely as soon as i click save. Has anybody else experienced something like that?
npagonis73 is offline  
Old 06 March 2023, 20:53   #779
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi Npagonis73!

Oops, yeah, my bad

Somehow, two lines of code got erased... Let me share with you a new version!

Thanks!
tygre is offline  
Old 07 March 2023, 09:30   #780
npagonis73
Registered User
 
npagonis73's Avatar
 
Join Date: Sep 2019
Location: Corfu / Greece
Posts: 410
Thank you Tygre. Will try with this version and send you some logs for you to see!!

Have a good day
npagonis73 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:29.

Top

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