• Register

This member has provided no bio about themself...

Comment History
liviux76
liviux76 - - 7 comments @ Bionic Heart

This is a very good game if you like visual novels.
I bought it a year ago and I really enjoyed it. It is fully voiced and this feature makes it, probably, my favorite visual novel so far. I would appreciate a sequel.
Keep up the good work!
Liviux76

Good karma+2 votes
liviux76
liviux76 - - 7 comments @ Wizorb

For those that are still having issues.
On Ubuntu and derivatives I noticed that sometimes the game doesn't start because it is missing the libtiff.so.3 library. You can easily fix this issue by creating a link to the existing libtiff.so.4 library as follows:

sudo ln -s /usr/lib/i386-linux-gnu/libtiff.so.4.3.3 /usr/lib/i386-linux-gnu/libtiff.so.3

Hope this helps.
Enjoy the game!

Good karma+2 votes
liviux76
liviux76 - - 7 comments @ Wizorb

Hello,
in order to be able to play Wizorb on Ubuntu 10.04 32bit (and pretty much on Debian and CentOS too), I completely removed mono, then I compiled mono using a script that I found on the Internet called 'install_mono-2.10.sh' and I created a link to mono in /usr/bin/ :
sudo ln -s /opt/mono-2.10/bin/mono /usr/bin/mono

Finally I had to launch the game using mono at the debug level:
MONO_LOG_LEVEL=debug ./wizorb.sh to check the errors related to the libraries.
Note that I modified my wizorb.sh file as follows:

#!/bin/bash

# Get the 'working directory' path.
if echo "$0" | grep '^/' ; then
rootPath="$0"
else
rootPath=`pwd`/$0
fi

# Run the game!
cd `dirname "$rootPath"`
LD_LIBRARY_PATH=lib mono Wizorb.exe

I put the libraries that mono complained about (for example libopenal.so.1, libtiff.so.3, libGL.so.1, libX11.so.6 and so on) on the "desura_directory"/common/wizorb/lib . Note that usually I already had the libraries on my system but the names weren't exactly as requested by the game.
Hope this helps!
Bye, Liviux76

Good karma+2 votes
liviux76
liviux76 - - 7 comments @ Wizorb

UPDATE:

Hello there!
I was able to play the game on my Debian Squeeze.
The problem was not related to mono but it was related to libobenal.
In fact, in order to work, the game needs the library libopenal.so.1 but the one included in Debian Squeeze for some reason is not compatible with the game.
I downloaded the library libopenal.so.1 from the Internet, I created a folder called lib on the main directory of the game and put the library on it, then I modified the starting script adding LD_LIBRARY_PATH=./lib just before mono Wizorb.exe (on the same line!)
Now the game works flawlessly.
Hope this helps!
Cheers, Liviux76

Good karma+2 votes
liviux76
liviux76 - - 7 comments @ Wizorb

Hello!
I installed the game on my Debian Squeeze, Centos 6.1 and ubuntu 10.04 LTS
Always the 32 bit version.
The error was pretty much always the same, On Debian I compiled mono 2.10 but it didn't help and in Ubuntu I installed the package mono-complete but the game still doesn't work.
I would be happy if you could find a solution for this, if you need my help to test a patch or something, please let me know.
Thanks, Liviux76

Good karma+2 votes
liviux76
liviux76 - - 7 comments @ Wizorb

I just bought the Linux version here on Desura but the game on my Debian Squeeze doesn't work.
I've already installed all the needed packages but I have the same error that other people mentioned:

WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/1.0/mscorlib.dll' directory.

I've also compiled mono-2.10 but that didn't solve the issue. Now I have the following error:

Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
AL lib: ALc.c:1879: exit(): closing 1 Device
AL lib: ALc.c:1808: alcCloseDevice(): destroying 1 Context(s)
Aborted

If someone knows a way to play this game on Linux, please help...
Thanks in advance!

Good karma+3 votes
liviux76
liviux76 - - 7 comments @ BEEP

Nice Game,
I really appreciated the demo on Linux.
There was a special sale on another website with a 75% discount... Unfortunately I saw it now and it finished yesterday... Is there any chance to have a special offer here on Desura?

Good karma+2 votes