Latest Garena not starting in Ubuntu 10.04

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fernandocarvalho
Level 4
Level 4
Posts: 102
Joined: Sun Oct 11, 2009 7:03 am

Latest Garena not starting in Ubuntu 10.04

Post by fernandocarvalho »

I can't start Garena on Ubuntu 10.04.
Here are the details:

Code: Select all


fernando@fernando-desktop:~/.wine/drive_c/Arquivos de programas/Garena$ wine Garena.exe 
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntoskrnl:KeInitializeMutex stub: 0x5437e0, 0
fixme:ntoskrnl:PsSetCreateProcessNotifyRoutine stub: 0x540614 0
fixme:ntoskrnl:KeGetCurrentIrql  stub!
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x5437e0, 0, 0, 0, (nil)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c: loader_section" wait timed out in thread 001e, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c: loader_section" wait timed out in thread 001e, blocked by 0009, retrying (60 sec)
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc357eb

Code: Select all

fernando@fernando-desktop:~/.wine/drive_c/Arquivos de programas/Garena$ uname -a
Linux fernando-desktop 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 i686 GNU/Linux
Application downloaded from:
http://stats.garena.com/clientdownload. ... n&mirror=0
At july-30-2010

.wine folder absolutely clear.
fernandocarvalho
Level 4
Level 4
Posts: 102
Joined: Sun Oct 11, 2009 7:03 am

Post by fernandocarvalho »

:arrow: :arrow: :arrow: :arrow: :arrow: :arrow:
I forgot to tell which wine version I used:

Code: Select all

fernando@fernando-desktop:~/.wine/drive_c/Arquivos de programas/Garena$ wine --version
wine-1.3.0
:roll:
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Post by jeffz »

fernandocarvalho wrote::arrow: :arrow: :arrow: :arrow: :arrow: :arrow:
I forgot to tell which wine version I used:

Code: Select all

fernando@fernando-desktop:~/.wine/drive_c/Arquivos de programas/Garena$ wine --version
wine-1.3.0
:roll:
Did it work with an earlier version of Wine?
http://wiki.winehq.org/RegressionTesting
fernandocarvalho
Level 4
Level 4
Posts: 102
Joined: Sun Oct 11, 2009 7:03 am

Post by fernandocarvalho »

I'm trying to revert to older wine versions.
But I think that this should be a little boring task, to do manually.
So my idea is to create a script that, do this task automatically.
Then, the steps that I thought was:
- get the latest wine commit.
- compile it and run the application.
- get the debug output.
- for each wine commit, do:
- get an earlier commit.
- compile it and run the application.
- get the debug output.

So I can let it testing without the need of doing it manually.
Do anyone have a suggestion to this?
I don't know too much about how git works, so I need some instructions.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

fernandocarvalho wrote:I'm trying to revert to older wine versions.
Test in 1.3.0. There was a Garena bug fixed recently. http://bugs.winehq.org/show_bug.cgi?id=16047
fernandocarvalho
Level 4
Level 4
Posts: 102
Joined: Sun Oct 11, 2009 7:03 am

Post by fernandocarvalho »

I've already tested in 1.3.0 and the result is the first post.
Locked