Feral Heart

Help & Guidance => Game Help => Topic started by: Kwibjo on August 31, 2013, 01:36:53 am

Title: [Linux] I can't run the game with Optimus
Post by: Kwibjo on August 31, 2013, 01:36:53 am
So I'm trying to run FH with my optimus enabled computer using Wine and BumbleBee/Optimum but the game crashes after displaying the OGRE config window.

Terminal Crash log here: http://pastebin.com/xMXJK8cy (http://pastebin.com/xMXJK8cy)
 
Here's what I tried. (Both with and without Sudo)
optirun wine C:\\FeralHeart\\FeralHeart.exe
optirun ~/.wine/dosdevices/c:/FeralHeart/FeralHeart.exe
 :-[
Title: Re: [Linux] I can't run the game with Optimus
Post by: Kwibjo on August 31, 2013, 02:50:45 am
Damn.
Title: Re: [Linux] I can't run the game with Optimus
Post by: Feareh on August 31, 2013, 06:07:59 am
 Ok first off try not to double post and especially if it isn't relevant to the original topic. But secondly this is really unusual.  
Knowing that you use a emended Wine with Bumblebee. Usually when you download the regular download for Feral Heart it should run automatically on its own without any emends attached to it at all. I think if you would try to download the regular FH onto your Local (C:) it should work
Title: Re: [Linux] I can't run the game with Optimus
Post by: Kwibjo on August 31, 2013, 08:56:19 am
Ok first off try not to double post and especially if it isn't relevant to the original topic. But secondly this is really unusual. 
Knowing that you use a emended Wine with Bumblebee. Usually when you download the regular download for Feral Heart it should run automatically on its own without any emends attached to it at all. I think if you would try to download the regular FH onto your Local (C:) it should work

The game runs if I run the .exe from the folder but its integrated graphics from my i7 processor. It isn't too bad if I seclude myself from areas like SB but I'd still like to use my "GPU"
Title: Re: [Linux] I can't run the game with Optimus
Post by: shell_prisoner on August 31, 2013, 10:09:51 am
try "cd ~/.wine/dosdevices/c:/FeralHeart" first

my ~/bin/feralheart:
Code: [Select]
#!/bin/bash
cd ~/games/FeralHeart
optirun -b virtualgl wine ./FeralHeart.exe $@ > ./gamerun.log 2>&1
exit 0
Title: Re: [Linux] I can't run the game with Optimus
Post by: Kwibjo on August 31, 2013, 11:40:23 am
try "cd ~/.wine/dosdevices/c:/FeralHeart" first

my ~/bin/feralheart:
Code: [Select]
#!/bin/bash
cd ~/games/FeralHeart
optirun -b virtualgl wine ./FeralHeart.exe $@ > ./gamerun.log 2>&1
exit 0

Thanks man! :)