Intelligence is simply talking to many people

Running Bryce3D in a VM on linux (linux host and guest, debian blends)

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine wine32 winetricks -y

... BUT if you're using KALI THIS PROBABLY WON'T WORK SO INSTALL DIRECTLY WITH

sudo wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/local/bin/winetricks
sudo chmod +x /usr/local/bin/winetricks
sudo mkdir -p /mnt/brycecd
sudo mount -o loop /home/YOURCOMPUTERNAME/Downloads/Bryce3DCD.iso /mnt/brycecd
WINEPREFIX=~/.bryce3d WINEARCH=win32 winecfg

... Now Wine Configuration will pop up, so just click “OK”, or do this (if you click OK and want to do it, because the graphics for original Bryce computers were different), do WINEPREFIX=~/.bryce3d winecfg

...

  • Now go to Graphics tab and
  • Check the box that says "Emulate a virtual desktop".
  • Set the Desktop size to 1024x768 (or 1280x1024 if you want it slightly larger). BUT SINCE YOU ARE IN A VM, YOU MIGHT NEED 800x600 if it launches and it is too big for the screen
  • Click Apply, then click OK.
cd /mnt/brycecd
WINEPREFIX=~/.bryce3d wine SETUP.EXE

... Bryce 3D launches

... Bryce guides you through it's installation (to the virtual C drive Wine has already created). Just give it any name and serial number.

WINEPREFIX=~/.bryce3d wine ~/.bryce3d/drive_c/Program\ Files/Corel/Bryce3D/Bryce3D.exe -nosplash

Comments: 0

Interested to discuss? Leave a comment.

Image




Your email will not be published nor shared with anyone. In your text you can use markdown for marking up *italic*, links <http://example.org> and other elements. These comments are moderated and published manually as soon as possible.