Snott

Category: Software

Free software and video games downloads

  • Are Linux users cheap?

    Are Linux users cheap?

    I have had TONS of conversation with Windows/Mac users saying that most of the people who use Linux as their primary OS are either cheap or total geeks. I always come back at them by stating Linux is a lot more flexible in terms of customization and freedom in general because you do what you want with the system, but they still wont change their minds.

    Well, today I found something that clearly states the opposite, Linux users can be geeks, but they are definitely not cheap 😀 and I will show it to you.

    The humblebundle is a pack of independent games released under the following conditions:

    – You pay what you WANT for the pack (yes, what you WANT, $0,01 or a $1000 or a $1 000 000)

    – You support charity, there are 2 foundations to which you can donate

    –  DRM (Digital Rights Management) Free, this means you can Install them on any number of computers without limitations.

    – You can redeem them on Steam, OnLive, and Desura! (if you want, they provide standalone clients)

    -Cross Platform , Windows, Mac and Linux Supported

    Here is a video promoting the bundle, it is very funny and the best marketing I have seen in a while:

     

     

    So, what does this have to do with what I was talking about, well,  the humblebundle website has some live statistics of donations, and a break down by OS and average donation amount, lets check it out (Warning: Eye Opener ahead):

     

    Total payments: $422,253.03

     

    Number of purchases: 82,293

     

    Average purchase: $5.13
    – Average Windows: $4.16
    – Average Mac: $6.09
    – Average Linux: $11.76

     

    Total Payments by Platform

     

    Mac, Windows, and Linux total revenue breakdown

     

    I think the numbers and graphic speaks for itself, nevertheless, I will explain my point of view on this one.

     

    Like you can see on the graphic, while the world of Linux has a smaller user base compared to Mac (MacOS has around 75 million users, Linux around 29 million), Linux users still have purchased more than Mac users (that’s single purchases, not total amount of money donated).
    Also, Linux average donation DOUBLES the Mac and Windows donations.

     

    My main point to expose here, it’s not that windows/mac users are cheap or whatever, my main point is that this clearly demonstrates the Linux users willingness to help others and support game development, and thank all the efforts people do in order to support the Linux platform.
    The pack is for a Limited Time only (13 days left from the time I wrote this) so hurry and get it, and support indie developers and charity in one step!
    Sources about number of users per os:
    http://www.macworld.com/article/141028/2009/06/triple.html
    http://counter.li.org/
  • Running Dawn of War 2 Retribution on Linux

    Running Dawn of War 2 Retribution on Linux

    This post will be updated constantly until there is a way to play Dawn Of War 2: Retribution on the Linux platform via wine.

    Previous titles of this series where unable to run because of the games running Games For Windows Live, which is totally incompatible with wine. With Retribution dropping GFWL and leaving only steam, there is a pretty good chance the game will work flawlessly.

    Currently the game is in beta state, you can get a beta license to play RIGHT NOW and help develop the game by clicking here

    If you have tried this and have any tips to make the game run, send me an email at admin@snott.net and I will gladly add your tip to this post and give you full credit for it (please include your OS and computer specs), the idea is to compile every bit of info the Linux community has to offer to make this great game run on Linux.

    The machine I will test this in has the following specs:

    – Intel core 2 duo @ 1.3GHz

    – 4GB of RAM

    – Nvidia Geforce G210m 512mb

    – Archlinux 64 bit

    – 300 GB Hard Drive

    First Off you have to install steam, you can do that by following my guide here, If you already have a working steam installation, then just start downloading the game (remember you need the beta key, you can get the beta key by going here, it’s totally free!).

    If you are interested in knowing if the game will work with your Linux machine before going retail this a prefect time to test, because It wont cost you anything to test, when the game goes retail (price will be $30), of course beta will be no more and you will have to pay for the game.

    Also, I will test the game in 2 ways:

    1- Wine

    2- Crossover games (wine commercial version that makes things a lot easier by automating lots of tasks)

    In short, If you are lazy and have the money get Crossover Games, if you like/want to make things by yourself or don’t want to buy anything, go with wine.

    I submitted the application to the crossover application database, as of now it appears known not to work but having the application listed there would be a good boost for everyone searching ways to make this game work.

    As a rule of thumb, if the game works with crossover games, It will work with wine, but wine will need you to configure all settings and install all required dependencies to make the game work.

    I will also post here all of those dependencies If you want to make things different or want to test something.

    At this point, known dependencies are:

    1) Steam (duh!) check the guide to get a working installation of steam, else nothing will work, steam also has some dependencies on its own (like ttf-ms-fonts) so check the guide now and avoid wtf! moments.

    I tried to launch the game and store the output on a log file, here is what I found that can cause problems:

    003d:err:module:load_builtin_dll failed to load .so lib for builtin L”winemp3.acm”: libmpg123.so.0: cannot open shared object file: No such file or directory

    Apparently, the DLL can’t be found hence the game is unable to launch, that was the only error I got from the output, but there is a lot of stuff on the log file, you can check the log file.

    I found some info on this error, wine is trying to load support for mp3 and didn’t find the file, I installed the wmp9 on this prefix/bottle, but the system still complains.

    Here is what should be done to get this error to disappear, straight from wine hq:

    6.11.4. MP3s do not play in Windows Media Player or applications that depend on it

    For MP3 sound to play out of the box in apps that use the WMP engine and codecs, you must have 32-bit libmpg123 installed on your system and Wine must have been compiled with MP3 support.

    For the more technical ones, here is a more complete log (+seh, +trace, +ntdll). Dow2r Run log

    And a big one with +seh, +trace, +ntdll when I click on the game icon and steam isn’t running. DOW2 Retribution complete Log