http://bugs.winehq.org/show_bug.cgi?id=34177
Bug #: 34177
Summary: -pipe makes mingw-g++ work unreliably
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 45461
--> http://bugs.winehq.org/attachment.cgi?id=45461
Test case
How to reproduce:
1. Install mingw from mingw-get-inst-20120426.exe, use default settings. Don't
pay attention at log clean error.
2. Do
mingw-get upgrade "gcc<4.7"
mingw-get upgrade "g++<4.7"
(these are versions which should work for Qt-based apps; not sure if "gcc" line
is actually needed)
3. Unpack attached test case
4. Now either run build.bat from "wine cmd" there, being inside the test
directory, or run:
wine c:/mingw/bin/g++ -c -pipe -O2 -o mainwindow.o mw-processed.cpp
(you don't need to install Qt since the test file is a c++-preprocessed
version, resulting from running "g++ -E")
5. Get the following error:
{standard input}: Assembler messages:
{standard input}:5343: Error: junk `(%esp)movl $0' after expression
{standard input}:5343: Error: too many memory references for `mov'
6. Remove "-pipe" from command, and this works with the same assembly code.
This all is quite sensitive to assembly code generated, e.g. remove "-O2" and
you don't reproduce the bug; remove some lines from source — and again not
reproduced...
Corresponding assembly code which causes the error (from changing "-c" to
"-S"), from line 5343:
movl %eax, 16(%esp)
movl $0, 12(%esp)
Seems previous line appears partially (starting from "(") on the next one, and
second one is truncated starting from ",".
I'm not sure what component has this bug, seems this is related either to
string manipulation, or piping data between apps.
--
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=28664
Bug #: 28664
Summary: qedit/mediadet test crashes on FreeBSD9
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 36837
--> http://bugs.winehq.org/attachment.cgi?id=36837
backtrace
The test was running without $DISPLAY set, but that passes fine for me on
gentoo/debian.
Backtrace 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=25994
Summary: Process Hacker: Unimplemented function
ntdll.dll.NtCreateKeyedEvent
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33136)
--> (http://bugs.winehq.org/attachment.cgi?id=33136)
Terminal output on Wine 1.3.13
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Process Hacker
4) copy winsta.dll to system32
5) wine ProcessHacker.exe
Behaviour:
There is Wine's error.
Expected behaviour:
There should be no error.
--
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=34013
Bug #: 34013
Summary: Altium Designer 10 installer crashes in
InternetQueryOptionW
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After doing 'winetricks vd=1024x768' to work around bug 34012,
continued with Altium Designer install. Next problem was
it refused to accept my username and password.
+relay,+seh,+wininet showed that it was crashing in InternetQueryOptionW()
somehow. The installer caught the crash, so there was no backtrace, but it
did give the address in the gui and said it was a read from NULL.
Passing that address to winedbg's disasm pointed to str_to_buffer().
The option it was retrieving was INTERNET_OPTION_PROXY_USERNAME;
evidently req->session->appInfo->proxyUsername was null.
This may be a regression introduced by the recent commit
bedf296a27d5689beb693637407829b0bd6d8a1c
The attached patch gets past this problem and on to the next.
--
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=33657
Bug #: 33657
Summary: Garena needs ADMINISTRATOR run
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pepe(a)bloodkings.eu
Classification: Unclassified
Created attachment 44553
--> http://bugs.winehq.org/attachment.cgi?id=44553
Stable release Wine log
Garena sometimes needs administrator run, but Garena chat works.
http://imageshack.us/a/img560/6475/snmekobrazovkypozen2013g.png
But other games and apps working successfully.
(Example: Install steam, install cs:go, playing cs:go, playing W3 campaing)
--
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=34005
Bug #: 34005
Summary: WS2_32.dll.WSASendMsg is unimplemented
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 45186
--> http://bugs.winehq.org/attachment.cgi?id=45186
empty stub
It's in a proprietary app I've got (can't redistribute). Returning SOCKET_ERROR
is not enough (unsurprisingly), it needs a real implementation.
fixme:winsock:WS_setsockopt IP_DONTFRAGMENT is silently ignored!
wine: Unimplemented function WS2_32.dll.WSASendMsg called at address 0x7bc4e1b0
(thread 0047), starting debugger...
--
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=27052
Summary: winedbg and its man page should use "wpid"
consistently for Windows' process ID
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
I couldn't figure out why winedbg complained "Can't attach process 42db: error
87" when I typed "attach 17115". I know the PID of my Windows executable, as
provided by top, ps, System Activity, etc.
You need to supply the *Wine/Windows PID* of the process, e.g. using the "info
process" command to winedbg, and this *isn't* the UNIX pid. This is mentioned
further down in winedbg(1), but it would be so much clearer if the man page,
the "info process" command and other documentation consistently used "wpid", as
http://www.winehq.org/docs/winedev-guide/debugger does.
There is missing help that also needs to use "wpid":
* winedbg --help's usage output doesn't mention the --auto wpid usage (though I
couldn't get this to work).
* the help command within winedbg doesn't mention "attach wpid"
--
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=18744
Summary: Mp3Tag: Column headers in list view incorrectly
redrawn
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.mp3tag.de/en/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
See attachment.
When clicked, the column headers (Filename, Path, ...) change to a selected
state and get a new "pressed" style. When selecting another column, the next
column is successfully selected but the previous one's style is still left
untouched, instead of being reset.
No console 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=33794
Bug #: 33794
Summary: Arabic Entry Box Has Big Errors .
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
Classification: Unclassified
When run wine at Arabic session the entry box has many problems as ::
1 - First it shown empty even it isn't empty .
2 - When try to write it shown reversed .
3 - Shaping false of Arabic letters .
4 - Spaces between letters are not organized .
When run wine at English session the entry box has a problem is ::
1 - Couldn't write in Arabic , show x11 drv keyboard error !
When run wine at Arabic session and Microsoft usp10.dll ::
1 - The entries shown at first time
2 - Arabic letters also don't organized !
--
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.