<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ubuntu on shocksolution.com</title><link>https://shocksolution.com/tags/ubuntu/</link><description>Recent content in Ubuntu on shocksolution.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 16 Jun 2018 15:55:16 +0000</lastBuildDate><atom:link href="https://shocksolution.com/tags/ubuntu/index.xml" rel="self" type="application/rss+xml"/><item><title>How to run Shadowrun: Dragonfall on Ubuntu Linux</title><link>https://shocksolution.com/posts/how-to-run-shadowrun-dragonfall-on-ubuntu-linux/</link><pubDate>Sat, 16 Jun 2018 15:55:16 +0000</pubDate><guid>https://shocksolution.com/posts/how-to-run-shadowrun-dragonfall-on-ubuntu-linux/</guid><description>&lt;p&gt;I&amp;rsquo;m very happy that Harebrained Schemes chose to release its Shadowrun game series (Shadowrun Returns, Shadowrun: Dragonfall, and Shadowrun: Hong Kong) for Linux. It can be a little difficult to get this stuff running on Linux. In this post, I will explain the errors you may see when trying to run Shadowrun on Linux.&lt;/p&gt;&#10;&lt;h2 id="installation-procedure"&gt;Installation Procedure&lt;/h2&gt;&#10;&lt;p&gt;I purchased and downloaded Shadowrun:Dragonfall on sale from &lt;a href="https://%3C%3Cwww.humblebundle.com/&amp;amp;gt%3E;"&gt;Humble Bundle&lt;/a&gt;. 1. Verify file integrity. The md5 checksum is provided on Humble&amp;rsquo;s download page-check the output from this command against what Humble provides. This is how you make sure that you aren&amp;rsquo;t installing a corrupted or infected application on your system: [code language=&amp;ldquo;bash&amp;rdquo;] md5sum shadowrun-dragonfall-linux.tar.gz_2.0.9.zip [/code] 2. Unzip the downloaded file: [code language=&amp;ldquo;bash&amp;rdquo;] unzip shadowrun-dragonfall-linux.tar.gz_2.0.9.zip [/code] 3. Move the unzipped file (shadowrun-dragonfall-linux.tar.gz) to wherever you want to install it. I put it in a subdirectory called &amp;ldquo;Games&amp;rdquo; in my home directory: [code language=&amp;ldquo;bash&amp;rdquo;] mv ~/Downloads/shadowrun-dragonfall-linux.tar.gz ~/Games/ [/code] 4. Unpack the TAR archive. Note that there is a minor error on the part of the developers or Humble; the file you get after unzipping has the wrong file extension, so you have to use a different command than you normally would. The file should be called &amp;ldquo;shadowrun-dragonfall-linux.tar&amp;rdquo; because it&amp;rsquo;s not compressed with gzip. [code language=&amp;ldquo;bash&amp;rdquo;] tar xf shadowrun-dragonfall-linux.tar.gz [/code] 5. Run the game. This probably won&amp;rsquo;t work the first time; see the appropriate section below to install required packages on your system. [code language=&amp;ldquo;bash&amp;rdquo;] ~/Games/Shadowrun\ Dragonfall/Dragonfall Dragonfall: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory It seems Shadowrun Dragonfall has exited unsuccessfully (error = 127). Please verify that you have the latest drivers installed before filing a bug report here: &lt;a href="http://harebrained-schemes.com/shadowrun/bug-reports"&gt;http://harebrained-schemes.com/shadowrun/bug-reports&lt;/a&gt; [/code] 6. Install required packages on Ubuntu 16.04 (Xenial) 64-bit (x86_64). Shadowrun is a 32-bit game, but it runs on 64-bit Ubuntu because of Ubuntu/Debian&amp;rsquo;s multilib feature. You just need to install two specific 32-bit libraries that probably aren&amp;rsquo;t on your system by default: [code language=&amp;ldquo;bash&amp;rdquo;] sudo apt-get install libxcursor1:i386 libglu1-mesa:i386 [/code] You also need the appropriate graphics card drivers for your hardware. I have an Nvidia card and I use the proprietary drivers available directly from Nvidia (not the open-source version, which has caused problems for me with other games). If you had to do something differently on another version of Ubuntu, please leave a comment below.&lt;/p&gt;</description></item><item><title>Running Unity games via Steam in Linux</title><link>https://shocksolution.com/posts/running-unity-games-via-steam-in-linux/</link><pubDate>Mon, 28 May 2018 19:15:33 +0000</pubDate><guid>https://shocksolution.com/posts/running-unity-games-via-steam-in-linux/</guid><description>&lt;p&gt;There seems to be a lot of confusion about how to run games built on the &lt;a href="https://unity3d.com/"&gt;Unity engine&lt;/a&gt; distributed by Steam on a Linux system. I recently solved this problem after backing the promising &lt;a href="https://%3Cwww.planet-nomads.com/%3E"&gt;survival sandbox game Planet Nomads&lt;/a&gt; on Kickstarter. Here is how to configure an Ubuntu Linux system and launch Planet Nomads successfully.&lt;/p&gt;&#10;&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;&#10;&lt;p&gt;If you have an Nvidia card, you must download and install the &lt;a href="http://%3Cwww.nvidia.com/Download/driverResults.aspx/114708/en-us%3E"&gt;official proprietary drivers provided by Nvidia.&lt;/a&gt; I could not get Unity to launch with the open-source drivers. Once I installed the proprietary (closed source) drivers, I was able to launch Planet Nomads from the Steam application.&lt;/p&gt;</description></item></channel></rss>