Hexxen II with Qemu

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
User avatar
Sebiohazard
Mac Mechanic
Posts: 157
Joined: Tue Aug 27, 2019 2:15 pm

Hexxen II with Qemu

Post by Sebiohazard »

Goodnight all !

I saw that the PearPC show is closed it's a shame because I really like this emulator it is much faster than Qemu although the sound does not work but does not allow the launch of my game.

I tried Qemu to run Hexen II on System 9.2.1 (see my post here) unfortunately I got this error message:

Image

Can anyone help me to make it work? Cheers :)
User avatar
adespoton
Forum All-Star
Posts: 4273
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Hexxen II with Qemu

Post by adespoton »

A Type 2 error is a memory address error -- the application can't access the memory the code is suggesting it access.

Have you tried increasing the app's maximum memory via the Get Info window?

Type 2 errors can also be caused by extension conflicts.

Also, how much memory have you allocated the OS in the emulator?
User avatar
Sebiohazard
Mac Mechanic
Posts: 157
Joined: Tue Aug 27, 2019 2:15 pm

Re: Hexxen II with Qemu

Post by Sebiohazard »

I put 512 MB for RAM with a G3 CPU... here is the command line:

Code: Select all

qemu-system-ppc-screamer.exe -L pc-bios -cpu G3 -boot c -M mac99 -m 512 -hda "Mac OS 9.2.1.img" -cdrom "d:\Games\Macintosh\Hexen II.iso"
User avatar
adespoton
Forum All-Star
Posts: 4273
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Hexxen II with Qemu

Post by adespoton »

Sebiohazard wrote: Thu Jan 19, 2023 11:21 pm I put 512 MB for RAM with a G3 CPU... here is the command line:

Code: Select all

qemu-system-ppc-screamer.exe -L pc-bios -cpu G3 -boot c -M mac99 -m 512 -hda "Mac OS 9.2.1.img" -cdrom "d:\Games\Macintosh\Hexen II.iso"
That should be enough, I think. So how much are you allocating in OS 9 to Hexen II?
User avatar
Sebiohazard
Mac Mechanic
Posts: 157
Joined: Tue Aug 27, 2019 2:15 pm

Re: Hexxen II with Qemu

Post by Sebiohazard »

I do not understand the question ? How should I allocate memory to the game ? Doesn't this happen automatically ?
User avatar
Cat_7
Expert User
Posts: 6169
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Hexxen II with Qemu

Post by Cat_7 »

Use get info on the program and look at its recommended and required memory fields. You can make changes there.

Best,
Cat_7
User avatar
Sebiohazard
Mac Mechanic
Posts: 157
Joined: Tue Aug 27, 2019 2:15 pm

Re: Hexxen II with Qemu

Post by Sebiohazard »

Hello I followed the procedure you indicated but I still have the same error message...
Post Reply