Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

when I initially tried to get it working under Wine on Linux; I got the following error:

Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Bad EXE format for Z:\home\username\install\taiji\Taiji.exe.

This was related to the executable being 64-bit, and I was trying to run 32-bit Wine. I got it working by setting the architecture to 64-bit via "WINEARCH=win64":

WINEPREFIX="/home/username/.wine64" WINEARCH=win64 wine Taiji.exe