steam keys in HiB can be received on your key page.
And, AFAIR, Splot will not be on Steam.
Search found 10 matches
- Mon Apr 30, 2012 8:44 pm
- Forum: Jack Claw Feedback & Development
- Topic: errors compiling code on Linux
- Replies: 15
- Views: 34732
Re: errors compiling code on Linux
anybody alive? 

- Mon Apr 30, 2012 8:31 pm
- Forum: Trine 2
- Topic: Trine2-humblestorage-desura related question
- Replies: 1
- Views: 1649
Trine2-humblestorage-desura related question
Hi guys! Can anybody advice me, if I buy Trine2 on humble store, can I get Desura key (like it was with Trine on HiB)? Or, as other variant, if I buy Trine2 on Desura, will you receive the money? ;) P.S. If I get Collectors edition (I want to support Frozenbyte for publishing games for Linux), can I...
- Thu Apr 19, 2012 4:00 pm
- Forum: Jack Claw Feedback & Development
- Topic: errors compiling code on Linux
- Replies: 15
- Views: 34732
Re: errors compiling code on Linux
Hi guys! Does this topic still alive? ;) I trying to compile JC on my laptop and get folowing things (with both GCC-4.5.3 and 4.6.2): [email protected] binaries % LC_ALL=C make CXX=g++-4.5.3 g++-4.5.3 -c -MTgame/BonusManager.o -MFgame/BonusManager.d -MP -MMD -g -I.. -I../claw_proto -I../storm/include -I../st...
- Thu Apr 19, 2012 12:20 pm
- Forum: Jack Claw Feedback & Development
- Topic: Unable to run Claws on Optimus
- Replies: 4
- Views: 16644
Re: Unable to run Claws on Optimus
UP: work with:
But only after I pressed Esc after 5 mins of listening first soundtrack
Code: Select all
[email protected] clawBeta3 % MALLOC_CHECK_=0 optirun ./claw-bin
But only after I pressed Esc after 5 mins of listening first soundtrack
- Thu Apr 19, 2012 12:12 pm
- Forum: Jack Claw Feedback & Development
- Topic: Unable to run Claws on Optimus
- Replies: 4
- Views: 16644
Re: Unable to run Claws on Optimus
By the way, after some little magic things I can see "LOADING" screen on optimus (and hear music), but JC crashes with this: [email protected] clawBeta3 % optirun ./claw-bin ./claw-bin[0x8174232] ./claw-bin[0x828691f] ./claw-bin[0x82869c4] ./claw-bin[0x82adacb] ./claw-bin[0x82abff0] ./claw-bin[0x82...
- Tue Apr 10, 2012 4:21 pm
- Forum: Jack Claw Feedback & Development
- Topic: Unable to run Claws on Optimus
- Replies: 4
- Views: 16644
Re: Unable to run Claws on Optimus
Do you have 64-bit distro? Take a look at http://bumblebee-project.org/install.html check Ubuntu instructions about 32-bit stuff. Thank you for the answer. Yes, I've 64bit distro (Gentoo) and I've already installed all 32bit libs needed to run 32bit apps on optimus (I am maintainer of bumblebee for...
- Thu Apr 05, 2012 3:08 pm
- Forum: Trine
- Topic: Trine with russian translation under Linux
- Replies: 0
- Views: 2590
Trine with russian translation under Linux
Hi there!
Is it possible to get russian translated Trine (bought from HB, with Update5, downloaded from forum)?
And it will be perfect, if russian translated Trine will have font from this topic: viewtopic.php?f=15&t=4043
Is it possible to get russian translated Trine (bought from HB, with Update5, downloaded from forum)?
And it will be perfect, if russian translated Trine will have font from this topic: viewtopic.php?f=15&t=4043

- Thu Apr 05, 2012 2:57 pm
- Forum: Jack Claw Feedback & Development
- Topic: Unable to run Claws on Optimus
- Replies: 4
- Views: 16644
Unable to run Claws on Optimus
Hi there! I have problems, running Jack Claws on my laptop with Optimus. At first I had same issue, as in http://frozenbyte.com/board/viewtopic.php?f=19&t=4178 thread, after I did the trick, I write there I get claw-bin almost work: when I run claws-bin on Intel videocard — it starts fine, then ...
- Thu Apr 05, 2012 2:45 pm
- Forum: Jack Claw Feedback & Development
- Topic: Cannot start Jack Claw on Ubuntu Linux
- Replies: 2
- Views: 16759
Re: Cannot start Jack Claw on Ubuntu Linux
Hi! I had same error, but I fix it in the same way, as for Trine (time ago): <open directory with jack's binary in your favourite terminal app> mv lib32 lib32_backup && ldd claw-bin | awk '/lib*/{print $1}' > files_to_remove && cp -r lib32_backup lib32 && cd lib32 && ...