https://bugs.winehq.org/show_bug.cgi?id=44628
Bug ID: 44628
Summary: BaiduMusic needs dwmapi.DwmSetIconicThumbnail (stub)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Title says it all:
wine: Call from 0x7b43eedf to unimplemented function
dwmapi.dll.DwmSetIconicThumbnail, aborting
0009:fixme:dbghelp:elf_search_auxv can't find symbol in module
Though the main window comes up, it`s not responsive. With the stub from
staging (see below) it starts to work (one can click things....)
Patch is at:
https://github.com/wine-compholio/wine-staging/blob/master/patches/dwmapi-D…
Could someone send this patch for DwmSetIconicThumbnail upstream please?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43041
Bug ID: 43041
Summary: CodeXL install fails
Product: Wine
Version: 2.8
Hardware: x86
URL: https://github.com/GPUOpen-Tools/CodeXL/releases/tag/v
2.3
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 58198
--> https://bugs.winehq.org/attachment.cgi?id=58198
wine log
wine CodeXL_Win_2.3.629.exe
Asks to install of prerequisites Microsoft Universal C Runtime Update
(KB299226) for Microsoft Visual C++ 2015 and Microsoft Debuggers and Tools x86
(Possibly from Windows Software Development Kit - Windows 10.0.26624).
Skipping prereqs and continuing to the application installer. As soon as the
installer attempts to install the application. The installer crashes.
sha1sum CodeXL_Win_2.3.629.exe
b3a776aeff9e81f9a0169bad1500387381f9b038 CodeXL_Win_2.3.629.exe
du -sh CodeXL_Win_2.3.629.exe
135M CodeXL_Win_2.3.629.exe
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44701
Bug ID: 44701
Summary: xinput console spam with steam
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
When a xbox controller is pluged in and one launches steam. There is now
infinite spam in the console with the following line:
0064:fixme:xinput:XInputGetBatteryInformation (index 0, type 0, battery
0x4728f9a4) Stub!
This is not good for debugging as all the logs just are lost in the sea of this
error.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44349
Bug ID: 44349
Summary: winedgb: stepping is broken on 32-bit
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.santos(a)pobox.com
Distribution: Gentoo
This is actually 3.0-rc6~6 (110eecf7d48688b573f4215f84ff8ad464f40da8) but it
doesn't look like any of those patches touched this. using stepi on the call
instruction below does not perform the call and instead increments the
instruction pointer by one.
Using gdb 8.0.1 and built with gcc 5.4.0
$ WINEARCH=win64 WINEDEBUG=fixme-all WINEPREFIX=/tmp/daniel/wine/test-debug
/home/daniel/proj/emu/wine/work1/build/debug/32/wine winedbg --gdb
./user32_test.exe.so win
002e:002f: create process
'Z:\home\daniel\proj\emu\wine\work1\build\debug\32\dlls\user32\tests\user32_test.exe'/0x110d68
@0x7ec438e0 (0<0>)
002e:002f: create thread I @0x7ec438e0
GNU gdb (Gentoo 8.0.1 vanilla) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
002e:002f: loads DLL C:\windows\system32\KERNEL32.dll @0x7b410000 (0<0>)
002e:002f: loads DLL C:\windows\system32\ntdll.dll @0x7bc10000 (0<0>)
002e:002f: loads DLL C:\windows\system32\advapi32.dll @0x7e750000 (0<0>)
002e:002f: loads DLL C:\windows\system32\gdi32.dll @0x7e7d0000 (0<0>)
002e:002f: loads DLL C:\windows\system32\version.dll @0x7eff0000 (0<0>)
002e:002f: loads DLL C:\windows\system32\user32.dll @0x7e920000 (0<0>)
002e:002f: loads DLL C:\windows\system32\imm32.dll @0x7e6f0000 (0<0>)
0000002e:0000002f: exception code=0x80000003
No support for verbose packet MustReplyEmpty
No support for verbose packet File:setfs:0
No support for verbose packet File:open:6a7573742070726f62696e67,0,1c0
warning: remote target does not support file transfer, attempting to access
files from local filesystem.
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
0x7b469f66 in DbgBreakPoint () at
/home/daniel/proj/emu/wine/work1/include/winternl.h:2157
2157 static inline void WINAPI DbgBreakPoint(void) { __asm__
__volatile__("int3"); }
trace: 98 => 80
Wine-gdb> break /home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c:10653
Breakpoint 1 at 0x7ec3b336: file
/home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c, line 10653.
Wine-gdb> cont
Continuing.
0038:err:win:DefWindowProcW called for other process window 0x4006c
Breakpoint 1, func_win () at
/home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c:10653
10653 test_enum_thread_windows();
Wine-gdb> display /2i $eip
1: x/2i $eip
=> 0x7ec3b336 <func_win+1396>: call 0x7ebfc90b <test_enum_thread_windows>
0x7ec3b33b <func_win+1401>: call 0x7ec02b25 <test_mdi>
Wine-gdb> stepi
0x7ec3b337 10653 test_enum_thread_windows();
1: x/2i $eip
=> 0x7ec3b337 <func_win+1397>: rclb 0xe5e8fffc
0x7ec3b33d <func_win+1403>: ja 0x7ec3b33b <func_win+1401>
And is you might expect, if I stepi again:
Wine-gdb> stepi
Program received signal SIGSEGV, Segmentation fault.
0x7ec3b337 in func_win () at
/home/daniel/proj/emu/wine/work1/dlls/user32/tests/win.c:10653
10653 test_enum_thread_windows();
1: x/2i $eip
=> 0x7ec3b337 <func_win+1397>: rclb 0xe5e8fffc
0x7ec3b33d <func_win+1403>: ja 0x7ec3b33b <func_win+1401>
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44501
Bug ID: 44501
Summary: Missing D3D11_1_UAV_SLOT_COUNT constant
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mat.drost(a)gmail.com
Distribution: ---
Wine headers are missing D3D11_1_UAV_SLOT_COUNT constant defined here
https://msdn.microsoft.com/en-us/library/windows/desktop/ff476465(v=vs.85).…
--
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=32802
Bug #: 32802
Summary: Janetter fails to start properly and gives an error
saying, "Backend server cannot init"
Product: Wine
Version: 1.5.22
Platform: x86-64
URL: http://janetter.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atarifanatic(a)gmail.com
Classification: Unclassified
When loading Janetter 4.1.1.0 (can be downloaded at
http://janetter.net/desktop.html) in wine64 mode, the Janetter window shows and
stays at a screen with a spinning wheel, where it is trying to load the client.
Eventually, a message box shows saying "Backend server cannot init" (probably
referring to JanetterSvr.exe?) and upon closing the message box, it continues
to attempt to load.
I am currently using Arch Linux x86_64 with the wine 1.5.22 package.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44578
Bug ID: 44578
Summary: cscript cannot create file dialogue using vbs
ShellDispatch_BrowseForFolder VT_ERROR
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
cscript cannot create file dialogs with vbs, which is a shame as it could
provide a really simple way to test wine.
First I confirmed a simple message box worked by creating a file hello.vbs
containing:
MsgBox "Hello world"
Then running
wine cscript hello.vbs
Then I tried various examples to create file dialogs and none worked, here is
one -
Function BrowseForFile()
Dim shell : Set shell = CreateObject("Shell.Application")
Dim file : Set file = shell.BrowseForFolder(0, "Choose a file:", &H4000)
BrowseForFile = file.self.Path
End Function
MsgBox BrowseForFile
That ran, displaying nothing - this error was in the console -
0009:fixme:shell:ShellDispatch_BrowseForFolder (0x159e98,0,L"Choose a
file:",4000,0x33f150 {VT_ERROR: 80020004},0x33f2f8)
This was tested with wine set to emulate a desktop
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42468
Bug ID: 42468
Summary: adds unwanted #13; string when formatting simple XML
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: development(a)winomega.com
Distribution: ---
Created attachment 57314
--> https://bugs.winehq.org/attachment.cgi?id=57314
binary testcase
Problem found on latest Git (commit a2f2de1e960d37840bb0df541e31d64941e65197)
but also older versions (e.g. wine 1.8).
This simple program written in Delphi (attached, including source code) uses a
TXMLDocument to load XML, format it and then prints it in a MessageBox.
The imported XML is included in source (Unit1.pas), I paste it here for
convenience:
<?xml version="1.0" encoding="UTF-8"?><env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><env:Fault></env:Fault></env:Body></env:Envelope>
When the program runs on Windows, it prints an equivalent XML, with some
indentation changes only (see attached output_win8.1.png).
When run on Wine, the string '#13;' is added in a few places (see attached
output_wine.png).
I'm also attaching a trace file (WINEDEBUG=+msxml).
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43998
Bug ID: 43998
Summary: treeview not drawn correctly
Product: Wine
Version: 2.19
Hardware: x86-64
URL: http://www.silversecond.com/WolfRPGEditor/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
I've seen this problem in at least one other place, but WolfRPG Editor is
easiest to get.
Once the project gets large enough (in file numbers) so that the map treeview
gets vertically scrollable, a significant portion of it at the top turns blank.
Also, there are other glitches during navigating the visible portion of the
treeview up/down with a keyboard. You can navigate with keyboard/mouse into the
invisible section, but the displayed items get quite messy.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40539
Bug ID: 40539
Summary: Fail to start HPDiagnosticCoreUI.exe
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ehespinosa57(a)gmail.com
Distribution: ---
When I try start HPDiagnosticCoreUI.exe the programa crash with the output
below
--
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.