maybe you can look with snoopdos what files are load.
I dont have another idea what can happen.here is the source.maybe you see here what could be go wrong
WBStartup
If Request ("","This create a new full comaptible file rawbinfo_new for use with PNG and OS4 Icons | in your sys:wbstartup directory","Ok|oh no")=0 Then End
e$="Wrong Version.|Need Version 1.28 (Filesize 50720) or 1.35 (Filesize 53744) of rawbinfo in sys:wbstartup | If you are sure you have this Version but filesize differ you maybe have a link Virus"
LoadBank 0,"sys:wbstartup/rawbinfo"
FindScreen(0)
*a.l=BankLoc (0)
size.l=BankSize (0)
If (size=50720) OR (size=53744)
If size =50720 Then offs.l=$8288
If size =53744 Then offs.l=$8c54
;change code from
;MOVE.w $c(a0),$c(a1)
;MOVE.w $e(a0),$e(a1)
;to
;MOVE.l $c(a0),$c(a1)
;MOVE.l $4(a0),$4(a1)
;so rawbinfo copy the icon->do_Gadget.NextGadget
;value that png icons need.
;this allow the show of a iconimage during move
;later it is also possible to show full images
If Peek.l(*a+offs) = $3169000c
Poke.b *a+offs,$21
Poke.l *a+offs+6,$21690004
Poke.w *a+offs+10,$0004
Else
Request "",e$,"ok"
End
End If
SaveBank 0,"sys:wbstartup/RAWBinfo_new"
CopyFile "sys:wbstartup/rawbinfo.info","sys:wbstartup/RAWBinfo_new.info"
Else
Request "",e$,"ok":End
End If
Request "","Patch sucsessfull.Please move the old file rawbinfo out of sys:wbstartup ","ok"