Re.. 이유는 모르지만 전문가의 답변을 참고하세요...

Re.. 이유는 모르지만 전문가의 답변을 참고하세요...

누구게 0 240 2001.09.20 15:55
> 쿼억을 열구서 프린트를 하기위해 페이지설정을 하는 과정에서
> '알 수 없는 오류가 발생했습니다(오류번호 : -192) 라고 뜨는데여
> 왜 글져? 오전까지만해도 별 이상이 없었는데...
> 처음보는 오류번호라 좀 막막하네여
> 오류번호에 대해서 찾아봤지만 해답이 없네여
> 좀 도와주세여~


여기 전문가의 답변을 붙입니다. 블랙 앤 블루라는 맥 오류해설 프로그램에서 따 온 것입니다. 해결되면 비법을 보고해 주시면 다음에 같은 문제를 겪으시는 분들께 도움이 될 것입니다.

_____________________________________________________

resNotFound (-192)

Summary
A resource is missing.

Details
Resources are an interesting part of the Mac OS. Each and every file that you have on your Mac can contain both data and resources. Not all do however. As an example, consider a file that is created using SimpleText. If you just enter text into the file then the file only contains "data". On the other hand, let's say that you mark some of the text as "Bold". This action creates a resource in the file that keeps track of where the "Bold" text occurs and allows SimpleText to display it back to you as "Bold" the next time you view the file.

Resources can be used for many other things as well. For example, if you try to "launch" a Power Mac native application on an older Mac that has a 68000-series CPU chip in it, you will get the "-192" error. The file you are trying to launch is missing a resource. The resource is a "CODE" resource.

When you launch an application the file is scanned for a "cfrg" resource. If it exists inside the file, the system assumes that you are launching a Power PC native application and proceeds to interpret the contents of the application in Power PC terms. If NO "cfrg" resource exists, the system assumes that the application is a 68k-based (older-style) application. It then looks for a "CODE" resource number zero. If it finds that resource, the launch continues. If not, you get the -192 error.

There are over 100 "standard" resources available to the Macintosh developer to use. In addition, a developer can create "custom" resources as well. These custom resources only have meaning to the developer that created them.

From your point of view (as a user), this means that there can be MANY explanations for what resources do. Fortunately, the "-192" error only means that a resource (custom or standard) is missing. It also means that you can concentrate on why it's missing rather than what it does.

What to do
If you are using a 68000-series Mac and the error showed up as you launched an application, make sure that the application is compatible with your machine.

Another typical cause of this error is called "file corruption". This can be caused by a virus infecting your computer. This is not particularly likely but should be considered as you attempt to solve the problem. Obtain and USE an anti-virus program on your Mac.

File corruption can also be caused by poorly written applications (and in some cases) the Mac OS itself. To confirm file corruption, you can use a File System Repair program to identify corrupted files.

Included in the collection of files distributed with Black & Bleu

Comments