Weird crashes, 2 fold.

[ARCHIVED] About PearPC, a mostly obsolete PPC Mac emulator for Windows and Linux to run MacOS X 10.1 up to 10.4. Using QEMU is now recommended.

Moderators: Cat_7, Ronald P. Regensburg

Locked
phazey
Student Driver
Posts: 14
Joined: Mon Jun 07, 2004 9:44 am

Weird crashes, 2 fold.

Post by phazey »

Hi,

I've got two really weird problems, one with potentially PearPC, the other with OSX

1) I installed OSX 10.1, then upgraded to 10.3, choosing the first disk only. works a treat. But when i go to the network preferences within OSX, the control panel generates a crash (so i cant network).

2) Luckily, i backed up the image and installed the 2nd disk from the panther set. Now, every ppc.* exe fails to boot, with a "not responding" error in windows.....

I'm wondering if i can "ifconfig" the network card in point 1) to get networking........or should i start again (another 30 odd hours down the pan :|)

Thanks very much

P
Last edited by phazey on Wed Jun 09, 2004 2:45 pm, edited 1 time in total.
phazey
Student Driver
Posts: 14
Joined: Mon Jun 07, 2004 9:44 am

Post by phazey »

To add more information, i get this in the DOS console:

JITC Warning, program exception: 00080000 00000000

repeated constantly until i close the app


Cheers,

P
phazey
Student Driver
Posts: 14
Joined: Mon Jun 07, 2004 9:44 am

Post by phazey »

point 1) solved.

I used a shell terminal and manually configured device "en1" to add 192.168.0.20/24":

/sbin/ifconfig en1 192.168.0.20 255.255.255.0


and edited the dns file /etc/resolv.conf" to add nameservers.

vi /etc/resolv.conf (enter the following)

[press i] (for insert)

nameserver xxx.xxx.xxx.xxx
(xxx.xxx.xxx.xxx being your ISP's DNS server)

[press: ":wq!<return>" to quit]

i also executed "/sbin/route add default 192.168.0.1" to add the default gateway

now happily chatting with iChat and downloading x-chat for some irc (using safari)

hope that helps some of you guys.

./P
Cybermagellan
Forum All-Star
Posts: 541
Joined: Mon May 24, 2004 5:37 am
Location: Arizona

Post by Cybermagellan »

Thanks, this is gonna get moved to FAQ's
Locked