English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 03 August 2018, 17:24   #2481
hexaae
Bug hunter
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 48
Posts: 2,161
Unfortunately many Amiga devs didn't ever release sources… SwazInfo sources for example would have been very useful. It's a pity for such a good program… I've seen recently on Aminet some upload by Amiga Program Preservation Society (or something like that) with the noble scope to upload lost sources for great software to be continued in case...
hexaae is offline  
Old 03 August 2018, 19:45   #2482
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
That is true, the problem with most open source on Amiga is that sources have been released in an afterthought, after original author have decided to quit, so there is no transfer of knowledge and understanding of the code.

Anyways, it should be perfectly possible to make something new. From what I understand, patching WBInfo() is trivial, it's really making the GUI and making sure it treats icons correctly that is the big task.
kolla is offline  
Old 03 August 2018, 21:02   #2483
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by hexaae View Post
P.S:
That Batman icon was generated with PPaint.
Why do so much effort when they can create IconDual PNG super compatible in a simple way, i attach the The Batman DualPNG icon made in a few seconds.

-------- Italiano ------

Perchè fare tanta fatica quandosi possono creare delle IconDual PNG super compatible in maniera semplice, allego icona The Batman DualPNG fatta in pochi secondi

Last edited by AMIGASYSTEM; 17 August 2018 at 07:51.
AMIGASYSTEM is offline  
Old 03 August 2018, 21:16   #2484
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by hexaae View Post
What's your problem with bugs? You take it too bad They do exists, as well as betatester figures to find them (usually appreciated by devs as they do the dirty and annoying part of the work while devs can focus on development).
Important thing is to fix them (at least those harmful, hopefully) when found.
... I'm here to help us all having better software in the end, not to blame anyone, don't get me wrong when I report bugs
Forget it, that was just a short outbreak of emotions, no serious criticism against your bug reports. Feedback is always welcome.

Quote:
yep, must be a bug of Processicon because I just saved a brush PNG 256 colors from PPaint, and loaded the image through IconEdit. Then saved it as single image icon from IconEdit, and Processicon still reports the same wrong 2nd image data (??), so it's not a bug in pio_icon save format for PPaint and the icon is not buggy/corrupt.
Yes, there seems to be a bug in ProcessIcon, all the data of the non-existing 2. image was wrong.

Nevertheless, it could be possible that the Batman icon structure is also incorrect somewhere, but it would need more time to examine that in details. That's why I felt sooo happy with that bug. I've never seen before that RAWBInfo just deletes a CI image. It could be caused by my library by rejecting some data or by RAWBInfo internally complaining about something. But RAWBInfo did not even throw an Enforcer hit. So what exactly is going wrong here? Usually, the tools written by Stephan Rupprecht are working pretty good, but nobody is perfect. He has coded CopyIcon and RAWBInfo and Dirk Stoecker has written ProcessIcon.

PS. This Batman icon has only 1 image, the second image is a darker copy of the 1. image generated by icon.library. I think it's the best to start with checking my internal darkerPalMapCopy routine for possible bugs now.

Update: darkerPalMapCopy seems to be ok, IconEdit has never problems with it and RAWBInfo also works with other icons with 1 image only and uses darkerPalMapCopy too. But ProcessIcon never uses it and thus it gets an error code back when asking for the number of colors of the non-existing 2. image, but it seems to ignore that error code. I'm not in the mood to dig any deeper in the mud tonight. Btw, with icon.library 45.1 RAWBInfo reports "bad number" for the Batman icon.

Last edited by PeterK; 04 August 2018 at 12:36.
PeterK is offline  
Old 04 August 2018, 12:13   #2485
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
Quote:
Originally Posted by PeterK View Post
Usually, the tools written by Stephan Rupprecht are working pretty good, but nobody is perfect. He has coded CopyIcon, RAWBInfo and ProcessIcon.
If you mean this: http://aminet.net/package/util/wb/ProcessIcon then it is from Dirk Stoecker.
daxb is offline  
Old 04 August 2018, 12:30   #2486
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by daxb View Post
Yes, that's right. Thanks for correcting my mistake, daxb

Btw, the PNG TrueColor mode also works now, but saving PNG icons still has to be done.

Last edited by PeterK; 04 August 2018 at 12:39.
PeterK is offline  
Old 04 August 2018, 22:33   #2487
TjLaZer
Registered User
 
TjLaZer's Avatar
 
Join Date: Sep 2004
Location: Tacoma, WA USA
Age: 52
Posts: 1,915
Anyone know why when using one of the hacked Classic WB installs, this icon.library does not work? Only works on normal WB 3.1 or 3.9 installs.
TjLaZer is offline  
Old 04 August 2018, 22:42   #2488
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
What do you mean by hacked CWB ?
CWB supports my icon.library since v27. You have to look into the menu for an entry to enable icon.library. I don't have CWB installed anymore for many years already and can't remember what exactly to do. But you can not install newer versions of icon.library like on OS 3.1 or OS 3.9. I think the concept of CWB is a bit old now, not saying outdated.
PeterK is offline  
Old 04 August 2018, 22:46   #2489
TjLaZer
Registered User
 
TjLaZer's Avatar
 
Join Date: Sep 2004
Location: Tacoma, WA USA
Age: 52
Posts: 1,915
hacked = the normal Classic WB installs. Sorry. They seem to do some pretty bizzare wizardly behind the scenes and your icon.library does not want to work. I guess I need to try the latest update.
TjLaZer is offline  
Old 04 August 2018, 22:56   #2490
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
It also depends on the version of CWB. There is no support before v27. And there are differences between CWB ADVSP, the only one I know, and other compilations of CWB. ADVSP works with Scalos 1.2d and it was very tricky to integrate icon.library into the iconobject system of Scalos. Bloodwych has written very special scripts to enable or disable the icon.library support and you can very easily brake this concept by overwriting some of his files. Then nothing will work anymore. I've no idea whether it's possible to update CWB with newer versions of my library or not, since I didn't try it in the last 5-7 years at least. And I never heard anything from Bloodwych anymore. Is he still active?

Last edited by PeterK; 04 August 2018 at 23:03.
PeterK is offline  
Old 05 August 2018, 02:09   #2491
TjLaZer
Registered User
 
TjLaZer's Avatar
 
Join Date: Sep 2004
Location: Tacoma, WA USA
Age: 52
Posts: 1,915
ok I see there is a v28 on there and it's working. Got it setup on WinUAE! Now I have to figure out how to move it to my A600. There are no update packs. I will try to mimic his installer script.
Attached Thumbnails
Click image for larger version

Name:	classic wb.JPG
Views:	144
Size:	51.7 KB
ID:	59122   Click image for larger version

Name:	classic wb 2.JPG
Views:	137
Size:	108.9 KB
ID:	59123  
TjLaZer is offline  
Old 05 August 2018, 09:22   #2492
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
You could write the Hardfile of WinUAE on HD/CF, or mount HD/CF on WinUAE and install the new ClassicWB
AMIGASYSTEM is offline  
Old 05 August 2018, 19:37   #2493
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
All those evil ">NIL:" that means you won't have a clue about whether it fails or not :/
kolla is offline  
Old 09 August 2018, 20:13   #2494
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Update to icon.library 46.4.491:

The new TrueColor version TC020 is finished and also supports PNG icons now. Just one small problem with RAWBInfo that I want to mention is that drag&drop into RAWBInfo creates only ColorIcons, although it really saves TrueColor icons if you don't swap the images. Maybe it needs some API extensions or a v50 icon.library like on AfA where drag&drop works too. Nevertheless, you can still use CopyIcon or the OS 3.9 WBInfo for swapping TrueColor images, no problem. Please report any other issues.
PeterK is offline  
Old 10 August 2018, 09:27   #2495
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Quote:
Originally Posted by PeterK View Post
Maybe it needs some API extensions or a v50 icon.library like on AfA where drag&drop works too.
Have you tried to see what happens if you just version your lib v50?

How does icon.library know what format to use? If you replace a planar icon by dropping a png onto wbinfo for example, will it then use OS4 format, or PNG format, for the saved icon? Does it perhaps ask the user? Just curious, haven't had time to play around with it yet

Thanks for all the great work!
kolla is offline  
Old 10 August 2018, 10:21   #2496
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Yes, I've just tested an hour ago with a faked v52 version number, but that trick didn't fool RAWBInfo. Seems I need to analyze its function calls precisely.

The TrueColor images from OS4 and PNG icons are stored as compressed zlib images in the internal OS 3.5 DiskObject extension, invisible for other programs. When a program wants to write the supposed ColorIcon back to disk then the internal data is checked for possible zlib images, whether they are OS4 ARGB or PNG and the corresponding file format is created. RAWBInfo must remove the zlib images by internal copying or something similar. This still needs some investigation. My library has no API functions for accessing TrueColor images, because they are not hold uncompressed in memory like on other systems.

Some benchmark results:
Code:
icon.library TC020:    RAM    SSD    AfA:  RAM    SSD     OS 3.9:  RAM    SSD
OS 3.5 CrystalIcons   0,188  1,690        0,620  7,962            4,847  6,759
PNG Kens Icons v4     0,953  2,760        0,931  4,040
OS4 Mason 2010        1,201  2,328        0,958  12,804
OS4 Reworked3         1,535  3,051        1,264  15,127

Last edited by PeterK; 10 August 2018 at 14:35.
PeterK is offline  
Old 12 August 2018, 08:43   #2497
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
The icon.library 46.4.492 with the new TC020 is available at Aminet:
http://aminet.net/package/util/libs/IconLib_46.4

The problems with drag&drop icons into the RAWBInfo window are solved now. RAWBInfo displays and saves the images in TrueColor as it should after writing a tricky and complicated work around for it. Maybe this could also be useful for other programs which are also just copying the chunky image data of the OS 3.5 ColorIcon format from one icon to the other.

Btw, I noticed a very strange effect with the internal Icon Info window of DOpus4. Usually DOpus4 can only handle ColorIcons too, but now with TC020 this changes as soon as you once have started DOpus5. You can even close DOpus5 again, but something magic makes it possible that DOpus4 also displays icons in TrueColor in its Icon Info window after that has happened. It could be very useful to find out what exactly in DOpus5 causes DOpus4 suddenly to change its mind about its capabilities to display icons.
PeterK is offline  
Old 12 August 2018, 14:37   #2498
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
Maybe because of icon.module/icon.library loading by DOpus5? Or using show.module for icons? There is also a UseWBInfo variable if set it use WBInfo() instead of icon.module. Maybe DOpus4 takes over something or a patch is responsible. Gives SnoopDos some info?
daxb is offline  
Old 12 August 2018, 16:01   #2499
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by daxb View Post
There is also a UseWBInfo variable if set it use WBInfo() instead of icon.module.
Where is that "UseWBInfo" ?

I've disabled all DOpus5 modules, and the trick still works as long as I don't disable the filetype.module ... and the register.module, of course. I can also remove all filetype definitions and delete ENV:Dopus/ before I start DOpus4, but it still shows icons in TrueColor. Couldn't see anything interesting in SnoopDos yet.

After starting DOpus5 once with the filetype.module and closing it again I've disabled all DOLAUNCHER patches in Scout, then used "Avail FLUSH" twice, which removes dopus5.library and all the modules from memory before I finally started DOpus4, and the trick still works.

Last edited by PeterK; 12 August 2018 at 16:41.
PeterK is offline  
Old 12 August 2018, 18:30   #2500
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
If you have set the variable then it should be in ENVARCOpus/ where all the others are. You may want to use this: http://aminet.net/package/util/dopus/Do5extPrefs16
daxb 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
ClassicWB Full and icon.library 46.4 Retroplay project.ClassicWB 8 05 August 2018 13:57
WB library conflict/versions Amiga1992 support.Apps 3 22 July 2010 18:47
PNG Icon to Color Icon Converter? Leandro Jardim request.Apps 1 24 May 2010 04:39
What's the latest version of icon.library for OS3.9? NovaCoder support.Apps 3 30 June 2009 15:43
Requesting icon.library v44+... nikvest request.Other 2 16 September 2007 01:58

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 08:46.

Top

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