https://bugs.winehq.org/show_bug.cgi?id=56311
Bug ID: 56311
Summary: HwINFO does not display temperatures
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: celestial.ameba(a)gmail.com
Distribution: ---
I would expect to see 2-4 temperature sensors listed for the CPU and
Motherboard listed in the Sensor Status window. Instead there are no entries at
all. The exact names of the sensor will vary based on the computer's specific
hardware.
It can be accessed by clicking the following buttons:
Start>Sensors>CPU[#0][CPU NAME]
The values I am expecting can be found using `lm-sesnors` and `watch sensor`
The values are also available via `cat /sys/class/thermal/thermal_zone*/temp`
FYI: As of Wine 9.0 you need to downgrade from windows 10 to windows 7 in
winecfg in order to get past the landing window.
`
--
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=14010
Summary: RivaTuner 2.09 not work ,no overclocking or sensor
ability
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj--alex(a)ya.ru
RivaTuner 2.09 not work ,no overclocking or sensor ability
My videocard is very loud without this program!!
I and not only i, want to overclocking without BIOS VRAM rewrite.
Program can be downloaded free from
http://www.radeon.ru/
(Main menu left - newest version)
--
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=56259
Bug ID: 56259
Summary: Microsoft Webview 2 installer hangs forever
Product: Wine
Version: 9.1
Hardware: x86-64
URL: https://developer.microsoft.com/en-us/microsoft-edge/w
ebview2/?form=MA13LH
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 75970
--> https://bugs.winehq.org/attachment.cgi?id=75970
stub that lets installer finish
A user reported troubles with this at the forum. Apparently (didn't verify
this) the installer works in win 7 because it downloads an older version of
webview2. When version is set to win10 another version seems to be downloaded.
See https://forum.winehq.org/viewtopic.php?t=38443
A +relay showed following trace, the kernelbase.SleepConditionVariableCS
sequence keeps going on and on forever.
Adding a stub for the function that the program tries to find
(RtlGetDeviceFamilyInfoEnum) just before the "loop" of
SleepConditionVariableCS, makes the installer succeed for me (it exits without
a success message, but the files seem to be installed).
I'll try to add a test and submit the patch later
+relay log:
0204:Call KERNEL32.GetProcAddress(6fffffc50000,14038602f
"RtlGetDeviceFamilyInfoEnum") ret=1401736ba
0204:Ret KERNEL32.GetProcAddress() retval=00000000 ret=1401736ba
0204:Call kernelbase.SleepConditionVariableCS(1403deb48,1403deb58,00000064)
ret=14020442a
0204:Call ntdll.RtlSleepConditionVariableCS(1403deb48,1403deb58,7ffffe1ff2f8)
ret=6fffff4cbd7d
0204:Ret ntdll.RtlSleepConditionVariableCS() retval=00000102 ret=6fffff4cbd7d
0204:Call ntdll.RtlNtStatusToDosError(00000102) ret=6fffff4cbd98
0204:Ret ntdll.RtlNtStatusToDosError() retval=000005b4 ret=6fffff4cbd98
0204:Ret kernelbase.SleepConditionVariableCS() retval=00000000 ret=14020442a
0204:Call kernelbase.SleepConditionVariableCS(1403deb48,1403deb58,00000064)
ret=14020442a
0204:Call ntdll.RtlSleepConditionVariableCS(1403deb48,1403deb58,7ffffe1ff2f8)
ret=6fffff4cbd7d
0204:Ret ntdll.RtlSleepConditionVariableCS() retval=00000102 ret=6fffff4cbd7d
--
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=56250
Bug ID: 56250
Summary: Elite Dangerous client gets stuck on black screen
after launch
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
Distribution: ---
When using WINE_D3D_CONFIG='renderer=vulkan' to launch Elite, the game will
launch but then get stuck on a black screen.
The problem appears to be related to the following entry in the log:
fixme:d3d11:d3d11_device_CheckFeatureSupport Unhandled feature 0xe.
--
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=51360
Bug ID: 51360
Summary: vkGetDeviceProcAddr invalid behavior for functions
from extensions unsupported by host Vulkan instance
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: loothelion(a)nvidia.com
Distribution: ---
I believe the below may also be true for vkGetInstanceProcAddr, but I haven't
confirmed this locally.
The Vulkan 1.2.182 specification states the following about the behavior of
vkGetDeviceProcAddr:
> The table below defines the various use cases for vkGetDeviceProcAddr and
> expected return value for each case.
>
> The returned function pointer is of type PFN_vkVoidFunction, and must be cast to
> the type of the command being queried before use. The function pointer must only
> be called with a dispatchable object (the first parameter) that is device or a
> child of device.
>
> Table 2. vkGetDeviceProcAddr behavior
>
> device | pName | return value
> ---------------------------------------------------------------------------------------
> NULL | *[1] | undefined
> ---------------------------------------------------------------------------------------
> invalid device | *[1] | undefined
> ---------------------------------------------------------------------------------------
> device | NULL | undefined
> ---------------------------------------------------------------------------------------
> device | core device-level Vulkan command [2] | fp[3]
> ---------------------------------------------------------------------------------------
> device | enabled extension device-level commands [2] | fp[3]
> ---------------------------------------------------------------------------------------
> any other case, not covered above | NULL
>
> [1] - "*" means any representable value for the parameter (including valid
> values, invalid values, and NULL).
>
> [2] - In this function, device-level excludes all physical-device-level
> commands.
>
> [3] - The returned function pointer must only be called with a dispatchable
> object (the first parameter) that is device or a child of device e.g.
> VkDevice, VkQueue, or VkCommandBuffer.
Winevulkan's behavior differs from this slightly. Note the fifth row of the
table uses the language "enabled extension device-level commands", this means
that if a command is queried via vkGetDeviceProcAddr and isn't part of core,
the extension which introduces it must be enabled for the given VkDevice object
in order for vkGetDeviceProcAddr to return a valid function pointer, and
otherwise it should return NULL.
In order to properly conform to the Vulkan specification Winevulkan should only
expose device-level commands whose extensions have been enabled.
Note that applications should not be querying for Vulkan commands via
vkGetDeviceProcAddr if they know the extension is not supported by the
underlying implementation. However in the case of an application which does
rely on this bad behavior, Winevulkan will return a function pointer to one of
its thunks and then proceed to deference a null function pointer when it tries
to call into the underlying host Vulkan implementation.
--
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=47521
Bug ID: 47521
Summary: digikam 6.10 crashes on start
Product: Wine
Version: 4.11
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Created attachment 64913
--> https://bugs.winehq.org/attachment.cgi?id=64913
crash output
Backtrace:
=>0 0x66401f0a EntryPoint+0xb6a() in qt5widgets (0x006ff4f8)
1 0x1084cf64 WXMPUtils_DuplicateSubtree_1+0x44c5d3() in libdigikamcore
(0x737adae8)
2 0x10388bb9 EntryPoint+0x387818() in libdigikamcore (0x006ff5f8)
3 0x104c0cba WXMPUtils_DuplicateSubtree_1+0xc0329() in libdigikamcore
(0x006ff688)
4 0x2278b630 EntryPoint+0xba28f() in libdigikamgui (0x006ffab8)
5 0x2276e7b3 EntryPoint+0x9d412() in libdigikamgui (0x006ffb98)
6 0x00404be5 _ZN7Digikam6DColor11premultiplyEv+0x15e4() in digikam
(0x006ffe88)
7 0x00401382 EntryPoint+0xffffffff() in digikam (0x006fff28)
8 0x7b47e022 call_process_entry+0x11() in kernel32 (0x006fff48)
9 0x7b480acc start_process+0xeb(entry=<couldn't compute location>,
peb=<couldn't compute location>)
[Z:\home\austin\wine-git\dlls\kernel32\process.c:1297] in kernel32 (0x006fffd8)
10 0x7b47e02e start_process_wrapper+0x9() in kernel32 (0x006fffec)
0x66401f0a EntryPoint+0xb6a in qt5widgets: movl 0x4(%eax),%ecx
austin@laptop:~/Downloads$ du -sh digiKam-6.1.0-Win32.exe
321M digiKam-6.1.0-Win32.exe
austin@laptop:~/Downloads$ sha256sum digiKam-6.1.0-Win32.exe
fb870263a8bb2bd178590dfacfe68110b68d8c5b0ca53606084162a1a5e42b44
digiKam-6.1.0-Win32.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=43993
Bug ID: 43993
Summary: Quick3270 5.21: crashes when using the Connect
function
Product: Wine
Version: 2.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: q3270(a)grr.la
Distribution: ---
Application crashes when I choose Session -> Connect option.
Application error messages is: "Could not find imported function in DLL
C:\windows\system32\ws2_32.dll"
Console output relevant messages:
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:shell:SetCurrentProcessExplicitAppUserModelID
L"DN-Computing.Quick3270.DisplayEmulator": stub
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation,
...) semi-stub
fixme:htmlhelp:HtmlHelpW HH_PRETRANSLATEMESSAGE unimplemented
Application is available as trial here:
https://www.dn-computing.com/download.htm
Prior to launching the application I've installed wine-mono and wine-gecko.
Unsuccessfully tried:
- replacing ws2_32.dll with an original one
- debugging with +relay, the log doesn't show the missing procedure name
--
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=56293
Bug ID: 56293
Summary: user32:msg test_recursive_hook fails on Windows 7
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
https://test.winehq.org/data/tests/user32:msg.html is failing in
test_recursive_hook since Jan 18 with:
msg.c:12680: Test failed: Got expected 16.
This is a new test introduced by 3c9e57d57f6d8bdb2cadbff6fa31cb41b058454f. I
haven't looked in detail, but I guess the behavior is just different on Windows
7?
--
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=51843
Bug ID: 51843
Summary: dlls/ws2_32/socket.c:839:17: error:
‘IP_ADD_SOURCE_MEMBERSHIP’ undeclared here
Product: Wine
Version: 6.18
Hardware: x86
OS: NetBSD
Status: NEW
Severity: blocker
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
gcc -c -o dlls/ws2_32/socket.o dlls/ws2_32/socket.c -Idlls/ws2_32 -Iinclude
-D__WINESRC__ -DUSE_WS_PREFIX -D_REENTRANT -fno-PIC
-fasynchronous-unwind-tables -Wall -pipe -fno-stack-protector
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-march=i586 -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2
-I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/pkg/include/freetype2 -I/usr/X11R7/include -g
dlls/ws2_32/socket.c:839:17: error: ‘IP_ADD_SOURCE_MEMBERSHIP’ undeclared here
(not in a function); did you mean ‘WS_IP_ADD_SOURCE_MEMBERSHIP’?
MAP_OPTION( IP_ADD_SOURCE_MEMBERSHIP ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:840:17: error: ‘IP_DROP_SOURCE_MEMBERSHIP’ undeclared here
(not in a function); did you mean ‘WS_IP_DROP_SOURCE_MEMBERSHIP’?
MAP_OPTION( IP_DROP_SOURCE_MEMBERSHIP ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:841:17: error: ‘IP_BLOCK_SOURCE’ undeclared here (not in a
function); did you mean ‘WS_IP_BLOCK_SOURCE’?
MAP_OPTION( IP_BLOCK_SOURCE ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:842:17: error: ‘IP_UNBLOCK_SOURCE’ undeclared here (not in
a function); did you mean ‘IP_BLOCK_SOURCE’?
MAP_OPTION( IP_UNBLOCK_SOURCE ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:923:17: error: ‘AI_ALL’ undeclared here (not in a
function); did you mean ‘P_ALL’?
MAP_OPTION( AI_ALL ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:923:17: warning: initialization makes integer from pointer
without a cast [-Wint-conversion]
MAP_OPTION( AI_ALL ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:923:17: note: (near initialization for
‘ws_aiflag_map[4][1]’)
MAP_OPTION( AI_ALL ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:923:17: error: initializer element is not constant
MAP_OPTION( AI_ALL ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c:923:17: note: (near initialization for
‘ws_aiflag_map[4][1]’)
MAP_OPTION( AI_ALL ),
^
dlls/ws2_32/socket.c:792:37: note: in definition of macro ‘MAP_OPTION’
#define MAP_OPTION(opt) { WS_##opt, opt }
^~~
dlls/ws2_32/socket.c: In function ‘WS_setsockopt’:
dlls/ws2_32/socket.c:5639:27: error: storage size of ‘mreq_source’ isn’t known
struct ip_mreq_source mreq_source;
^~~~~~~~~~~
dlls/ws2_32/socket.c:5856:24: error: request for member ‘imr_interface’ in
something not a structure or union
mreq_source.imr_interface.s_addr = val->imr_interface.S_un.S_addr;
^
dlls/ws2_32/socket.c:5856:38: error: request for member ‘s_addr’ in something
not a structure or union
mreq_source.imr_interface.s_addr = val->imr_interface.S_un.S_addr;
^
dlls/ws2_32/socket.c:5856:13: warning: statement with no effect
[-Wunused-value]
mreq_source.imr_interface.s_addr = val->imr_interface.S_un.S_addr;
^~~~~~~~~~~
dlls/ws2_32/socket.c:5857:24: error: request for member ‘imr_multiaddr’ in
something not a structure or union
mreq_source.imr_multiaddr.s_addr = val->imr_multiaddr.S_un.S_addr;
^
dlls/ws2_32/socket.c:5857:38: error: request for member ‘s_addr’ in something
not a structure or union
mreq_source.imr_multiaddr.s_addr = val->imr_multiaddr.S_un.S_addr;
^
dlls/ws2_32/socket.c:5857:13: warning: statement with no effect
[-Wunused-value]
mreq_source.imr_multiaddr.s_addr = val->imr_multiaddr.S_un.S_addr;
^~~~~~~~~~~
dlls/ws2_32/socket.c:5858:24: error: request for member ‘imr_sourceaddr’ in
something not a structure or union
mreq_source.imr_sourceaddr.s_addr =
val->imr_sourceaddr.S_un.S_addr;
^
dlls/ws2_32/socket.c:5858:39: error: request for member ‘s_addr’ in something
not a structure or union
mreq_source.imr_sourceaddr.s_addr =
val->imr_sourceaddr.S_un.S_addr;
^
dlls/ws2_32/socket.c:5858:13: warning: statement with no effect
[-Wunused-value]
mreq_source.imr_sourceaddr.s_addr =
val->imr_sourceaddr.S_un.S_addr;
^~~~~~~~~~~
dlls/ws2_32/socket.c:5861:20: warning: assignment makes integer from pointer
without a cast [-Wint-conversion]
optlen = sizeof(mreq_source);
^
dlls/ws2_32/socket.c:5639:27: warning: unused variable ‘mreq_source’
[-Wunused-variable]
struct ip_mreq_source mreq_source;
^~~~~~~~~~~
dlls/ws2_32/socket.c: In function ‘WS_gethostbyaddr’:
dlls/ws2_32/socket.c:6092:19: warning: implicit declaration of function
‘gethostbyaddr_r’; did you mean ‘gethostbyaddr’?
[-Wimplicit-function-declaration]
int res = gethostbyaddr_r(paddr, len, unixtype,
^~~~~~~~~~~~~~~
gethostbyaddr
dlls/ws2_32/socket.c: In function ‘WS_gethostbyname’:
dlls/ws2_32/socket.c:6284:23: warning: implicit declaration of function
‘gethostbyname_r’; did you mean ‘gethostbyname2’?
[-Wimplicit-function-declaration]
int res = gethostbyname_r(name, &hostentry, extrabuf, ebufsize,
&host, &locerr);
^~~~~~~~~~~~~~~
gethostbyname2
At top level:
dlls/ws2_32/socket.c:1796:12: warning: ‘set_ipx_packettype’ defined but not
used [-Wunused-function]
static int set_ipx_packettype(int sock, int ptype)
^~~~~~~~~~~~~~~~~~
--
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=51770
Bug ID: 51770
Summary: digikam-7.1.0 freezes on start
Product: Wine
Version: 6.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1) Run
2) Click Next, Next, Next, Next, Next
3) It freezes
If you attempt to start it again, it just freezes without showing anything.
--
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.