WineHQ
Category: Main Games Action Games Cosmoteer 0.15.1a

Cosmoteer

No Screenshot

Submit Screenshot

Bugfixes. Crew customizations.  UI changes and improvements.

Application Details:

Version: 0.15.1a
License: Free to use and share
URL: https://cosmoteer.net/
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 4.16

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Game installs, and runs fine once setup properly (see below).

What does not

This is a .NET game (4.6.2 minimum) and getting it installed correctly was difficult.  Running as 64-bit is possible with workarounds below.

Workarounds

Steps to get .NET installed and running for 64-bit:


1. Set up 64-bit environment and create a new WINE prefix:

    export WINEPREFIX=$HOME/.winedotnet
    export WINEARCH=win64
    wineboot --init

These 2 environment variables must be set for any action below.

2. Install .NET 4.7.2 through winetricks:

    winetricks dotnet472

If this fails, attempt to run the installer manually:

    wine64 NDP472-KB4054530-x86-x64-AllOS-ENU.exe

Then you *must* install dotnet472 through winetricks again and complete all the installers (some will say a newer .NET version is already installed, it's OK to just click 'Close' on these).

3. Install Cosmoteer:

    wine64 Cosmoteer 0.15.1a Setup.exe

4. Run Cosmoteer from the installation directory:

    wine64 Cosmoteer.exe

Note that you must have the environment set up from step 1 everytime you wish to run Cosmoteer.  I suggest using a bash script like this one as a launcher:

---

cd "$(dirname "$0")"
export WINEPREFIX=$HOME/.winedotnet
export WINEARCH=win64
wine64 Cosmoteer.exe

---

   

What was not tested

Multiplayer

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: proprietary

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentopenSUSE Leap 15.0Sep 19 20194.16Yes Yes YesSilverD B 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back