Hi Kin,
I've tried a few things:
I downloaded the latest setpatch from your link and installed it, copied the 68040.library from the WE disk to my libs: and cold booted with the same result as before..
As you suggested, I then booted from my wb floppy and copied setpatch from it to my hd:c and again cold booted to the same error...
I've removed all simms from the motherboard slots and still the same error..
I've removed the buddha, same error.
I've removed the Deneb, same error.
I've set the rom speed to alternate speeds and still same error..
I copied the startup-sequence from the wb floppy to the hd and still the same error...
This morning when I first booted up I had no error, after a reset though the error came up again..
I've removed the 68040.libray and boots every time without fail...
Maybe there is something amiss with the WE?
Here's my startup sequence :
Code:
C:PatchOpenWB
C:Setpatch QUIET
c:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21
; Added by NETPCM010 Installer
IF EXISTS S:Wireless-Startup
C:Execute S:Wireless-Startup
ENDIF
; $VER: startup-sequence 39.9 (9.8.92)
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
Assign >NIL: Dopus: Apps:Diropus
IF NOT EXISTS SYS:Fonts
Assign FONTS:
EndIF
BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)
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 Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart
C:IPrefs
C:ConClip
Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities
IF EXISTS S:User-Startup
Execute S:User-Startup
EndIF
Resident Execute REMOVE
Resident Assign REMOVE
C:LoadWB
EndCLI >NIL:
and my user startup:
Code:
assign sc: Programming:sc
assign Blitz2: Programming:Blitz2
assign lib: sc:lib
assign include: sc:include
path sc:c add
;END SAS/C
;BEGIN MUI
if exists Apps:MUI
assign MUI: Apps: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
;BEGIN Designer
path "Programming:Designer" add
;END Designer
;BEGIN AmiTCP & EasyNet
Assign AmiTCP: "Apps:AmiTCP"
path "AmiTCP:bin" add
;END AmiTCP & EasyNet
;BEGIN CAPREFS
C:CAPrefs >NIL:
;END CAPREFS
;BEGIN NewIcons
Run <NIL: >NIL: c:NewIcons
;END NewIcons
;BEGIN DefIcons
DefIcons
;END DefIcons
;BEGIN Poseidon
ENVARC:PsdStackloader
;END Poseidon
;BEGIN DeluxePaintV
Assign DPaintV: "Apps:DPaintV" defer
;END DeluxePaintV
I've commented out the wireless-startup and PsdStackloader lines in both and tried booting but didn't seem to help...
You mention a 68040.libray installer, I haven't got one of those, I was just copying the 68040.libray from other disk or downloading from Aminet?
Cheers for your help!