PearPC bug network

[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
Dyrockx
Space Cadet
Posts: 4
Joined: Mon Feb 08, 2016 8:21 pm

PearPC bug network

Post by Dyrockx »

hello I explain the problem I have when I parameter start.ppc my file I'm going to the line for internet [pci_rtl8139_installed = 0
pci_rtl8139_mac = "de: ad: ca: fe: 12: 35"] here is the line and when I on my 1 to activate it and then I save the file I run PearPC and it does not start but when I disables it starts without problem could you help me please

PearPC my configuration:

#####################################################
## PearPC config - by quad 8 ##
#####################################################
## ##
## This is the default configuration. If you do ##
## not understand what these are, leave it alone ##
## or you may compromise your virtual machine. ##
## ##
## This is to benefit anyone who is having ##
## trouble trying to install and configure Mac ##
## OS X Tiger on their PC. ##
## ##
## If you need any assistance, be sure to check ##
## out the forums at http://emaculation.com ##
## ##
## Enjoy and keep seeding! Thanks. ~quad8 ##
## ##
#####################################################


ppc_start_resolution = "800x600x32"
ppc_start_full_screen = 0
redraw_interval_msec = 40

key_compose_dialog = "F11"
key_change_cd_0 = "F9"
key_toggle_mouse_grab = "F11"
key_toggle_full_screen = "F12"

prom_bootmethod = "select"

prom_driver_graphic = "video.x"
cpu_pvr = 0x00088302
memory_size=0x40000000

pci_ide0_master_installed = 1
pci_ide0_master_image = "tiger-hd.img"
pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 0
pci_ide0_slave_image = ""
pci_ide0_slave_type = "cdrom"

pci_rtl8139_installed = 0
pci_rtl8139_mac = "de:ad:ca:fe:12:35"

pci_usb_installed = 1

nvram_file = "nvram"
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: PearPC bug network

Post by Cat_7 »

Hi,

I assume you are running PearPC in Windows.
When you activate the rlt8139 network card, you also need the openvpn tap device driver installed. If you do not have this device, PearPC will crash when you try to activate it.

https://openvpn.net/index.php/open-sour ... loads.html

Please select only the tap device during installation.

Best,
Cat_7
Dyrockx
Space Cadet
Posts: 4
Joined: Mon Feb 08, 2016 8:21 pm

Re: PearPC bug network

Post by Dyrockx »

Cat_7
thank you must configure it? if so help me because I install on windows 10 and I vien to launch my pearpc and did the same thing
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: PearPC bug network

Post by Cat_7 »

Pearpc crashed again after you installed the tap device?

Can you see the pearpc command window? Does it show something like this:
[TAP-WIN32]: Found TAP device named 'Ethernet'
[TAP-WIN32]: Driver Version 9.9

If it does, then the tap device is activated. You need to configure the tap device. Give it an ip-address in another ip range. If windows uses the 192.168.0.x network, give the tap device an ip-address in the 172.19.0.x range. Then edit your ethernet connection and activate "Sharing" and select the tap device to share your connection.

If all of this works, then you can set an ip-address in OSX in the 172.19.0.x range, but not the same as the tap device ;-)

Best,
Cat_7
Dyrockx
Space Cadet
Posts: 4
Joined: Mon Feb 08, 2016 8:21 pm

Re: PearPC bug network

Post by Dyrockx »

look at the little video I made to show you : https://www.youtube.com/watch?v=DpW4mZLx2qw
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: PearPC bug network

Post by Cat_7 »

I see, pearpc can't find the tap device.
Which version of pearpc are you using? Where did you download it?

Best,
Cat_7
Dyrockx
Space Cadet
Posts: 4
Joined: Mon Feb 08, 2016 8:21 pm

Re: PearPC bug network

Post by Dyrockx »

I downloaded this site : http://www.mediafire.com/download/txfu5 ... er-ppc.exe
version : 0.5.0
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: PearPC bug network

Post by Cat_7 »

Please try the latest ppc.exe from the official download site:
https://sourceforge.net/projects/pearpc ... p/download

Use it to only replace ppc.exe

If that doesn't work, did you try to run pearpc as administrator?

Best,
Cat_7
Locked