Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
30 user(s) are online (21 user(s) are browsing Forums)

Members: 1
Guests: 29

Ami603, more...

Support us!

Headlines

 
  Register To Post  

scout: new os4 version
Home away from home
Home away from home


See User information
@All
This is attempt to fix old scout source code to work correctly on latest os4 compiling with latest os4 SDK and getting rid of all old-incompatibily stuff.

To make new recompile i get rid of USE_INLINE totally, replaced all memory stuff on proper allovectags/etc, get rid of all old DOS things in favor of new ones, removed depending on SDI headers, and get rid of old clib2 in favor of newlib, etc.

There is current version if you want to try this out:
http://kas1e.mikendezign.com/aos4/scout/scout_01.lha


There also some things which worth to be changed probably too : this is Expansion (as they all Zorro based initially, at least it can list PCI, but "more" button is for Zorro only). Then Patches, as this one only implemented for OS3 and use old SetFunction, and i do not know if it worth at all, as it even on os3 didn't list all patches, but only some which were set by some specific ways.


So, if anyone need it , plz feel free to bug-report about

@msteed
Quote:

The OS4 version of Scout does crash sometimes, and you need to be ready for that if using it, but more often it safely does nothing when asked to display things that no longer exist or aren't applicable on OS4. I regularly use it as a test and debug tool, though I make sure to save my work first.


Do you have any bugs to report and step-by-step reproduce so i can try to reproduce it with scout from 2006 and the new one ?

Thanks !


Edited by kas1e on 2026/5/28 6:16:36
Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: scout: new os4 version
Just popping in
Just popping in


See User information
Hi kas1e

Thanks for your work, I'll check it out this weekend.

Go to top
Re: scout: new os4 version
Just popping in
Just popping in


See User information
@kas1e

Quote:
Do you have any bugs to report and step-by-step reproduce so i can try to reproduce it with scout from 2006 and the new one ?

Not currently. I tend to trigger the crashes while just playing with Scout, pressing different buttons and seeing what it does. I've never bothered to write any of them down (or even see if they're reproducible) as there was nobody maintaining the program to investigate them.

I'll play with it some in the coming days and see if I can stumble across any of the crashes again.

Go to top
Re: scout: new os4 version
Just popping in
Just popping in


See User information
@kas1e
first of all, great that you're updating Scout.

I tested it and found that my computer completely freezes when I click the System button in Scout. No Reaper, but a complete freeze.

My system:
X5000/20 with RX580

Go to top
Re: scout: new os4 version
Home away from home
Home away from home


See User information
@McFly
Probably forgot to install this identify.library from libs (both library itself and .l.main with it) ? But yeah, if it freezes, it mean it shouldn't of course, and probably should take relevant library from libs inside of scout dir. And we need this one be os4native imho too , if there is sources somewhere .. Thanks for report, will check!

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: scout: new os4 version
Just can't stay away
Just can't stay away


See User information

Go to top
Re: scout: new os4 version
Just can't stay away
Just can't stay away


See User information
@kas1e

Nice work - good to see old Scout again .

I found a little thing in the Libraries window.

Example for reproducing:

1. Open Libraries window.
2. Click on the first line in the library list.
3. Click on the Functions button.
4. Click Exit.
5. Click on the next line in the list.
6. Now it doesn't show the name of the library, but "*** ldFunction() NOT IMPLEMENTED ***".

It's not just the first line, any line and its following one will do.

Best regards,

Niels

Go to top
Re: scout: new os4 version
Just can't stay away
Just can't stay away


See User information
@nbache

tried here and I dont get/see such "*** ldFunction() NOT IMPLEMENTED ***", (using os4depot's identify.library "replica")

On my system when clicking on [SYSTEM] button, new window is opened, but get a crash/GR and all gadgets are empty.

Go to top
Re: scout: new os4 version
Just can't stay away
Just can't stay away


See User information
@jabirulo

Heh - I didn't have any identify.library installed at all .

Now I installed it, and yes, that fixes the issue.

Still, strange that - without the library - it still showed the name correctly at first, but not after returning from the Functions window and clicking on the next line.

Best regards,

Niels

Go to top
Re: scout: new os4 version
Home away from home
Home away from home


See User information
@jabirulo

Yeh... I did not know what it was used for, when I made it.

are you sure you can't use 68K version, it should be included withe 68K version of scout

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: scout: new os4 version
Home away from home
Home away from home


See User information
@nbache

Maybe it has fallback functions, when the library is not opened.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: scout: new os4 version
Just can't stay away
Just can't stay away


See User information
@LiveForIt

Haven't tested the original 68k identify_lib, just using your replica.
Renaming your dientigy_lib and then running scout in [SYSTEM] window (dont' get a crash) I can see a lot of "identify.library required", so seems your lib doesn't have such functions/methods implemented or may have a bug.

EDIT1:
Using this version: https://www.os4depot.net/share/utility/misc/identify_lib.lha
[SYSTEM] window shows some info, but get "*** ldFunction() NOT IMPLEMENTED ***". problem posted by niels in [LIBRARIES]

Go to top
Re: scout: new os4 version
Just popping in
Just popping in


See User information
@kas1e

Quote:
Do you have any bugs to report and step-by-step reproduce so i can try to reproduce it with scout from 2006 and the new one ?

Scout has been pretty stable as I've played with it recently, which makes me suspect that some of the crashes may not be readily reproducible, and may depend on things like the contents of some illegal address that's being read.

One crash that is reproducible, at least on my system, has to do with the Resources window. A number of the resources displayed have suspicious numbers for the version and open count, but clicking 'More' for one of these doesn't cause any harm. An exception is clicking 'More' for the pager.resource, which causes a crash. (Same for the new Scout version.)

The autodocs note that there is no standard "struct Resource" that all resources use; as long as there's a Node at the begnning they can use any layout they want. It's recommended that resources have a struct Library at the beginning, and Scout seems to depend on this. If this turns out to be wrong, Scout can crash (or at least, display strange numbers) when it accesses Library fields that aren't there.

Looking at the Scout source, there's a table of "forbidden resources" that don't have a struct Library at the beginning, so Scout knows not to try to read them. At the least, this table needs to be updated to include newer resources. Even better would be if there's some way to figure out whether there's a valid struct Library without needing a table.

Go to top

  Register To Post

 




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




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project