http://bugs.winehq.org/show_bug.cgi?id=1944
Summary: RtlpWaitForCriticalSection wait timed out in thread
Product: Wine
Version: 20031212
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jau(a)iki.fi
I tried to install the game Pharaoh to test how well wine manages.
When the installation automate was running I got these error message...
err:ntdll:RtlpWaitForCriticalSection section 0x20777520 "../../windows/user.c:
USER_SysLevel" wait timed out in thread 000c, blocked by 000b, retrying (60 sec)
winewine in free(): warning: recursive call
wine in malloc(): warning: recursive call
in malloc(): warning: recursive call
err:ntdll:RtlpWaitForCriticalSection section 0x20947120 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 000b, blocked by 000c, retrying (60
sec)
wine: Unhandled exception (thread 000b), starting debugger...
after this wine gave up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1943
Summary: InvalidateRect( hDeskTopWindow,0,0) does not work
Product: Wine
Version: 20031212
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eetasoft(a)online.ee
To reproduce:
1. unzip bug attachment files to some directory.
2. Add the following lines to WINE config file:
[Version]
"Windows" = "nt351"
3. Run
WINE invalidaterectbug.exe
4. Press down arrow key ten times or scroll down
5. Press up arrow ten times or scroll up
Observed result:
A garbage foxpro report preview screen appears and remains.
Expected result:
A garbage screen must disapper after each 1 second.
This code calls InvalidateRect(hGetDeskTopWindow,0,0)
after each second. InvalidateRect() must forse correct repainting of
screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1942
------- Additional Comments From jbrown106(a)swift-mail.com 2004-17-01 12:47 -------
Turning on overcommit_memory makes wine work without a hitch. Someone should
put this in the README file.
One question though. Why does it segfault when overcommit is off? Is this still
considered a bug, or is it just something that we're gonna live with?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1942
------- Additional Comments From marcus(a)jet.franken.de 2004-17-01 03:24 -------
can you try as root
echo -n 1 >/proc/sys/vm/overcommit_memory
and try again ?
also try
wine-pthread --version
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1941
Summary: IE6: No scroll bars for pull-down pop-up menus too big
for the screen
Product: Wine
Version: 20031118
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcp(a)eskimo.com
I got IE6 working under wine to my satisfaction on my RH9 setup a few months ago
(using wine releases 20030911 and also 20031016). Kudos are in order, it's
really quite usable (great for those web sites that *require* IE).
I recently upgraded to FC1 and wine release 20031118. There seems to be a new
bug thas has crept in that wasn't a problem before (it's still there in 20031212
too). Actually, errant application behavior might be a better term as it
doesn't crash or anything like that.
On pages that have HTML forms with pull-down menus, the list that appears when
you select it is not scrollable when it is too long to fit on the page. The list
just goes off the page, and if what you want is off the screen, you are just
SOL. A simple example might be in order;
http://www.ups.com/
The "Select your country" pull down exhibits this behavior. It's long enough
that perhaps 75% of it is off the screen and not accessable. I reproduced this
problem on another RH9 box by just upgrading wine from 20031016 to 20031118 or
newer.
I can send screen shots, but it's pretty reproducable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1374
------- Additional Comments From lionel.ulmer(a)free.fr 2004-15-01 16:17 -------
Could you check if the editor uses D3D or OpenGL ? Basically, attach here the
result of a '--debugmsg +ddraw,+opengl' trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1793
------- Additional Comments From gslink(a)one.net 2004-15-01 12:41 -------
Further investigation of this bug revealed that because the method of ttf
conversion delivers fonts upside down that a makefont operator is required.
This has the effect of inverting the font and also allowing it to be sized.
Some Win95 systems required that the matrix of the makefont operator to be of
the form [-200 0 0 200 0 0]. The Wine Postscript driver needs to test for this
and change signs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
> http://bugs.winehq.com/show_bug.cgi?id=1815
>
> ------- Additional Comments From marcus(a)jet.franken.de 2003-31-12
03:18 -------
> try again with a newer wine release (20031212).
> also try disabling exec-shield if it is enablked on your machine
Sorry for the delay in replying, haven't had time to play with this
Uninstalled wine, cleaned off all wine files from bin and lib directories,
deleted all config files from /etc and home directories. Rebooted.
Downloaded wine-20031212-1rh9winehq.i386.rpm and installed it.
Rebooted.
winelauncher seems to start, and I used it to copy default config but
eventually it fails with this in the log
/usr/bin/winelauncher: line 411: 1541 Segmentation fault
$WINEBIN/$WINE_BIN_NAME "$@"
Running
wine notepad.exe
results in the following:
wine: relocation error: wine: undefined symbol: wine_init_argv0_path
same with winedbg.