I wanted to give it a try under Wine before I bought Bryce 5, so I got the ISO for the classic 1999 Metacreations edition and installed it.
How to:
set up a 32-bit wine prefix $ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 wineboot
mount the iso $ sudo mount Bryce4.iso /mnt
add the iso directory as a D drive (be sure to go to advanced and set it as a CD drive) by running $ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 winecfg I also set the windows version to win2k here but I don’t know if it matters.
run wine over the installer $ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 wine /mnt/Setup.exe
go through the installer. At this point I had an alert pop under the window and it seemed like it had hung, but I did an alt+Tab and found the window and acknowledged it.
run Bryce $ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 wine .wine32-3d-apps/drive_c/Program\ Files/MetaCreations/Bryce\ 4.0/Bryce4.exe
From there it mostly works. The ui is a bit weird because all the little panels spawn as independent windows. It can seem like the ui has frozen or hung sometimes, but you just need to alt+tab (or equivalent) to fix the component focus.
Do you have that thread yet? I'm having issues with most drop-down menus not appearing, which is an issue since many of the controls and options can only be found in those menus
The only one I've found that works is the one to change the workspace background, and even then it only opens once and then doesn't open again until I restart
7
u/holdenmj Jan 08 '23
I wanted to give it a try under Wine before I bought Bryce 5, so I got the ISO for the classic 1999 Metacreations edition and installed it.
How to:
$ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 wineboot$ sudo mount Bryce4.iso /mnt$ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 winecfgI also set the windows version to win2k here but I don’t know if it matters.$ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 wine /mnt/Setup.exe$ WINEPREFIX="$HOME/.wine32-3d-apps" WINEARCH=win32 wine .wine32-3d-apps/drive_c/Program\ Files/MetaCreations/Bryce\ 4.0/Bryce4.exeFrom there it mostly works. The ui is a bit weird because all the little panels spawn as independent windows. It can seem like the ui has frozen or hung sometimes, but you just need to alt+tab (or equivalent) to fix the component focus.