Welcome, Guest. Please login or register.

Author Topic: AMOS 3D: Software Failure: 80000004  (Read 2892 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline zosodk69Topic starter

  • Newbie
  • *
  • Join Date: Mar 2008
  • Posts: 26
    • Show only replies by zosodk69
AMOS 3D: Software Failure: 80000004
« on: April 07, 2008, 01:07:20 AM »
I'm trying to get AMOS set up to run some of the old programs I created in my youth.  The problem is, when I created these programs, my machine had a slightly different configuration.  I'm running an A3000D 030/16.  Back in the day I had kickstart roms v2.04.  Today I've got the same machine with v3.1 kickstart roms and a Cyberstorm PPC 233/060/60.

It seems AMOS is otherwise working fine, it's just the 3D extension that's giving me fits.  Whenever the interpreter encounters TD prefixed command it bombs with said error.  This happens in both AMOS 1.36 and AMOS Professional 2.0.  Any in site would be great.
 

Offline rednova

  • Hero Member
  • *****
  • Join Date: Mar 2007
  • Posts: 813
    • Show only replies by rednova
    • https://sites.google.com/site/rednova3d/
Re: AMOS 3D: Software Failure: 80000004
« Reply #1 on: April 07, 2008, 01:20:39 AM »
Dear Friend:

http://amos.condor.serverpro3.com

this is the amos factory, the amos online group.
I am sure someone there can help you. I use amos too,
but I don't have experience with the 3d extension.
Cheers!!!

rednova
-mobilis in mobile-
-mobilis in mobile-
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12114
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: AMOS 3D: Software Failure: 80000004
« Reply #2 on: April 07, 2008, 02:47:32 AM »
Quote

zosodk69 wrote:
I'm trying to get AMOS set up to run some of the old programs I created in my youth.  The problem is, when I created these programs, my machine had a slightly different configuration.  I'm running an A3000D 030/16.  Back in the day I had kickstart roms v2.04.  Today I've got the same machine with v3.1 kickstart roms and a Cyberstorm PPC 233/060/60.

It seems AMOS is otherwise working fine, it's just the 3D extension that's giving me fits.  Whenever the interpreter encounters TD prefixed command it bombs with said error.  This happens in both AMOS 1.36 and AMOS Professional 2.0.  Any in site would be great.


I think you have your error code wrong...

look here:

http://www.amigahistory.co.uk/guruguide.html

Offline zosodk69Topic starter

  • Newbie
  • *
  • Join Date: Mar 2008
  • Posts: 26
    • Show only replies by zosodk69
Re: AMOS 3D: Software Failure: 80000004
« Reply #3 on: April 07, 2008, 05:18:10 AM »
Quote
bloodline wrote:
I think you have your error code wrong...

From the URL you just linked to:
Quote
If the first digit of the subsystem ID is greater than 3, there is no way to recover from the error. In these cases, subtract 8 from the first digit to get the subsystem ID number.
 

Offline Spellcoder

  • Newbie
  • *
  • Join Date: Dec 2005
  • Posts: 4
    • Show only replies by Spellcoder
    • http://www.spellcoder.nl
Re: AMOS 3D: Software Failure: 80000004
« Reply #4 on: April 07, 2008, 11:57:41 AM »
80000004 means AMOS 3D somehow tried to run a 'Illegal instruction'. Maybe AMOS 3D uses selfmodifying code, in which cause disabling the CPU caches would help. (in the 'Early startup control' while booting or with some shell command of which I forgot the name)
Bachelor of Art & Technology
http://www.spellcoder.nl (my Hideout)
http://www.amigacoding.com
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: AMOS 3D: Software Failure: 80000004
« Reply #5 on: April 07, 2008, 07:32:07 PM »
The shell command that does it is "cpu nocache".
 

Offline Lonewolf10

  • Jr. Member
  • **
  • Join Date: Apr 2005
  • Posts: 94
    • Show only replies by Lonewolf10
    • http://www.geocities.com/aliensrcooluk
Re: AMOS 3D: Software Failure: 80000004
« Reply #6 on: April 09, 2008, 10:39:24 PM »
Which version of the 3D extension are you using?

Are all appropraite libraries in the correct place?


You should have "AMOSPro_3d.lib" (or "3d.lib" if you are using the original extension) and "c3d.lib" in the "APSystem" folder.
I don't know what would happen if the "c3d.lib" was missing.

Also, are all 3D files ".3DT", ".3DO" etc. where they should be?


EDIT: Forgot this... I did get AMOS to crash before when loading in files into Banks which were too small. So loading in a 100 byte file into bank 6, which was only 80 bytes long , caused the remaining 20 bytes to overwrite into the bank following it. I think I got a different error code though, but it might be worth checking just incase.


Regards,
Lonewolf10

 

Offline zosodk69Topic starter

  • Newbie
  • *
  • Join Date: Mar 2008
  • Posts: 26
    • Show only replies by zosodk69
Re: AMOS 3D: Software Failure: 80000004
« Reply #7 on: April 28, 2008, 03:58:10 AM »
I've traced this problem back to ppclibemu.  When I comment ppclibemu_install out of my startup-sequence, the AMOS 3D extension starts working great.  I don't know if there is a solution to this other then said workaround.