Author Topic: [Linux] I can't run the game with Optimus  (Read 1685 times)

Offline Kwibjo

  • Finest Floof
  • ***
  • Posts: 681
  • Country: 00
  • Floof-O-Meter: 47
    • View Profile
[Linux] I can't run the game with Optimus
« 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
 
Here's what I tried. (Both with and without Sudo)
optirun wine C:\\FeralHeart\\FeralHeart.exe
optirun ~/.wine/dosdevices/c:/FeralHeart/FeralHeart.exe
 :-[


Not around much anymore but add me on Discord if you want to chat. jellyfish2224

Offline Kwibjo

  • Finest Floof
  • ***
  • Posts: 681
  • Country: 00
  • Floof-O-Meter: 47
    • View Profile
Re: [Linux] I can't run the game with Optimus
« Reply #1 on: August 31, 2013, 02:50:45 am »
Damn.


Not around much anymore but add me on Discord if you want to chat. jellyfish2224

Offline Feareh

  • The Jaguar Artist
  • Ancient Silver Mane
  • *****
  • Posts: 4,026
  • Country: us
  • Floof-O-Meter: 195
  • Where is the Walrus Species?
    • View Profile
Re: [Linux] I can't run the game with Optimus
« Reply #2 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
I Stalk from time to time...I have moved on to other things but do miss this place. Good times
Add me on discord:
Bakujio 🐺#7358

Offline Kwibjo

  • Finest Floof
  • ***
  • Posts: 681
  • Country: 00
  • Floof-O-Meter: 47
    • View Profile
Re: [Linux] I can't run the game with Optimus
« Reply #3 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"


Not around much anymore but add me on Discord if you want to chat. jellyfish2224

Offline shell_prisoner

  • Experienced Traveler
  • **
  • Posts: 193
  • Floof-O-Meter: 37
    • View Profile
Re: [Linux] I can't run the game with Optimus
« Reply #4 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
« Last Edit: August 31, 2013, 10:15:46 am by Shell Prisoner »

Offline Kwibjo

  • Finest Floof
  • ***
  • Posts: 681
  • Country: 00
  • Floof-O-Meter: 47
    • View Profile
Re: [Linux] I can't run the game with Optimus
« Reply #5 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! :)


Not around much anymore but add me on Discord if you want to chat. jellyfish2224