Garena after last update

Questions about Wine on Linux
Locked
Orkenzo
Newbie
Newbie
Posts: 3
Joined: Sat Sep 01, 2012 1:24 pm

Garena after last update

Post by Orkenzo »

Hi,
I play on Garena since end of june when garena did some new update. After that i can't use lan button (little lag and nothing happen).
I try different version of wine (1.4,1.5,1.6-dev...both from source and via aptitude on Ubuntu 13.04)...nothing help.
Other problem is that i need reinstall garena after reboot (its ok but it cannot be lauched after sign out/exit).
I search on Garena Forum/Google and a lot of people have these problem since 20.6.2013, but Garena team don't have any help (just thinks like reinstall a try it again which doesn't help).

So does anybody play via Garena now? It is possible? (and how :lol: )
If you wanna try it you can download Garena for free on www.garena.com.

Thanks,
Orke.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Garena after last update

Post by dimesio »

File a bug.
Orkenzo
Newbie
Newbie
Posts: 3
Joined: Sat Sep 01, 2012 1:24 pm

Re: Garena after last update

Post by Orkenzo »

Today i try debug Garena and i found one problem. Garena need task scheduler and FirewalAPI.dll.

taskschdl.dll

Code: Select all

err:ole:CoGetClassObject class {0f87369f-a4e5-4cfc-bd3e-73e6154572dd} not registered

FirewalAPI.dll

Code: Select all

err:ole:CoGetClassObject class {e2b3c97f-6ae1-41ac-817a-f6f92166d7dd} not registered
i don't found these in winetricks so i try install it manualy. First i copy taskschdl.dll from windows and try register it:

Code: Select all

orkenzo@orkenzo-desktop:~$ regsvr32 "C:\windows\system32\taskschd.dll"
err:module:import_dll Library API-MS-Win-Core-Debug-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-ErrorHandling-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-File-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-Heap-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-Interlocked-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-LibraryLoader-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-Localization-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-Misc-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-Profile-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-Synch-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
err:module:import_dll Library API-MS-Win-Core-SysInfo-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\taskschd.dll") not found
Failed to load DLL C:\windows\system32\taskschd.dll
So now i see it's not a good way. How can I install it?

Thanks,
Ork.
Locked