http://bugs.winehq.org/show_bug.cgi?id=28538
Bug #: 28538
Summary: ArcPad 10 is not starts.
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fnnarcisz(a)gmail.com
Classification: Unclassified
I installed the ArcPad 10 software, and I tried to start it.
The main window started, but then the software sent an error message, and
stopped.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19299
Summary: fixme:quartz:MediaControl_RenderFile
(0x7c20978/0x7c2097c)->(L"D:\\assimil\\d_fr\\sounds\\e
001_01.mp3" (0x7c47674)): stub !!!
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quickhelp(a)gmail.com
CC: quickhelp(a)gmail.com
Created an attachment (id=22346)
--> (http://bugs.winehq.org/attachment.cgi?id=22346)
output of the WINEPREFIX=/bla wine Assimil.exe command
- I copied all files from the cd into /blub.
- I created a clean wine v1.1.25 environment: WINEPREFIX=/bla winecfg
windows XP
sound turned on with default (ALSA) settings that work for me in other
programs
d: = /blub as type CD-ROM
- I installed the application (ASSIMIL french CD version 3.10): WINEPREFIX=/bla
wine d:\setup.exe
This seems to have worked.
- cd /bla/drive_c/Programme/Assimil/d_fr
- WINEPREFIX=/bla wine Assimil.exe
The program starts.
But when it comes to play sentences that are stored in mp3 files I hear nothing
and see the above error message.
Unfortunately with google I didn't found a lot about it.
I tried several reinstalls with "winetricks vb6run d3dx9 ie6 vc6run" but it
does not work.
Any hint will be highly appreciated!
Please let me know if you need anything else!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26356
Summary: Mouse "lags" and doesn't pick up quick movements.
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nheart(a)gmail.com
After installing wine 1.3.15 and running F.E.A.R. (from steam) Mouse ingame
(the menu is fine) is not responsive enough and doesn't pick up fast movements
at all.
Related console output is:
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly
yet.
I suspect one of Alexandre's commits
winex11: Synchronize the mouse cursor in update_mouse_state.
winex11: Update the window cursor at most once every 100ms if nothing changed.
is the culprit. I'll do a regression testing later to find out exactly the
offending commit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19776
Summary: Diablo 1.09 Sound error
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: midian(a)netikka.fi
Created an attachment (id=23170)
--> (http://bugs.winehq.org/attachment.cgi?id=23170)
errormsg
Diablo ingame suddenly crashes while ur playing, happens early or late in the
game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15118
Summary: PokerTracker HUD dysfunctional (UpdateLayeredWindow
needs implementing?)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wtipton(a)hmc.edu
Created an attachment (id=15822)
--> (http://bugs.winehq.org/attachment.cgi?id=15822)
normal output
PokerTracker (www.pokertracker.com -- trial version available) creates a bunch
of small windows which overlay poker clients' windows and give various
statistics about opponents' play.
The most recent versions of PokerTracker include updates to this functionality
which, unfortunately, break the application under wine. Instead of the small,
information-bearing dialog appears a very large blank gray one with which the
user can not interact.
The most relevant-seeming line in the normal output is:
fixme:win:UpdateLayeredWindow
(0x10a40,0x354,0x33f300,0x33f2d4,0x380,0x33f2bc,0x007b7b7b,0x33f334,2): stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18057
Summary: mishandled has_space==1 && opt_s==0 in
programs/wcmdmain.c for built in commands
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swelef(a)post.sk
When using ActivePerl to execute Perl statements such as
my $p=`set PATH`;
ActivePerl will pass it as a quoted argument to CreateProcessW:
CreateProcessW app L"cmd.exe" cmdline L"cmd.exe /x/d/c \"set PATH\""
wcmdmain.c:wmain will get the following arguments:
0 => L"cmd.exe"
1 => L"/x/d/c"
2 => L"set PATH"
and determine that has_space==1 && opt_s==0 thus creating
cmd = L"\"set PATH\""
This command is later passed to WCMD_execute where there's no match with
the "inbuilt[]" commands (because of the leading double-quote) and it's in
turn passed to WCMD_run_program. That function tries to do its best but in
the
if ((opt_c || opt_k) && !opt_s && !status
&& GetLastError()==ERROR_FILE_NOT_FOUND && command[0]=='\"')
branch (wcmdmain.c, lines #1158-1162 in wine 1.1.19) it strips the quotes
and calls _itself_ thus missing the check for "inbuilt[]" commands. What's
required here is to call back to WCMD_execute but unfortunately some of
the WCMD_execute's arguments are not available at this point.
PS: I'm trying to use S60_5th_Edition_SDK_v1.0 on debian lenny and the
first point of failure was the Perl statement
open PIPE, "set EPOCROOT |";
I have made experiments with wine 1.0.1 and 1.1.19 and with ActivePerl
5.10.0.1004 and StrawberryPerl 5.10.0.4 with the same results. However,
Wine 1.1.19 with ActivePerl and `set PATH` is the only test case I have
investigated in depth.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28311
Summary: WCMD_for /R needs to handle supplied root
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: runetmember(a)gmail.com
Because of error "fixme:cmd:WCMD_for /R needs to handle supplied root" some
installers can not unpackage files from archive. Original bugreport:
http://bugs.winehq.org/show_bug.cgi?id=28058
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21131
Summary: cmd /c echo "&" returns 'Echo is ON', not '"&"'
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
echo /c ^&
should give
&
as well, but that's bug 18346...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25202
Summary: Wine should use pkg-config --libs freetype2 instead of
freetype-config --libs
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Currently the Wine configure script uses freetype-config --libs to figure out
the flags needed for linking (freetype-config returns "-lfreetype -lz"). But
freetype-config returns the values needed for _static_ linking. Please use
pkg-config --libs freetype2 which gets it right and only reports "-lfreetype"
back.
This problem lead to e.g. <http://forum.winehq.org/viewtopic.php?t=1951> on 64
bit builds on Debian and its derivatives (and maybe others). And even though I
can work around this by having the 32 bit libz around in the build environment,
the better solution would be not to link needlessly against it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21198
Summary: Heroes of Might and Magic V hangs during start-up
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benoit.pierre(a)gmail.com
It hangs after displaying the splash screen, last trace is:
err:ntdll:RtlpWaitForCriticalSection section 0xc37d34 "?" wait timed out in
thread 0020, blocked by 0021, retrying (60 sec)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27654
Summary: Sound fails after level start in System Shock 2
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RoboJ1M(a)gmail.com
Hi,
I'm trying to play System Shock 2 under wine.
I have an Ubuntu 11.04 machine running wine 1.2.3.
Everything works perfectly except that the sound fails immediately after the
first loading screen (at the recruitment level)
I've had it work once, every other time it's failed.
Game stability seems to be related to level of logging enabled, for instance:
WINEDEBUG=warn+all causes the game to crash during the intro video (usually
fine, video and audio)
WINEDEBUG=-all,+dsalsa does not, although sounds does of course still fail.
I also included this, which is the highest level for +all that works:
WINEDEBUG=error+all
Regards,
James.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19583
Summary: The Football Superstars updater endlessly loops
attempting to update
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://download.footballsuperstars.com/FSDownloader.ex
e
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22823)
--> (http://bugs.winehq.org/attachment.cgi?id=22823)
FSPatchR.exe standard error
With wine-1.1.26-316-g6deaa09, after installing Football Superstars (a
multi-gigabyte download), when the autoupdate utility is run post-install, the
autoupdate utility fetches relevant updates, but continuously restarts as if
the updates had never been applied. Standard error and patch updater logs are
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27129
Summary: Eve Online Randomly Crashes with unhandled page fault
on read access.
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wweiland(a)starnova.org
Created an attachment (id=34636)
--> (http://bugs.winehq.org/attachment.cgi?id=34636)
Backtrace 051111
I've been dealing with this problem for months now. I can log into Eve Online
fine, but after a random amount of time (seconds or minutes) the program will
just crashed. I can be in station or in space. There can be ships around or
nothing. I can leave my window in the foreground or put it in the background.
It will crash regardless. I have updated my nvidia video drivers to the latest
version off their website as well as use the native Ubuntu drivers. I'm
currently running Ubuntu 11.04 but have experienced this problem in 10.10. I
have attached the backtrace. Please let me know what other information is
needed.
Intel Xeon W3550
nVidia Corporation G98 [Quadro NVS 420]
Eve Version 6.43.252410 (247655)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22934
Summary: Portal from Steam - recommended texture detail low
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Wine out of the box.
Portal from Steam. Only flash installed from Adobe page.
'Settings recommended for your system' set default to 'High' but 'Texture
detail' to 'Low'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25888
Summary: assert failure playing mp3 file in Super Mario Bros. X
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Created an attachment (id=32994)
--> (http://bugs.winehq.org/attachment.cgi?id=32994)
test program that plays a file with RenderFile
The windows game Super Mario Bros X spends a long time trying to start playing
an mp3 file when it starts up. The particular file varies, but in one case it
was c:\smbx\music\nsmb-overworld.mp3.
I tried using a test program to play this file with RenderFile. The program
churns for a bit, printing a lot of fixmes that look like this:
fixme:quartz:parse_header Not a valid header: 00:ff
Eventually, the file seems to start playing for an instant, then the program
crashes on a failed assertion.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26810
Summary: DirectInput gives incorrect gamepad device
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehpola(a)yahoo.com
I'm using a Playstation 3 DualShock 3 controller over USB with my Ubuntu 10.10
system. It generally works fine with native applications; however, I've been
unable to get it working with Wine applications.
When investigating further, I found a simple application which could test out
DirectInput joystick devices: http://www.csh.rit.edu/~jon/projects/joystick/.
Building this using winemaker (small tweaks were required) demonstrated that
two devices were created for the single gamepad.
The first device was incorrect: the X axis of the left stick was stuck at 128
(a minimal value as the values for the axises were unsigned 16-bit values).
The second device seemed correct and even the right stick registered properly
(when the device had an "X,Y,Rx,Ry" entry in the registry).
Hopefully someone with some DirectInput experience will know what's going on
here. I have yet to look at the code, but may do so when time allows. Let me
know if any further information is needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21132
Summary: 'cmd echo on' sometimes fails
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
$ rm a
$ wine cmd
Z:\home\austin\>echo on > a
Z:\home\austin\>type a
on
but running:
austin@laptop:~$ wine cmd /c echo on > a
austin@laptop:~$ cat a
shows an empty file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10763
Summary: Window movement in virtual desktop mode should match
real Windows
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
This is a suggestion about the way window borders are drawn when windows are
dragged or resized, when in virtual desktop mode.
Windows (2000) operation seems to be like this:
- Window movement:
- When the pointer is stationary over the window title bar, pressing and
holding the left button causes the highlighted border frame to be drawn
after approximately 1 second. (Wine only draws the border frame once the
pointer is moved.)
- For non-resizeable windows, the border is highlighted by a 1-pixel thick
rectangle with dotted lines (Wine does this currently). For resizeable
windows, the border is highlighted by a 4-pixel thick rectangle with
crosshatch/checkerboard lines. (Wine uses XOR/complement highlighting in
this case.)
- Window resizing:
- As with movement of resizeable windows, the Windows border frame drawing
differs from Wine's complement type highlighting.
My suggestion is that by default Wine's behaviour should match the Windows
behaviour. However some users may prefer the complement type highlighting. (In
some cases parts of the Windows border frame are invisible, depending on the
background colour.) Maybe have an option or registry setting to tell Wine to
always complement (including when moving non-resizeable windows)?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25901
Summary: Incorrect command line parsing in cmd
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atohom(a)gmail.com
#include <stdio.h>
#include <windows.h>
int main(int nargs, char *args[])
{
if(nargs>1)
{
char *cl=GetCommandLine();
printf("%s\n", cl);
}
else
{
STARTUPINFO si={sizeof(STARTUPINFO)};
PROCESS_INFORMATION pi;
CreateProcess(NULL, "cmd /C \"\"test.exe\" \"1 2 3\"\"", NULL, NULL, FALSE,
0, NULL, NULL, &si, &pi);
WaitForSingleObject(pi.hProcess, INFINITE);
CreateProcess(NULL, "cmd /C \"\"test.exe\" \"\"1 2 3\"\"\"", NULL, NULL,
FALSE, 0, NULL, NULL, &si, &pi);
WaitForSingleObject(pi.hProcess, INFINITE);
CreateProcess(NULL, "cmd /C test.exe \" 1", NULL, NULL, FALSE, 0, NULL,
NULL, &si, &pi);
WaitForSingleObject(pi.hProcess, INFINITE);
CreateProcess(NULL, "cmd /C test.exe \"\\\"", NULL, NULL, FALSE, 0, NULL,
NULL, &si, &pi);
WaitForSingleObject(pi.hProcess, INFINITE);
CreateProcess(NULL, "cmd /C test.exe \"/\"", NULL, NULL, FALSE, 0, NULL,
NULL, &si, &pi);
WaitForSingleObject(pi.hProcess, INFINITE);
}
return 0;
}
On Windows this test program prints:
"test.exe" "1 2 3"
"test.exe" ""1 2 3""
test.exe " 1
test.exe "\"
test.exe "/"
but in wine you get:
test.exe 1 2 3
test.exe 1 2 3
test.exe " 1"
test.exe \"
test.exe /
quote from cmd help on how it is supposed to work:
If /C or /K is specified, then the remainder of the command line after
the switch is processed as a command line, where the following logic is
used to process quote (") characters:
1. If all of the following conditions are met, then quote characters
on the command line are preserved:
- no /S switch
- exactly two quote characters
- no special characters between the two quote characters,
where special is one of: &<>()@^|
- there are one or more whitespace characters between the
two quote characters
- the string between the two quote characters is the name
of an executable file.
2. Otherwise, old behavior is to see if the first character is
a quote character and if so, strip the leading character and
remove the last quote character on the command line, preserving
any text after the last quote character.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25588
Summary: TYPE and MORE integrated commands ignore charset
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Using "wine cmd" or "wine wineconsole cmd" in a language using non ASCII
characters, using "HELP" correctly displays accentuated characters.
"TYPE" and "MORE" integrated commands do not.
Works: HELP
Doesn't: HELP | MORE
HELP > help.txt followed by MORE help.txt
(similar for TYPE)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17730
Summary: Painkiller level E4M3 "Babel" hangs on load
Product: Wine
Version: 1.1.17
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aoanla(a)yahoo.com
For unknown reasons, when attempting to start the level "Babel" in Painkiller
(Steam edition) in Wine, the game hangs roughly 50% of the way into loading the
level. The program can be killed by switching to a virtual console and killing
the process - this does not affect the Steam process, and results in an
apparently clean exit.
There is no debug output from Wine at any point around the time of the hang.
Bug occurs with NVIDIA drivers 177.80 and 180.37
Bug occurs with both fbo and backbuffer offscreen rendering.
Bug occurs with Wine 1.1.17. No other wine version tested yet
All previous levels load perfectly in 1.1.17.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28213
Summary: IE7/IE8 x64 installation doesn't complete
Product: Wine
Version: 1.3.27
Platform: x86-64
URL: http://download.microsoft.com/download/7/5/4/754D6601-
662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-
ENU.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=36131)
--> (http://bugs.winehq.org/attachment.cgi?id=36131)
Terminal output
The first part of the installation process for 64-bit IE7 and IE8 seems to
work, but both installers get stuck at "installing Windows Internet Explorer
core components." There is an easy workaround: manually kill cmd.exe, and the
installation will finish. (IE7 spawns a second instance of cmd which also needs
to be terminated.)
The reported Windows version must be set to Windows 2003 to run the installer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27001
Summary: Cloning Clyde hangs with a black screen on start
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://store.steampowered.com/app/91800/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Cloning Clyde hangs on startup, using 100% CPU. The window is solid black.
The terminal spams:
err:d3d:swapchain_blit >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
Swapchain present blit(EXT_framebuffer_blit)
@ swapchain.c / 326
The game has a demo, but steam won't let me install the demo because I have the
full game. So I don't know whether that demo has the same issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24464
Summary: UpdateLayeredWindow() generates WM_SIZE when it should
not, and other non-matching behavior
Product: Wine
Version: 1.1.44
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivucica(a)gmail.com
Created an attachment (id=30866)
--> (http://bugs.winehq.org/attachment.cgi?id=30866)
test case
Below are pasted the notes from the attached source code, for easier reference.
The most important bug is #4, erroneous generation of WM_SIZE when they should
not be generated. I did not feel like creating several bug reports, feel free
to split if necessary.
Attached is the test case demonstrating the issues. To compile test case using
MinGW, use following makefile:
CC=i386-mingw32msvc-gcc
all:
$(CC) -o updatelayeredwindow_demo.exe -lole32 -lcomdlg32 -luser32
-lwinmm main.c -lgdi32
Please compare behavior between XP and Wine. You can make the window reduce its
size by left clicking. Then observe the log. You can notice that on XP, WM_SIZE
is not generated. On Wine, it is continuously generated. Bugs #1-#3 can also be
tested easily by modifying the source code as described and comparing output.
I presume the bug happens everywhere, although it was tested only on OS X.
At least one application development framework, Cocotron, depends on correct
behavior for WM_SIZE. Cocotron reimplements OS X's Cocoa API to create source
level compatibility. Wine is the easiest way to test the Cocotron executables,
since Cocotron compiles on OS X to produce Windows binaries. Otherwise, one
needs to have a machine (either real or virtual) that runs Windows in order to
test software.
However, this bug blocks testing of any application that uses "sheets", since
sheets are animated using UpdateLayeredWindow(). Sheets are captionless modal
dialogs that appear on their owner window, and as their parent moves, they move
as well. They are quite ubiquitous on Mac OS X and in Cocoa.
Description of Cocotron internals and cause for this bug:
Animations use class instance's _size member, which is updated when WM_SIZE is
sent. This member should not ordinarily be updated during execution of
animation function, but it gets updated because WM_SIZE is sent.
// TESTED ON WINDOWS XP with wine-1.1.44
// bug #1: If we pass 0 as first argument to CreateWindowEx(), Windows ignore
// UpdateLayeredWindow(). Wine does not.
// bug #2: If we pass WS_EX_LAYERED as first argument to CreateWindowEx(),
Windows does not
// display the window except in taskbar. Wine displays it, and even
dispatches
// WM_LBUTTONDOWN. Function should also fail, with GetLastError()
returning 0.
// #2a: Additionally, same thing happens if we do not pass a DC as fifth
argument to
// UpdateLayeredWindow().
// bug #3: In WM_LBUTTONDOWN, there is the following call.
// UpdateLayeredWindow(hWnd, GetDC(hWnd), &ptSrc, &sizeWnd, memDC,
&origin, RGB(0xFF,0xFF,0xFF), &blend, ULW_OPAQUE);
// if we pass NULL instead of memDC, Windows do not resize the window.
Wine happily resizes it
// Additionally function should fail.
***********************************************************************
***********************************************************************
// MOST IMPORTANT:
// bug #4: If UpdateLayeredWindow() resizes the window, Windows do not generate
WM_SIZE.
// Wine does generate WM_SIZE.
// This causes a bug in every application displaying "sheets" that is
// developed using Cocotron (http://cocotron.org/). "Sheets" in Mac OS
X are
// per-window modal popups attached to top of the window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20161
Summary: cmd can't handle echo commands containing quotes and
redirection
Product: Wine
Version: 1.1.30
Platform: PC
URL: ftp://ftp.gnu.org/pub/gnu/gcl/binaries/stable/gcl_2.6.
6.mingw32_cltl1_japi_20050210.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer for gnu common lisp
(ftp://ftp.gnu.org/pub/gnu/gcl/binaries/stable/gcl_2.6.6.mingw32_cltl1_japi_…)
runs a batch file which has the line
C:\Progra~1\GCL-2.6.6-CLtL1\lib\gcl-2.6.6\unixport>echo (setq
si::*system-directory* (namestring(truename (make-pathname :name nil :type nil
:defaults (si::argv 0))))) (si::save-system "modified.exe") | saved_gcl.exe
So I tried the short batch file
echo (si::save-system "modified.exe") > echo.txt
It fails to create echo.txt unless you remove the quotes.
[Here's how I happened to try the windows version of gnu common lisp on wine:
In
http://www.bautforum.com/science-technology/94008-free-mathematica-clone.ht…
someone said
"I have not heard of much success using WINE... of late...it seems to be
somewhat defunct(?)"
Bleah. So I tried running wxmaxima in wine. It aborts immediately
because its lisp interpreter tries to allocate all of RAM, and fails.
The interpreter seems to be a fork of GCL, so I went and tried GCL itself,
and ran into the above installer problem.]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26528
Summary: June 2010 directx sdk: cannot change installation
component options
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.microsoft.com/downloads/en/details.aspx?dis
playlang=en&FamilyID=3021d52b-514e-41d3-ad02-438a3ba73
0ba
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Download the installer from above url and run it. When you get to the optional
component section, try to remove/add/change features. Under wine, the popup
menu never appears. Under windows 7, shows up fine. There is no associated
terminal output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21927
Summary: cmd /c "dir " fails
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In Windows, cmd /c "dir " works (note the trailing space).
In Wine, it doesn't, even if you invoke it from inside a cmd shell
(where the quote processing should be identical to that on windows).
This isn't specific to dir; it applies to any internal command.
External commands, e.g. cmd /c "notepad ", work fine.
Reported in wine-users forum, http://forum.winehq.org/viewtopic.php?t=7854
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22715
Summary: specviewperf10: run_all.bat fails to invoke second
test
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.spec.org/gwpg/gpc.static/vp10info.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce, do
cd ~/".wine/drive_c/Program Files/SPECopc/SPECViewperf/viewperf/viewperf10.0"
wine cmd /c Run_All.bat
On Vista, this works fine. On Wine, it fails after running the first test with
wine: cannot find L"C:\\windows\\system32\\Run_Viewset.bat"
File not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27357
Summary: EVE online: client unresponsive with stack overflow in
terminal output
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.lanuschny(a)chello.nl
Created an attachment (id=34980)
--> (http://bugs.winehq.org/attachment.cgi?id=34980)
complete terminal output including 2 crashes/errors
while playing eve (docked in station doing sell orders, character Bruce
Blacky), the eve client went unresponsive to mouse clicks.
when switching to terminal to see out put, eve client disappeared (window
closed?)
qoute from temrinal (complete log in attachement) that belongs to 1st
crash/error:
fixme:imm:NotifyIME NI_CLOSECANDIDATE
wine: Unhandled page fault on write access to 0x28d52004 at address 0x6620b66
(thread 0023), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc4756c
then i restarted the client and after first sell order the client went
unresponsive to mouse clicks again but did not crash 9had to end it with
ctrl+c)
error/crash output from 2nd crash here:
fixme:imm:NotifyIME NI_CLOSECANDIDATE
err:seh:setup_exception_record stack overflow 964 bytes in thread 0023 eip
f7530f2a esp 00240f6c stack 0x240000-0x241000-0x340000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19623
Summary: BITS background transfer job size is always unknown
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.eveonline.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: qmgr
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
Using the small installer to download Eve Online creates a background transfer
job with one file.
The file size progress works but the job totalbytes stays BG_SIZE_UNKOWN. This
leads to the percentage to stay at 0 and the time left calculation should only
garbage.
According to MSDN the job size should be set as soon as all file sizes of the
job are known.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13797
Summary: wineconsole curses backend wraps cursor in cmd
incorrectly
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: Solaris
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trisk+winehq(a)acm.jhu.edu
When wineconsole is built with SVR4 curses instead of ncurses, cmd.exe appears
to work correctly until enough text has been printed to reach the bottom of the
screen, at which point the cursor jumps to the topmost line of the screen.
Entering text will move the cursor along the topmost line, but the text will
not be visible. The cursor will remain on that line indefinitely.
As an example:
Start cmd: wineconsole --backend=curses cmd
Press return lots of times or run dir on a large directory.
The cursor will jump to the top of the screen and stay there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29110
Bug #: 29110
Summary: Avast! Free Antivirus crashes on each boot due to
unimplemented function
ntoskrnl.exe.PsImpersonateClient
Product: Wine
Version: 1.3.32
Platform: x86-64
URL: http://www.avast.com/en-us/free-antivirus-download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
After installing Avast! Free Antivirus, there are multiple crashes on most runs
of wineboot due to unimplemented functions. (Occasionally, one of the crashes -
usually this one - will mysteriously be absent or replaced with an unhandled
page fault.) The second crash is:
wine: Call from 0x7b83b722 to unimplemented function
ntoskrnl.exe.PsImpersonateClient, aborting
wine: Unimplemented function ntoskrnl.exe.PsImpersonateClient called at address
0x7b83b722 (thread 0018), starting debugger...
(FYI, the third and last crash is the one from bug 29108.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23694
Summary: EVE Online: Random "Unhandled page fault" during game
play
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krisloganm(a)hotmail.com
Created an attachment (id=29680)
--> (http://bugs.winehq.org/attachment.cgi?id=29680)
Terminal Output from launch to crash
EVE Online crashes with "wine: Unhandled page fault on read access to
0x1316fee8 at address 0x4b9006 (thread 001c), starting debugger..." randomly.
The address is random as well have had several. I have tried turning off all
audio along with disabling audio through winecfg. Changing graphics settings no
change.
Machine:-
AMD Phenom 9550 Quad 2.2Ghz
4GB Dual Channel RAM
nVidia 9800 GT 512MB RAM
Ubuntu 10.04 LTS x86-64
Kernel 2.6.32-23-generic
Wine 1.2-rc7
Attached is the terminal output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15970
Summary: MuckClient introduction CHM windows are spawned
incorrectly
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.xcalibur.co.uk/MuckClient/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=17159)
--> (http://bugs.winehq.org/attachment.cgi?id=17159)
MuckClient standard error traces
While testing bug 9522, I noticed that on first-time launch of the MuckClient
application, the introduction CHM help window is spawned twice with no client
area, while on Windows only one such window is displayed with a normal client
area. Standard error traces are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26222
Summary: Heroes of Might and Magic V low frame rate
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phillip.e.blankenship(a)gmail.com
Created an attachment (id=33426)
--> (http://bugs.winehq.org/attachment.cgi?id=33426)
log output
Depending on where you look, the frame rate dips to 10fps on good hardware
( GTX 480, Intel Core i7, 3GB ram )
I've tried disabling shaders and setting the video memory size but it doesn't
help.
The console shows a few suspicious messages:
err:d3d:resource_init Out of adapter memory
err:d3d9:device_parent_CreateSurface (0x131854) CreateSurface failed, returning
0x8876017c
fixme:d3d_texture:texture_init Failed to create surface 0x21be40, hr 0x8876017c
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26315
Summary: "Fatal Error" while launching Paintball 2
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaso35(a)googlemail.com
While launching Paintball 2 (http://digitalpaint.org/), a window appears, which
says, that an error occurs and paintball2.exe must be terminated.
But the application starts normally and works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14545
Summary: Baldur's Gate Trilogy: installation fails
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.shsforums.net/index.php?autocom=downloads&sho
wfile=54
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: janukato(a)hotmail.com
Installation fails with wine and wineconsole, nothing else can be done.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23369
Summary: EA Download Manager (used for EA Store): can't connect
to EA Core
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://eastore.ea.com/store/ea/html/pbPage.welcome
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
http://akamai.cdn.ea.com/eamaster/u/f/eaonline/eadm/eadm-installer.exe
6b3d1a328af2d44033c24b84444992f56107b27f eadm-installer.exe
Installs fine in wine-1.2-rc4-147-geaa227c. It complains about missing
icacls.exe (and also uses the dummy cacls that is already in wine).
Once you've installed, try to run EADownloadManager.exe. On first run, you'll
get an adobe air license agreement (maybe only if you installed it silently)...
After that, exits silently.
Terminal output is minimal:
fixme:lsa:LsaGetLogonSessionData 0x32f164 0x32f158 stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 3600000
Installing winetricks wininet, gives:
fixme:lsa:LsaGetLogonSessionData 0x32f164 0x32f158 stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasEnumConnectionsA (0x630607a8,0x6bde348,0x6305f610),stub!
fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:ras:RasEnumEntriesA ((nil),(null),0x6ffcf58,0x6ffd714,0x6ffd710),stub!
fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
Installing winetricks ie6 gets it a bit further:
fixme:lsa:LsaGetLogonSessionData 0x32f164 0x32f158 stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasEnumConnectionsA (0x630607a8,0x6cee348,0x6305f610),stub!
fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusA 0x18f540 type=30 state=1 0x6cee0d0 240
0x6cee314 0x6cee31c 0x6cee310
didn't try any further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23367
Summary: EA Download Manager (used for EA Store): can't login
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://eastore.ea.com/store/ea/html/pbPage.welcome
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 23366
http://akamai.cdn.ea.com/eamaster/u/f/eaonline/eadm/eadm-installer.exe
6b3d1a328af2d44033c24b84444992f56107b27f eadm-installer.exe
Installs fine in wine-1.2-rc4-147-geaa227c. It complains about missing
icacls.exe (and also uses the dummy cacls that is already in wine).
Once you've installed, try to run Login.exe. You can't type anything in the
email/password fields. There's also a message in the bottom left that it can't
connect to EA Core.
Terminal shows:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:advapi:SaferCreateLevel (2, 40000, 1, 0x31d9a0, (nil)) stub
fixme:win:FlashWindowEx 0x32de94
fixme:win:FlashWindowEx 0x32bed4
fixme:win:FlashWindowEx 0x32bed4
fixme:win:FlashWindowEx 0x32bed4
fixme:win:FlashWindowEx 0x32bed4
installing winetricks vcrun2005 eliminates the actctx fixme, but doesn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22962
Summary: System tray icons show garbage on the margin
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.utorrent.com/downloads/complete?os=win
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28438)
--> (http://bugs.winehq.org/attachment.cgi?id=28438)
The system tray icons of both the first application and the second show
garbage.
Basically, every time an icon is added, some garbage appears on the margins of
the icon.
Steps to reproduce:
- Make sure you have a Notification Area applet in the panel. Make sure it
shows the keyboard layout status icon.
- Notice every time you start an exe which registers a system tray icon, the
icon is drawn twice, the second time a few pixels lower. (see the foobar2000
icon in the attached screenshot)
Please tell me whether I should file a separate bug for this very similar
problem:
- Start a second application that registers a system tray icon, notice the icon
of the first application shows some garbage on the margin. (see the uTorrent
icon in the attached screenshot - in this case the garbage is from the "USA"
text, more specifically the left part of the "A" character)
Some more info:
If you move the mouse over the uTorrent icon, it gets redrawn and the garbage
disappears. This does not seem to happen with foobar2000.
You can get these applications from the following URLs:
http://www.foobar2000.org/downloadhttp://www.utorrent.com/downloads/complete?os=win
Ubuntu 10.04 64, Metacity
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26672
Summary: Wine does not create drive letters for auto-mounted
CD's
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: hardware
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Steps to reproduce:
1. Insert a CD, and verify that it's mounted automatically.
2. Start winecfg, and select the Drives tab.
Expected behavior:
The CD shows up on the Drives tab.
Actual behavior:
Only C: and Z: show up on the Drives tab.
I'm using a multilib wine (wine64 and wine32 installed at the same time), and
my prefix is a 64-bit prefix. My config.log from wine64 has the following
lines:
#define HAVE_DBUS_DBUS_H 1
#define HAVE_HAL_LIBHAL_H 1
#define SONAME_LIBHAL "libhal.so.1"
I take this to mean that it was configured with HAL support.
My distribution is Debian squeeze.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23368
Summary: EA Download Manager (used for EA Store): can't connect
to EA Core
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://eastore.ea.com/store/ea/html/pbPage.welcome
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 23367
+++ This bug was initially created as a clone of Bug #23367 +++
http://akamai.cdn.ea.com/eamaster/u/f/eaonline/eadm/eadm-installer.exe
6b3d1a328af2d44033c24b84444992f56107b27f eadm-installer.exe
Installs fine in wine-1.2-rc4-147-geaa227c. It complains about missing
icacls.exe (and also uses the dummy cacls that is already in wine).
Once you've installed, try to run Login.exe, MessageDLG.exe, or
PatchProgress.exe. All of them display an error:
Could not connect to EA Core.
Terminal output is minimal:
austin@laptop:~/.wine-ea/drive_c/Program Files/Electronic
Arts/EADownloadManager$ wine MessageDlg.exe
fixme:advapi:SaferCreateLevel (2, 40000, 1, 0x31da38, (nil)) stub
fixme:win:FlashWindowEx 0x32de54
fixme:win:FlashWindowEx 0x32c114
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27253
Summary: QQDownload system tray menu display ugly
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34851)
--> (http://bugs.winehq.org/attachment.cgi?id=34851)
Log: start qqdownload.exe
1. Download QQDownloadSetup_35_685.exe :
$ wget --referer=http://www.qq.com
http://softdl1.tech.qq.com/soft/3/QQDownloadSetup_35_685.exe
2. works around Bug 27109
(Creative Centrale needs msvcp60.dll.??0Init@ios_base@std@@QAE@XZ )
$ winetricks -q vcrun6
3. install QQDownloadSetup_35_685.exe
4. start qqdownload:
$ wine QQDownload.exe &> qqdownload.log
right click the system tray of qqdownload, then a menu drop down, but the
background of the dropdown menu is black, no text is displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25628
Summary: Hitman Blood money - No Sound When Playing
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When playing as Agent 47 INGAME there is no sound (When playing the actual
mission). There is however Sound in the intro, videos and selecting weapons.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27380
Summary: xvid 1.3.2 installer crashes in unattended mode
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
wget http://www.koepi.info/Xvid-1.3.2-20110601.exe
wine Xvid-1.3.2-20110601.exe --mode unattended --decode_divx 1 --decode_3ivx
1 --decode_other 1
This fails with
err:module:find_forwarded_export function not found for forward
'msvcrt._except_handler4_common' used by L"C:\\windows\\system32\\msvcr90.dll".
If you are using builtin L"msvcr90.dll", try using the native one instead.
...
wine: Call from 0x7bc4a640 to unimplemented function
msvcrt.dll._set_printf_count_output, aborting
on exit.
diff -ur shows
-Error running C:\users\dank\Temp/xvid_x86/setavi32.exe : Program ended with
an error exit code
+Error running C:\users\dank\Temp/xvid_x86/setavi32.exe : child killed:
unknown signal
but no obvious problems... maybe it's a benign crash. (I haven't tested
the codec to see if it still works.)
"winetricks vcrun2008" prevents the warning.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21488
Summary: SimCity 2000 does not start from a fresh install
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thetorpedodog+winehq(a)ttdi.us
When I start SimCity 2000 after installing it fresh, I am presented with the
following dialog:
=====
/^\ Error Opening File
/ ! \ c:\Program Files\Maxis\SimCity 2000\Data\\DATA_usa.DAT
~~~~~ All or part of the path is invalid.
=====
After a series of other error dialogs ("The newspaper is on strike", then 3
"Error Opening File" dialogs) the game window is created with 0 height.
Attempting to create a city results in a black screen with garbled bitmaps.
I'm on Ubuntu 9.10 with Wine 1.1.37 from the PPA.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25451
Summary: Matlab Installer: No free space available
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dookie_2k3(a)hotmail.com
Created an attachment (id=32390)
--> (http://bugs.winehq.org/attachment.cgi?id=32390)
Space Available = 0 MB & wine: cannot find ....
Wine doesn't recognise free space available in Matlab Installer
wine: cannot find L"C:\\windows\\system32\\dir.exe"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27291
Summary: EVE Online - Intermittent Freezes On Window Focus
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 7WCbywQg3N2H(a)dyweni.com
Hi,
I am running the following:
* CPU - AMD Phenom II X6 1090T (clocked at 3.0 Ghz)
* Linux Kernel 2.6.37-gentoo-r4
* X.Org Server 1.9.5
* OpenBox 3.4.11.2
* Wine GIT Commit 7f426a51d120c5ea790ba330c31db0043fd3e59b
* EVE Online 6.44.259851
Wine is compiled for only 32bit applications. 64bit support was not enabled at
compile time.
I play two EVE Online accounts at the same time. I start the EVE Clients with
these commands:
$ cd ~/EVE/Installation
$ export WINEPREFIX=~/EVE/wine1
$ wine explorer /desktop=EVE1,1279x1023 eve.exe &
$ export WINEPREFIX=~/EVE/wine2
$ wine explorer /desktop=EVE2,1279x1023 eve.exe &
Both EVE Clients will play fine until I switch focus from one client to the
other client. As soon as I switch focus to a non-Wine window or popup a window
manager menu, both EVE Clients will appear to play "catch up" and then resume
normal operation. I have no problems at all switching focus from one client to
a non-Wine window and then to the other client.
I thought that this might be related to the XINPUT2 support, but running Wine
with the '--without-xinput2' option enabled at compile time does not resolve
the issue.
Any help that can be offered is much appreciated.
Thanks,
Dyweni
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25952
Summary: [Star Trek: Armada 2] Audio drops out after intro
screen
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik.weatherwax(a)gmail.com
Upon launching the game, the intro movies play fine with audio, but once the
game goes to the main menu, all sound is lost. Having been successful with this
game in the past, I ran a regression test, leading to:
f27d88e16fe0292d3efa7dac8966a0b612e62e6d is the first bad commit
commit f27d88e16fe0292d3efa7dac8966a0b612e62e6d
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Sun Jul 12 20:11:55 2009 +0200
winealsa.drv: Add support for indirect read/write in directsound support.
Allows pulseaudio to use the idsdriver interface, making it almost as
fast as using native pulseaudio calls for as far as directsound is
concerned. Prevents the creation of separate winmm feeder threads.
:040000 040000 b1f0046a4a3e5bd01940590deb289dc88b51bee7
1b818c85052c5351c569da754e4571090bd57f56 M dlls
However, when I was running Ubuntu Karmic, I didn't have any issue with the
sound in the game, even with releases including this patch. Thus, I think this
may actually be an invalid bug for Wine, and I'll report it to the Ubuntu
bugtracker as well, but I don't have the expertise to be sure. I do know that
under Ubuntu 10.10, building Wine from source before the bad commit leads to
reliable sound in-game, and building from there onward reliably drops sound.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22893
Summary: Video corruption in World of Warcraft with ATI Radeon
HD 3870
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doumakes(a)loganet.net
Created an attachment (id=28307)
--> (http://bugs.winehq.org/attachment.cgi?id=28307)
Screenshot, shows example of z-axis problem
Since late April 2010 I've been having screen tearing and other problems with
rendering in World of Warcraft. By "screen tearing" I mean that
rapidly-shifting areas of the screen are rendered as polygons of solid color.
This usually affects what I think of as the background layer of the window,
rather than any foreground window that happens to be open. Seems to be worse
in certain areas of the game world, e.g. Crystalsong Forest, where I imagine
textures are more complex.
By "other problems" I mean that square areas of the landscape sometimes appear
to be rendered with the wrong z coordinate, so a square of ground will appear
to be hovering in midair. This seems to happen most often right after entry to
the game world.
Turning on VSync doesn't fix the problem. Problem appears whether in windowed
mode or full-screen mode.
I've upgraded Ubuntu to 10.04 (lucid) with no relief. At this point I've got
fglrx 8.723.1 (latest from ATI) and wine 1.1.43.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20057
Summary: Firefox 3.5.3 getPlus Errors
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://getfirefox.com/
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=23611)
--> (http://bugs.winehq.org/attachment.cgi?id=23611)
Screenshot of the Errormessage
After upgrading to 3.5.3 in wine 1.1.29 i get the attached error. mostly when
opening the add-ons window.
in that context i spotted some ole-errors on the console.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10176
Summary: rFactor Dedicated not working anymore after update
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.buchmann(a)uni-bayreuth.de
Created an attachment (id=8780)
--> (http://bugs.winehq.org/attachment.cgi?id=8780)
console output
Hello,
rFactor Dedicated Server (http://www.rfactor.net) used to work until rFactor
Version 1.250. After upgrading to Version 1.255 it is not working anymore.
Please find the output messages attached.
My System is x86 32-bit, ubuntu 7.04 and wine 0.9.47.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26007
Summary: qedit/mediadet tests show leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: m.b.lankhorst(a)gmail.com
Created an attachment (id=33165)
--> (http://bugs.winehq.org/attachment.cgi?id=33165)
valgrind log
Gstreamer itself has quite a few leaks, but once I added suppression for those,
I got down from 415 to 16 in Wine.
Most seem to some form of:
128 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by CopyMediaType (mediatype.c:35)
by GSTOutPin_GetMediaType (gstdemux.c:1462)
by EnumMediaTypes_Construct (mediatype.c:131)
by BasePinImpl_EnumMediaTypes (pin.c:324)
by ???
by test_mediadet (mediadet.c:267)
by func_mediadet (mediadet.c:308)
by run_test (test.h:556)
by main (test.h:624)
full log attached.
For the gstreamer leaks, see https://bugzilla.gnome.org/show_bug.cgi?id=641636
(though they include a suppression file in their tarball that I recently
started using).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28703
Bug #: 28703
Summary: gdiplus/tests/image.ok: valgrind complains
"Uninitialised value created by a stack allocation at
test_GdipCreateBitmapFromHBITMAP"
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While running "make image.ok" in gdiplus/tests, valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at bitmapinfo_from_user_bitmapinfo (gdi_private.h:510)
by CreateDIBSection (dib.c:1344)
by test_GdipCreateBitmapFromHBITMAP (image.c:890)
by func_image (image.c:2578)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_GdipCreateBitmapFromHBITMAP (image.c:835)
Should the test be setting biClrUsed?
Should one have to do that when dealing with truecolor bitmaps?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10087
Summary: MessageBox-based Win95 Program Loads Frame only
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: John(a)SVTIi.com
CC: John(a)SVTIi.com
Created an attachment (id=8650)
--> (http://bugs.winehq.org/attachment.cgi?id=8650)
ZIP file with executable and readme.
A simple, messagebox based Win32 application will not run in wine v. 0.9.47.
The messagebox window frame appears in the correct size, and the banner
text is correct, but nothing else appears. The inert window can be moved but
not operated. If the wine file manager is dismissed while the inert
window is visible, wine does not terminate as usual.
I am running wine in Fedora 4, with all sw fully updated.
The application is in a file named RandIntG.exe and is freeware
available at:
http://www.simtel.net/product.php%5Bid%5D18258%5Bsekid%5D0%5BSiteID%5Dsimte…
A copy of the release package containing the application
executable is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27506
Summary: Alpha Protocol wants d3dx9_36.dll.D3DXSHRotate
(purist)
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Only occurs if you force builtin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26055
Summary: shell32/shellink test shows a nasty valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (syscall-template.S:82)
by WriteFile (file.c:547)
by IStream_fnWrite (istream.c:156)
by ILSaveToStream (pidl.c:359)
by IPersistStream_fnSave (shelllink.c:1175)
by IPersistFile_fnSave (shelllink.c:484)
by create_lnk_ (shelllink.c:445)
by test_load_save (shelllink.c:658)
by func_shelllink (shelllink.c:1019)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f02e094 is 148 bytes inside a block of size 368 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by free_dc_ptr (dc.c:170)
by DeleteDC (dc.c:850)
by create_icon_bitmaps (cursoricon.c:788)
by CURSORICON_CreateIconFromBMI (cursoricon.c:838)
by CURSORICON_Load (cursoricon.c:1290)
by LoadImageW (cursoricon.c:2319)
by TOOLTIPS_Register (tooltips.c:2346)
by DllMain (commctrl.c:241)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
Uninitialised value was created by a stack allocation
at FileTimeToDosDateTime (time.c:997)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19612
Summary: Adobe ExtendScript Toolkit CS4 causes a page fault
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22867)
--> (http://bugs.winehq.org/attachment.cgi?id=22867)
wine-1.1.26-423-g760d2b6 console output
Adobe ExtendScript Toolkit CS4 causes a page fault apparently in gdiplus and
doesn't load.
Backtrace:
=>0 0x39875b8a in gdiplus (+0x75b8a) (0x0032e9a4)
Native gdiplus doesn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26047
Summary: comctl32/propsheet tests show some leaks under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
84 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DIALOG_get_info (defdlg.c:335)
by DefDlgProcA (defdlg.c:362)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by WIN_CreateWindowEx (win.c:1420)
by CreateWindowExA (win.c:1554)
by DIALOG_CreateIndirect (dialog.c:651)
by CreateDialogIndirectParamAorW (dialog.c:755)
by CreateDialogIndirectParamA (dialog.c:764)
by PROPSHEET_CreatePage (propsheet.c:1470)
by PROPSHEET_SetCurSel (propsheet.c:2029)
by PROPSHEET_DialogProc (propsheet.c:3489)
by ??? (winproc.c:172)
by call_dialog_proc (winproc.c:263)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26575
Summary: Homefront: annoying buzz sound in menu/game
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Separate from bug 26574, there is an annoying buzzing sound when sitting at the
menu/in game. Using driver acceleration=emulation doesn't make a difference.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26135
Summary: mmdevapi/render tests show several memory leaks under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
120 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by AudioClient_Create (audio.c:302)
by MMDevice_Activate (devenum.c:314)
by test_audioclient (render.c:85)
by func_render (render.c:407)
by run_test (test.h:556)
by main (test.h:624)
...
120 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by AudioClient_Create (audio.c:302)
by MMDevice_Activate (devenum.c:314)
by test_references (render.c:254)
by func_render (render.c:408)
by run_test (test.h:556)
by main (test.h:624)
...
120 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by AudioClient_Create (audio.c:302)
by MMDevice_Activate (devenum.c:314)
by test_event (render.c:344)
by func_render (render.c:409)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21642
Summary: NVIDIA 9300 mGPU misreported as 9200
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www.nvidia.com/object/product_geforce_9300_mgpu
_us.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
My EVGA nForce 730i board (http://www.evga.com/articles/00435/) contains a
NVIDIA 9300 mGPU (see bug URL). Wine applications see it as a 9200 mGPU, which
has roughly 1/3 the performance. Applications still work, but applications with
any type of auto configuration may default to incorrect settings, or not
completely expose features.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25944
Summary: kernel32: console tests show some valgrind warnings
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33078)
--> (http://bugs.winehq.org/attachment.cgi?id=33078)
valgrind log
I'll attach the log, since the link will go dead eventually...
A few invalid reads, e.g.,:
Invalid read of size 2
at WCUSER_FillMemDC (user.c:76)
by WCUSER_Refresh (user.c:760)
by WINECON_FetchCells (wineconsole.c:81)
by WINECON_GrabChanges (wineconsole.c:303)
by WCUSER_MainLoop (user.c:1376)
by WinMain (wineconsole.c:846)
by main (exe_main.c:48)
Address 0x7f0534ea is 8,322 bytes inside a block of size 48,000 free'd
at notify_free (heap.c:262)
by RtlReAllocateHeap (heap.c:1885)
by WINECON_GrabChanges (wineconsole.c:293)
by WINECON_SetConfig (wineconsole.c:499)
by WINECON_Init (wineconsole.c:656)
by WinMain (wineconsole.c:818)
by main (exe_main.c:48)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26054
Summary: shell32/shlfolder tests show some leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
1,258 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by SHAlloc (shellole.c:309)
by ILClone (pidl.c:241)
by SHChangeNotify (changenotify.c:358)
by test_SHChangeNotify (shlfolder.c:4422)
by func_shlfolder (shlfolder.c:4483)
by run_test (test.h:556)
by main (test.h:624)
...
1,258 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by SHAlloc (shellole.c:309)
by ILClone (pidl.c:241)
by SHChangeNotify (changenotify.c:358)
by test_SHChangeNotify (shlfolder.c:4435)
by func_shlfolder (shlfolder.c:4483)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20149
Summary: user32: static test often fails with glsl disabled
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://test.winehq.org/data/caf66f0fe28da8964b5f84be68
2c527559fb9e52/wine_ae-ub904-noglsl/user32:static.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
static.c:88: Test failed: pixel should NOT be painted black!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19599
Summary: Closing Adobe Device Central CS4 causes a page fault
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22854)
--> (http://bugs.winehq.org/attachment.cgi?id=22854)
wine-1.1.26-390-g31dab8f console output
Closing Adobe Device Central CS4 causes a page fault.
Backtrace:
=>0 0x00e6d32c in scl (+0x1d32c) (0x00ea7d4d)
SCL.dll is bundled with the app.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26129
Summary: ddraw/visual tests show a memory leak under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
84 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by d3d3_CreateViewport (ddraw.c:4629)
by D3D3_ViewportClearTest (visual.c:2163)
by func_visual (visual.c:3105)
by run_test (test.h:556)
by main (test.h:624)
also what may be a Mesa leak:
44 bytes in 1 blocks are definitely lost
at malloc (vg_replace_malloc.c:236)
by realloc (vg_replace_malloc.c:525)
by ??? (in /usr/lib/libGL.so.1.2)
by ??? (in /usr/lib/libGL.so.1.2)
by drawStridedFast (drawprim.c:47)
by drawPrimitive (drawprim.c:718)
by IWineD3DDeviceImpl_DrawPrimitiveUP (device.c:4926)
by IDirect3DDeviceImpl_7_DrawPrimitive (device.c:3446)
by IDirect3DDeviceImpl_7_DrawPrimitive_FPUSetup (device.c:3459)
by offscreen_test (visual.c:727)
by func_visual (visual.c:3089)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28749
Bug #: 28749
Summary: urlmon/tests/protocol.c fails and hangs under valgrind
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
When run under valgrind, "make protocol.ok" failed as follows:
err:wininet:NETCON_secure_connect SSL_connect failed: 12157
protocol.c:411: Test failed: unexpected service
{79EAC9D5-BAFA-11CE-8C82-00AA004BA90B}
protocol.c:984: Test failed: hrResult = 800c0008, expected: 00000000
protocol.c:989: Test failed: dwError == ERROR_SUCCESS
protocol.c:614: Test failed: expected ReportData
protocol.c:627: Test failed: expected OnResponse
protocol.c:629: Test failed: expected ReportProgress_ACCEPTRANGES
protocol.c:632: Test failed: expected ReportProgress_MIMETYPEAVAILABLE
and then hung.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26128
Summary: shell32/appbar tests shows a valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Syscall param writev(vector[...]) points to uninitialised byte(s)
at writev (in /lib/libc-2.11.2.so)
by send_request (server.c:209)
by wine_server_call (server.c:290)
by put_message_in_queue (message.c:2923)
by send_inter_thread_message (message.c:2991)
by send_message (message.c:3059)
by SendMessageTimeoutW (message.c:3125)
by SHAppBarMessage (appbar.c:142)
by test_setpos (appbar.c:222)
by func_appbar (appbar.c:442)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f23fa40 is on thread 1's stack
Uninitialised value was created by a stack allocation
at test_setpos (appbar.c:203)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26117
Summary: imm32/imm32 tests show a couple memory leaks under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
8 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMM_GetThreadData (imm.c:226)
by ImmGetContext (imm.c:1366)
by ImmGetContextThreadFunc (imm32.c:378)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
...
336 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ImmCreateContext (imm.c:626)
by test_ImmAssociateContextEx (imm32.c:333)
by func_imm32 (imm32.c:517)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26050
Summary: winmm/mci tests show quite a few valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33222)
--> (http://bugs.winehq.org/attachment.cgi?id=33222)
valgrind log
Lots of:
Use of uninitialised value of size 4
at wcstombs_sbcs (wctomb.c:155)
by wine_cp_wcstombs (wctomb.c:456)
by WideCharToMultiByte (locale.c:2010)
by MCI_UnmapMsgAtoW (mci.c:466)
by mciSendCommandA (mci.c:2285)
by test_openCloseWAVE (mci.c:419)
by func_mci (mci.c:1266)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MCI_MapMsgAtoW (mci.c:340)
by mciSendCommandA (mci.c:2277)
by test_openCloseWAVE (mci.c:419)
by func_mci (mci.c:1266)
by run_test (test.h:556)
by main (test.h:624)
and a few like:
20 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by str_dup_upper (mci.c:85)
by mciSendStringW (mci.c:1341)
by mciSendStringA (mci.c:1590)
by test_openCloseWAVE (mci.c:560)
by func_mci (mci.c:1266)
by run_test (test.h:556)
by main (test.h:624)
full log attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22431
Summary: if exist "%VAR%"\file does not work
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabspeck(a)gmail.com
The following logic fails on Wine's cmd, but works successfully on Windows',
i.e. if you set the DLC variable pointing to a directory with a "version" file
inside, it will still print "DLC variable not set" on Wine, but will print "OK"
on Windows:
set DLC=C:\dlc91e
IF EXIST "%DLC%"\version GOTO :BIN
echo "DLC Variable not set"
:BIN
echo "OK"
The following works, though:
IF EXIST "%DLC%\version" ...
I found that on some administration scripts of a commercial application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18346
Summary: cmd does not support the "^" escape character
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
In Windows' command line, the caret escapes the following character. For
example:
> echo a^&b
a&b
Wine's cmd, however, does not treat it as a special character:
> echo a^&b
a^
File not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26120
Summary: kernel32/sync tests shows a few valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at memcpy (mc_replace_strmem.c:635)
by NTDLL_create_struct_sd (sync.c:118)
by NtCreateEvent (sync.c:265)
by CreateEventExW (sync.c:489)
by CreateEventExA (sync.c:452)
by CreateEventA (sync.c:420)
by test_event (sync.c:301)
by func_sync (sync.c:1044)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at NTDLL_create_struct_sd (sync.c:66)
appears 4 times.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26107
Summary: ole32/clipboard tests show several valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
16 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMM_GetThreadData (imm.c:226)
by ImmGetContext (imm.c:1366)
by IME_UpdateAssociation (ime.c:1040)
by open_xim (xim.c:477)
by X11DRV_SetupXIM (xim.c:493)
by x11drv_init_thread_data (x11drv_main.c:681)
by thread_selection_wnd (clipboard.c:328)
by selection_acquire (clipboard.c:2625)
by selection_thread_proc (clipboard.c:2661)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
...
144 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by rpcrt4_conn_np_alloc (rpc_transport.c:120)
by RPCRT4_CreateConnection (rpc_transport.c:2939)
by rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:285)
by RPCRT4_use_protseq (rpc_server.c:810)
by RpcServerUseProtseqEpExW (rpc_server.c:1022)
by RpcServerUseProtseqEpW (rpc_server.c:907)
by RPC_StartRemoting (rpc.c:1626)
by StdMarshalImpl_MarshalInterface (marshal.c:1245)
by CoMarshalInterface (marshal.c:1797)
by set_src_dataobject (clipboard.c:1968)
by OleSetClipboard (clipboard.c:2127)
by test_set_clipboard (clipboard.c:855)
by func_clipboard (clipboard.c:1543)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26106
Summary: ole32/ole2 tests show several valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (in /lib/libpthread-2.11.2.so)
by WriteFile (file.c:547)
by FileLockBytesImpl_WriteAt (filelockbytes.c:286)
by StorageImpl_WriteAt (storage32.c:344)
by StorageImpl_WriteBigBlock (storage32.c:3989)
by BlockChainStream_GetBlockAtOffset (storage32.c:5951)
by BlockChainStream_WriteAt (storage32.c:6198)
by SmallBlockChainStream_WriteAt (storage32.c:6954)
by StorageImpl_StreamWriteAt (storage32.c:2555)
by StorageBaseImpl_StreamWriteAt (storage32.h:305)
by StgStreamImpl_Write (stg_stream.c:286)
by DataCacheEntry_Save (datacache.c:765)
by DataCache_Save (datacache.c:1400)
by test_data_cache (ole2.c:1411)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f03e6c0 is 504 bytes inside a block of size 8,260 alloc'd
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by BlockChainStream_Construct (storage32.c:5972)
by StorageImpl_Construct (storage32.c:2887)
by Storage_Construct (storage32.c:5131)
by create_storagefile (storage32.c:7347)
by StgCreateDocfile (storage32.c:7408)
by test_data_cache (ole2.c:1272)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MFDRV_StretchBlt (bitblt.c:72)
by StretchBlt (bitblt.c:174)
by DrawIconEx (cursoricon.c:2008)
by DrawIcon (cursoricon.c:1437)
by OleMetafilePictFromIconAndLabel (ole32_main.c:108)
by test_data_cache (ole2.c:1364)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
...
8 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:374)
by DataObject_DAdvise (ole2.c:1163)
by setup_sink (datacache.c:1884)
by DataCache_OnRun (datacache.c:2085)
by test_data_cache (ole2.c:1536)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
...
72 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DataCache_Construct (datacache.c:2278)
by CreateDataCache (datacache.c:2378)
by DefaultHandler_Construct (defaulthandler.c:1951)
by OleCreateEmbeddingHelper (defaulthandler.c:2110)
by OleCreateDefaultHandler (defaulthandler.c:2137)
by test_default_handler (ole2.c:1604)
by func_ole2 (ole2.c:1879)
by run_test (test.h:556)
by main (test.h:624)
...
112 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DefaultHandler_Construct (defaulthandler.c:1915)
by OleCreateEmbeddingHelper (defaulthandler.c:2110)
by OleCreateDefaultHandler (defaulthandler.c:2137)
by test_default_handler (ole2.c:1604)
by func_ole2 (ole2.c:1879)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20919
Summary: Six tests usually or always hang in valgrind
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The following six tests usually or always hang in Valgrind:
kernel32 process.c
ole32 marshal.c
shdocvw webbrowser.c
urlmon url.c
winmm mci.c
winmm wave.c
I'll probably disable them in the test script to save the hour
otherwise spent waiting for them to time out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26068
Summary: user32/dce tests shows a valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at GDI_GetObjPtr (gdiobj.c:767)
by get_dc_obj (dc.c:55)
by get_dc_ptr (dc.c:181)
by GetDCHook (dc.c:1415)
by release_dc (painting.c:458)
by ReleaseDC (painting.c:1078)
by test_dc_attributes (dce.c:82)
by func_dce (dce.c:559)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_dc_attributes (dce.c:41)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26286
Summary: Briscola Chiamata crashes on startup
Product: Wine
Version: 1.1.11
Platform: x86
URL: http://www.briscolachiamata.it/download/SetupBriscolaC
hiamata.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Freeware game from: http://www.briscolachiamata.it/download.html
This was originally affected by bug 7163, but the program has since been
updated and the new version behaves differently. I'm leaving 7163 open for the
old problem in case the old version is still available.
The program installs fine, but when started it brings up a dialog that says
"Abnormal program termination" and does nothing else. It appears to be crashing
in mshtml/gecko code. Installing ie6 with winetricks allows the program to
start and (from what little I can tell) run correctly.
I tested this as far back as 1.1.11, in case it was introduced by new gecko,
but it was present in that version. I'm using wine-1.3.14-238-ge572dca.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16409
Summary: Ableton Live 7.0.12 crashes on startup
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://www.ableton.com/pages/downloads/trial
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I saw this plea:
http://www.kvraudio.com/forum/viewtopic.php?p=3286380
so I tried Ableton again, this time on Ubuntu Intrepid on
my Compaq r3000. Sadly, it crashes on startup.
In winedbg, the crash looks like this:
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x7e4444a7).
Backtrace:
=>1 0x7e4444a7
IDirectSoundCaptureBufferImpl_GetCurrentPosition+0x1b7(iface=0x1b4648,
lpdwCapturePosition=(nil), lpdwReadPosition=0x33f3c0)
[dlls/dsound/capture.c:931] in dsound (0x0033f3a4)
2 0x00cdd628 in live 7.0.12 (+0x8dd628) (0x0033f3c4)
...
0x7e4444a7 IDirectSoundCaptureBufferImpl_GetCurrentPosition+0x1b7
[/home/dank/wine-git/dlls/dsound/capture.c:931] in dsound: movl
0x0(%eax),%ecx
931 pos =
(DWORD_PTR)This->device->pwave[This->device->index].lpData -
(DWORD_PTR)This->device->buffer;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26072
Summary: urlmon/protocol tests show some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33247)
--> (http://bugs.winehq.org/attachment.cgi?id=33247)
valgrind log
2,048 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc (urlmon_main.h:225)
by report_data (bindprot.c:1046)
by BPInternetProtocolSink_ReportData (bindprot.c:1133)
by ProtocolEmul_Continue (protocol.c:1764)
by ProtocolHandler_Continue (bindprot.c:636)
by BindProtocol_Continue (bindprot.c:386)
by test_binding (protocol.c:3381)
by func_protocol (protocol.c:3515)
by run_test (test.h:556)
by main (test.h:624)
...
8,080 bytes in 4 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by get_tls_data (test.h:240)
by winetest_set_location (test.h:275)
by ProtocolSink_ReportProgress (protocol.c:773)
by report_progress (bindprot.c:971)
by BPInternetProtocolSink_ReportProgress (bindprot.c:1012)
by thread_proc (protocol.c:1434)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
and a few like:
48 (20 direct, 28 indirect) bytes in 1 blocks are definitely lost
at malloc (vg_replace_malloc.c:236)
by ???
by ???
by ???
by ???
by ???
by ???
by NETCON_init (netconnection.c:460)
by HTTP_HttpOpenRequestW (http.c:2600)
by HttpOpenRequestW (http.c:2730)
by HttpProtocol_open_request (http.c:338)
by protocol_start (protocol.c:278)
by HttpProtocol_StartEx (http.c:750)
by HttpProtocol_Start (http.c:647)
by http_protocol_start (protocol.c:2653)
by test_http_protocol_url (protocol.c:2783)
by test_https_protocol (protocol.c:2927)
by func_protocol (protocol.c:3495)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23876
Summary: Temporary Internet Files growing endless
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
It seems like applications using the embedded internet explorer will fill the
Temporary Internet Files in my wine profile and make it grow endless: The game
"Uru - The Path of the Shell" uses the embedded IE to download game updates. It
runs perfectly fine in wine, but checking with a disk usage utility, I noticed
that the Temporary Internet Files folder has a size of more than 600MB by now,
containing a huge lot of the files that were downloaded by the updater
(including the meta files with the update information that are downloaded on
each startup - I had the same file in there more than 100 times). Obviously,
the cache is not restricted by size as it is on windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26131
Summary: dsound/duplex tests show an uninitialized variable
under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at snd_pcm_mmap_begin (in /usr/lib/libasound.so.2.0.0)
by CreateMMAP (dscapture.c:513)
by IDsCaptureDriverBufferImpl_SetFormat (dscapture.c:737)
by IDsCaptureDriverImpl_CreateCaptureBuffer (dscapture.c:1039)
by IDirectSoundCaptureBufferImpl_Create (capture.c:935)
by IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
by IDirectSoundFullDuplexImpl_Initialize (duplex.c:592)
by DirectSoundFullDuplexCreate (duplex.c:737)
by IDirectSoundFullDuplex_tests (duplex.c:184)
by func_duplex (duplex.c:239)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at CreateMMAP (dscapture.c:460)
though perhaps that's an alsa bug?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26118
Summary: kernel32/change tests show a ton of valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Several uninitialized value warnings:
Conditional jump or move depends on uninitialised value(s)
at wine_dbgstr_wn (test.h:471)
by wine_dbgstr_w (test.h:66)
by test_readdirectorychanges_cr (change.c:860)
by func_change (change.c:1103)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_readdirectorychanges_cr (change.c:794)
...
Conditional jump or move depends on uninitialised value(s)
at wine_dbgstr_wn (test.h:471)
by wine_dbgstr_w (test.h:66)
by test_readdirectorychanges_cr (change.c:880)
by func_change (change.c:1103)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_readdirectorychanges_cr (change.c:794)
...
Conditional jump or move depends on uninitialised value(s)
at wine_dbgstr_wn (test.h:471)
by wine_dbgstr_w (test.h:66)
by test_readdirectorychanges_cr (change.c:896)
by func_change (change.c:1103)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_readdirectorychanges_cr (change.c:794)
...
Conditional jump or move depends on uninitialised value(s)
at wine_dbgstr_wn (test.h:471)
by wine_dbgstr_w (test.h:66)
by test_readdirectorychanges_cr (change.c:912)
by func_change (change.c:1103)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_readdirectorychanges_cr (change.c:794)
...
Conditional jump or move depends on uninitialised value(s)
at wine_dbgstr_wn (test.h:471)
by wine_dbgstr_w (test.h:66)
by test_readdirectorychanges_cr (change.c:944)
by func_change (change.c:1103)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_readdirectorychanges_cr (change.c:794)
...
Conditional jump or move depends on uninitialised value(s)
at wine_dbgstr_wn (test.h:471)
by wine_dbgstr_w (test.h:66)
by test_readdirectorychanges_cr (change.c:995)
by func_change (change.c:1103)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_readdirectorychanges_cr (change.c:794)
...
and several leaks:
20 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by NtNotifyChangeDirectoryFile (directory.c:3253)
by FindFirstChangeNotificationW (change.c:97)
by FindFirstChangeNotificationA (change.c:49)
by StartNotificationThread (change.c:65)
by test_ffcn_directory_overlap (change.c:1033)
by func_change (change.c:1104)
by run_test (test.h:556)
by main (test.h:624)
...
20 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by NtNotifyChangeDirectoryFile (directory.c:3253)
by FindFirstChangeNotificationW (change.c:97)
by FindFirstChangeNotificationA (change.c:49)
by StartNotificationThread (change.c:65)
by test_ffcn_directory_overlap (change.c:1035)
by func_change (change.c:1104)
by run_test (test.h:556)
by main (test.h:624)
...
20 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by NtNotifyChangeDirectoryFile (directory.c:3253)
by FindFirstChangeNotificationW (change.c:97)
by FindFirstChangeNotificationA (change.c:49)
by test_ffcn_directory_overlap (change.c:1054)
by func_change (change.c:1104)
by run_test (test.h:556)
by main (test.h:624)
...
20 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by NtNotifyChangeDirectoryFile (directory.c:3253)
by FindFirstChangeNotificationW (change.c:97)
by FindFirstChangeNotificationA (change.c:49)
by test_ffcn_directory_overlap (change.c:1058)
by func_change (change.c:1104)
by run_test (test.h:556)
by main (test.h:624)
...
240 bytes in 12 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by NtNotifyChangeDirectoryFile (directory.c:3253)
by FindNextChangeNotification (change.c:118)
by NotificationThread (change.c:50)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
...
and one possibly lost:
28,280 bytes in 14 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by get_tls_data (test.h:240)
by winetest_set_location (test.h:275)
by NotificationThread (change.c:54)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26099
Summary: rpcrt4/ndr_marshal shows a ton of valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33288)
--> (http://bugs.winehq.org/attachment.cgi?id=33288)
valgrind log
22 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by test_conformant_string (ndr_marshall.c:1545)
by func_ndr_marshall (ndr_marshall.c:2419)
by run_test (test.h:556)
by main (test.h:624)
...
24 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by NdrOleAllocate (ndr_ole.c:364)
by my_alloc (ndr_marshall.c:42)
by NdrAllocate (ndr_marshall.c:417)
by NdrBaseTypeUnmarshall (ndr_marshall.c:6672)
by PointerUnmarshall (ndr_marshall.c:965)
by NdrPointerUnmarshall (ndr_marshall.c:1560)
by test_pointer_marshal (ndr_marshall.c:278)
by test_simple_types (ndr_marshall.c:473)
by func_ndr_marshall (ndr_marshall.c:2411)
by run_test (test.h:556)
by main (test.h:624)
(this one is there several times)
...
32 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by NdrOleAllocate (ndr_ole.c:364)
by my_alloc (ndr_marshall.c:42)
by NdrAllocate (ndr_marshall.c:417)
by NdrNonConformantStringUnmarshall (ndr_marshall.c:2623)
by test_nonconformant_string (ndr_marshall.c:1678)
by func_ndr_marshall (ndr_marshall.c:2420)
by run_test (test.h:556)
by main (test.h:624)
...
40 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by NdrOleAllocate (ndr_ole.c:364)
by my_alloc (ndr_marshall.c:42)
by NdrAllocate (ndr_marshall.c:417)
by NdrSimpleStructUnmarshall (ndr_marshall.c:1740)
by test_simple_struct_marshal (ndr_marshall.c:830)
by test_simple_struct (ndr_marshall.c:970)
by func_ndr_marshall (ndr_marshall.c:2413)
by run_test (test.h:556)
by main (test.h:624)
...
40 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by NdrOleAllocate (ndr_ole.c:364)
by my_alloc (ndr_marshall.c:42)
by NdrAllocate (ndr_marshall.c:417)
by NdrSimpleStructUnmarshall (ndr_marshall.c:1740)
by PointerUnmarshall (ndr_marshall.c:965)
by NdrPointerUnmarshall (ndr_marshall.c:1560)
by test_pointer_marshal (ndr_marshall.c:278)
by test_simple_struct (ndr_marshall.c:977)
by func_ndr_marshall (ndr_marshall.c:2413)
by run_test (test.h:556)
by main (test.h:624)
...
40 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by NdrOleAllocate (ndr_ole.c:364)
by my_alloc (ndr_marshall.c:42)
by NdrAllocate (ndr_marshall.c:417)
by test_ndr_allocate (ndr_marshall.c:1347)
by func_ndr_marshall (ndr_marshall.c:2417)
by run_test (test.h:556)
by main (test.h:624)
and a ton of possibly lost warnings, as well. Full log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26073
Summary: shell32/shelldispatch tests show some valgrind
warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33248)
--> (http://bugs.winehq.org/attachment.cgi?id=33248)
valgrind log
32 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by Folder_Constructor (shelldispatch.c:712)
by ShellDispatch_NameSpace (shelldispatch.c:854)
by test_namespace (shelldispatch.c:87)
by func_shelldispatch (shelldispatch.c:314)
by run_test (test.h:556)
by main (test.h:624)
and a few possibly lost, like:
36 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by heap_alloc_zero (typelib.c:1471)
by MSFT_DoRefType (typelib.c:2160)
by ITypeLib2_Constructor_MSFT (typelib.c:3063)
by TLB_ReadTypeLib (typelib.c:2822)
by LoadTypeLibEx (typelib.c:435)
by LoadTypeLib (typelib.c:411)
by LoadRegTypeLib (typelib.c:494)
by load_type_info (shelldispatch.c:82)
by IShellDispatch_Constructor (shelldispatch.c:1052)
by IDefClF_fnCreateInstance (shellole.c:467)
by CoCreateInstance (compobj.c:2512)
by test_namespace (shelldispatch.c:68)
by func_shelldispatch (shelldispatch.c:314)
by run_test (test.h:556)
by main (test.h:624)
I'll attach the full log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26069
Summary: user32/clipboard tests shows a valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 3 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMM_GetThreadData (imm.c:226)
by ImmGetContext (imm.c:1366)
by IME_UpdateAssociation (ime.c:1040)
by open_xim (xim.c:477)
by X11DRV_SetupXIM (xim.c:493)
by x11drv_init_thread_data (x11drv_main.c:681)
by thread_selection_wnd (clipboard.c:328)
by selection_acquire (clipboard.c:2625)
by selection_thread_proc (clipboard.c:2661)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25947
Summary: dmime:performance tests shows some memory leaks under
valgrind
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33082)
--> (http://bugs.winehq.org/attachment.cgi?id=33082)
valgrind log
4 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IDirectMusic8Impl_CreatePort (dmusic.c:142)
by IDirectMusicPerformance8Impl_PChannelInfo (performance.c:599)
by test_PChannelInfo (performance.c:46)
by func_performance (performance.c:97)
by run_test (test.h:556)
by main (test.h:624)
...
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IDirectSound8_IDirectSound8_Create (dsound.c:966)
by DSOUND_Create8 (dsound.c:1090)
by DirectSoundCreate8 (dsound.c:1141)
by IDirectMusicPerformance8Impl_InitAudio (performance.c:761)
by test_InitAudio (performance.c:35)
by func_performance (performance.c:90)
by run_test (test.h:556)
by main (test.h:624)
...
144 bytes in 1 blocks are possibly lost
at calloc (vg_replace_malloc.c:467)
by _dl_allocate_tls (dl-tls.c:300)
by pthread_create@@GLIBC_2.1 (allocatestack.c:431)
by RtlCreateUserThread (thread.c:505)
by CreateRemoteThread (thread.c:89)
by CreateThread (thread.c:55)
by TIME_MMTimeStart (time.c:260)
by timeSetEvent (time.c:344)
by DirectSoundDevice_Initialize (dsound.c:1487)
by IDirectSound8_IDirectSound8_Initialize (dsound.c:920)
by DirectSoundCreate8 (dsound.c:1143)
by IDirectMusicPerformance8Impl_InitAudio (performance.c:761)
by test_InitAudio (performance.c:35)
by func_performance (performance.c:90)
by run_test (test.h:556)
by main (test.h:624)
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26056
Summary: comctl32/subclass tests shows a leak under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
16 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:360)
by LocalAlloc (heap.c:960)
by Alloc (comctl32undoc.c:74)
by SetWindowSubclass (commctrl.c:1121)
by test_subclass (subclass.c:236)
by func_subclass (subclass.c:328)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11496
Summary: cube hangs on startup attempting to play music /
SDL_mixer 1.2.6
Product: Wine
Version: 0.9.54.
Platform: All
URL: http://downloads.sourceforge.net/cube/cube_2005_08_29_wi
n32.exe?modtime=1125359443&big_mirror=0
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
cube is a free (zlib licensed) portable first person shooter which runs on
Windows, GNU/Linux and others, it uses SDL and SDL_mixer.
wine-0.9.54, Ubuntu 7.04 it hangs on startup
If I untick any selected sound devices in winecfg the program does not hang.
Looking at the output of WINEDEBUG=+dsound, it appears to loop endlessly as if
it is playing audio samples but nothing is heard.
The version of SDL_mixer.dll distributed with cube is 1.2.6.0 - I tested
substituting a later version and it does not hang.
http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.6.tar.gz
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27440
Summary: Movement ingame is not possible in Code of Honor 2
demo.
Product: Wine
Version: 1.3.21
Platform: x86
URL: http://games.on.net/file/18933/Code_of_Honor_2_Conspir
acy_Island_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
In Code of Honor 2 when it instructs you about how to in movement, you cannot
or anything except look around.
The words "CAPTAIN DOUHET" doesn't disappear from the previous conversation at
the start.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27119
Summary: SJphone crashing, probably on dsound
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viraptor(a)gmail.com
Created an attachment (id=34582)
--> (http://bugs.winehq.org/attachment.cgi?id=34582)
log and trace from execution
I tried to install SJphone today. It installed, but crashed on startup. Logs +
traces attached.
Marking as dsound since it's the only identifiable thing that appears on the
stack.
wine's dialog about an error was displayed and the app crashed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26104
Summary: oleaut32/safearray shows a memory leak according to
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
40 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by SAFEARRAY_Malloc (safearray.c:94)
by SafeArrayAllocData (safearray.c:539)
by SAFEARRAY_Create (safearray.c:235)
by SafeArrayCreate (safearray.c:579)
by test_safearray (safearray.c:583)
by func_safearray (safearray.c:1813)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26100
Summary: rpcrt4/cstub shows a couple valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by CStdStubBuffer_Construct (cstub.c:88)
by CStdPSFactory_CreateStub (cpsf.c:135)
by create_stub (cstub.c:659)
by test_Connect (cstub.c:861)
by func_cstub (cstub.c:1168)
by run_test (test.h:556)
by main (test.h:624)
...
24 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by CStdStubBuffer_Construct (cstub.c:88)
by CStdPSFactory_CreateStub (cpsf.c:135)
by create_stub (ndr_ole.c:418)
by CStdStubBuffer_Delegating_Construct (cstub.c:346)
by CStdPSFactory_CreateStub (cpsf.c:131)
by create_stub (cstub.c:659)
by test_Connect (cstub.c:890)
by func_cstub (cstub.c:1168)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25957
Summary: d3d_compiler / d3dx9_36: asm tests show a ton of
valgrind warnings
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org, matteo.mystral(a)gmail.com
Created an attachment (id=33089)
--> (http://bugs.winehq.org/attachment.cgi?id=33089)
valgrind log 1
Though it may be wpp:
Invalid write of size 4
at wpp_open_mem (compiler.c:232)
by pp_open_include (preproc.c:510)
by pp_do_include (ppl.l:1600)
by ppy_parse (ppy.y:186)
by wpp_parse (wpp.c:194)
by preprocess_shader (compiler.c:350)
by D3DAssemble (compiler.c:493)
by D3DXAssembleShader (shader.c:191)
by assembleshader_test (asm.c:177)
by func_asm (asm.c:457)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f000304 is 4 bytes inside a block of size 10 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by HeapFree (heap.c:272)
by GetLocaleInfoW (locale.c:1391)
by get_lcid_codepage (locale.c:190)
by LOCALE_Init (locale.c:3078)
by __wine_kernel_init (process.c:1153)
by __wine_process_init (loader.c:2872)
by wine_init (loader.c:831)
by main (main.c:228)
I'll attach the Valgrind logs.
Cc'ing Matteo, since he wrote all of that code (though, quite a while back..).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28038
Summary: wininet/tests/urlcache: CommitUrlCacheEntry fails
sometimes
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
See at
http://test.winehq.org/data/8c00ee0beff1a9a6be08f32d821186c798d15b9d/linux_…
and also locally. Here's a log, with backtrace:
../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p
wininet_test.exe.so urlcache.c
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
urlcache.c:418: Test failed: CommitUrlCacheEntry failed with error 112
urlcache.c:424: Test failed: RetrieveUrlCacheEntryFile should have set last
error to ERROR_INSUFFICIENT_BUFFER instead of 2
urlcache.c:429: Test failed: RetrieveUrlCacheEntryFile failed with error 2
urlcache.c:43: Test failed: RetrieveUrlCacheEntryFile: dwStructSize was 1114360
urlcache.c:44: Test failed: RetrieveUrlCacheEntryFile: lpszSourceUrlName should
be http://urlcachetest.winehq.org/index.html instead of ^X^T
urlcache.c:45: Test failed: RetrieveUrlCacheEntryFile: lpszLocalFileName should
be C:\users\dank\Local Settings\Temporary Internet
Files\Content.IE5\2IJCR9QJ\index[0].html instead of
Unhandled exception: page fault on read access to 0x00650053 in 32-bit code
(0x682a1527).
Backtrace:
=>0 0x682a1527 in libc.so.6 (+0x111527) (0x0032fb18)
1 check_cache_entry_infoA+0x152(returnedfrom="RetrieveUrlCacheEntryFile",
lpCacheEntryInfo=0x131400) [dlls/wininet/tests/urlcache.c:46]
2 test_urlcacheA+0xacd() [dlls/wininet/tests/urlcache.c:431]
3 func_urlcache+0xa8() [dlls/wininet/tests/urlcache.c:782]
4 run_test+0x9e(name="urlcache.c") [include/wine/test.h:556]
0x682a1527: repe movq 0x0(%edx),%mm2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26134
Summary: d3d9/query test shows a few leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
28 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IWineD3DDeviceImpl_CreateQuery (device.c:1247)
by query_init (query.c:161)
by IDirect3DDevice9Impl_CreateQuery (device.c:2703)
by test_occlusion_query_states (query.c:169)
by func_query (query.c:278)
by run_test (test.h:556)
by main (test.h:624)
...
32 bytes in 1 blocks are definitely lost
at malloc (vg_replace_malloc.c:236)
by realloc (vg_replace_malloc.c:525)
by ??? (in /usr/lib/libGL.so.1.2)
by ??? (in /usr/lib/libGL.so.1.2)
by drawStridedFast (drawprim.c:47)
by drawPrimitive (drawprim.c:718)
by IWineD3DDeviceImpl_DrawPrimitiveUP (device.c:4926)
by IDirect3DDevice9Impl_DrawPrimitiveUP (device.c:1954)
by test_occlusion_query_states (query.c:203)
by func_query (query.c:278)
by run_test (test.h:556)
by main (test.h:624)
...
56 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IWineD3DDeviceImpl_CreateQuery (device.c:1247)
by query_init (query.c:161)
by IDirect3DDevice9Impl_CreateQuery (device.c:2703)
by test_query_support (query.c:107)
by func_query (query.c:277)
by run_test (test.h:556)
by main (test.h:624)
...
56 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IWineD3DDeviceImpl_CreateQuery (device.c:1247)
by query_init (query.c:161)
by IDirect3DDevice9Impl_CreateQuery (device.c:2703)
by test_query_support (query.c:121)
by func_query (query.c:277)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26132
Summary: dsound/capture tests shows some leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 26131
After bug 26131, there are some more leaks in dsound:
828 bytes in 46 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DSOUND_CopyFormat (primary.c:455)
by IDirectSoundCaptureBufferImpl_Create (capture.c:866)
by IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
by dscenum_callback (capture.c:569)
by a_to_w_callback (dsound_main.c:291)
by DirectSoundCaptureEnumerateW (dsound_main.c:494)
by DirectSoundCaptureEnumerateA (dsound_main.c:423)
by capture_tests (capture.c:677)
by func_capture (capture.c:698)
by run_test (test.h:556)
by main (test.h:624)
...
846 bytes in 47 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DSOUND_CopyFormat (primary.c:455)
by IDirectSoundCaptureBufferImpl_Create (capture.c:866)
by IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
by dscenum_callback (capture.c:569)
by a_to_w_callback (dsound_main.c:291)
by DirectSoundCaptureEnumerateW (dsound_main.c:473)
by DirectSoundCaptureEnumerateA (dsound_main.c:423)
by capture_tests (capture.c:677)
by func_capture (capture.c:698)
by run_test (test.h:556)
by main (test.h:624)
and one possible leak:
18 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DSOUND_CopyFormat (primary.c:455)
by IDirectSoundCaptureBufferImpl_Create (capture.c:866)
by IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
by dscenum_callback (capture.c:569)
by a_to_w_callback (dsound_main.c:291)
by DirectSoundCaptureEnumerateW (dsound_main.c:494)
by DirectSoundCaptureEnumerateA (dsound_main.c:423)
by capture_tests (capture.c:677)
by func_capture (capture.c:698)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26924
Summary: Beta League of Legends Patcher locks up.
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)placesthroughtime.com
Using the new League of Legends patcher found at:
http://amshaegar.de/lol/LoLRADS_US.zip
Which requires you to have vcrun2005 installed with winetricks I get the
following error message and it locks up.
err:ntdll:RtlpWaitForCriticalSection section 0x509838 "?" wait timed out in
thread 0022, blocked by 0025, retrying (60 sec)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.