It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I don't have a ton of time into it yet, but I have Risen 1 working very well with wine 1.7.20. I had to install d3dx9_36 and vcrun2005 to get it working. The only problem I've had so far is the mousewrap bug.
avatar
hummer010: I don't have a ton of time into it yet, but I have Risen 1 working very well with wine 1.7.20. I had to install d3dx9_36 and vcrun2005 to get it working. The only problem I've had so far is the mousewrap bug.
Yes, that bug is still unfixed, but there is a patch if you are willing to manually build Wine: http://bugs.winehq.org/show_bug.cgi?id=33479
This post is kind of old but is the first result on google for me and helped me get the game running. I was able to get the game to run using playonlinux. I followed this guide exactly and was able to get it working without any additional steps:

gamersonlinux.com/forum/threads/risen-guide.643/

playonlinux actually has an option to install and tweak settings of wine to get the game working. The game looked like it installed correctly, but I wasn't able to run the game without crashing on startup. Looking back at it, I think it would have worked if I had set the "direct draw render" setting to opengl, so if you decide to do this route then that small change would probably make it work.

The guide I posted is pretty thorough, but I'll just give a quick overview of what you need to do to quickly install the game easily.

1. install playonlinux-- sudo apt-get install playonlinux
2. run playonlinux, go to wine version manager and install neweset version of wine. 1.9.13 worked for me and is the newest version as of writing this (use x86).
3. download risen .exe setup file from GOG, then go through wizard on playonlinux to manually install a program. Alternatively you could just use playonlinux to search through games and download the Risen setup and skip to step 7, but I can't guarantee this will work.
4. install libraries:

POL_Install_corefonts
POL_Install_d3dx9
POL_Install_gdiplus
POL_Install_physx
POL_Install_vcrun6

5. browse for file to setup, and select the exe file you downloaded earlier.
6. go through all dialog boxes and just say yes to everything. nobody reads that anyway. you might get some errors, that's fine.
7. After installed, click the game and hit configure and go to display. Make these changes.

direct draw renderer : opengl
video memory size: (your memory size. "dmesg | grep VRAM" will show you your memory).
offscreen rendering mode: fbo.

and it should work! Again just follow the guide for better explanation / more pictures but hopefully you can get it working.

computer specs:
Ubuntu 16.04
ntel® Core™ i7 CPU 860 @ 2.80GHz × 8
ATI Radeon HD 5770

Game is kind of playable but there is huge amounts of delay on all commands that aren't using the mouse. I'm not sure if that's just the game or because I'm using older hardware to emulate the game, but it doesn't help that the game is already pretty hard.
Post edited July 08, 2016 by CRNoctis
How I managed to run it in 2022:
1) download wine 6.23 and create win32 prefix
2) install corefonts d3dx9 gdiplus physx vcrun6 via winetricks
3) download dxvk 1.9.4 and install it on the prefix.

I downloaded wine and dxvk manually because I was having problems with the latest versions. So in my case wine-7.19 (Staging) and dxvk 1.10.3 were causing "out of memory" errors.

And I don't recommend changing the default performance settings of the game to avoid the errors.

I hope this can help someone.

specs:
Ubuntu 22.04
12th Gen Intel(R) Core(TM) i7-12700KF
Ngidia GeForce GTX 1050 Ti (driver 515)
Post edited October 23, 2022 by ivan_man