English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 07 October 2013, 17:04   #761
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Ah okay, then so if using 3.1 on a 68000 those two instructions are useless (I am assuming NewIcons will drag the system down on a 68000 with 512KB). It seems I am better with DontShowIBorder.
gulliver is offline  
Old 07 October 2013, 19:27   #762
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Yes, the NewIcons patches are requiring a 68020 CPU anyway.
However, your new BetterWB release is really nice. Well done gulliver
PeterK is offline  
Old 13 October 2013, 16:25   #763
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Thank you Peter for your kind words.

I have received a bug report of icon.library 68000 on BetterWB, and was able to reproduce it:

Go to "Workbench => Backdrop" and then try to save this via
"Window => Snapshot => All"

=> this brings up the following error message:
"Error while writing Ram Disk: (212) object is not of required type"

Removing your icon.library fixes the problem
gulliver is offline  
Old 13 October 2013, 16:59   #764
Bloodwych
Moderator
 
Bloodwych's Avatar
 
Join Date: Jun 2001
Location: I'm behind you!
Posts: 3,763
Hi gulliver, I tried the same thing on the ClassicWB 68k version running PeterKs 68000 icon.library and could not reproduce the error.

However this is with standard Workbench icons for a RAMDISK disk.info file, the pack is not using NewIcons, GlowIcons etc for disk.info files.

Also it is running RAMSnap to save icon and window positions for the RAMDISK. Do you have a similar RAMDISK snapshot utility?

http://aminet.net/package/util/wb/RamSnap

Last edited by Bloodwych; 13 October 2013 at 17:05.
Bloodwych is offline  
Old 13 October 2013, 17:04   #765
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Yes, the problem seems to occur with a standard workbench iconset. Somehow RAMDISK disk.info is screwing things.
gulliver is offline  
Old 13 October 2013, 17:19   #766
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Quote:
Originally Posted by Bloodwych View Post
Also it is running RAMSnap to save icon and window positions for the RAMDISK. Do you have a similar RAMDISK snapshot utility?

http://aminet.net/package/util/wb/RamSnap
No, I dont use such utitlity. Why? Should you recommend I use it? Will that fix the problem?
gulliver is offline  
Old 13 October 2013, 18:38   #767
Bloodwych
Moderator
 
Bloodwych's Avatar
 
Join Date: Jun 2001
Location: I'm behind you!
Posts: 3,763
No reason to use it gulliver, I was just listing the differences that may cause us getting different results with PeterKs lib.

On a standard install, RAMDISK doesn't have a disk.info icon until you Snapshot, but it is lost during reboots. RAMSNAP copies a disk.info icon back to the RAMDISK during boot, so perhaps that is the difference.

I just tried to remove RAMSNAP but still don't get the error. Must be something else.
Bloodwych is offline  
Old 13 October 2013, 18:59   #768
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
I have narrowed it down.

The problem seems to be solved by adding the following line to the original 3.1 startup-sequence, just before the first list of assigns are executed.
Copy >NIL: ENVARC:sys/def_RAM.info RAM:disk.info

But then of course I need to use another RAMDISK disk.info, and not the default 3.1 one. Maybe I somehow screwed disk.info. Will check.
-------
Checked, I have no aparent reasons to believe I screwed the RAMDISK disk.info. I am clueless.

Note: I was blaming SetPatch and I was wrong.

Last edited by gulliver; 13 October 2013 at 19:31.
gulliver is offline  
Old 14 October 2013, 00:25   #769
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by gulliver View Post
Go to "Workbench => Backdrop" and then try to save this via
"Window => Snapshot => All"

=> this brings up the following error message:
"Error while writing Ram Disk: (212) object is not of required type"

Removing your icon.library fixes the problem
This error appears when you try to fix non-existing icons, in all those cases when only the internal default 4-color icons are displayed. There are two possible solutions:

You can install some suitable default icons in ENVARC:sys like def_disk.info, def_drawer.info, def_project.info, def_tool.info etc or ...

you can use CopyIcon from the tools subdir and replace the 4-color default icons with whatever you like to get a real icon which can be fixed.

The behaviour of the icon.library v40 may differ for the internal default icons.
Edit: Ok, it seems to be a bug in my icon.library, not converting default icons into real icons.

Last edited by PeterK; 14 October 2013 at 01:08.
PeterK is offline  
Old 14 December 2013, 09:42   #770
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
PeterK, are there any new bugfixes, updates or news about your icon.library?

TIA
gulliver is offline  
Old 14 December 2013, 11:41   #771
fitzsteve
Professional slacker!
 
fitzsteve's Avatar
 
Join Date: Jul 2009
Location: Kent, UK
Age: 44
Posts: 6,683
Send a message via MSN to fitzsteve
Quote:
Originally Posted by gulliver View Post
PeterK, are there any new bugfixes, updates or news about your icon.library?

TIA
Hi gulliver,

Are there any plans to build this into BetterWB? I'm using the latest release with my ACA500 and like it very much
fitzsteve is offline  
Old 14 December 2013, 17:38   #772
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Quote:
Originally Posted by fitzsteve View Post
Hi gulliver,

Are there any plans to build this into BetterWB? I'm using the latest release with my ACA500 and like it very much
Hi fitzsteve,

Yes, you read my mind. I just want to make sure I am using latest versions. As soon as I get an answer I will build an update.
gulliver is offline  
Old 14 December 2013, 19:41   #773
fitzsteve
Professional slacker!
 
fitzsteve's Avatar
 
Join Date: Jul 2009
Location: Kent, UK
Age: 44
Posts: 6,683
Send a message via MSN to fitzsteve
Quote:
Originally Posted by gulliver View Post
Hi fitzsteve,

Yes, you read my mind. I just want to make sure I am using latest versions. As soon as I get an answer I will build an update.
Sweet!
fitzsteve is offline  
Old 14 December 2013, 21:56   #774
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Latest stable version can usually be found on Aminet.
bubbob42 is offline  
Old 16 December 2013, 03:21   #775
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by gulliver View Post
PeterK, are there any new bugfixes, updates or news about your icon.library?
No, I must admit that I still didn't fix the snapshot problem on WB 3.0 / 3.1 for non-existing icons (not saving the internal default images as real icons). Shame on me!
PeterK is offline  
Old 16 December 2013, 04:20   #776
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Quote:
Originally Posted by PeterK View Post
No, I must admit that I still didn't fix the snapshot problem on WB 3.0 / 3.1 for non-existing icons (not saving the internal default images as real icons). Shame on me!
Dont worry, we all know what happens when life gets in the way
gulliver is offline  
Old 22 December 2013, 12:28   #777
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Update to icon.library 46.4.329

Fixed position snapshot for deficons with only one image under WB 3.0 / 3.1.
PeterK is offline  
Old 23 December 2013, 05:54   #778
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Thank you Peter.
gulliver is offline  
Old 24 December 2013, 05:32   #779
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Update to icon.library 46.4.330

Fixed position snapshot for deficons with only one image under WB 3.0 / 3.1.

No bugreport yet, but nevertheless, I think I made a mistake in my previous update by writing to the source diskobject structure. Please, use this newer version 46.4.330 to avoid possible issues with custom ROMs which usually don't like write attempts at all.
PeterK is offline  
Old 01 January 2014, 11:58   #780
AGS
XoXo/Tasko Developer
 
AGS's Avatar
 
Join Date: Dec 2013
Location: Munich
Age: 48
Posts: 450
Hi Peter, with your lib the attached Icons are drawn shifted one Pixel to the right and down. With the original Iconlib this does not happen. Can you help me?

Andreas
Attached Files
File Type: zip problemicons.zip (481 Bytes, 97 views)

Last edited by AGS; 01 January 2014 at 12:09.
AGS 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 16:00.

Top

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