Editing Running Orbiter under Wine
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | This article explains how to run | + | This article explains how to run Orbiter2016 with DirectX9 client under Wine. Use only stable version of Wine for this (tested on 1.6.2), or Orbiter will be crashing upon switching views, etc. |
= Preparation = | = Preparation = | ||
Line 7: | Line 7: | ||
<pre> | <pre> | ||
− | # cd into your Orbiter2016 directory | + | # cd into your Orbiter2016 directory |
# We will be operating on a specialized Wineprefix | # We will be operating on a specialized Wineprefix | ||
− | |||
echo "$HOME/.local/share/wineprefixes/orbiter2016" > wineprefix.txt | echo "$HOME/.local/share/wineprefixes/orbiter2016" > wineprefix.txt | ||
export WINEPREFIX=`cat wineprefix.txt` | export WINEPREFIX=`cat wineprefix.txt` | ||
Line 17: | Line 16: | ||
WINEARCH=win32 winecfg | WINEARCH=win32 winecfg | ||
− | # Install VC++ runtimes | + | # Install VC++ runtimes |
winetricks vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 vcrun6 vcrun6sp6 corefonts | winetricks vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 vcrun6 vcrun6sp6 corefonts | ||
winetricks vcrun2015 # This may fail under older winetricks/wine | winetricks vcrun2015 # This may fail under older winetricks/wine | ||
Line 23: | Line 22: | ||
== Installing DX9 == | == Installing DX9 == | ||
− | Search the [http://orbiter-forum.com forum] to get the latest DX9 Client for Orbiter 2016. Once we reach a stable Orbiter release, the DX9 Client link might get fixed. | + | Search the [http://orbiter-forum.com forum] to get the latest DX9 Client for Orbiter 2016. Once we reach a stable Orbiter release, the DX9 Client link might get fixed. |
<pre> | <pre> | ||
export WINEPREFIX=`cat wineprefix.txt` | export WINEPREFIX=`cat wineprefix.txt` | ||
− | |||
− | |||
− | |||
# Download page of the DX9 runtimes | # Download page of the DX9 runtimes | ||
Line 35: | Line 31: | ||
# A direct link | # A direct link | ||
#wget https://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe | #wget https://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe | ||
+ | |||
+ | # It should be possible to install DX9 via the following command, but it doesn't seem to satisfy all dependencies: | ||
+ | # winetricks d3dx9 | ||
# Adjust your DX9 extraction directory | # Adjust your DX9 extraction directory | ||
Line 55: | Line 54: | ||
== run-wine-orbiter-ng.sh == | == run-wine-orbiter-ng.sh == | ||
<pre> | <pre> | ||
− | #!/bin | + | #!/bin.bash |
killall orbiter.exe | killall orbiter.exe | ||
Line 64: | Line 63: | ||
== run-wine-orbiter.sh == | == run-wine-orbiter.sh == | ||
<pre> | <pre> | ||
− | #!/bin | + | #!/bin.bash |
killall orbiter.exe | killall orbiter.exe | ||
Line 86: | Line 85: | ||
next switch back to X via Ctrl+Alt+F7 | next switch back to X via Ctrl+Alt+F7 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Tutorials]] | [[Category:Tutorials]] |