WineHQ
Garena Garena 2010



Category: Main > Games > Game Tools > Garena > Garena 2010


NameGarena
VersionGarena 2010
License Free to use
URLhttp://www.garena.com/
Votes 6
RatingGold
Wine Version1.3.23
Free Download Garena client download
Maintainers of this version:
Description
Garena 2010 brings improvements to stability, reliability and tries to improve on gameplay experience while completely going off shot with two new totally not cool skins, which give you the majestic option of choosing between the black and red variant of the same lame skin. Apart from that users have reported less lags, less drops and no change in number of maphackers (in dota). 
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works
Installation and the skin selection screen.


What does not
Garena crashes after the skin selection screen.


What was not tested
Everything after skin selection.


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowFedora 15 x86Jul 12 20111.3.23 No, but has workaround Yes Gold mugen 
ShowUbuntu 10.10 "Maverick" x86_64 (+ variants like Kubuntu)Jun 19 20111.3.22 Yes Yes Gold Prabhjot Bhatia 
ShowArch LinuxMay 18 20111.3.20 Yes No Garbage Bogdan 
ShowUbuntu 10.10 "Maverick" x86_64 (+ variants like Kubuntu)Jan 30 20111.3.12 Yes Yes Bronze an anonymous user 
ShowUbuntu 10.04 "Lucid" (+ variants like Kubuntu)Sep 12 20101.3.1 Yes Yes Platinum Sabun 


Known bugs
Bug # Description Status Resolution Other apps affected
27463 Garena can't save executable path UNCONFIRMED View

 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

WORKING!!!!
by mugen on Tuesday July 5th 2011, 2:13
never installed it this Linux installation, i opened the version i have in windows, and it just worked, without doing all that stuff.

[post new] [reply to this]

Newer version
by Prabhjot Bhatia on Monday June 20th 2011, 13:37
Hi all, Do try out the new Garena Messenger Beta. It's the newer version of Garena and supports a better UI experience as compared to the client.

[post new] [reply to this]

garena messenger
by mugen on Friday June 17th 2011, 0:16
installed it on windows, then used on fedora 15 with kde , working perfectly

[post new] [reply to this]


by Maxim on Saturday January 29th 2011, 23:41
I see no hosts in warcraft tft with wine-1.3.11 builded with "X alsa dbus gecko jpeg lcms mp3 ncurses opengl oss perl png ssl threads truetype win32 xml".
When I click start button, window "Program Error, program war3.exe has encountered a serious problem and needs to close" appears, but then warcraft starts, and no hosts are availible.

[post new] [reply to this]

  • RE: by Philips Nguyen on Saturday December 17th 2011, 19:58
warcraft doesn't run
by Viktor on Saturday November 20th 2010, 16:03
Garena works great via PlayOnLinux and wine 1.1.11, but when I try to start Warcraft 3 on it, Garena just minimize... and nothing happens!
Help please.

[post new] [reply to this]

Garena 2010 + Wine 1.3.1 + Warcraft 3
by Pigeon on Saturday August 28th 2010, 7:13
Seems to work pretty well now, and it seems that I don't need to kill the winedevice.exe process anymore.

[post new] [reply to this]

Sorry
by Daniil Lunyov on Sunday August 22nd 2010, 14:46
I can see hosts but lags (

[post new] [reply to this]

It works!
by Maxim on Saturday July 31st 2010, 8:15
With wine hacks from git garena works fine, but I have problem with warcraft3 and my xfce4, switching to another workspace makes warcraft windowed (this happens only when warcraft loaded by garena client, directly runned warcraft havent this problem). Is there some way to resolve this? Or may be it is possible to turn game back to full-screen view?
Anyway this is really awesome =)

[post new] [reply to this]

A little script to start Garena
by Matej Špindler on Tuesday July 20th 2010, 5:46
This script starts Garena and then kills the GarenaPEngine process. Create the script in the Garena folder. Make it executable and run it!

#!/bin/bash
export WINEDEBUG=-all
wine Garena.exe &

sleep 5
ret=`ps ax | grep GarenaPEngine`
pid=${ret%% *}
kill -9 $pid

[post new] [reply to this]


by Pigeon on Saturday July 17th 2010, 7:22
bugs.winehq.org/show_bug.cgi?id=16047

I've attached a patch (tested with both wine git and wine hacks git).

Garena + Warcraft 3 will not cause a cause anymore when you join games.

[post new] [reply to this]

  • RE: by arjun variar on Monday July 19th 2010, 0:35
    • RE: by Matej Špindler on Tuesday July 20th 2010, 4:51
  • RE: by cooldean on Tuesday July 27th 2010, 16:30
Garena + Warcraft III
by Pigeon on Thursday July 15th 2010, 7:46
Hi,


As of 2010-07-15, with a few tricks, Wine + Garena + Warcraft III seems to work ok together.


I have just started from scratch to make sure it works. And I'm trying to recap what I've done.


Wine used: repo.or.cz/wine/hacks.git
I used this version only because it already has the AcceptEx patch in it. As far as I know, git wine will also work if you apply the AcceptEx patch yourself.


1. Starting with a fresh WINEPREFIX, for example:
$ mkdir /home/pigeon/tmp/wc3
$ export WINEPREFIX=/home/pigeon/tmp/wc3


2. I first run winecfg to configure a virtual desktop of 1024x768, a personal preference really.


3. Install Warcraft III, then Frozen Throne, then update with the latest patch. You can download patches from Blizzard's ftp. I upgraded mine via battle.net.

If you have an already installed Warcraft III, you can use it by copying the whole installed directory into the new WINEPREFIX. You may also want to import some old registry too.


4. I used winetricks to install ie6. This makes certain GUI part of Garena work. I also tried gecko and it doesn't work as well as ie6 within Garena. But I believe this does not affect the actual game play.


5. Install Garena. Don't let the installation run Garena yet.


6. Run Garena with WINEDEBUG=+relay. For example:
$ WINEDEBUG=+relay wine "c:\Program Files\Garena\Garena.exe" 2>/dev/null

Note that the +relay slows everything down quite a bit. But it's still quite playable, at least on my 3+ years old laptop. Without the +relay, Garena's war3hook.dll will crash when you try to join a game (or when someone else joins your game) in Warcraft3.


7. Run 'ps axw | grep winedevice' from another terminal until you see processes like this:

20742 ? Sl 0:00 C:\windows\system32\winedevice.exe MountMgr
20764 ? Sl 0:00 C:\windows\system32\winedevice.exe GarenaPEngine


8. Kill the process with GarenaPEngine, e.g. kill 20764

If you are really lazy, you can also just keep typing 'killall winedevice.exe' until Garena's GUI comes up. It will kill that MountMgr in this case, but it doesn't seem to affect Garena and Warcraft3.


9. Garena's GUI should come up. From this point onwards, you should be fine. You can join a room, start Warcraft3, see other's games, join games, and play games. Remember to setup the path to Warcraft 3 to run war3.exe.


10. Goto Oceania, one of the Australia DotA Rooms, look for me, say hi, and maybe we can play a game ;)

[post new] [reply to this]


by Pigeon on Tuesday July 6th 2010, 8:59
Quick update to my last comment.

+relay alone makes it work.

+seh is not needed.

[post new] [reply to this]


by Baylodeame on Tuesday July 6th 2010, 8:22
I think so, I can not test it now because I am doing a job, but I decided several problems with the wine importing the complete record of the windows through the regedit and also copying the system32 folder. I think it was a good try. But if you just install a virtual machine with Windows XP and update it and install necessary programs, like runtimes, to feed the record and then import it.

[post new] [reply to this]


by Prabhjot Bhatia on Sunday March 28th 2010, 13:07
Has anybody tried the workaround I mentioned under Garena 3.0?

[post new] [reply to this]

  • RE: by Pigeon on Sunday June 27th 2010, 7:47
    • RE: by Pigeon on Sunday July 4th 2010, 5:40
      • RE: by Pigeon on Monday July 5th 2010, 7:29
        • RE: by Pigeon on Monday July 5th 2010, 17:21
          • RE: by Baylodeame on Monday July 5th 2010, 17:46
            • RE: by Pigeon on Tuesday July 6th 2010, 6:27
              • RE: by Baylodeame on Tuesday July 6th 2010, 7:51
                • RE: by Pigeon on Tuesday July 6th 2010, 8:09
                  • RE: by Luis Mata on Wednesday July 14th 2010, 16:04
                    • RE: by Pigeon on Thursday July 15th 2010, 7:48



   << Back

Page loaded in 0.14878 seconds.