I'm a medical student using Debian with KDE as my daily operating system, but the Complete Anatomy atlas isn't natively available for Linux. The Windows version I have comes from the Microsoft Store, which makes it difficult to run through Wine or Proton.
So far I've tried extracting the application using the vendor's manual-installation instructions, but Linux reports that the file is corrupted or cannot be extracted. Installing it through Lutris resulted in error 256, and copying the installed files from WindowsApps into Linux did not work either.
Has anyone managed to use Complete Anatomy on Linux? A browser version, Android solution, Windows container, virtual machine, or another reliable workaround would be helpful.
My system has an RX 7600, Ryzen 5 5600X, 32 GB DDR4 RAM, two 1 TB hard drives, one 1 TB SSD, and one 500 GB SSD.
3 Answers
You could install Windows inside a containerized setup such as WinBoat, then run the application there while keeping the Windows desktop mostly out of the way. That may be more convenient than dealing with Wine for a Microsoft Store app.
Microsoft Store applications often don’t behave like traditional Windows executables, so Wine or Proton may not be able to launch this version. Check whether the company offers a standalone Windows installer or an older non-Store release. There’s also an Android version; with an AMD GPU, Waydroid or another Android compatibility layer could be worth trying if it includes the features you need.
Bottles is another option and can sometimes be easier to configure than Lutris. However, error 256 is only a generic failure code, so the Lutris log is important. Try launching Lutris from a terminal and checking the output. If compatibility remains troublesome, a Windows virtual machine using KVM and virt-manager is a dependable fallback, though getting 3D acceleration working may take some setup.

I hadn’t considered the Android version. I’ll look into that—thanks for the suggestion!