English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 11 April 2018, 16:00   #21
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
@thyslo

Hi, I am happy you enjoy BetterWB.
I could reproduce your issue with success.

I did all kinds of weird tests, and found out:
It does not seem to be a bug of BetterWB nor WinUAE.
A clean Workbench 3.1 installation suffers from the same issue given your parameters.
I believe it boils down to that Maxxon C++ 4.0 is hardcoded not to use more than 8 colors under RTG, or their graphic display routines are not programmed in a clean way.
So if you limit your RTG screenmode to 8 or less colors it will work.

Have fun
gulliver is offline  
Old 11 April 2018, 16:30   #22
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
On a system with 68020 or better I would recommend to install the 68020 version of my library as Libs:icon.library. I guess, BetterWB installs the 68000 version by default. Using the latter should not cause a bug, but it does not support all features, like direct drawing on 15 - 32 bit screens.

I can not give you a guarantee, that MinStack increases the stack in 100 % of all possible configurations. That's the reason why I removed it from Aminet already. Use StackAttack instead.
PeterK is offline  
Old 11 April 2018, 22:13   #23
thyslo
Registered User
 
Join Date: Apr 2018
Location: Germany
Posts: 189
First, thank you all for your help and hints

Anyway I had to search step by step for the problem and now I found it: It is the SYS:Classes/Datatypes/picture.datatype

Before installing BetterWB I had installed
picture.datatype, size 32028 Byte from 20-Dec-98

After installation it is:
picture.datatype, size 9664 Byte from 18-Apr-02

Replacing the '02 picture.datatype with the '98 one helps on my system. MaxonC++ on UAEGFX with 1280 x 720 runs fine now regardless how many colors I set:-)

Maybe it's an incompability or bad coding of MaxonC++ but this is a workaround.
thyslo is offline  
Old 24 December 2019, 15:09   #24
ProfPlum
Registered User
 
Join Date: Jun 2019
Location: Montreal, Canada
Posts: 153
I have a question regarding installation.
My Setup: A2000, kick/wb 3.1, 68030.

I try to install from adf images on gotek from as df1:
I've tried twice and the install fails at the end of installing 1st disk. There is a message on the screen but I've missed it twice - windows closes too quickly.

After this point, my system is in an unusable state because many files don't have the executable bit set.

Has anyone seen such an issue before? Should I create floppies and try to install from df0: ?
ProfPlum is offline  
Old 27 December 2019, 19:19   #25
ProfPlum
Registered User
 
Join Date: Jun 2019
Location: Montreal, Canada
Posts: 153
Quote:
Originally Posted by ProfPlum View Post
I have a question regarding installation.
My Setup: A2000, kick/wb 3.1, 68030.

I try to install from adf images on gotek from as df1:
I've tried twice and the install fails at the end of installing 1st disk. There is a message on the screen but I've missed it twice - windows closes too quickly.

After this point, my system is in an unusable state because many files don't have the executable bit set.

Has anyone seen such an issue before? Should I create floppies and try to install from df0: ?
Nevermind. I examined the installer script, made some minor changes, all is good.
ProfPlum is offline  
Old 10 March 2020, 00:07   #26
Faerytale
Zone Friend
 
Faerytale's Avatar
 
Join Date: May 2005
Location: Under a rock
Posts: 110
Betterwb is missing CF0 and CF0.info in devs/DOSdrivers folder.

Thats why CF-PCMCIA wont work on default install.
Faerytale is offline  
Old 10 March 2020, 00:30   #27
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 Faerytale View Post
Betterwb is missing CF0 and CF0.info in devs/DOSdrivers folder.

Thats why CF-PCMCIA wont work on default install.
Are you sure they're not in storage/dosdrivers? All you need to do in that case is double click or open shell and type mount cf0:
fitzsteve is offline  
Old 10 March 2020, 20:14   #28
Faerytale
Zone Friend
 
Faerytale's Avatar
 
Join Date: May 2005
Location: Under a rock
Posts: 110
Quote:
Originally Posted by fitzsteve View Post
Are you sure they're not in storage/dosdrivers? All you need to do in that case is double click or open shell and type mount cf0:
yes, your right ,they are in the storage/dosdrivers folder. But i have to copy them to devs/dosdrivers for the cf-pcmcia to mount.

It was hard to figure that one out after long time since i did any Amiga hacking .

edit:yes that CLI cmd "mount cf0:" did also work.

Last edited by Faerytale; 10 March 2020 at 22:02.
Faerytale is offline  
Old 24 July 2021, 10:53   #29
redneon
Registered User
 
redneon's Avatar
 
Join Date: Feb 2005
Location: Sheffield / England
Age: 41
Posts: 40
Does anyone know why the DontShowIBorder commodity isn't working for me? When I run it or copy it to WBStartup the borders are still appearing for all icons.

Last edited by redneon; 24 July 2021 at 11:03.
redneon is offline  
Old 24 July 2021, 12:09   #30
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
DontShowIBorders just removes the outer frame line around the icons, but it doesn't make the gray background transparent. Therefore it only works as expected as long as your window/screen background is still gray, too. It won't be useful if you use a wallpaper or a window background pattern.

In order to get real transparency with WB 3.0/3.1 you first need at least a 68020+ CPU and then also the NewIcons patch, which allows to configure transparent backgrounds. You can check out my IconDemoA1200.adf to see how that all can be installed:

http://eab.abime.net/showthread.php?t=64079
PeterK is offline  
Old 24 July 2021, 14:55   #31
redneon
Registered User
 
redneon's Avatar
 
Join Date: Feb 2005
Location: Sheffield / England
Age: 41
Posts: 40
Yeah, it's not even removing the border around the icon. I'm not fussed about transparency just yet.
redneon is offline  
Old 24 July 2021, 18:11   #32
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Did you enable DontShowIBorder with the Prefs/WBStartup tool?

Is there only an icon DontShowIBorder.info in the WBStartup but not the program file itself. Is the "executable" flag set? Check that and the program "Bytes" size with Workbench=>Icon=>Information or SwazInfo.
Attached Thumbnails
Click image for larger version

Name:	BetterWB_DontShowIBorder.png
Views:	156
Size:	27.9 KB
ID:	72627  
PeterK is offline  
Old 24 July 2021, 19:34   #33
redneon
Registered User
 
redneon's Avatar
 
Join Date: Feb 2005
Location: Sheffield / England
Age: 41
Posts: 40
Yeah, I used the tool and both the executable and .info are there. As far as I can see everything looks right. Although, it doesn't appear in the commodity exchange which doesn't seem right.

I've posted a photo of my screen and included everything I think might be relevant.
Attached Thumbnails
Click image for larger version

Name:	20210724_182955.jpg
Views:	188
Size:	1.00 MB
ID:	72629  
redneon is offline  
Old 24 July 2021, 21:23   #34
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
It looks all ok.

Stupid question: Do you have a Hyperion ROM and a workbench.library v40.6 ?

If I remember it correctly, there was something wrong with that WB v40.6, but I'm not sure. You could try to copy another workbench.library into Libs:, like v40.5 and then use "RemLib >NIL: workbench.library" in a line above SetPatch.

If the workbench.library is not in the Hyperion Rom, but loaded from Libs: anyway, then you won't need the RemLib tool, just replace the library in Libs:.

Cloanto will be happy to help you, I guess ... If that works, thank Mike and forget Hyperion!
https://www.amigaforever.com/classic/download/

https://eab.abime.net/showthread.php...47#post1277147

Last edited by PeterK; 24 July 2021 at 21:31.
PeterK is offline  
Old 25 July 2021, 11:02   #35
redneon
Registered User
 
redneon's Avatar
 
Join Date: Feb 2005
Location: Sheffield / England
Age: 41
Posts: 40
No, I haven't bothered upgrading to 3.1.4 or 3.2. I'm not really sure what I'd get out of it, to be honest.

Trying to find out which version of workbench.library I have... There's no workbench.library in Libs: and when I go to "About" in the Workbench menu I get:

3.1 ROM
Kickstart version 40.68
Workbench version 40.42

Is this right?
redneon is offline  
Old 25 July 2021, 11:36   #36
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Hmm, that's strange, with Kickstart v40.68 it doesn't work on your system !?!

It should work, but with an old Hyperion OS 3.1 Kickstart v40.72 it is known not to work with DontShowIBorder and similar tools. That has nothing to do with OS 3.1.4 or 3.2.

https://eab.abime.net/showthread.php...71#post1277071

Please check the version of workbench.library from a shell:
Code:
Version workbench.library FULL
Is that v40.5 or v40.6 ?
Is there a copyright string in the WB title bar or the About requester? Commodore, Hyperion or whatever?

Or boot your system with my IconDemoA500.ADF. Does it show borders or not? Usually, there are no borders with Kickstart v40.68.
http://eab.abime.net/showthread.php?t=64079

Last edited by PeterK; 25 July 2021 at 11:43.
PeterK is offline  
Old 25 July 2021, 12:01   #37
redneon
Registered User
 
redneon's Avatar
 
Join Date: Feb 2005
Location: Sheffield / England
Age: 41
Posts: 40
I get "workbench.library 40.5 (24/05/93)".

Copyright in the About box is "Amiga International, Inc".

This does sound very odd! I'm heading off out now but I'll try the icon demo disk when I get back.
redneon is offline  
Old 25 July 2021, 13:29   #38
redneon
Registered User
 
redneon's Avatar
 
Join Date: Feb 2005
Location: Sheffield / England
Age: 41
Posts: 40
Yeah, I'm getting borders when I run the A500 demo. But not when I run the A1200 demo.
redneon is offline  
Old 25 July 2021, 18:51   #39
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by redneon View Post
Yeah, I'm getting borders when I run the A500 demo. But not when I run the A1200 demo.
Then it's the best to use the NewIcons patch, ENVARC:newicons.prefs plus NiPrefs in WBStartup, and if you have FBlit installed then you would also need NiRTGset. You can compare my IconDemoA1200, the startup-sequence and files that I've installed with your setup.

There are other "NoBorder" tools on Aminet, but with the WB v40.6 nothing wanted to work anymore. Unfortunately, I can't find the original documentation for DontShowIBorder. Maybe it has something to do with this high ToolPri setting in the tooltypes of the icon. You could play with other ToolPri and StartPri values, but I won't expect any wonders.
PeterK is offline  
Old 26 March 2022, 21:27   #40
tFt
Registered User
 
Join Date: Feb 2021
Location: Stavanger
Posts: 23
So I installed BetterWB on my A600 with 2MB and vanilla A1200.
After startup, running 4 colors there is only 415.904 bytes left. Is this normal, or am I doing it wrong.

I have 5 partitions on my Disk On Module device, but just that shouldn't eat up that much memory.

I am going to install my Apollo1260 soon, so will have plenty of memory then, but I was weirded out that it ate up so much memory, can't run anything really before your down to 80kb, and Im wondering how much it will be left even with the 32Mb from the apollo. The A600 2MB is basically useless as it stands now.
tFt 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
BetterWB 3.8 gulliver News 27 24 November 2014 20:52
BetterWB 3.9 gulliver News 13 22 November 2014 07:14
BetterWB 3.6 gulliver News 114 30 September 2014 12:11
BetterWB 3.4 gulliver News 21 17 April 2014 19:55
BetterWB 3.3 gulliver News 6 22 February 2014 12:38

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 23:05.

Top

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