English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 28 May 2016, 16:22   #1
Brick Nash
Prototron
 
Brick Nash's Avatar
 
Join Date: Mar 2015
Location: Glasgow, Scotland
Posts: 411
Error message when trying to edit startup sequence.

Hey folks,

After 15 hours I've given up trying to install Blitz Basic 2.1 from the Ultimate CD but I found a method on the Blitz 2000 site that allows manual installation from Floppies.

I followed instructions, made a new drawer and I dragged the Blitz2 and Blitzlib floppy icons into the folder but now the instructions say I need to edit the paths in the startup sequence and it tells me to type in ed s:user-startup into a shell or an execute command to bring up the file but I get a Yellow 'Recoverable error' message every time I try it.

Any suggestions?

I'm just running Winuae A500 1.3, ECS AGNUS 1MB Chip (well 4 MB really)

As always, many thanks!
Brick Nash is offline  
Old 28 May 2016, 16:48   #2
Arnie
R.I.P Smudge 18-08-16
 
Arnie's Avatar
 
Join Date: Aug 2005
Location: Leicester/UK
Age: 66
Posts: 3,968
Quote:
Originally Posted by Brick Nash View Post
I'm just running Winuae A500 1.3, ECS AGNUS 1MB Chip (well 4 MB really)
Is that 4mb chip or 1mb chip + 4 mb fast?
Arnie is offline  
Old 28 May 2016, 16:54   #3
Brick Nash
Prototron
 
Brick Nash's Avatar
 
Join Date: Mar 2015
Location: Glasgow, Scotland
Posts: 411
Quote:
Originally Posted by Arnie View Post
Is that 4mb chip or 1mb chip + 4 mb fast?
4MB Chip.
Brick Nash is offline  
Old 28 May 2016, 17:18   #4
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
i think kick/workbench 1.3 did not yet came with s:user-startup
(yep, no s:user-startup on 1.3 workbench floppy - i guess it was introduced in 2.x versions)
so even writing to that file, it will not read when the system starts.

try ed s:startup-sequence and place the line for BlitzBasic before the endcli.
i'm not really sure what causes this recoverable alert.
just try with a standard config , just 1mb chip and maybe some "slow" ram ( 1.8MB )
emufan is offline  
Old 28 May 2016, 17:35   #5
Brick Nash
Prototron
 
Brick Nash's Avatar
 
Join Date: Mar 2015
Location: Glasgow, Scotland
Posts: 411
Quote:
Originally Posted by emufan View Post
i think kick/workbench 1.3 did not yet came with s:user-startup
(yep, no s:user-startup on 1.3 workbench floppy - i guess it was introduced in 2.x versions)
so even writing to that file, it will not read when the system starts.

try ed s:startup-sequence and place the line for BlitzBasic before the endcli.
i'm not really sure what causes this recoverable alert.
just try with a standard config , just 1mb chip and maybe some "slow" ram ( 1.8MB )
Thanks for the reply. I changed the settings and still got the same error message. I went ball deep and changed around quite a few things just to see what would happen and they all return the same yellow recoverable error message when I try to edit the user startup/startup sequence.

Edit: No wait, it says on my hard drive that it's Workbench 3.1! Sorry I was just reading the configuration selection quickly.

I don't know if this means anything but when the error message comes up it has some numbers too -

Error - 00038007 Task 00029278

In fact just typing 'ed' into the shell or command brings up the error message.

Last edited by Brick Nash; 28 May 2016 at 17:47.
Brick Nash is offline  
Old 28 May 2016, 18:00   #6
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
ok, 3,1 and you have kickstart 3.1 and the workbench 3.1 ?
or did you mixed it kick 3.1 with workbench 1.3?

what you can try is to install snoopdos from aminet.
when you start snoopdos and then try the "ed" it will show you what is missing or wrong. can help to track down the problem.

the other thing, after loading the workbench, start the shell/cli and enter the command for your Blitz into the shell - then start your Blitz program.
so you can try atleast the solution you found.

you can also try some other text editors from aminet:
maybe Eddy 2.0 or Az.
emufan is offline  
Old 28 May 2016, 19:38   #7
Brick Nash
Prototron
 
Brick Nash's Avatar
 
Join Date: Mar 2015
Location: Glasgow, Scotland
Posts: 411
I'll give it a try but I've pretty much decided to stay with Amos for my coding needs so Blitz isn't that important any more.

Still worth a shot though!

Thanks for all the great advice and help. Don't know where I'd be without this forum!
Brick Nash is offline  
Old 28 May 2016, 23:09   #8
volvo_0ne
Registered User
 
Join Date: Mar 2015
Location: Sheffield UK
Posts: 360
A500 & WB3.1 ????

Would that work Anyway, either emulated or otherwise?

I thought you need at least 68020 for 3.1????
volvo_0ne is offline  
Old 28 May 2016, 23:14   #9
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
No, it's okay, Workbench 3.1 is compatible with the A500 (and a 68000 processor).

Last edited by prowler; 28 May 2016 at 23:14. Reason: typo.
prowler is offline  
Old 28 May 2016, 23:18   #10
volvo_0ne
Registered User
 
Join Date: Mar 2015
Location: Sheffield UK
Posts: 360
Quote:
Originally Posted by prowler View Post
No, it's okay, Workbench 3.1 is compatible with the A500 (and a 68000 processor).
OK, I never tried it, (never had a reason to) It was an assumption .

...................... As you were
volvo_0ne is offline  
Old 28 May 2016, 23:49   #11
volvo_0ne
Registered User
 
Join Date: Mar 2015
Location: Sheffield UK
Posts: 360
OK Brick Nash.....

Firstly ...

If you want to produce software for others to enjoy, I suggest that you begin with a standard setup in WinUAE because it's easier to run without "faffing" about with the settings, but ALSO because it could also be run on standard hardware.

(Not many Amigas had 4Mb of ChipRam SO if you develop for this platform, not many people will be arsed to change their config to suit, even in an emulator.)

I suggest that you stick to a standard setup ....A500 .... A1200 etc for starters, especially if you are writing code for others to use.

Just my ten penneth.
volvo_0ne is offline  
Old 29 May 2016, 04:39   #12
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
Quote:
Originally Posted by volvo_0ne View Post
(Not many Amigas had 4Mb of ChipRam SO if you develop for this platform, not many people will be arsed to change their config to suit, even in an emulator.)
No Amigas had 4 MB of chip RAM. Ever.
idrougge is offline  
Old 29 May 2016, 16:04   #13
Cylon
Registered User
 
Join Date: Oct 2014
Location: Europe
Posts: 470
The DraCo has 4MB "ChipRam"
Cylon is offline  
Old 30 May 2016, 03:05   #14
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
"Amiga"
idrougge 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
editor for edit startup-sequence turrican3 request.Apps 10 26 May 2013 02:22
ed s:startup-sequence Astrofra Member Introductions 2 24 February 2013 22:09
startup-sequence mai support.Other 10 01 June 2010 21:39
How to edit the startup hard drive (a600) semt-x support.Apps 2 10 June 2008 00:28
Startup-Sequence blade002 support.Apps 8 04 April 2008 19:06

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 18:07.

Top

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