English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   project.ClassicWB (https://eab.abime.net/forumdisplay.php?f=61)
-   -   ClassicWB Full and icon.library 46.4 (https://eab.abime.net/showthread.php?t=66860)

Retroplay 02 December 2012 18:15

ClassicWB Full and icon.library 46.4
 
I'm having some trouble getting this to work.

I made a custom Kickstart rom with icon.library 46.4 using this guide:
http://www.amibay.com/showthread.php?t=11935

As you can see on this pic it is loaded.
http://i.imgur.com/QW1D7.png
Something must be interfering I guess since the icons doesn't show up ?
I know it's something plain simple and obvious I have missed.

Here's a screenshot from a vanilla WB3.1 install using the custom kick rom.
http://i.imgur.com/o8Syk.png
Behold they work so kick rom is fine.

[edit]
Problem solved.
Why is it that I always end up solving the problem after I have posted a help thread... :crazy

mfilos 02 December 2012 23:03

I'm glad the guide helped you out mate :)

Retroplay 02 December 2012 23:39

Yeah good job on that. :)
Very easy to follow for custom kick rom noobs like me.

Oh and Scalos was the culprit, got rid of it and everything works now.

PeterK 02 December 2012 23:45

If you have a vanilla WB 3.1 install with icon.library 46.4 added only then make sure to install also the zlib-library 3.2 for decompressing the OS4 and PNG icons. Just copy it into LIBS: http://aminet.net/package/util/libs/zlib-library
http://aminet.net/package/util/libs/IconLib_46.4

Retroplay 03 December 2012 00:01

Thanks got it.
I switched to ClassicWB Lite (with minor modifications) instead.
No more Scalos but still a superb WB setup.

[edit]
And now it's maprommed on my ACA1232 along with a nice ClassicWB 3.1 Lite setup. :D

Bamiga2002 03 December 2012 11:02

Great! Now lose the icon borders and you're done :great

Retroplay 03 December 2012 12:47

Hehe already done. :D

TjLaZer 04 August 2018 22:36

necro bump, How did you get icon.lib v46.4 working with Classic WB?

Retroplay 05 August 2018 13:57

I edited startup-sequence in ClassicWB Full (Scalos) v28 edition.
Disabled icon.lib (and scsi.device) since they're in rom being softkicked.
Code:

C:ACATune -maprom DEVS:Kickstarts/KS39_A1200.rom p -cache on -burst on >NIL:

;IF EXISTS LIBS:icon.library
;  C:Version >NIL: LIBS:icon.library VERSION 46 REVISION 4 FILE
;  IF NOT WARN
;      IF EXISTS DEVS:scsi.device
;        C:LoadModule DEVS:scsi.device LIBS:icon.library
;      ELSE
;        C:LoadModule LIBS:icon.library
;      EndIF
;      IF EXISTS LIBS:newicon.library
;        C:Version >NIL: LIBS:newicon.library VERSION 44 FILE
;        IF WARN
;            C:Copy >NIL: LIBS:newicon.library LIBS:newicon.library.orig
;            IF EXISTS LIBS:newicon.library.emu
;              C:Copy >NIL: LIBS:newicon.library.emu LIBS:newicon.library
;            EndIF
;        EndIF
;      EndIF
;      SKIP LoadModuleDone
;  EndIF
;EndIF

;IF EXISTS LIBS:newicon.library.orig
;  C:Copy >NIL: LIBS:newicon.library.orig LIBS:newicon.library
;EndIF

;IF EXISTS DEVS:scsi.device
;  C:LoadModule DEVS:scsi.device
;EndIF

I have scsi.device 43.45 in rom, that's why I disabled it in startup-sequence too.


All times are GMT +2. The time now is 06:22.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.04153 seconds with 11 queries