Humble Bundle dynamic library issues.

I’ve had this issue so far with Braid and Super Meat Boy, where in order to get them to run I have to remove read privileges on the included libraries and let the game use the versions that are already installed. I haven’t done extensive testing, but it looks like it’s mostly an issue with SDL.

Anyone else run into this problem, and why it would be happening in the first place?

I’ve had to tinker with SDL libs to get HIB 3 working.

See http://forums.opensuse.org/english/get-technical-help-here/games/463885-humble-indie-bundie-3-expiring.html#post2374922

and http://forums.opensuse.org/english/get-technical-help-here/games/463424-humble-bundle-3-crayon-physics.html#post2374654

That’s basically the same solution I’ve used, which is to remove the included libraries (or chmod -r them) and let it use the ones on the system. This isn’t a solution so much as a workaround, though, and still doesn’t explain why it’s happening in the first place. The only explanation I can think of is that it’s wrongly detecting a 32-bit system, but I don’t see how that could be the case.

On Fri, 29 Jun 2012 15:36:05 +0000, kog13 wrote:

> The only explanation I can think of is that it’s wrongly detecting a
> 32-bit system,
> but I don’t see how that could be the case.

If the app is actually 32-bit, then it would be looking for 32-bit
libraries…

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

Seems kinda obvious to me. I’d guess that the developers didn’t pack ALL the necessary SDL libs, and the ones they did include are not 100% compatible with oS builds.