Humble Bundle: PC and Android 8

Hi there
I just bought the Humble Bundle: PC and Android 8 and just ran into some trouble with some Linux game ports so I thought I should open a thread here to share my findings. Feel free to add yours here or ask for help.
Gemini Rue
This is a point'n'click game using Adventure Game Studio, a game engine which have been open-sourced and so ported to a lot of platform.
Out of the box, sound doesn't work. You have to do 2 thing in order to make it work :
First, you have to download this file, rename it to patches.dat and move it in the game folder.
Second, you must set up Timidity. See the wiki for configuration. I choose Fluidr3 soundfont. Start Timidity as your current user :
timidity -iA
Then, launch the game and you should hear rain sound at the main screen.

no timidity and yes pulseaudio, and the rain makes noise just fine for me as well. i'm getting a crash when trying to start a new game, though.
AGS: Starting game
AGS: Loading room 124
AGS: Room change requested to room 125
AGS: Unloading room 124
AGS: Loading room 125
AGS: Room change requested to room 107
AGS: Unloading room 125
Aborted (core dumped)
EDIT: or, sometimes
Shutting down Allegro due to signal #11
Segmentation fault (core dumped)
Last edited by shmibs (2013-12-24 02:09:11)

Similar Messages

  • The Humble Bundle for Android 3

    Since there is no thread for the Humble Bundle for Android 3 yet and currently it is being discussed off-topically in another thread, I’m making one .
    Here is the information known so far:
    Fieldrunners
    Requires freeglut if you’re running Arch 32 bit, and lib32-freeglut from the AUR under 64 bit. (thanks fbt)
    The sound gets cut all the time under ALSA and you must kill pulseaudio first (or use padsp). (thanks fbt/whoops)
    Otherwise seems to work fine.
    Spacechem
    whoops wrote:is a windows binary + a wine'ish blob (that just freezes on my machine), comes only as rpm/deb and seems to insist to be installed in /opt (AND some files in /usr/share). The included .exe doesn't work with native wine either (without further adjustments at least).
    Uplink
    whoops wrote:seems to be unplayable on a big resolution Display without workarounds due to its small font...?
    Spirits
    whoops wrote:
    says:
    (Spirits-64:14143): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Fatal error reading PNG image file: Incompatible libpng version in application and library
    ... but seems to work fine at a first glance (safe for a missing picture in the launcher which isn't really tragic).

    http://aur.archlinux.org/packages/lo/lo … r/PKGBUILD
    here is the lonesurvivor pkgbuild that I just fixed to take _humbleemail and _humblepassword this can be used to download from the accounts page since they will all be on that page
    heh, this bit is almost the exact same for the bastion pkgbuild
    the first source item should be the name of the tarball or self extracting thing, and after the :: is https://www.humblebundle.com/login
    so the name of the file will be %o and the url with be %u
    make sure the %o includes the architecture if both 64 and 32 are available,
    the case statement makes it easy to assign a _arch and you can include the
    in the %o if you need to
    source=("Bastion-HIB-${_pkgver}.sh::https://www.humblebundle.com/login"
            "Bastion-HIB-${_pkgver}.sh::http://www.humblebundle.com/downloads?key=${_humblebundleVkey}"
            "$pkgname.desktop"
            "mesa$pkgname"
            "$pkgname.install")
    case $CARCH in
        i686) _arch=x86 ;;
        x86_64) _arch=x86_64;;
    esac
    _char=\'
    #we now echo the name of the file into /tmp/arch and remove the .part from it
    #then we grap a cookie from the file
    #and then authenticate with our $_humbleemail and $_humblepassword
    #now we have the html stuff from the website, we grep for the %o from /tmp/arch
    #and then we find the dataweb link and put it in /tmp/url
    #this line requires the $_char from above because escaping a ' inside the 's for the whole DLAGENT is a pain
    #now, just use the authenticated cookie and download the file pointed to by /tmp/url
    #and last clean up everything
    #the http: makes it so that you can download from the http link if the account is not bound to
    #_humbleemail
    DLAGENTS=('https::/bin/echo %o > /tmp/arch && sed -i "s/.part//" /tmp/arch &&
    /usr/bin/curl -s --cookie-jar /tmp/cjar --output /dev/null %u && cp /tmp/cjar ./ &&
    /usr/bin/curl -sL --cookie /tmp/cjar --cookie-jar /tmp/cjar --data "username=$_humbleemail" --data "password=$_humblepassword" %u |
    grep -f /tmp/arch |grep -o -E "data-web=[^ ]+"| sed -e "s/data-web=\([^ ]*\)/\1/" > /tmp/url &&
    sed -i "s/$_char//g" /tmp/url &&
    /usr/bin/curl --cookie /tmp/cjar --cookie-jar /tmp/cjar -fLC -  --retry 3 --retry-delay 3 -o %o "$(</tmp/url)" &&
    rm -f /tmp/{arch,url} | return 0'
                "http::/usr/bin/curl -sL %u | grep Bastion-HIB | sed -e \"s/.*data-web='\([^']*\)'.*/url = \1/\" > /tmp/url && /usr/bin/curl -fLC -  --retry 3 --retry-delay 3 -o %o -K /tmp/url && rm /tmp/url")
    #this message is why having the file from the website first in source is important
    #it checks $SRCDEST, never use $startdir, sometimes that is the same as SRCDEST and sometimes it isn't
    #if the files exists everything is skipped, otherwise the user is informed to either export _humbleemail and password
    #it also checks for the old humblebundleVkey from the hib5 sale
    if [[ ! -f $SRCDEST/${source[0]%%:*} ]]; then
        if [[ -z $_humbleemail || -z $_humblepassword ]]; then
            if [[ -z $_humblebundleVkey ]]; then
                msg "if you have bound your email and password to your account, "
                msg "please export the values _humbleemail and _humblepassword so"
                msg "that you can be logged in to download the game."
                echo
                msg "if you have not bound the key to an email, "
                msg "please export _humblebundleVkey in your .bashrc"
                return 1
            fi
        fi
    fi
    Last edited by gtmanfred (2012-08-27 02:27:01)

  • [SOLVED] cannot execute binary file / humble bundle

    I'm having trouble executing a number of games I've downloaded via Humble Bundle. One game, for example, I downloaded as "supermeatboy-linux-06072012-bin". Here are some of the outputs I get while attempting to execute:
    $ bash supermeatboy-linux-06072012-bin
    supermeatboy-linux-06072012-bin: supermeatboy-linux-06072012-bin: cannot execute binary file
    $ sh supermeatboy-linux-06072012-bin
    supermeatboy-linux-06072012-bin: supermeatboy-linux-06072012-bin: cannot execute binary file
    $ ./supermeatboy-linux-06072012-bin
    bash: ./supermeatboy-linux-06072012-bin: No such file or directory
    I'm getting the same scenario from a number of other games so I suspect the issue to be with either my environment or my approach.
    My architecture is x86_64
    I'd be more than happy to supply any additional environmental information
    Thanks archers
    Last edited by shoe (2013-11-11 15:05:40)

    Muflone wrote:
    More likely you're trying to use a 32 bit file without having the ia32 libraries.
    Please execute
    file supermeatboy-linux-06072012-bin
    and check if reports ELF 32-bit something. In such case please enable the multilib repository from /etc/pacman.conf and install the lib32 packages (surely the lib32-glibc and maybe others).
    Hint: a supermeatboy package exists in the AUR but I've never used it.
    $ file  supermeatboy-linux-06072012-bin
    supermeatboy-linux-06072012-bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), GNU/Linux 2.6.8, stripped
    multilib is enabled and I installed lib32-glibc-2.18-8 succesfully, however am getting the same issue. I see whole a lot of different lib32 packages available, are there maybe some more I should try?
    Worth noting that I do have all of the depencies installed that AUR suggests supermeatboy uses
    I suppose I could install via pacman, but this wouldn't solve the issue for the few other games with the same errors. I'm mostly just looking to learn how to make it work
    Thanks for reply!

  • Is the Mozilla Humble Bundle pop-up a scam? Never saw it before today.

    I saw a strange pop-up today when I logged onto my computer and loaded up Firefox. It was on the usual sign-in / search page. It transformed the typical login page to an 80's style graphic, and has a blockish looking character telling me to 'click here'. It looks like a fraud and my be a virus, but want to know for sure. Is Mozilla sending this out and promoting some kind of "Humble bundle" of gaming software?
    Thanks.

    I was going to say Mozilla has nothing to do with Humble Bundle. However it looks like it is a new thing.
    http://venturebeat.com/2014/10/14/mozilla-teams-up-with-humble-bundle-to-offer-firefox-and-chrome-users-eight-plugin-free-games/
    https://blog.mozilla.org/blog/2014/10/14/play-awesome-indie-games-directly-in-firefox-including-the-award-winning-ftl/

  • Humble Bundle 9

    Another Humble Bundle has arrived...
    Share your success or problems with running the games on Arch Linux in this thread! (And also post if you create an AUR package for one of them.)
    The included games (links point to the AUR packages):
    Brütal Legend
    Eets Munchies
    Mark of the Ninja
    Trine 2: Complete Story
    A Virus Named TOM
    Bastion
    FEZ
    FTL: Faster Than Light
    LIMBO
    Rocketbirds: Hardboiled Chicken
    ======
    For a start, I'm trying to get Mark of the Ninja to run properly and package it for the AUR, but all menu items (and other text strings) show the string "<missing>" instead of the actual text. Anyone else have better luck with it? UPDATE: Never mind, it was just some locale mixup on my PC, it works fine now.
    Last edited by sas (2013-09-25 15:22:53)

    mzneverdies wrote:Mark of the ninja had some issues with my pad
    This upstream developer post has some info regarding gamepad issues with Mark Of The Ninja on Linux.
    Janusz11 wrote:Yeah, the launcher in the game directory didn’t work at all for me. I changed into the /bin directory of the game directory and tried to call the game from there. And that’s when I actually got some error messages concerning some missing libraries.
    You cannot simply run the trine2_linux_32bit binary directly without first setting $LD_LIBRARY_PATH so it finds its bundled libraries. That (and two other less important things) is what the launch script is for. Except that the bundled launch script is badly written, does lots of unnecessary/wrong stuff, and doesn't seem to work at all on Arch Linux. Thus, as piratebill already wrote, you're best off installing the game via my AUR package which installs a proper launch script.
    reannual wrote:
    I get an error, trying to run Mark of the Ninja:
    ERROR: Missing required OpenGL extensions.
    Segmentation fault (core dumped)
    I'm on a 64 bit install with Intel integrated graphics (GMA 4500MHD). As per the wiki instructions, I have lib32-intel-dri installed.
    You do not need any lib32-* stuff for Mark Of The Ninja, as it includes a 64-bit binary.
    To debug your problem, run the game with the  -enablelog  command-line parameter, and then look at the file ~/.klei/ninja/log/rendering.log to see if it has any additional useful info.
    Among other things, that file will tell you which MojoShader profiles are compatible with your computer and which one it auto-selected, for example for me it looks like this:
    [15:03.33] (139654320035712) 3 mojoshader profiles:
    [15:03.33] (139654320035712) 0: "glsl120"
    [15:03.33] (139654320035712) 1: "glsl"
    [15:03.33] (139654320035712) 2: "arb1"
    [15:03.33] (139654320035712) best profile: glsl120
    If it lists multiple ones for you as well, you can try each of them by passing   -mojo "glsl120"   etc. as a command-line parameter to the game.
    If nothing works (but you're sure that hardware-accelerated OpenGL rendering does work with other programs), then maybe your graphics chipset/driver simply doesn't support the game... The official system requirements say "Graphics: NVIDIA GeFore 7800 GT or better" - I have no idea whether that includes your graphics chip or not.

  • What is difference between Firefox OS and Android or iOS?

    What is difference between Firefox OS and Android or iOS?

    kingofhawks, Firefox os is open source, offers the ability of do not track and has many great customization options. It is currently however targeted at 3rd world countries and/ or underdeveloped countries so it isn't recommended to use this if you're use to using Android and iOS at this moment. If you have any further questions, please do not hesitate to ask.
    Thanks

  • What format do I use to post on youtube so that IPhone and Androids can play it?

    adobe premiere pro cs6: What format do I use to post on youtube so that IPhone and Androids can play it?
    how do I fix it so it will play
    I tryed
    h.264 youtube hd 720,
    h.264 andriod phone
    here is the youtube video play's fine on pc but will not play on Andriod or Iphone at all
    Jillian Jensen My Dedication Video - YouTube
    if someone can tell me what setting I need to do or what I need to do so it will play
    I have tryed to 10 diffrent ones and none seam to work

    It could very well be due to copyrighted content.
    “Videos are not available on this platform” error message - YouTube Help

  • Stream 7, dual boot, windows and android

    Given that the HP Stream 7 can be equipped with lots of storage, why not dual boot it with Window and Andoid so I can have the best of both worlds
    can this tablet be configured to do that?

    Before going to a lot of trouble, I'd get a boot disk on USB with Android X86 on it.  Then boot off the USB.
    I'd also suggest using 4.22 or 4.4, not 5.0.  "Everyone" is still working on 5.0.x.
    I've not had much luck on a few devices and Android x86 - hence my suggestion.  I have NOT tried it on the Stream 7

  • MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.

    MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.How do I solve this issue?

    Go step by step and test.
    1. Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204
    2. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    3. Deselect Proxies if selected.
        System Preference > Network > Advanced  > Proxies Tab
        Under "Select Protocol", uncheck any box if selected.
        Click "OK" then  "Apply”.

  • Issues with iPhone and Android connecting to Lync 2010?

    Our environment currently consists of a single Lync 2010 instance, which is currently performing all roles. The current challenge I'm running into is connectivity to iOS and Android devices not wanting to cooperate. Currently, Lync is using a certificate
    issued by a local CA. The CA root certificate has been imported to the devices that are having trouble connecting, and I've done this via email import without success, as well as using the iPhone Configuration Utility. In all tested instances, an error that
    "the certificate can't be verified" is displayed that prohibits a user from establishing a connection. All domain workstations and remote users that import the root CA have no issues connecting.
    I can't seem to figure out what's going on here. Has anyone run into this? This is a quasi-test environment in my lab that I'm testing with a few other people, and as much as we've tried, can't seem to figure out the issue. Any ideas?

    To confirm that the certificate has been installed successful do you have a corporate website that is available externally that uses a certificate issued by the CA in question? If the answer is yes I would browse to that site on the phone and see if you
    get an error. The Lync mobile clients don't give you a heck of a lot of information for troubleshooting. This will rule out a certificate issue.
    Next thing would be your reverse proxy. Are you using ISA server? Test the reverse proxy rule by browsing to the Lync mobile auto discover URL - https://lyncwebexternal.domain.com/Autodiscover/AutodiscoverService.svc/root
    Assuming ISA also make sure the rule is configure correctly - 
    http://technet.microsoft.com/en-us/library/hh690011.aspx
    http://blogs.technet.com/b/nexthop/archive/2012/11/19/configuring-reverse-proxy-for-lync-server-2010-mobility.aspx
    Let me know what the results are of those tests.
    Andrew Morpeth
    Lync Server Specialist - Auckland, NZ
    Check out my blog

  • Transferring ebooks to smartphones and Android devices

    Several people have posted to the Forum about their ability to get ebooks to smartphones and Android devices that aren't supported by Digital Editions.
    SONY has at least part of an answer.  They just posted the following information:
    "Reader Store now enables you to browse, purchase, and download eBooks from any browser and have them instantly delivered to your wireless Reader device, Android® tablet, Android phone, PC or Mac®."
    That means that SONY Reader Store supports these devices (hint to Adobe!!!).
    Of course you can sign up for SONY Reader Store, and get your ebooks from them directly.  Then, just follow their directions and you'll be able to transfer the ebooks to these devices, provided that their DRM settings will allow it.  This is just a parallel way of getting ebooks, and the steps are similar to those you use with ADE, just as you would do if you were getting ebooks for your Nook from Barnes and Noble.
    If you want to continue to obtain ebooks from other sites, such as gutenberg.org, manybooks.net, etc., then you can sign up for SONY Reader Store, download their Reader library and software, but use ADE to do the transfer from the website where you get the ebooks.  Once the transfer is done, provided DRM will allow it, you can open Reader Store, import the ebook from the ADE library and use Reader Store to do the transfer to your smartphone or other device that they support.  I know it's a bit of work, but you may find it worthwhile - and less frustrating.
    SONY Reader Store has HELP features that will help you to go through the steps to do the importing and the downloading.
    CAVEAT: I would not try to do this with library ebooks.  The way they're handled in ADE may screw up any attempt you make to use Reader Store for the transfer.  Contact your local library and see if their software supports your smartphone or Android device.
    Hope this helps!
    =============

    Try e-mailing them to yourself. You should have the option of "Open in Bluefire" or something similar from Mail.

  • Using webaccess with ipad and android tabs

    Because of different browser agent, the gw 2012 webclient has not the
    same behavior as the standard webclient using firefox or chrome on pc.
    I want to access the documents folder. How to do it on this mobile devices?
    with regards and thx
    Go
    Gotthard Anger
    Anwenderbetreuung Netzwerkadministration
    Landeskirchenamt der EKM
    [email protected]
    Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
    Mails for this address will only be read if you trigger me before.

    Project status at this time:
    I edited webacc.cfg and commented out the lines for ipad and android
    tabs, e.g.
    #templates.useragent.1.id=*Linux*Android*GT-P*
    #templates.useragent.1.interface=mobile
    Now these devices bring up the whole web application.
    now I only have to fix this odd behaviour of the webaccess client
    loading documents
    Am 20.09.2012 09:50, schrieb Gotthard Anger:
    > Am 20.09.2012 09:47, schrieb Gotthard Anger:
    >> Because of different browser agent, the gw 2012 webclient has not the
    >> same behavior as the standard webclient using firefox or chrome on pc.
    >>
    >> I want to access the documents folder. How to do it on this mobile
    >> devices?
    > Edit:
    > no native access to groupwise server, datasync only via active sync
    >>
    >> with regards and thx
    >>
    >> Go
    >>
    >>
    >>
    >
    >
    Gotthard Anger
    Anwenderbetreuung Netzwerkadministration
    Landeskirchenamt der EKM
    [email protected]
    Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
    Mails for this address will only be read if you trigger me before.

  • What I need to create and publish a magazine for iOS and Android?

    Hi!
    I would like to know what I need to design, create and publish a magazine for iOS and Android. I would also like to know what products I need, what price would you pay and what process I have to follow to carry out this work.
    Thanks in advance!

    It is NOT possible to create a Single Edition app for Android. Single Edition apps work only on the iPad.
    You can create Single Edition apps using any account—CC, Pro, or Enterprise—and if you cancel your DPS subscription, these Single Edition (or single-folio) apps are still available in the App Store as long as you maintain your iOS account with Apple.
    For multi-folio apps, the app container is downloaded from an app store, but the folios are downloaded from the Adobe Distribution Service. If you cancel your DPS subscription, the Adobe Distribution Service basically shuts down for that app. New users can still download your apps from an app store, but the library will be empty. Existing users can still view the folios they've downloaded, but they can't get any updates or new folios.

  • Adobe Reader for iOS and Android & Rights Management

    This week's release of Reader for iOS and Android devices incorporates support for accessing files secured by Adobe LiveCycle Rights Management.
    As you are probably familiar, LiveCycle Rights Management protects sensitive documents by encrypting them with industry-standard AES encryption and enabling central management of their access permissions. Protections persist even when documents are accidentally distributed via email, the cloud, or saved on a lost mobile device.
    Many of the core capabilities that you are used to on the desktop versions of Acrobat and Reader are now supported when you are on the go on your tablet or mobile phone. We intend to incorporate additional functionality in future releases of these mobile devices and look forward to your feedback.
    We've had several questions thus far about how this works. More information about the product, as well as a link to an FAQ can be found at:http://blogs.adobe.com/security/2011/10/just-released-adobe-reader-10- 1-for-ios-and-android.html
    Jonathan

    Hello Jonathan,
    is there an way to trigger iOS download to immediately open using "Adobe Reader"
    instead of using the default Previewer (showing an plain empty white window) and then re-open it using "Open with" ?
    Is there an MIME-Type to indicate IRM-protected PDF-files?
    Thanks,

  • Does Adobe Reader for iOS and Android Support Encryption with PKI Solution?

    Hello there,
    I have been searching for an answer whether or not Adobe Reader for iOS and Android can read encrypted PDF files by public key infrastructure solution (encrypted by a public key, to be decrypted by its private key pair), but to date I have not found the answer.  From the Adobe web site, I understand that Adobe Reader for Android supports to read encrypted document by AES256 but it does not mention about PKI.  I had to guess that it does not support encryption with PKI but I would just like to get a formal answer, and would like to know whether Adobe Reader Mobile will support it. 
    Thanks!
    Masaya

    Hi there,
    Now we have Acrobat DC Mobile but I am still wondering if encryption/description using PKI solution (digital certificates) is supported.  Could anyone let me know?  Thank you.
    Masaya

Maybe you are looking for

  • Text Wrap Commands

    When I open the Text Wrap window, none of the options appear. It's like they disappeared. Closed CS6 and re-started, still no luck. Any help will be appreciated...Thanks

  • Officejet Pro L7590 will not print in black

    I have an All in One Officejet Pro L7590.  When I first got the printer 3 months ago, everything was printing perfectly.  Now, out of nowhere, it will not print in black.  It only prints in color.  I have done all the aligning, printhead cleaning, ch

  • Import into repository 7.0.3.0.0

    It appears that Headstart 2.1.2 does not work with repository version 7.0.3.0.0 which is included in the downloadable version of Designer (2.1.1). When I try to import the file qms503.dmp I get the error message "CDI-22585 Archived data is from a rep

  • Purchse order workflow sending workitem to invalid person

    Hi, I have a situation, where the user is receiving workitem mails to approve to outlook, even though he is not an approver. This is the case with only one plant. One more point is even in non-PO workflow, he is receiving the woritem mail execution m

  • Can I see a list of today's phone calls?

    Can I see online a list of phone calls made from my phone today?  I see that on "myverizon" I can get a list of phone calls made through the last bill.  How do I get a list that includes today's phone calls?