Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Defender's Quest: Valley of the Forgotten"

From PCGamingWiki, the wiki about fixing PC games
m
(Copied Adobe AIR issues from Anodyne.)
Line 81: Line 81:
 
|controller_support        =
 
|controller_support        =
 
|controller_support_notes  =
 
|controller_support_notes  =
 +
}}
 +
 +
==Issues fixed==
 +
===Installing Adobe AIR on Linux===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Adobe AIR|ref=<ref>http://askubuntu.com/questions/87447/how-can-i-install-adobe-air</ref>}}
 +
{{ii}} Adobe AIR was discontinued for Linux on June 14, 2011 with the release of version 2.7.
 +
{{++}} There are unofficial [http://update.devolo.com/linux/apt/pool/main/a/adobeair/ .deb installers] (32 and 64-bit) available if you don't want to hassle with the terminal.
 +
'''Installation'''
 +
:# Download [http://helpx.adobe.com/air/kb/archived-air-sdk-version.html Adobe Air 2.6.0 Runtime] for Linux and put the installer into you Home folder.
 +
:# Open the terminal and enter <code>sudo apt-get install ia32-libs</code> (paste with CTRL-Shift-V)
 +
:#* Skip this step if you don't have a 64-bit system.
 +
:# Open the terminal and type in <code>chmod +x AdobeAIRInstaller.bin</code>.
 +
:# Now run the installer by using this command: <code>./AdobeAIRInstaller.bin</code>.
 +
{{ii}} If an error message about GNOME Keyring/KDE KWallet pops up during the process:
 +
:# Open the terminal and copy <code>locate libgnome-keyring.so</code>.
 +
:# Enter these codes to install the executables:
 +
:#* 32-bit: <code>LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu ./AdobeAIRInstaller.bin</code>
 +
:#* 64-bit: <code>LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu ./AdobeAIRInstaller.bin</code>
 +
{{ii}} If that doesn't work:
 +
:* Create a symbolic link to your location strings that you found with the previous commands:
 +
::* 32-bit:
 +
<code>
 +
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
 +
 +
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
 +
</code>
 +
::*64-bit:
 +
<code>
 +
sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
 +
 +
sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
 +
</code>
 +
 +
:* Repeat step 4.
 +
:* Remove symbolic links after the installation:
 +
<code>sudo rm /usr/lib/libgnome-keyring.so.0
 +
 +
sudo rm /usr/lib/libgnome-keyring.so.0.2.0</code>
 
}}
 
}}
  

Revision as of 18:52, 25 June 2013