It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi, I am new to Linux and I can't get any of these games installed.

"pi@raspberrypi:~/Downloads $ ./gog2.sh
Verifying archive integrity... All good.
Uncompressing Eye of the Beholder III: Assault on Myth Drannor (GOG.com) 100%
Collecting info for this system...
Warning: No binaries for "armv7l" found, trying to default to x86...
Operating system: linux
CPU Arch: x86
trying mojosetup in bin/linux/x86
USING en_US
./startmojo.sh: 55: ./startmojo.sh: /tmp/selfgz3601/bin/linux/x86/mojosetup: Exec format error
Error: Couldn't run mojosetup"

I have also tried "unzip ./gog2.sh" but when I navigate to start.sh and try to run it all I get is "pi@raspberrypi:~/Downloads/eotb3/data/noarch $ ./start.sh
Running Eye of the Beholder III: Assault on Myth Drannor
Done.
"
and nothing pops up.

Thanks for any help.
Post edited July 27, 2018 by Riku3008
avatar
Riku3008: Warning: No binaries for "armv7l" found, trying to default to x86...
This is the key error.
Different provessors have different "architectures" and the gog files are not built to support the raspberrypi.

You will be able to run dosbox games, but you'll need dosbox built for your system.
You may be able to install it using your package manager, otherwise you'll need to build it yourself.

When you have dosbox installed, start.sh may work, may need som modification, or you can run dosbox and point it at the dosbox_eob3.conf
avatar
Riku3008: Warning: No binaries for "armv7l" found, trying to default to x86...
avatar
aurlaent: This is the key error.
Different provessors have different "architectures" and the gog files are not built to support the raspberrypi.

You will be able to run dosbox games, but you'll need dosbox built for your system.
You may be able to install it using your package manager, otherwise you'll need to build it yourself.

When you have dosbox installed, start.sh may work, may need som modification, or you can run dosbox and point it at the dosbox_eob3.conf
I see, thank you. I don't know enough to do all that, so I will just try on Windows when I can.