Recommended Posts

iMacs running Windows XP under Virtual PC are absurdly slow, unless you are just doing office software tasks. I am told that even on a G5, Virtual PC is no great shakes, speed wise.

I don't know if this has been replied to, and i don't have the time to read through 6 pages of replies to find out...

The latest version of Virtual PC was created before the G5 came out and doesn't take advantage of the new hardware. In fact, I think it might run slower on a G5, but I'm not certain. Another main reason VPC runs slow when doing anything other than basic tasks has to do a lot with the video cards emulated in VPC. The current version emulates some crappy 4 or 8 meg card. I'm pretty sure the upcoming version from Microsoft will take advantage of the G5 to emulate video better and speed things up quite a bit overall.

**EDIT**

Actually, VPC7 is already out :)

http://www.microsoft.com/mac/products/virt...x?pid=virtualpc

Made it to step 4 of Emon's guide.

Step 4: Now we are going to make a Hard Drive image where we will install OS 10.3. To do that run PPC_CFE.exe from C:\PearPC folder, click on File menu and choose Make Hard Drive Image..

I receive a nasty error, The application failed to initialize properly (0xc0000135). Click OK to terminate. Rebooting or cleanign out the temp files doesn't seem to do the trick.

-WinXP w/ SP2 slipstreamed.

-Firewall disabled

-Nothing running at startup

After installing .NET framework 1.1 and then running the .NET sp1 update, I was able to launch it just fine. Don't know if you wanted to add that to your guide or not :)

I'm also at the same point as Inplode. Nothing happens after clicking Start except the editor minimizing to my system tray. Even waited 20 minutes :(

Edited by Callaway
I'm also at the same point as Inplode.  Nothing happens after clicking Start except the editor minimizing to my system tray.  Even waited 20 minutes  :(

Replace everything in that config file with this:

pci_ide0_master_installed = 1
pci_ide0_master_image = "hd_image.img"
pci_ide0_master_type = "hd"
memory_size = 0x20000000 ??? Set to 512MB Ram
ppc_start_resolution = "1280x1024x32"
redraw_interval_msec = 10
prom_driver_graphic = "video.x"
cpu_pvr = 0x00088302 ??? Remove this line if something goes wrong
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"
pci_rtl8139_installed = 1
pci_rtl8139_mac = "de:ad:ca:fe:12:35"
pci_3c90x_installed = 0
pci_3c90x_mac = "de:ad:ca:fe:12:34"
pci_usb_installed = 1
prom_bootmethod = "select"
prom_env_bootargs = ""
prom_env_machargs = ""
nvram_file = "nvram"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "OSX_CD1.iso" ??? Whatever you named it.ISO
pci_ide0_slave_type = "cdrom"

Looks like this:

post-107-1096083747.jpg

hey .. sorry guys .. I didn't check this thread for awhile ... I am amazed some people are actually using my program :D

@Callaway .. thanks .. I will add that info to the guide ( I thought everyone has .Net FrameWork 1.1 by now ..guess I was wrong :) )

and to everyone who are having problem starting up PearPC .. my program does nothing but calls pearpc.exe with the config file as the argument. So check your config file .. check if you have named your HD image right or not

That file is well documented .. if you guys are still confused about some parts of the file ..let me know.

i am having a problem and have been surfing the net looking on this....

i am using the mac osx disc that came with my sis's ibook (i dunno if it is the right disk or if i can use it, it says "mac osx install" on it...

[iO/IDE] <Error> invalid format <filesize isn't a multiple of 516096>

this only happens when i activate the cd.... (in the config file)

please help :(

Someone please help, i've gotten this to work before, but I can't figure out what I did differently before to get it to work for the life of me.. and nothing happens when i click start pearpc...with the file emon made..

here's my config and screen shot..

## PearPC Configuration File

##

## Start Resolution

##

## (clients that use video.x can change the resolution at runtime,

##  so this would be used only for starting up)

##

## format:  "(width)x(height)x(depth)"

##    or  "(width)x(height)x(depth)@(frequency)"

##

## depth can only be 15 or 32

##

## default: "800x600x15"

##

ppc_start_resolution = "800x600x15"

##

## Redraw interval (in ms)

## must be between 10 and 500

##

## If you set this higher, PearPC will spend less time doing redraws (and so run faster)

## but feel less responsive. You should adjust this to your computer speed and personal

## preference.

##

redraw_interval_msec = 100

##

## Key codes

##

key_toggle_mouse_grab = "F12"

key_toggle_full_screen = "Alt+Return"

##

## Loader

##

##

## Boot method

##  this can be

##  1. "auto", prom will boot the first bootable partition found (default)

##  2. "select", prom will show you a list of bootable partitions

##  3. "force", prom will load and boot the local file prom_loadfile

##

prom_bootmethod = "auto"

## Example of how to use "force":

#prom_bootmethod = "force"

#prom_loadfile = "test/yaboot"

#prom_env_bootpath = "disk"

##

## bootargs: don't change unless you know what you are doing

## machargs: set to "-v" to get a verbose startup

##

#prom_env_bootargs = ""

prom_env_machargs = ""

##

## This is needed if you want to boot Mac OS X

##

prom_driver_graphic = "video.x"

## This will adjust the position of the initial page table (don't change)

#page_table_pa = 104857600

##

## CPU Config

##

## Processor Version Register

## Defaults to 0x00088302

## Only change if you know want you are doing

## Altivec: G4 = 0x000c0000, G5 = 0x00390202 [ Do not use these values. They are not supported yet ]#cpu_pvr = 0x000c0000

cpu_pvr = 0x00088302

##

## Main memory (default 128 MiB)

## must be >= 64 MiB

##

# Remove the '#' sign front of your desired memory size

# 128 megs RAM

# memory_size=0x8000000

# 256 megs RAM

memory_size=0x10000000

# 384 megs RAM

# memory_size=0x18000000

# 512 megs RAM

# memory_size=0x20000000

# 640 megs RAM

# memory_size=0x28000000

# 768 megs RAM

# memory_size=0x30000000

# 896 megs RAM

# memory_size=0x38000000

#

# IO Devices

#

#

# PCI IDE Config

#

# Drive type will be set according to file extension:

#  .img: Harddisk (filesize must be multiple of 516096)

#  .iso: CD-Rom

# Or you can override this by specifying the type via

# pci_ide0_master_type / pci_ide0_slave_type

pci_ide0_master_installed = 1

pci_ide0_master_image = "C:\pearpc\pantherimage.img"

# pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1

# pci_ide0_slave_image = "C:\pearpc\panther.iso"

pci_ide0_slave_image = "C:\pearpc\pantherimage.img"

# pci_ide0_slave_image = "F:\"

# pci_ide0_slave_type = "cdrom"

pci_ide0_slave_type = "hd"

# pci_ide0_slave_type = "nativecdrom"

##

## Network

##

## Choose one of the cards

pci_3c90x_installed = 0

pci_3c90x_mac = "de:ad:ca:fe:12:34"

#pci_rtl8139_installed = 1

#pci_rtl8139_mac = "de:ad:ca:fe:12:35"

##

## USB

##

pci_usb_installed = 1

##

## NVRAM

##

nvram_file = "nvram"

post-107-1096656535.gif

pci_ide0_slave_installed = 1

# pci_ide0_slave_image = "C:\pearpc\panther.iso"
pci_ide0_slave_image = "C:\pearpc\pantherimage.img"
# pci_ide0_slave_image = "F:\"

# pci_ide0_slave_type = "cdrom"
pci_ide0_slave_type = "hd"
# pci_ide0_slave_type = "nativecdrom"

See ..you are using an .img file as a slave image. Thats should be an image file of your OS X CD. SO it has to be an .iso file. Also the type of the image has to be "cdrom" ...

unless .. you wanted to have a second hard drive.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft launches Godot Sample to streamline Xbox PC game development on the engine by Pulasthi Ariyasinghe Microsoft today announced a new endeavor that aims to make it simpler for Godot developers to get their products into the Xbox PC ecosystem. Dubbed the "XBOX Godot Sample," this is a new public reference for developers using the open-source engine. This is set to serve as an example of how Microsoft GDK, Xbox Services, and PlayFab can be integrated into their projects. The sample is available now on GitHub as a working example. This covers key features in gaming projects that developers may need to release their projects on Xbox PC, with everything from matchmaking and game sign-in to gamepad compatibility with Godot being covered. This release is being called the first step in giving Godot developers the tools to bring their games over to Xbox PC, with more changes to come based on feedback and issue reports. However, the company was clear that this is not related to bringing Godot projects to Xbox consoles. The engine's open development model stops it from accessing console SDKs due to the requirement of NDAs and legal contracts. Here's how it explained this Godot sample project's focus: This is a source-only sample, not a product. It's MIT-licensed at the wrapper layer; the GDK and PlayFab dependencies still require their own installs and license acceptance, consistent with our other XBOX samples. There is no set update cadence for support or maintenance. We’ll watch the repo, monitor issues, and iterate where it makes sense, but this isn't a commercial release. That said, we’re excited to hear your feedback and see any community PRs, as we evolve this together. This is the first step in bringing Godot for XBOX on PC. We plan to evolve it over time based on what the community tells us is most valuable. This sample is built specifically for XBOX on PC. It doesn’t include support for XBOX Series X|S or XBOX One. If you’re already building for XBOX Series X|S or XBOX One, please talk with your XBOX representative. If not, you can get started by signing up here. Game developers can find the XBOX Godot Sample by heading to GitHub over here. Documentation on how to get started with Godot for building an Xbox PC project can be seen here.
    • I don't understand the vision. Do people really want to buy a new computer from Dell with 6 browsers installed? We all keep asking for Microsoft to stop having so much junk on their OS, and adding a bunch of browsers seems to go against that. Ideally, we would just be asked what browser we want during OOBE but Google is just going to pay Dell a bunch of money to include Chrome. Additionally, would you want your phones to start including all the browsers too when you get them? The only thing I ever wanted was to be able to uninstall IE or edge and I believe you are now able to. I do agree that microsoft needs to chill with their "are you sure you don't want to try edge before you install chrome" ads when going to download chrome.
    • It is notable that around 70% of web browser users choose Google Chrome. However, it is puzzling why anyone on Windows would opt for Chrome when Microsoft Edge is often superior in many aspects and comes pre-installed. Edge collects less data, uses less RAM, and is more optimized for Windows as a native Microsoft product. While some may point to bloat in Edge, much of it can be removed with simple tools, requiring no more effort than installing Chrome. Meanwhile, Chrome reportedly downloads large amounts of AI data (4 GB) without explicit consent. I'm sure you Chrome users love that, or? Here is one example of a tool that doesn't even need to be installed to be able to use: https://github.com/TheBobPony/MSEdgeTweaker Although Microsoft’s aggressive promotion of Edge may be questionable, the browser’s current advantages make it a preferable choice over Chrome today, even if Chrome may have been better in the past.
    • JetBrains rolls out IntelliJ IDEA update with Markdown preview fixes and more by David Uzondu Image via JetBrains IntelliJ 2026.1.3 from JetBrains has landed, bringing several highly requested bug fixes that target common UI glitches and terminal rendering issues. If you run tmux inside the integrated terminal, the IDE no longer renders the cursor above the active line. The Markdown preview bug, which was fixed in this release, had annoyed developers for quite some time, as the preview pane failed to render images saved outside the project directory. Instead of displaying the actual image, the IDE simply showed a broken image icon, a problem that stuck around for two years before this update. Over on Windows, developers running WSL can now use wsl.exe to spin up their environments without losing terminal functionality. In previous builds, launching a terminal shell with something like wsl.exe -d ubuntu inside a Windows-based project broke both shell integration and active process detection. Other bug fixes in this release include: An issue where Gradle sync incorrectly reported success as a failure on WSL when using Gradle 9.5.0. A syntax highlighting bug that flagged valid Java for-loop initialization blocks with multiple statements as incorrect. A warning bug that triggered a false non-null local variable alert when using JSpecify annotations. A database generation bug that hid the option to use a DELETE statement instead of a TRUNCATE checkbox. A Kotlin highlighting failure where an assertion error in the Gradle redundant library inspection broke error highlighting. A UI bug where the ComboBox popup lacked a maximum height restriction. A Snowflake syntax error where DataGrip failed to support the "create temp" command. A Svelte syntax parsing failure that incorrectly flagged quotes inside inline expressions. A VCS repository manager deadlock that triggered thread pool exhaustion. A memory leak where the LazyTree component kept all previous versions of a tree in memory. IntelliJ 2026.1.3 is the third bug fix release for the IntelliJ 2026.1 series. The first one landed back in April with a fix for the WSL Python interpreter freeze, another fix for guest participants using Emmet abbreviations, and corrected WildFly server deployment errors.
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      468
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!