http://bugs.winehq.org/show_bug.cgi?id=33384
Bug #: 33384
Summary: Basic WPF application fails to handle images
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonidbrook(a)gmail.com
Classification: Unclassified
I created a simple application that display an image loaded from a file (see
MainWindow.xaml). The file added as a "Resource" to the application project.
Basically, the only thing I added to the base skeleton, is <Image
Source="beta.png"/>.
The application fails at
System.Media.Imaging.BitmapSource.get_DUCECompatibleMILPtr()
with System.InvalidCastException: Specified case is not valid.
--
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=34110
Bug #: 34110
Summary: MS Excel 2010 escape/unescape problem in sheet names
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: lviggiani(a)gmail.com
Classification: Unclassified
Created attachment 45356
--> http://bugs.winehq.org/attachment.cgi?id=45356
Test example
1) Create a new Excel file.
2) Remane sheet 1 as "a & b" (without quotes)
4) Put some value in first cell
3) Go to sheet 2 and link the first cell to first cell of sheet 1 (now named as
"a & b") (='a & b'!A1)
4) Save (as .xlsx / MS Excel 2010) and close Excel
5) Reopen excel and load the saved file
6) It will display a "broken link error" and the first sheet will now be named
as "a & b" whereas first cell of second sheet still links to ='a & b'!A1
(correct)
It seems a escape / unescape issue while opening the .xlsx. I'm pretty sure the
issue is while opening, not sving, as the same issue occurs if you create the
file as described above in windows and try to open in linux with wine.
The issue is occurring since wine 1.5. It wasn't in the past.
I've attached the test .xlsx 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=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=34209
Bug #: 34209
Summary: fullscreen apps won't switch back to resolution after
command-tabbing on OS X
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjheik(a)gmail.com
Classification: Unclassified
Fullscreen games which change resolution do not switch back to correct
resolution after being tabbed out. They work correctly until the user
command-tabs out to another application.
I've had this problem with both Both The Elder Scrolls V: Skyrim and the
freeware game DX Ball 2, which are both DirectX games. I'm running Mac OS X
10.8.4. I have installed both Wine 1.6.0 and the development 1.7.0 from
Macports and both have this problem with the native Mac driver.
When switching back, the screen remains at maximum resolution and the apps run
in the upper-left corner of the screen and neither the menu bar or dock are
hidden.
--
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.