Search found 4271 matches

by adespoton
Wed Dec 23, 2015 5:40 am
Forum: SheepShaver
Topic: Sheepshaver won't start
Replies: 29
Views: 19758

Re: Sheepshaver won't start

You can go into Terminal and run SheepShaver.app/Contents/MacOS/SheepShaver -- I'm getting non-useful error codes when I get this with bad configurations though.
by adespoton
Wed Dec 23, 2015 5:34 am
Forum: SheepShaver
Topic: SheepShaver won't start on Windows 10
Replies: 3
Views: 4486

Re: SheepShaver won't start on Windows 10

Does it work for you under XP/7/8? Or is this more a case of setting things up differently than in the instructions on the Wiki?
by adespoton
Tue Dec 22, 2015 2:19 am
Forum: Off Topic
Topic: Old Glider Versions
Replies: 5
Views: 7934

Re: Old Glider Versions

Not sure, but did you know it had all been converted to a JavaScript App?
http://www.ridiculopathy.com/games.php?gamename=glider

[edit] Oops; this is the Flash version.
by adespoton
Mon Dec 21, 2015 7:59 am
Forum: Off Topic
Topic: Arben Kryeziu on Fox Business
Replies: 4
Views: 4417

Re: Arben Kryeziu on Fox Business

"Code Rebel CEO Arben Kryeziu featured on the Fox Business show Making Money with Charles Payne" Code Rebel? How come he gets to be a code rebel where others are called software pirates? He seems to be self-identifying as a "growth hacker". Identifying a grassroots movement ant t...
by adespoton
Mon Dec 21, 2015 4:42 am
Forum: SheepShaver
Topic: Sheepshaver won't start
Replies: 29
Views: 19758

Re: Sheepshaver won't start

At this point, I'm curious: if you install Mavericks in VirtualBox or another VM, and copy your configuration over, does it start running again? Even before that: if you create a new user in Yosemite and launch it from there, does it work? There's enough of us that have had 0 problems with Yosemite ...
by adespoton
Mon Dec 21, 2015 12:34 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

This reminds me... I've been thinking for a while that it would be neat to take the qemu core in VirtualBox and replace it with a full, modern qemu with all platforms supported. This is as a replacement for KVM on OS X, which doesn't have a virtual machine interface to the kernel (but Sun/Oracle hav...
by adespoton
Sun Dec 20, 2015 6:58 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Interesting... so what's the 5th library loaded after the port scan? Test 2 would appear to indicate that the first library is ASLM related. The changes in Test 3 and 4 appear to keep going until unexpected values are presented to the 5th loaded library if I'm reading that correctly.
by adespoton
Sat Dec 19, 2015 5:59 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Sorry; I think it was me being sleepy. It's polling SerialA and SerialB; it can also poll things on ADB, but only if they've got a pseudo-port entry already. So the main focus is SerialA and SerialB. ADB communications dongles shouldn't be an issue.
by adespoton
Sat Dec 19, 2015 5:55 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Depends on you look at it; in that document, see kOTPortIsPrivate and kOTPortIsAlias -- 'serial' is an alias that generally points to ADB ports A and B. However, I seem to recall OTRunPortScanners is actually scanning the pseudo-ports, which includes AppleTalk virtual ports. By extension, it is prob...
by adespoton
Sat Dec 19, 2015 12:40 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

I'm currently having that same problem with debuggers off on that build, attempting to boot 10.4. I'm trying to see what happens if I install 9.2.2 as Classic inside 10.4.11, but due to the mouse vanishing, I'm not getting all that far :( I don't recall having this issue on previous QEMU builds. IIR...
by adespoton
Thu Dec 17, 2015 5:54 am
Forum: Mini vMac and Other Mac Emulators
Topic: Help with SoftMac
Replies: 11
Views: 8099

Re: Help with SoftMac

by adespoton
Wed Dec 16, 2015 7:14 pm
Forum: SheepShaver
Topic: Sheepshaver won't start
Replies: 29
Views: 19758

Re: Sheepshaver won't start

Do you have networking enabled? If so, does it work with networking disabled?

10.11 uses a new security model that needs to be temporarily disabled to properly install tun/tap. If you're attempting to use tuntaposx on an upgraded OS, it will fail, as will any software that depends upon it.
by adespoton
Wed Dec 16, 2015 7:08 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Help with SoftMac
Replies: 11
Views: 8099

Re: Help with SoftMac

Most recenty when this came up, the copy of Stuffit from http://www.gryphel.com/c/sw/archive/stuffexp/index.html was suggested. Download stuffit_expander_40.zip , unzip it in Windows, and mount the .dsk file in your emulator alongside the .hfv file that you use for your hard drive image. As discuss...
by adespoton
Tue Dec 15, 2015 11:52 pm
Forum: SheepShaver
Topic: Sheepshaver RAM error in Windows
Replies: 16
Views: 12826

Re: Sheepshaver RAM error in Windows

Doesn't Windows have the ability to create sandboxes now? SheepShaver within a sandbox should load from address 0, which would be at the beginning of sandbox memory space instead of system-wide application memory space.
by adespoton
Tue Dec 15, 2015 11:49 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Excellent! It looks like the problem is indeed shortly after OTRunPortScanners, which would line up with the guesses about getting unexpected results from the serial driver. Maybe we can tweak QEMU to just return dummy serial values?
by adespoton
Tue Dec 15, 2015 4:43 am
Forum: Mini vMac and Other Mac Emulators
Topic: Help with SoftMac
Replies: 11
Views: 8099

Re: Help with SoftMac

As I said, .smi isn't a filetype; it's a self-extracting application. If you've got a stuffit installer.smi, that means that the resource fork has likely been stripped -- likely from downloading the file to a Windows filesystem, which doesn't recognize resource forks and has only saved the data fork...
by adespoton
Mon Dec 14, 2015 7:38 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

All of Cormac and Alex's changes have been rolled into the main branch now. The top two reference the same repo, I think. The last one is where Alex puts stuff he's testing before it gets rolled into the trunk. The main thing we were waiting for was the OpenBIOS changes to get accepted and rolled in...
by adespoton
Mon Dec 14, 2015 7:32 pm
Forum: Basilisk II
Topic: OS X 10.11 (El Capitan), Basilisk II, tuntap, & networking
Replies: 2
Views: 4778

Re: OS X 10.11 (El Capitan), Basilisk II, tuntap, & networki

The only thing I can think of is that tuntaposx is attempting to run outside the El Cap sandbox. SecTaskLoadEntitlements errors seem to affirm this might be the issue. Where are your tun/tap components located, and are their permissions set correctly? More information on the sandbox ("System In...
by adespoton
Mon Dec 14, 2015 6:47 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Help with SoftMac
Replies: 11
Views: 8099

Re: Help with SoftMac

First thing: do you have Stuffit Expander? Second: did you accidentally strip the resource fork from the files? .sea should have a file type of APPL and be a fully executable application, able to launch itself and extract an embedded archive file. It's possible you just have the type and creator str...
by adespoton
Mon Dec 14, 2015 6:43 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

You can replace OpenTransport with MacTCP up until 8.1 I believe; IIRC, parts of OT are built right into the system for 8.5+, meaning you'd have to replace the resources with ones that MacTCP could hook. System 7.5 - MacOS 8.1 had a switching tool I think, that did a bit more than just swapping out ...
by adespoton
Sat Dec 12, 2015 6:04 pm
Forum: Off Topic
Topic: At Home with the Twiggy Mac
Replies: 4
Views: 5525

Re: At Home with the Twiggy Mac

Get find! Thanks :)
by adespoton
Sat Dec 12, 2015 12:18 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

I share your theory; the ethernet code outside of OT appears to have no problems. Have you tried just removing the serial resources? OT architecture is robust enough that it should be able to handle that without fully failing.
by adespoton
Fri Dec 11, 2015 5:27 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1171550

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

I'm not even sure if networking works (Mac OS X does have a driver for Realtek RTL8139, but I don't think Mac OS 9 does). There is one, and gtxaspec has included it in his 9.2.2 image (not installed) :) However, the fact that we had to yank out all OpenTransport support means it's not usable (yet) ...
by adespoton
Thu Dec 10, 2015 5:28 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Building minivmac outside minivmac
Replies: 6
Views: 8949

Re: Building minivmac outside minivmac

Gryphel has actually built the emulator as part of the development environment; you're going to be missing a few things if you attempt to build it manually outside the environment. That said, he's probably also the only person to attempt what you're currently trying. That said, he's probably also th...