English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 30 September 2019, 22:16   #561
cloverskull
Registered User
 
Join Date: Sep 2018
Location: California
Posts: 322
While not intending to derail anything, can you speak to why your icon.library displays all deficons as ghosted? This has never made much sense to me, and personally I dislike the aesthetic. Beyond that, I really dig your icon.library.
cloverskull is offline  
Old 30 September 2019, 22:51   #562
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
The ghosting of default icons was inspired by the PowerIcons patch and Ghosty from Elena Novaretti and I like it/her very much.

Of course, it looks much better when you use this feature on HiColor or TrueColor screens with smooth fading than on 8 bit or planar screens where only every other pixel is made transparent.

And you always know at the first glance whether an icon really exists or is just a deficon.
PeterK is offline  
Old 02 October 2019, 19:25   #563
macce2
Retro maniac
 
macce2's Avatar
 
Join Date: May 2005
Location: Finland
Age: 49
Posts: 1,219
Which separate Modules etc. does OS3.9 BB2 RomUpdate File consist of ?
macce2 is offline  
Old 02 October 2019, 20:16   #564
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
You can see the contents if you load it into ROMSplit.
Minuous is offline  
Old 20 October 2019, 16:29   #565
macce2
Retro maniac
 
macce2's Avatar
 
Join Date: May 2005
Location: Finland
Age: 49
Posts: 1,219
After some playing around with startup- sequences etc. the workbench menu (Tools) does have problem(s):
After installation of BB3&4 there are some commands added to the menu Tools: flush libraries command no longer works and/ or appears at the menu, it starts a backround cli window which does declare: " Command returned 10" . (?!) Guess it may somehow have something to do with THE editor ? But I haven' t edited that in any way and have tried replacing it with the original file, but to no avail. The problem is still there. Thus, if you run the command " flush lib", which parameters should I give it ..?!
macce2 is offline  
Old 20 October 2019, 19:11   #566
tero
Registered User
 
tero's Avatar
 
Join Date: Jan 2009
Location: M'Gladbach
Age: 46
Posts: 621
Flush libs doesn't need parameters. You get that message because the command of the menu entry can't be found. For 'flush libs' that is 'c:avail' iirc.
If you start THE you can see the used command.
tero is offline  
Old 23 October 2019, 23:52   #567
macce2
Retro maniac
 
macce2's Avatar
 
Join Date: May 2005
Location: Finland
Age: 49
Posts: 1,219
Can' t get the right, new version of some modules ( console.device, filesystem at least) resident.
I have been playing around with some different combinations of startup- sequence.
At some point, I managed to have the right version of the above mentioned modules, but then THE didn' t work properly ( Flush libraries missing from the menu).
I' m starting to get frustrated .
Thus, I have problems with Loadmodule, Loadresident and Setpatch commands.
For example, My SetPatch version seems to be 44.38(?!), but it should be 44.39 ..?!
I think the installation of Boingbags 3&4 is way too difficult...
macce2 is offline  
Old 24 October 2019, 02:20   #568
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
@macce2:

I am happy to help of course, but your bug report is much too vague. You haven't given any details that would help isolate the issue, even what version of BB3&4 you installed, or what model of Amiga, etc. Of course randomly hacking at the startup-sequence will cause problems. This should not be necessary; you can just let the installer update startup-sequence for you. If there is still some problem after that, then please submit a bug report with sufficient details for me to isolate and resolve the issue.

SetPatch 44.38 is the correct version.

Last edited by Minuous; 24 October 2019 at 03:58.
Minuous is offline  
Old 12 November 2019, 20:59   #569
SpeedGeek
Moderator
 
SpeedGeek's Avatar
 
Join Date: Dec 2010
Location: Wisconsin USA
Age: 60
Posts: 839
I have a possible bug or compatibility problem report for layers.library 45.27...

About a year ago, I updated my Kickstart 3.9 ROMs and they seemed to work just fine until today.

So what did I do today? Well, I just tried to use P96!

My system crashed any time I loaded a monitor driver. So, thinking I possibly had some corrupted files I started replacing P96 libraries, chip set drivers, monitor drivers and settings files but NO LUCK at all.

Then, I remembered that I had not used P96 since the last 3.9 ROM update. After eliminating workbench.library and icon.library I then tried LOADMODULE layers.library(40.1) DOWNGRADE and voila P96 is working just fine!

Now, is there some obscure P96 Tooltype or ENV: variable which I need to set for layers.library 45.27 or I do I happen to be the first user to test this version with P96?
SpeedGeek is offline  
Old 12 November 2019, 21:56   #570
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
When layers.library v45 is installed then you have to remove or rename Libs:Picasso96/fastlayers.library. It's not required anymore and causes conflicts with the new layers.library.
PeterK is offline  
Old 12 November 2019, 22:27   #571
SpeedGeek
Moderator
 
SpeedGeek's Avatar
 
Join Date: Dec 2010
Location: Wisconsin USA
Age: 60
Posts: 839
Thanks PeterK!

I don't use the BB3+4 Installer which renames fastlayers.library for you...
SpeedGeek is offline  
Old 13 April 2020, 12:27   #572
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 379
I think I've found a potential bug in Execute 45.17 command from ShellUpdate 45.39 from ThoR. I know that BB3&4 is using 45.15 but it might also be present in that version (to be confirmed).

It seems Execute will, under some circumstance, *eat* last line of executed script and append it to the line before.

For example, if at end of your User-Startup you have something like :

Code:
If Blabla
Echo Zglorb
EndIf
It will be treated as "Echo ZglorbEndIf".

Only workaround I found is to add a white line ad the end of my User-Startup.

Last edited by TuKo; 13 April 2020 at 12:48.
TuKo is offline  
Old 13 April 2020, 14:09   #573
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
It doesn't need a blank line, just proper termination of each line with a linefeed.
Minuous is offline  
Old 29 June 2020, 16:39   #574
ancalimon
Supernormal
 
ancalimon's Avatar
 
Join Date: Jul 2007
Location: Istanbul / Turkey
Age: 43
Posts: 1,410
I tried copying over the latest version over my os3.9 installation and found a more recent file on my system:

reqtools.library : bb4 has 39.3 (15/11/01). Latest is 39.3 rev2 (11/02/03)

Also some xad and xfd libraries have different filesize. Probably mine are for 040&060.
ancalimon is offline  
Old 30 June 2020, 01:58   #575
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
V39.3 rev2 used to be in BB4, but that version turned out to be problematic, hence it was reverted to V39.3.
Minuous is offline  
Old 30 June 2020, 10:40   #576
ancalimon
Supernormal
 
ancalimon's Avatar
 
Join Date: Jul 2007
Location: Istanbul / Turkey
Age: 43
Posts: 1,410
I wonder what problems it causes

Can you also include xad and xfd libs for faster processors?
ancalimon is offline  
Old 30 June 2020, 10:53   #577
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 379
Quote:
Originally Posted by ancalimon View Post
I wonder what problems it causes

Related to this :

http://eab.abime.net/showpost.php?p=...&postcount=475
TuKo is offline  
Old 30 June 2020, 11:55   #578
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
On A1200 040 3.1 and reqtools.library V39.3 rev2 there is not problem when I use ESC key to close a file requester. Was that the only issue with rev2?
daxb is offline  
Old 02 July 2020, 12:29   #579
ancalimon
Supernormal
 
ancalimon's Avatar
 
Join Date: Jul 2007
Location: Istanbul / Turkey
Age: 43
Posts: 1,410
Where are the font updates from in BB4?

I see that there are lots of different fonts in Amikit XE installation.
ancalimon is offline  
Old 03 July 2020, 12:03   #580
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
@daxb:

As far as I recall, yes. But just because it may happen to work on your 3.1 does not mean it is not buggy or that it will work on 3.9.

@ancalimon:

The ones in BB4 are from the official Euro Update. I don't use AmiKit so don't know where his fonts are from.
Minuous 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
OS 3.9 BoingBag 1 cant install JAH support.Apps 13 31 March 2013 20:00
OS3.9 Boingbag 3 caver99 support.Apps 7 04 February 2013 23:15
OS 3.9 BoingBag 2 installation error fc.studio support.Apps 4 18 August 2007 03:22
AmigaOS 3.9 BoingBag 1 and 2 hab New to Emulation or Amiga scene 4 01 January 2006 21:30
Boingbag updates... BarrySWE support.Apps 11 02 October 2005 20:37

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 10:29.

Top

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