[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Errors Upon Loading Program!
- Subject: Re: Errors Upon Loading Program!
- From: nathan@visi.com (Nathan Mates)
- Date: 1997/10/25
- Newsgroups: comp.sys.apple2
- Organization: Vector Internet Services, Inc.
- References: <62s9it$446$1@News.Dal.Ca>
In article <62s9it$446$1@News.Dal.Ca>,
Tony Cianfaglione <ab616@chebucto.ns.ca> wrote:
> I am getting $1102 and $005C error when attempting to load a program
>from a GS. What do these error codes mean and how can I get the programs
>to load? They currently display the error codes and give me the option of
>restarting the computer or returning to launching application.
According to the extended list of GS error codes reference at
http://www.visi.com/~nathan/a2/faq/gserrors.html (referenced from
the csa2 FAQ), those translate to:
005C GS/OS:not an executable file
1102 OMF version error
The OMF (object module format, what all ProDOS 16 and GS/OS
programs use) Version error is possibly easier to explain. OMF did
undergo many changes from the original version in ProDOS 16 and isn't
as backward compatible as would be liked. The major changes did happen
at the ProDOS 16 to GS/OS split; almost all OMFs created by GS/OS
tools won't be readable on ProDOS 16 boot disks. [It is theoretically
possible to do some bit twiddling and get ProDOS 16 happy OMFs from
small GS/OS ones, but that's an unreleased hack of a program of mine :]
So, make sure you're running GS/OS system 6, and the files you're
trying to run haven't become corrupted and were meant to be run in the
first place. [If they're sitting on a HFS disk, that's a very strong
possibility.]
Nathan Mates
--
<*> Nathan Mates http://www.visi.com/~nathan/ <*>
# This posting is copyright Nathan Mates, and may not be reprinted
# in full, partial, or quoted form on any archive site associated with
# Charles Turley.