cy384 / ssheven

A minimal new SSH client for Mac OS 7/8/9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not be opened because an unexpected error occured

lukecyca opened this issue · comments

System details

Power Macintosh 7300
96MB of RAM
System 7.5.5
Open Transport 1.1.1

Issue

Launching SSHEVEN-FAT produces the following error and immediately quits.

The application "SSHEVEN-FAT" can not be opened because an unexpected error occured.

commented

thanks for the report, does it give an error code or any other information?

That's the exact text in the dialog box. No error codes or anything. What's curious is that "occured" is misspelled, but that seems to be the case for many error messages generated by this era of Mac.

I'm not really sure how to troubleshoot this other than start turning off extensions. Any other advice?

commented

honestly, no, I haven't done any serious debugging on the mac side of things. Any chance there was an issue with downloading/transferring/extracting it, and either the resource fork or the data fork got messed up? Maybe running this version could make it do something different.

Today I built my RaSCSI kit so I have more options to get stuff on and off of this old machine. I tried ssheven-0.8.8-fat.bin and ssheven-0.8.8-fat.dsk and both exhibited the same error unfortunately.

I'll try the 68k-only version next, and then start trying with other bootable images with various OS versions.

The 68k-only version seems to work!

I also tried booting from various other clean 7.5.x boot volumes and got the same behaviour each time: the fat version resulted in the same error, but the 68k version worked.

commented

that's good info, I'll look into the PPC build to see what's going on

commented

After taking a look on my PPC test machine, ssheven runs fine on 9.1 but not on 8.0. I'll admit this is the first time I've ever tested, I guess very few people run 7 or early versions of 8 on their PPC machines! The reported error is:

The application "ssheven-0.8.8" could not be opened because "InterfaceLib--PBXGetVolInfoSync" could not be found

This may be a case where later versions of the OS gave more info in the error message, or it may be a separate problem. This particular error is apparently caused by using a function which is not available on PPC 8.0 or 8.1. I'll hack it out for a quick test build tomorrow and see if it runs.

commented

@lukecyca can you try this version? http://www.cy384.com/media/bin/ssheven-no-PBXGetVolInfoSync.bin

It works on my 8.0 machine, at least.

It works! Thanks so much.

commented

fixed (over in my mbedtls repo), it'll be working correctly in the next ssheven release