It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Well... this is super weird.
This is my second post in less than 3 days regarding an identical problem on two different games I recently purchased.

PROBLEM
The game installer successfully installs the game, but then the game does not appear where it was installed.

GAME CULPRITS
Shadow Tactics: Blades of the Shogun and FAR: Lone Sails.
There is already an entry about this on the FAR forums (but at the moment of writing there were no answers to it).

DESCRIPTION
1. Download game.
2. Double-click installer and follow instructions.
3. Installer prompts for a place to install the game.
4. A folder is selected.
5. Installer finishes and declares the installation a success.
6. The game is not in the selected location or nowhere in the whole computer.
7. Space from the hardrive has been used up matching the size of the game.

ATTEMPTED SOLUTIONS
None.
All I've tried are a couple of tests to verify that something had been installed in my computer and that it was not hidden.
I re-installed the game and checked the before and after capacity of my hard drive, and it shows that something of the size of the game in question has been used up.
I revealed hidden files in my computer and there is nothing present in any of the folders I used while installing the games, be that the default Application folder or another one.
I re-installed the game in a specially created folder on my desktop to see if that would change anything. The result was exactly the same: An empty folder.
I installed an older game (Oxenfree) that also has an installer and that I had successfully installed and played in the past, to test if it was maybe some new problem in my computer. The result in this case was different. The game installed successfully AND was also present in the selected folder.

QUESTIONS
I think these are pretty obvious:
Any guesses as to what happened?
Can it be that those two installers are faulty somehow?
Anyone else having this problem with either of these two games (or others)?
Any guesses as to how "uninstall" or "delete" an existent but immaterial game? Because they ARE taking space on my computer.

MY SYSTEM SPECS
iMac 21.5 inch (late 2012)
Processor 2.7 GHz Intel Core i5
Memory 8 GB 1600 MHz DDR3
Graphics NVIDIA GeForce GT 640M 512 MB
OS X 10.9.5 (13F34)

Thanks for any light shed on these stranger things.
:)
Attachments:
This question / problem has been solved by Gydionimage
avatar
chibizoid: Anyone else having this problem with either of these two games (or others)?
Any guesses as to how "uninstall" or "delete" an existent but immaterial game? Because they ARE taking space on my computer.
I saw your other thread. No time, didn't have the link handy and then I forgot. Sounds mostly like these two posts:
Post #1 and Post #2. In their case it wasn't taking up space. If it is in yours then you may want to check under /private/tmp/ to see if it's still sitting there.

Additionally, you can instead extract the *.pkg installer.
Thanks Gydion, that is exactly the correct solution.

GOG's tech support just responded to my questions and they sent me that same exact workaround: Installing the game manually.

I already marked the post as SOLVED and gave you (and GOG's tech support) credit for the solution, which for the benefit of ease I will write down here for anyone that stumbles into this post instead of the one you linked to.

Another bit of info.
Botched installations do not use up space on the hardrive as I stated before. They do while the installation is taking place, but as soon as it ends and I hit OK, the available space reverts to the amount prior to the installation. So that's good.
Thanks again and good luck to all that have this same problem.
(^_^)


WORKAROUND SOLUTION
So, if anyone has trouble with the installer NOT installing the game eventhough it says it did, this is what you should do to unpack the .pkg file and run the game yourselves:

1. Open Terminal and write:

xar -xf <package_path>
cd package.pkg
tar -xvf Scripts

The <package_path> is the location in your computer where you currently have the .pkg file of the game that is misbehaving.

2. Press Enter and let Terminal do its thing ( it could take a while to even start doing anything, so be patient ).
3. Look for a newly creted .pkg file inside your User accounts. It will be called package.pkg
4. Right-click the package.pkg file and select Show Package Contents.
5. Search around for a folder named payload.
6. Copy or move that folder to any location you like in your computer ( Applications or elsewhere ).
7. Rename the folder to whatever you like with the extension .app ( E.G. Shogun.app ).
8. That's the game, so double-click that file to start.

:)