English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 18 February 2017, 21:13   #1
Estrayk
Registered User
 
Estrayk's Avatar
 
Join Date: Apr 2015
Location: Spain
Posts: 511
Birdie + VisualPrefs problem in WB3.9

Hello All.

I've a problem when using Birdie and VisualPrefs together.

Check the video and you'll see better:

[ Show youtube player ]

The title bar in all workbench windows don't fill with birdie texture correctly. (Except if there're text)

My system: Amiga 600 V2. - a604n - RapidRoad USB.
Wb3.9 Boing Bags 3&4 + PowerWindowsNG (For iconify and exit windows from screen), MCP (just active=AssignWedge and SolidWindowsMoving/Sizing)
This is my WBStartup:



And here my startup-sequence and user-startup

Code:
; $VER: Startup-Sequence_HardDrive 45.7 (28.7.2016) for BB4; Startup-Sequence for hard drive systems


failat 21
C:LoadResident >NIL: DEVS:trackdisk.device L:KingCON-Handler
failat 20
C:LoadModule >NIL: devs:input.device DEVS:battmem.resource DEVS:console.device DEVS:FileSystem.resource DEVS:misc.resource DEVS:potgo.resource L:FastFileSystem L:Ram-Handler L:Shell-Seg LIBS:dos.library LIBS:layers.library REVERSE NOREBOOT


C:SetPatch SKIPROMUPDATES scsi.device,console.device,dos,filesystem,FileSystem.resource,ram-handler,shell QUIET


C:VBRcontrol ON QUIET


C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21


C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ


Resident >NIL: C:Assign PURE
Resident >NIL: C:Execute PURE


Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER


BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)


C:LoadMonDrvs


;IF EXISTS DEVS:Monitors
;  IF EXISTS DEVS:Monitors/VGAOnly
;    DEVS:Monitors/VGAOnly
;  EndIF


;  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
;  Execute T:M
;  C:Delete >NIL: T:M
;EndIF


SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart


C:AddDataTypes REFRESH QUIET
Run > NIL: "System:Tools/VisualPrefs/VisualPrefs"
C:IPrefs
C:ConClip


Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities


SYS:System/REXXMast >NIL:


C:MakeLink RAM:disk.info ENVARC:SYS/def_RAM.info SOFT


IF EXISTS S:User-Startup
  Execute S:User-Startup
EndIF


Resident Execute REMOVE
Resident Assign REMOVE


C:LoadWB
EndCLI >NIL:

Code:
;BEGIN MUIif exists "System:Tools/MUI"
   assign MUI: "System:Tools/MUI"
   if exists MUI:Libs
      assign add LIBS: MUI:Libs
   endif
   if exists MUI:Locale
      assign add LOCALE: MUI:Locale
   endif
   version >nil: exec.library 39
   if not warn
      if exists MUI:Docs
         if exists HELP:dummy ; do not remove
         endif                ; this entry!
         assign add HELP: MUI:Docs
      endif
   endif
endif


;END MUI


assign pt: sys:
Assign >NIL: JPEGTMP: RAM:t
assign VMEM: "Work:"
Assign sources: work:code/asmpro/sources
Assign asmpro: work:code/asmpro
assign onescapee: data:games2/onescapee
assign genetics: data:games2/geneticspecies
assign sslroot: sys:


;BEGIN WirelessManager
;run <>NIL: C:WirelessManager prism2.device
;END WirelessManager


;BEGIN Roadshow
;If EXISTS S:Network-Startup
;  Execute S:Network-Startup
;EndIf
;END Roadshow


;BEGIN CAPREFS
C:CAPrefs >NIL:
;END CAPREFS


;BEGIN icon.library
C:InvertGhostingMask
;END icon.library


;BEGIN Poseidon
ENVARC:PsdStackloader
;END Poseidon


;BEGIN Picasso96
Assign Picasso96: "Work:Drivers/Picasso96"
;END Picasso96


;BEGIN FUSION assignment
assign FUSION: Work:Emulators/FUSION
assign MSHF: Work:Emulators/FUSION/HardFiles
;vbrcontrol on quiet
;END FUSION assignment


;BEGIN AmiSSL
Assign AmiSSL: "Work:Internet/AmiSSL"
If Exists AmiSSL:Libs
    Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL


run <>nil: availcpu


run <>NIL: c:birdie sys:c/birdiepatterns/001.jpg sys:c/birdiepatterns/002.jpg activepattern redrawbitmaps pubscreens noiconborder floodmaskmwb exclude=dopus.1
Any ideas?
Estrayk is offline  
Old 18 February 2017, 21:33   #2
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
Do you have the same problem without PowerWindows and MCP?

Maybe you are running Birdie too late?
Retrofan is offline  
Old 19 February 2017, 00:26   #3
Estrayk
Registered User
 
Estrayk's Avatar
 
Join Date: Apr 2015
Location: Spain
Posts: 511
Quote:
Originally Posted by Retrofan View Post
Do you have the same problem without PowerWindows and MCP?

Maybe you are running Birdie too late?
the same problem without PW and MCP.

I tried to load birdie soon, and the same.

BTW, I found this user also had the same problem:

http://eab.abime.net/showthread.php?t=74041
Estrayk is offline  
Old 19 February 2017, 01:28   #4
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
You should ask about BB4, maybe they can help you with your update.

Does Birdie run if you try from WB?

Try renaming WBStartup as WBStartupDisabled and reboot.

Also try with a Wait something before Birdie

Edit: Sorry, I've just watched your video now. So you've got Birdie running but not in all of your windows. Then there is no problem with Birdie but with some other installation you've made, PowerWindows I would say. Take a look at what it has installed and is running. From what I said before, just try renaming WBStartup only.

If that doesn't work, try using another font.

Last edited by Retrofan; 19 February 2017 at 02:11.
Retrofan is offline  
Old 19 February 2017, 05:54   #5
honx
Registered User
 
honx's Avatar
 
Join Date: Oct 2014
Location: Klagenfurt / Austria
Posts: 1,559
had the same problem some months ago. the solution is one simple setting:
in visualprefs check "Don't optimize border rendering". for me it worked fine.

Last edited by honx; 19 February 2017 at 15:07.
honx is offline  
Old 19 February 2017, 14:27   #6
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
In your User-Startup the MUI entry. Is that a copy/paste error:
Code:
;BEGIN MUIif exists "System:Tools/MUI"
If not, you should fix it.
daxb is offline  
Old 19 February 2017, 15:06   #7
honx
Registered User
 
honx's Avatar
 
Join Date: Oct 2014
Location: Klagenfurt / Austria
Posts: 1,559
Quote:
Originally Posted by daxb View Post
In your User-Startup the MUI entry. Is that a copy/paste error:
Code:
;BEGIN MUIif exists "System:Tools/MUI"
If not, you should fix it.
it should look like this:
Code:
;BEGIN MUI
if exists "System:Tools/MUI"
   assign MUI: "System:Tools/MUI"
   if exists MUI:Libs
      assign add LIBS: MUI:Libs
   endif
   if exists MUI:Locale
      assign add LOCALE: MUI:Locale
   endif
   version >nil: exec.library 39
   if not warn
      if exists MUI:Docs
         if exists HELP:dummy ; do not remove
         endif                ; this entry!
         assign add HELP: MUI:Docs
      endif
   endif
endif
;END MUI
but it has nothing to do with that birdie problem.
honx is offline  
Old 19 February 2017, 19:49   #8
Estrayk
Registered User
 
Estrayk's Avatar
 
Join Date: Apr 2015
Location: Spain
Posts: 511
Quote:
Originally Posted by honx View Post
had the same problem some months ago. the solution is one simple setting:
in visualprefs check "Don't optimize border rendering". for me it worked fine.
It works !!!!


About the MUI in user-startup, I had right, just an error in copy+paste from my file to the forum.

Thanks to all
Estrayk 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
Problem with Apollo 1260 and Classic WB3.9 Reido project.ClassicWB 19 22 June 2018 20:17
Problem with Birdie Amicol Amiga scene 2 10 June 2014 15:47
Strange problem with NewIcons and Visualprefs Amiga1992 support.Apps 3 27 June 2008 00:09
Problem with Visualprefs under OS 3.9 Shaytan support.WinUAE 14 07 June 2003 23:32
exec.library problem with VisualPrefs oldpx support.Apps 4 29 August 2002 00:18

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 08:11.

Top

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