Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Latest Comments by TheSHEEEP
Getting Over It with Bennett Foddy now has a Linux build for testing
13 Aug 2018 at 11:02 am UTC Likes: 2

Quoting: EikeIsn't life hurting enough?
Yeah, I don't get why anyone plays this.

I'd rather shoot myself in the foot and would probably gain more from the pain than from playing this ... "game".

Language learning game Lingotopia to release on August 16th with Linux support
11 Aug 2018 at 12:37 pm UTC

Any idea how the Chinese integration is?
I've played a few other learning games and tested a bunch of apps, but many have the huge problem of not dealing with the fact that learning Chinese doesn't work like learning a western language, as pronunciation and the symbols/characters are (almost) entirely separate things. Some didn't even have pinyin, making them basically entirely useless.

Most learning games I played are little more than interactive dictionaries.
And learning with those is borderline useless as well, as they don't even apply a spaced repetition system.
Claiming that learning words is the most important part of learning a language is almost within lie territory, too. The most important parts are understanding the grammar and flow of the language, especially if said grammar and flow is very different from your own language. Increasing your vocabulary happens naturally over time as you learn the rest - it doesn't work the other way around, knowing a thousand words won't help you form a correct sentence.

I do not know this specific game, but if it is like others, you'd be better off learning basics with specific apps or books (if you feel truly hardcore) and then dive right into a normal game, set to the language you want to learn and play the game with a dictionary/browser open in the background.

Talking point: Leaving user reviews for Linux games can really help a developer
10 Aug 2018 at 6:59 am UTC Likes: 2

I write reviews for about half the games I play (would leave more reviews on Steam if it didn't have that awful "only great or terrible" system, as half the games simply don't fall in either category).
And in each review I also positively mention the linux support.

Looks like Valve may be preparing a 64bit version of the Steam client
9 Aug 2018 at 2:33 pm UTC Likes: 4

The cool ones always come late to the party.

The space RPG Star Traders: Frontiers from Trese Brothers Games is now out
4 Aug 2018 at 6:16 am UTC

Quoting: drmothThe developer described their Linux experience recently on reddit:

For Linux, I would say one thing that really helped us was the Steam Scout runtime. Valve provides an absolutely brilliant kit of tools for running a standard Linux build server inside a chroot. It is self-updating, helps you link all your libraries correctly and gives you a very clear idea of what your Steam environment will look like.

I know not everyone is a huge fan of Steam, but they have done a lot of heavy lifting to support game developers who are working on Linux. Our cost to carry Linux support would have been a lot higher without Valve's help.

https://github.com/ValveSoftware/steam-runtime [External Link]

We have an advantage in that our games are all built in C++, which is surprisingly portable. We feed the same game code files into XCode, Visual Studio and GCC. For us, supporting Linux and Mac OS X helped us improve performance in Windows and reduce bugs on all platforms. Multiple compilers (warnings:all) helped us find bugs faster. Our games are better on our biggest selling platforms because we support the others.

I will say that adding Linux support for our very first title was intimidating and I was worried about permutations. We made compromises that were difficult (initially the Linux port had lower quality mouse support vs. win32) and we suffered some in reviews for this, but generally Linux players were understanding that it was a process. We stuck with it and our Linux users are among some of the most detailed bug reporters we have on the team.

I won't post a bunch of grumbling about the incredibly high cost of Mac hardware, but if a developer told me they couldn't support OS X because the laptops were too spendy I'd probably nod my head and understand. When one of my Linux test boxes suffered a motherboard failure I just restored a backup into a VM and kept right on going while we waited for a replacement board.
Finally some devs who get it.
This should be redirected at all the devs not supporting linux because they are afraid of the "incredible" workload, which is just a myth.

Pillars of Eternity II: Deadfire – Beast of Winter is now available, some thoughts
2 Aug 2018 at 7:34 pm UTC Likes: 3

That this one is more linear is actually a great thing.
One of the worst parts of PoE2 is that its open world doesn't fit its story at all.
The story requires great urgency, yet you spend months on end exploring the entire world before you return to the actual main story and have by then mostly forgotten about it and the "urgency" of it is completely disenchanted and immersion lost.
The game should have opened up gradually as you follow the story, just like PoE1 did.
They tried telling a typical linear story in an open game. Which just doesn't work. At all.

If they tell a linear story in a more linear way here, that means they at least learned something.

Of course, the additional companion being boring is par for the course. All companions in PoE2 are borefests and want to hump you like some weird fan-fiction.
Chris Avellone is deeply missed.

Nightdive Studios have released Forsaken Remastered with Linux support
31 Jul 2018 at 7:46 pm UTC

Well, that was a blast from the past.
I played the original on the N64 - and I did quite like it.

Space RPG 'Star Traders: Frontiers' to leave Early Access next week
26 Jul 2018 at 12:49 pm UTC

MY BODY IS READY!

Seriously, these guys have never disappointed.

The big Steam Client update is out for everyone with the new Steam Chat
25 Jul 2018 at 11:05 am UTC

Quoting: demonThis gives you the old interface where you can actually go offline for the friends-thingy.
You can still go invisible in the new chat - and set notifications so they won't annoy you if someone starts playing some game.

Snap! The new Minecraft launcher now has another easy way to be installed on Linux
25 Jul 2018 at 10:40 am UTC

Quoting: marcusHow do I update a library in a SNAP/FLATPAK/docker container manually?
I don't know, but I was under the impression that a library installed by SNAP for my program is just available to my program, not to others. I may be wrong, of course. In which case, I really don't see what makes SNAP different from the the good old apt-get, just installing stuff globally for everyone.

Quoting: marcusHow do i keep track of all the different installed versions of a library in different applications?
If you install a game that has some /lib folder with libraries it uses and puts its dependencies there, nothing will be "installed" on your system to be abused by other programs. Someone would manually have to replace the system version with that game's old version (ignoring for a moment that you usually can't just do that), and if someone has the access rights to do THAT, they'd also have the power to just replace the system version with their own binary entirely, making the whole point irrelevant.

Quoting: marcus
Quoting: TheSHEEEPSo what if ffmpeg, the standalone executable, has a security leak in a very weird circumstance? The only thing I do in my application is using it for a very specific use case that is fully under my control.
What about a multiplayer game that uses avatars? This is not under your control. I can inject an infected jpeg that exploits the library there.
And that infected jpg will not get you anywhere, as neither the server you upload to nor the users that will see it later will ever "execute" the .jpg file on their computers.
There is a reason no game allows its players to just upload any file, and if a file is uploaded, it is at the very least converted or checked. Because if that isn't done, that would indeed be an exploit. But not one that would have been prevented by updating a library.

Quoting: marcusThis is not a myth. A number of recognized publications analyzed exactly this problem of the vulnerabilities introduced by bundled libraries. The this one from the reputable OAKLAND security conference as an example: http://legacydirs.umiacs.umd.edu/~tdumitra/papers/OAKLAND-2015.pdf [External Link]
That paper brings examples that completely defeat the point:
The user is running two versions of Adobe Reader, a default up-todate version and a vulnerable version. The attacker convinces the user to install a Firefox add-on that looks benign. The malicious add-on has filesystem access through the XPCOM API [4]. It locates the vulnerable and patched versions of the Adobe Reader library (nppdf32.dll) and overwrites the patched version with the vulnerable one.
Note the bold part.
As soon as the user willingly says "yes" to something, aka gives access rights, everything can happen.
Instead of switching a vulnerable and patched version of some library, the add-on might have as well just put its own version into the system (which would have been a way better idea from the hacker's perspective). That there was a non-patched version somewhere on the user's PC is completely irrelevant as there would be countless other ways.
That the paper tries to put the blame on a fully irrelevant fact just shows that an example has been picked to "prove" the point they wanted to prove to begin with. Just another example of biased "research".
There is no protection for users screwing up their own security.

Quoting: marcusHere some examples from some of the games shipped by steam that I have installed:
ShadowOfMordor, Alien Isolation, Life is Strange, Borderlands 2 --- OpenSSL 1.0.1 14 Mar 2012
Expeditions: Conquistador, Element4L, TIS-100,Oxenfree --- OpenSSL 0.9.8o (32 bit) and 1.0.0g (64 bit)
Pillars Of Eternity --- OpenSSL 1.0.0g
Talos Principle --- OpenSSL 1.0.1i (Last patch release of 1.0.1 was 'u')
Millie The Centipede --- OpenSSL 0.9.8o

These games use the network (at least Borderlands 2 does). Same goes for the steam API here btw. They should really provide security updates for it ... No sane distribution still ships OpenSSL 1.0.1. They all moved on to 1.0.2. Steam itself uses 1.0.2j btw. We are at 'o' as the current patch release --- which is also installed by my distro.
This proves exactly my point.
Nobody, ever, has been or will be hacked or in any way influenced by a game not using the most recent version of OpenSSL. Otherwise, these games would have updated their dependencies, been removed from Steam, made it to the news, etc..
This isn't true for every kind of program or application, obviously. Especially programs that are themselves important parts of operating systems are better served by automatically using the latest version.
But a game and many other kinds of "non-system" software certainly doesn't belong to that category.

Quoting: marcusLets agree to disagree here: You value "It just works" more than "it is secure" and I do the other way around. It's just a matter of different priorities.
I do value my security.
I just also realize that my security isn't in the least reduced by my games coming packaged with their own dependencies. Because there is no realistic way to abuse those dynamic libs lying in some /lib folder of my installed game if I don't go ahead and install shady software from untrusted sources.
What I don't do is put on a tinfoil hat, fearing and preparing for theoretically possible attacks that never did and never will happen to me.