New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPW Pascal fails with Alias Manager check #16
Comments
|
As an addendum to this: I byte-patched the pascal binary just after the _GetOSTrapAddress call goes to and the pascal compiler is working, otherwise unmodified (:D) While this doesn't help patch mpw, I do hope it means that it shouldn't be too awful to fix… |
|
That version seems to be Currently, |
|
Ah that explains why I was confused; I saw they didn't seem to be doing anything, but reasoned they had to as other apps would surely be using them |
|
It can "Hello World!" with the |
|
Verified fixed & can close |
|
feature_trap_address_2015 branch works well for me as well, merge into mainline? |
|
At this point, I think it fixes more things than it breaks. I'll do another release on the original code soon before merging it in. |
|
Merged into the master branch. |


MPW's Pascal compiler ( http://pascal-central.com/tools/mpw.bin ) errors out on run with a:
"### Error 429 Internal check for alias manager failed - need System 7"
The text was updated successfully, but these errors were encountered: