Can't install Word from MS Office 2.5.1

Anything about Mac emulation that does not belong in the above categories.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
vlad557776
Tinkerer
Posts: 97
Joined: Thu May 30, 2019 7:06 am

Can't install Word from MS Office 2.5.1

Post by vlad557776 »

Hello.

Recently I found Microsoft Office for Macintosh 2.5.1 and tried to install it on my QEMU Mac OS 9.2.2.

Excel installed, but it's crashing with error 1 when I'm trying to access "File" menu - not so important for me;
PowerPoint installed - works perfectly;
Word didn't install - Installer is crashing with error 1 after the "register your copy of Word" message.

Here's my QEMU.BAT:

Code: Select all

qemu-system-ppc.exe -L pc-bios -boot c -M mac99,via=pmu -m 512 ^
-prom-env "auto-boot?=true" -prom-env "boot-args=-v" -prom-env "vga-ndrv?=true" ^
-drive file=MacOS9.2.2.img,format=raw,media=disk ^
-sdl ^
-netdev user,id=network01 -device sungem,netdev=network01 ^
-device VGA,edid=on ^
Can someone help me? And also, what does this error code even mean?
kataetheweirdo
Master Emulator
Posts: 313
Joined: Sun Feb 01, 2009 4:55 pm

Re: Can't install Word from MS Office 2.5.1

Post by kataetheweirdo »

Error 1 is a bus error in Classic Mac OS. Most likely, it's running out of memory or is trying to access memory it cannot. Try modifying the amount of memory available to those programs and see if that helps.
vlad557776
Tinkerer
Posts: 97
Joined: Thu May 30, 2019 7:06 am

Re: Can't install Word from MS Office 2.5.1

Post by vlad557776 »

How to modify the amount of memory that program uses, not the whole OS?
kataetheweirdo
Master Emulator
Posts: 313
Joined: Sun Feb 01, 2009 4:55 pm

Re: Can't install Word from MS Office 2.5.1

Post by kataetheweirdo »

You can modify it by single-clicking on the app you want to modify, going into the File menu, get the program's info, and changing the memory section so that the minimum and preferred sizes are enough to get it running.

More info here.
vlad557776
Tinkerer
Posts: 97
Joined: Thu May 30, 2019 7:06 am

Re: Can't install Word from MS Office 2.5.1

Post by vlad557776 »

Thanks. Excel is still crashing with the "File" menu, but Word installed perfectly.
Post Reply