Windows and Ubuntu ports are now officially up to date :) Enjoy!



Giana’s Return v1.0 (Windows 32bit, Ubuntu 32bit)
Posted January 5, 2011 on 20:29 by Retroguru
15 comments
Leave a comment
Windows and Ubuntu ports are now officially up to date :) Enjoy!
![]() |
![]() |
|
![]() |
|
![]() ![]() |
|
![]() |
![]() |
AVG Free 2011 Detects a Malware with Windows 32bits edition and block it.
Comment by Jacques Pyrat
January 6, 2011 @ 02:16
Then you may complain to AVG, not us ;)
Comment by Gianas-Return Team
January 6, 2011 @ 02:45
AVG don’t block it , if you choose correct , when Avg ask.
Comment by Night_Creature
January 6, 2011 @ 11:14
AVG might have a problem with the compressed .exe – wouldn’t be the first time :)
Comment by Gianas-Return Team
January 6, 2011 @ 13:18
While I’m trying to unpact the archive with the game, I’m getting the message than the archive is corrupted and I can’t unpack it. I’m using the WINRAR program.
Comment by Serd
January 9, 2011 @ 00:23
Play this with an 19″ LCD screen it looks ugly,
is there some ways, I can get this game looks better ??
Comment by Night_Creature
January 9, 2011 @ 17:16
@Serd: Use a download manager to get the file.
@Night_Creature: The game is optimized for 320×240 devices, not for xxxx x xxxx :)
Comment by Gianas-Return Team
January 9, 2011 @ 23:54
Q: How to activate the hidden/secret trainer?
A: If we would tell you, it would not be secret anymore, right? Let’s give you a hint: You can activate the trainer only in Level 1, while hitting boxes with a defined view, either face to the left or right. Once Giana’s Return reaches v1.0 we might uncover the secret
Please Uncover the Secret! PLEASE!
Comment by Stefan
January 12, 2011 @ 11:50
Yesterday I played the Giana’s Return again with this update and found it VERY GREAT ! , I saw some new graphics and so :-)
the only thing I not agree with this game is the speed on the Powerup/fireball she Shoot, should be more like from the old Giana Sisters , more jumping and forward-Speed.
Anyway this is magic , Many Thanx..
Comment by Night_Creature
January 31, 2011 @ 09:15
ehh why is the ubuntu version in .zip format o_O
should it not be .deb?
Comment by mjau
March 12, 2011 @ 21:12
This example is for 32bit file ‘giana_ubuntu32’. For 64bit take the file ‘giana_ubuntu64’.
1. Download the zip folder and store it on your computer, e.g. in ~/Downloads.
2. Unzip the data stuff to the folder you like to, e.g. ‘/opt/gianasreturn-1.0’. You can use the package ‘unzip’ or another one.
user@name:~$ sudo mkdir /opt/gianasreturn-1.0
[sudo] password for user:
user@name:~$ cd ~/Downloads
user@name:~/Downloads$ sudo unzip gr-v1001-ubuntu.zip -d /opt/gianasreturn-1.0
3. Change the file mode bits, so that the file can be explored.
user@name:~/Downloads$ cd /opt/gianasreturn-1.0 && ls
user@name:/opt/gianasreturn-1.0$ sudo chmod +x giana_ubuntu32
4. Explore the file via shell and enjoy it.
user@name:/opt/gianasreturn-1.0$ cd ~
user@name:~$ xterm -e ‘cd /opt/gianasreturn-1.0 && ./giana_ubuntu32 -fs # the fs option is for fullscreen mode)
user@name:~$ xterm -e ‘cd /opt/gianasreturn-1.0 && ./giana_ubuntu32 -fs’
5.
You can use the order
xterm -e ‘cd /opt/gianasreturn-1.0 && ./giana_ubuntu32 -fs’
even for a starter on the desktop or an entrance in the main menu. That looks complicated, but the programme is a little buggy in this way: all paths are relative to the current directory. The xterm detour does not care about that.
6. (not necessary!) Another way is to write a little shell script. Open your editor (for example ‘gedit’).
The gedit file should look like this:
#!/bin/sh
cd /opt/gianasreturn-1.0
./giana_ubuntu32 -fs
Save it as ‘~/run.sh’.
Go back to the shell.
user@name:~$ gedit
(gedit:3289): Bonobo-WARNING **: Bonobo must be initialized before use
user@name:~$
Move the file to your gianas folder and change the file mode bits
user@name:~$ sudo mv ~/run.sh /opt/gianasreturn-1.0/run.sh
user@name:~$ sudo chmod +x /opt/gianasreturn-1.0/run.sh
Run the script
user@name:~$ /opt/gianasreturn-1.0/run.sh
6. You can use the order
/opt/gianasreturn-1.0/run.sh
even for a starter on the desktop or an entrance in the main menu.
Thanks to “VC1581”!!!
Comment by Gnurpsnewoel
June 11, 2011 @ 21:57
The Ubuntu-32 version is still buggy. When I switch to the fullscreen mode (and that happens only with giana), my pc is crashing and must be rebooted.
I mostly noticed this bug, when I had started Giana once before. Maybe the programme doesn’t finish completely.
It would be nice, if you fixed it.
Comment by Gnurpsnewoel
June 16, 2011 @ 01:32
And yes, a *.deb package or even a Personal Package Archive would be great!
Comment by Gnurpsnewoel
June 16, 2011 @ 01:35
The fullscreen mode bug (s. comm. 12) will be also existing, if Giana’s is getting started in the first instance. It seems to work better with root, but that is not satisfactoring because: a. it will not be preferable to run a file with root, if it is not necessary; b. it is sometimes possible to start the file without root; c. I have not tested, if it is always possible to start it with root or if it is may-be crashing even so.
Comment by Gnurpsnewoel
June 21, 2011 @ 12:52
No, sudo doesn’t change anything. It’s as buggy with sudo as buggy without.
Comment by Gnurpsnewoel
June 23, 2011 @ 19:02