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=29648
Bug #: 29648
Summary: Failed to load avisynth.dll on FreeBSD
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adiosf6f(a)gmail.com
Classification: Unclassified
Created attachment 38428
--> http://bugs.winehq.org/attachment.cgi?id=38428
WINEDEBUG=+module,+dll
csh> wine avs2yuv.exe hi.avs -o hi.y4m
failed to load avisynth.dll
Reproduce:
1. install wine from ports.
2. download avisynth installer
http://sourceforge.net/projects/avisynth2/files/AviSynth_Alpha_Releases/AVS…
3. wine AVISYNTH_INSTALLER.exe (to get avisynth.dll install)
4. download avs2yuv.exe
http://akuvian.org/src/avisynth/avs2yuv/avs2yuv.exe
6. > touch hi.avs (make empty avs file)
7. wine avs2yuv.exe hi.avs -o hi.y4m
confirmed under
FreeBSD 9.0R amd64, wine-1.3.36 wine-1.3.37
fresh-installed FreeBSD 8.2R i386, wine-1.3.37
I'm sure the above command works under Linux.
--
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=29547
Bug #: 29547
Summary: NightSky needs
msvcp60.dll.??0?$basic_ifstream@DU?$char_traits@D@std@
@@std@@QAE@PBDH@Z
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://www.fileplanet.com/218207/210000/fileinfo/Night
Sky-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
The menus and backstory are working, but when gameplay should start, NightSky
crashes with:
wine: Call from 0x7b83b742 to unimplemented function
msvcp60.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@PBDH@Z,
aborting
wine: Unimplemented function
msvcp60.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@PBDH@Z called
at address 0x7b83b742 (thread 002e), starting debugger...
Workaround: winetricks vcrun6
--
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=30305
Bug #: 30305
Summary: noscript-tag is not working correctly anymore
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Regression SHA1: 6c6744f80066f0aa46939a2d4c0af9c34f932e8b
wine iexplore http://netikka.net/dev/noscripttest.html
git show 6c6744f80066f0aa46939a2d4c0af9c34f932e8b | patch -p1 -R
solves the 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=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=29355
Bug #: 29355
Summary: XMLdocument loadfromfile? doesn't work correctly
Product: Wine
Version: 1.3.34
Platform: x86
URL: http://netikka.net/dev/xml.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Small sample: http://netikka.net/dev/xml.exe
Save attached test.xml to .wine/drive_c/ first.
procedure TForm1.Button1Click(Sender: TObject);
begin
xmldocument1.LoadFromFile('c:/test.xml');
xmldocument1.SaveToFile('c:/test2.xml');
memo1.text:=xmldocument1.XML.Text; //also without header?
end;
Problem is test2.xml has lost it's header.
winetricks msxml3 helps
--
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=29359
Bug #: 29359
Summary: wine git. DSOUND_BufPtrDiff: Assertion `ptr1 < buflen'
failed.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucianolorenti(a)gmail.com
Classification: Unclassified
When i run the launcher of pes 2012 it's raised this error.
xe: ../../../wine-git/dlls/dsound/mixer.c:330: DSOUND_BufPtrDiff: Assertion
`ptr1 < buflen' failed.
This game used to work a few months ago. Then stopped working raising an
different error wich I am reporting unrelated, I think, to this error.
The another error was "Unable to initialize rld.dll(E300)". But with some patch
founded in this site I could pass that error and the assertion `ptr1 < buflen'
also was raised.
--
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=29317
Bug #: 29317
Summary: QQ2011 installer crash at the end of installing
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download QQ2011 installer
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe ( http://im.qq.com/qq/2011/ )
2. winetricks vc6run, workaround Bug 27109
3. winetricks gdiplus, workaround 29316
4. import reg file in http://bugs.winehq.org/attachment.cgi?id=36483 ,
workaround Bug 27444
5. start the installer, crash at the end:
Backtrace:
=>0 0x7e194eee SoftpubCleanup+0x212(data=0x1645d8)
[/home/fracting/wine-git/dlls/wintrust/softpub.c:1211] in wintrust (0x0033f2e4)
1 0x7e195c4d WINTRUST_DefaultClose+0xab(hwnd=0xffffffff, actionID=0x33f458,
data=0x33f3ec) [/home/fracting/wine-git/dlls/wintrust/wintrust_main.c:349] in
wintrust (0x0033f334)
2 0x7e197b29 WinVerifyTrust+0x2c8(hwnd=0xffffffff, ActionID=0x33f458,
ActionData=0x33f3ec)
[/home/fracting/wine-git/dlls/wintrust/wintrust_main.c:748] in wintrust
(0x0033f3a4)
3 0x004110a4 in qqsetupex (+0x110a3) (0x0033fa08)
4 0x00411130 in qqsetupex (+0x1112f) (0x7e1ccd87)
native wintrust+msasn1+crypt32 will workaround this 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=29316
Bug #: 29316
Summary: QQ2011 installer needs gdiplus:GdipDrawImagePointsI
to draw UI
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download QQ2011
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe ( http://im.qq.com/qq/2011/ )
2. winetrick vc6run, workaround Bug 27109
3. start the installer
expect result:
Draw the UI as screenshot-native-gdiplus
actual result:
Draw the UI as screenshot-buggy
Logs:
fixme:gdiplus:GdipDrawImagePointsI (0x1c0598, 0x1710a8, 0x32db2c, 3): stub
fixme:gdiplus:GdipDrawImagePointsI (0x1c0598, 0x1358a8, 0x32db2c, 3): stub
winetricks gdiplus works around this 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=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.