Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3]   Go Down

Author Topic: Can't launch Amos/AMCAF Extension fault  (Read 19522 times)

0 Members and 4 Guests are viewing this topic.

Brick Nash

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 83
  • Generic Amiga User
Re: Can't launch Amos/AMCAF Extension fault
« Reply #30 on: July 06, 2016, 09:15:46 PM »

you say "on boot" ... do you mean on laoding amos, or on loading Workbench?


Can you give me the result of

DIR AMOSPro:

thanks

When Workbench starts up.

I tried the DIR AMOSPro: but it then asks to insert volume AMOSPro (just like on WB startup) and then when I push cancel it says " Could not get information for AMOSPro. Device (Or volume) is not mounted!" in the Shell.

I didn't think a screenshot was necessary for that.
Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Can't launch Amos/AMCAF Extension fault
« Reply #31 on: July 06, 2016, 09:32:34 PM »

right, so either the assign-startup is not running, or you need to re-type the line:

Assign AMOSPro:  Stuff:AMOS_Pro  >nil:

you could try removing the >nil:  at end, and then it should tell you about any problems on startup


EDIT: Scrap that. i can see the fault from your last screenshot, you didn't remove the colon at the end, that i mentioned  (it is at the end of  "Stuff:AMOS_Pro")
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Brick Nash

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 83
  • Generic Amiga User
Re: Can't launch Amos/AMCAF Extension fault
« Reply #32 on: July 06, 2016, 09:56:05 PM »

right, so either the assign-startup is not running, or you need to re-type the line:

Assign AMOSPro:  Stuff:AMOS_Pro  >nil:

you could try removing the >nil:  at end, and then it should tell you about any problems on startup


EDIT: Scrap that. i can see the fault from your last screenshot, you didn't remove the colon at the end, that i mentioned  (it is at the end of  "Stuff:AMOS_Pro")

Still getting exactly the same result on both counts unfortunately. I must've done something wrong when setting it all up but it's definitely all there in the folder.

I tried removing the >nil but absolutely nothing changed and no new information was given. :(

Here's my latest assign -

Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Can't launch Amos/AMCAF Extension fault
« Reply #33 on: July 06, 2016, 11:12:43 PM »

Dir  amopro: should now work


In the second line you are missing a colon before the space before >nil:
You did have this in a previous screenshot


ASSIGN AMOSPro_System: AMOSPro:

You understand what Assign does, right, and why the syntax is really important? ;)
« Last Edit: July 06, 2016, 11:18:08 PM by Hungry Horace »
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Brick Nash

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 83
  • Generic Amiga User
Re: Can't launch Amos/AMCAF Extension fault
« Reply #34 on: July 07, 2016, 07:35:54 AM »

Dir  amopro: should now work


In the second line you are missing a colon before the space before >nil:
You did have this in a previous screenshot


ASSIGN AMOSPro_System: AMOSPro:

You understand what Assign does, right, and why the syntax is really important? ;)

Of course, it's like a path or pointer. It's just silly mistakes I'm making, my dyslexia makes my brain skip over written text sometimes, almost like a blind spot. It's a pain, manuals & textbooks are torture but coding actually helps a lot! :)

Ok I solved the launch problem. I was looking at the interpreter config.AMOS file and not the AMOSPro_Interpreter_Config file which was missing. I checked the original folder but I couldn't find the file there so I copied one from a floppy image and it allows me to launch Amos now but in the Classic WB setup The Interpreter config within Amos won't allow me to load a default configuration due to a disk error it says but in my old setup it launches fine and all the new extensions are still in their slots but it says on startup that only 4 extensions have been loaded.

The Amiga really makes you work doesn't it?

« Last Edit: July 07, 2016, 10:44:59 AM by Brick Nash »
Logged

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: Can't launch Amos/AMCAF Extension fault
« Reply #35 on: July 07, 2016, 11:07:48 AM »

The Amiga really makes you work doesn't it?

Yes and no.  Remember that Amos started as a port from the AtariST so it has a crazy amount of work that wouldn't have been necessary if it had been started on the Amiga directly and used Amiga libraries.  Also, it is backward compatible to Workbench 1.3 which is not very fully developed compared to the later versions.
Logged

Brick Nash

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 83
  • Generic Amiga User
Re: Can't launch Amos/AMCAF Extension fault
« Reply #36 on: July 07, 2016, 12:50:18 PM »

The Amiga really makes you work doesn't it?

Yes and no.  Remember that Amos started as a port from the AtariST so it has a crazy amount of work that wouldn't have been necessary if it had been started on the Amiga directly and used Amiga libraries.  Also, it is backward compatible to Workbench 1.3 which is not very fully developed compared to the later versions.

Oh I wasn't having a go, it was just a joke as to the hard time I'm having right now getting this to work. Amos is great, I'm actually very surprised at how nice a package it is for 1992 despite it's few bugs. I'll always love the Amiga and of course the community which has been a help that is more than words can describe. If I could buy people beers over the internet I would! :)
Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Can't launch Amos/AMCAF Extension fault
« Reply #37 on: July 07, 2016, 08:50:17 PM »

The file doesnt live in the AMOS_Pro folder it seems....


1) unpack the attached ZIP file in your Stuff: drive
2) open CLI and type *exactly* the following:

copy stuff:AMOSPro#?Config S:




Hopefully this should fix any problems on the ClassicWB setup
« Last Edit: July 08, 2016, 06:39:37 PM by Hungry Horace »
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Brick Nash

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 83
  • Generic Amiga User
Re: Can't launch Amos/AMCAF Extension fault
« Reply #38 on: July 08, 2016, 08:28:36 AM »

The file doesnt live in the AMOS_Pro folder it seems....


1) unpack the attached ZIP file in your Stuff: drive
2) open CLI and type *exactly* the following:

copy stuff:AMOSPro#?Config S:




Hopefully this should fix any problems on the ClassicWB setup

The file appears to be corrupted. Tried downloading it a few times. :(
Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Can't launch Amos/AMCAF Extension fault
« Reply #39 on: July 08, 2016, 06:39:16 PM »

looks like it uploaded as 0kb .... have tried again
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Brick Nash

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 83
  • Generic Amiga User
Re: Can't launch Amos/AMCAF Extension fault
« Reply #40 on: July 09, 2016, 11:31:57 AM »

looks like it uploaded as 0kb .... have tried again

Thanks for the re-upload, that sorted any launch problems on the Classic WB nicely. The extensions still don't appear to be installing though. They are in their slots on both setups and I'm sure all the assigns are correct but it's only saying there are 4 on Amos launch and it's still saying the extension is missing when I try to run your tutorial.
Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Can't launch Amos/AMCAF Extension fault
« Reply #41 on: July 11, 2016, 01:17:15 PM »

you are going to have to share your HDF and Stuff files with me on Google Drive or something.

I did invite you to share a folder using the email address you have on here, so hopefully you already have my address, otherwise i will PM you it.
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Can't launch Amos/AMCAF Extension fault
« Reply #42 on: July 11, 2016, 03:06:14 PM »

I have literally just done the following:

- Mounted and installed Classic WB full HDF
- set up my own STUFF: drive as DH1:
- unpacked the AMOSPro folder from my link above
- Added the assigns to S:Assign-Startup
- copied the interpretter config files to S:

... Alll worked fine , with 12 extensions loaded.... really cant work out why your setup isnt working.


Here are new links to the SYSTEM.HDF and STUFF folder I used...

https://drive.google.com/open?id=0B4272ME-kTRMZFNKUmhrVkQzX2s
https://drive.google.com/open?id=0B4272ME-kTRMckR2eDBRZXR0LVk
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Brick Nash

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 83
  • Generic Amiga User
Re: Can't launch Amos/AMCAF Extension fault
« Reply #43 on: July 12, 2016, 12:57:09 PM »

Hi, many apologies for the late reply. I unfortunately had a bereavement in the family over the weekend so things have been up in the air.

I've added that shared folder to my google drive I've uploaded my .hdf file to it. it's called "hdd1.hdf". I'll have a look at the other stuff when I get home.

Once again many thanks for all the help and apologies for the rather quick in and out nature of this message but I just wanted to inform that I wasn't ignoring anyone. :)
Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Can't launch Amos/AMCAF Extension fault
« Reply #44 on: July 12, 2016, 06:11:39 PM »

sorry to hear that news  :(

Hope you are keeping OK.
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Pages: 1 2 [3]   Go Up
 

TinyPortal 2.2.2 © 2005-2022