English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 06 May 2024, 11:11   #4381
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Quote:
Originally Posted by DanyPPC View Post
Downloaded latest IcoLib archive from aminet:
Installed the new icon.library but I have problems:
- WinUAE 040/Jit OS 3.9
- Amiga 1200 Blizzard 1230

I have an error when workbench is loaded

Back to previous 51.4.582 all is ok
Thanks for reporting that!
Which screenmode and icon sets are you using? Which WinUAE version?
Does the same happen with #583 from EAB, 1. page of this thread?
Try to disable WBStartup or some of the tools there.
What is loaded in WBStartup and user-startup?
PeterK is offline  
Old 06 May 2024, 11:26   #4382
DanyPPC
Registered User
 
Join Date: Dec 2016
Location: Italy
Posts: 765
(Which screenmode and icon sets are you using? Which WinUAE version?)
GlowIcons from OS3.9, Scrren mode 1280 x 720 UAEgfx (Picasso96), WinUAE 5.2.0

(Does the same happen with #583 from EAB, 1. page of this thread?)
Only on Amiga 1200 + Blizzard 1230, on WinUAE it works

(Try to disable WBStartup or some of the tools there.
What is loaded in WBStartup and user-startup?)

- ASymcWB
- AutoupdateWB
- DefIcons
- FreeWheel
- RAWBInfo
- ToolDaemon
- WBDock
DanyPPC is offline  
Old 06 May 2024, 11:55   #4383
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Quote:
Originally Posted by DanyPPC View Post
Only on Amiga 1200 + Blizzard 1230, on WinUAE it works
I can only test WinUAE 5.2 with A1200 + Blizzard 1230, but which one? II/III or IV, which Blizzard Rom, how much accelerator RAM, how much other RAM?

Please upload the WinUAE config file and the WinUAElog.txt (enable logging under Miscellaneous: "Create winuaelog.txt" and "Log illegal memory access", running WinUAEenforcer would give more info.

Is OS 3.9 still loading the Devs:AmigaOS Rom Update with a reboot?
Does it crash without WBStartup?

Update: Confirmed, there seems to be a problem with OS 3.9 loading the Rom Update and my new Chunky LUT8 code, even on a PAL screen, booting freezes! There were no problems with the 3.1.4 or 3.2.x Rom, ... because P96 was installed, too.

I'm going to upload #582 to the first page here again (#583 has the same problem).

Last edited by PeterK; 06 May 2024 at 15:05.
PeterK is offline  
Old 06 May 2024, 13:06   #4384
DanyPPC
Registered User
 
Join Date: Dec 2016
Location: Italy
Posts: 765
Thanks PeterK for yours test.

And Excuse me for the few information.
But yes, I use a Blizzard mkIV with maprom function which loads a patched 3.9 kickrom under a 3.9 updated BB4 workbench.
DanyPPC is offline  
Old 06 May 2024, 14:56   #4385
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Another stupid bug: a check for cybergraphics.library was missing.

Please try my fixed version #587. If it works I will update the Aminet release, too.

https://aminet.net/package/util/libs/IconLib_46.4

Last edited by PeterK; 07 May 2024 at 13:06.
PeterK is offline  
Old 06 May 2024, 15:10   #4386
DanyPPC
Registered User
 
Join Date: Dec 2016
Location: Italy
Posts: 765
Thanks Peter, all seems ok
DanyPPC is offline  
Old 10 May 2024, 14:36   #4387
James
Registered User
 
Join Date: Mar 2010
Location: Beckenham/England
Posts: 797
AmiStart and Wet are now able to display DualPNG icons with this new release!
Previously AmiStart would display them at reduced quality and Wet would display a corrupted image and crash.
Apart from better font antialiasing (compared to aafont) and full support for PNG/DualPNG images in apps like YAM (without AfA only the toolbar icons display without pink backgrounds) there is little reason to use AfA anymore.
James is offline  
Old 10 May 2024, 15:20   #4388
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Hi James,

I'm a bit surprised now about these supposed fixes for AmiStart and Wet, because I didn't know these problems and can't imagine what of my latest changes has fixed anything like that.

I don't use AmiStart or Wet, but now I will check them out with older and newer versions of my library.

Usually, my icon.library can display Hi/TrueColor images in older apps when these programs either use the DrawIconState() function (v44) already or when they call BltMaskBitMapRastPort() by using the planar images of GadgetRender or SelectRender directly without copying the image plane data over into another temporary bitmap. My icon.library stores two longwords at the end of the memblock which holds the original planar images in order to get access to the TrueColor data with my gfx-patch, which then redirects the blitter call to the cybergraphics.library for displaying the ARGB images.

Update:
It seems that AmiStart is using one of the new v51 IconControlA() tags to get ARGB images, and maybe Wet too. Nobody told me that there was any demand for these tags until a new dock tool needed it recently. I don't want to implement all v51 tags, but the version number 51 is required for Eastern to receive TrueColor images.

What is wrong with YAM? I don't use it, but it seems to work ...

Update2:
The YAM toolbar icons are not displayed by icon.library, but YAM needs a picture.datatype with real AlphaChannel support for soft borders, which is not available for AmigaOS 3.x, only the Afa_OS picture_datatype.exe can do that.

For the other images in YAM you may have WarpDT installed, and if you get wrong backgrounds look into the WarpDT prefs for PNG images. Set AlphaChannel to "Keep" and disable the "Default Background"
Attached Thumbnails
Click image for larger version

Name:	YAM_imagetest.png
Views:	33
Size:	51.9 KB
ID:	82173  

Last edited by PeterK; 11 May 2024 at 15:02.
PeterK is offline  
 


Currently Active Users Viewing This Thread: 3 (0 members and 3 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 09:11.

Top

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