• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

A self-contained QEMU-based A/UX system for macOS

joshc

Well-known member
This is really cool, but a few things.

The title/metadata on that page seems to be from a different page?

As for AUXrunner.app, trying it on Monterey on an M1 MacBook Pro, and it tries to open but then closes. What am I doing wrong?
 

emendelson

Active member
Ah - I simply copied an existing page and forgot to fix the properties. Fixed now. Thank you! (You may need to press Cmd-R to see the updated title.)

As for it not opening, you're absolutely not doing anything wrong. Possibly it works on my systems (two different M2 MacBook Air machines, one running the Sonoma beta, the other running Ventura) only because they're my own systems. Perhaps try this:

First, if the app is in your Applications folder, move it somewhere in your user folder, perhaps on the desktop.

Then open a terminal. Type

Code:
xattr -rc

followed by a space (the space is essential). Then drag the AUXrunner app into the terminal window so that its address is part of the command line. Press return, in order to run the command. If the command gives an error message, try again with:

Code:
sudo xattr -rc

and enter your password when prompted in the terminal.

If that still doesn't work, I'll scratch my head and try to figure out what's wrong. (And will try to run it on another user's setup on the same machine - after creating the other user...)
 
Last edited:

joshc

Well-known member
Yes that command did the trick, thank you! This is the first time I've used A/UX in emulation, so this is pretty exciting for me. I've used it on real hardware but not my own, I was at a friend's place and tried it out briefly on a 950.
 

rplacd

Well-known member
Thank you so much for creating this – I've always wanted to thank you for creating the WordPerfect appliance, which helped recover some old files, and now I get to meet you virtually... with another exciting project!
For what it's worth, A/UX aside, having a pre-packaged Quadra 800 emulation alone is a gift already. I may have some fun and try to create a pre-packaged modern Linux install with this as a base.
 
Last edited:

emendelson

Active member
Thank you so much for creating this – I've always wanted to thank you for creating the WordPerfect appliance, which helped recover some old files, and now I get to meet you virtually... with another exciting project!
For what it's worth, A/UX aside, having a pre-packaged Quadra 800 emulation alone is a gift already. I may have some fun and try to create a pre-packaged modern Linux install with this as a base.
I'm glad to hear that someone actually tried it! And thank you for your good words!
 

MrFahrenheit

Well-known member
This is really cool! Thanks for doing this project.

Which version of A/UX 3 did you implement (file/print server version, or database version)?

I don’t have a machine that can run this but like @rplacd said, having a Quadra 800 emulator alone is really cool to have, let alone a way to run A/UX under emulation.
 

Udo.Keller

Well-known member
Thank you so much.
Unfortunately, the latest updated somehow lost the top of screen finder menu bar. Is there anything I can do to get it back?



Screenshot 2023-10-12 at 08.59.03.png
 

emendelson

Active member
I would never have thought of doing that. Thank you. I've changed the command to "-display sdl" in my app, and will upload the corrected version soon. Thank you again!

Incidentally, I'm running it under Ventura. Are you using a different macOS version?
 

cat7

Member
I would never have thought of doing that. Thank you. I've changed the command to "-display sdl" in my app, and will upload the corrected version soon. Thank you again!

Incidentally, I'm running it under Ventura. Are you using a different macOS version?
 

cat7

Member
For some time Qemu now has been supporting gtk and sdl besides the native cocoa display when ran on macOS. I haven 't seen your cocoa error before, so any info you can give might be helpful.
 

Renegade

Well-known member
Funny, the last version was working flawlessly while this one crashes to desktop on launch without any error message.
Running on a MacMini Intel under Monterey 12.7 .
 

emendelson

Active member
I had no trouble launching it under Monterey on Intel. Have you tried this: open a terminal, type in

xattr -rc

followed by a space; then drag the app into the terminal window and press Enter. Then try running the app.
 

Udo.Keller

Well-known member
I would never have thought of doing that. Thank you. I've changed the command to "-display sdl" in my app, and will upload the corrected version soon. Thank you again!

Incidentally, I'm running it under Ventura. Are you using a different macOS version?
I am using Sonoma.

The main reason for my interest in "-display sdl" is using more than one virtual display... ;)
 
Top