https://bugs.winehq.org/show_bug.cgi?id=46363
Bug ID: 46363
Summary: Accordance 12 (Lite) UI Render Issues
Product: Wine-staging
Version: 4.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ewomer(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63095
--> https://bugs.winehq.org/attachment.cgi?id=63095
WINEDEBUG="-all,warn-all,+tid,+seh,+relay" wine Accordance.exe
When running Accordance 12 (Lite) the UI experiences several rendering issues
with specific parts of the UI. The menu's render fine, its the tool bar and the
rest of the interface that has the issues.
--
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=46307
Bug ID: 46307
Summary: Dishonored 2 blackscreen on startup
Product: Wine
Version: 4.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
Distribution: ---
Created attachment 63034
--> https://bugs.winehq.org/attachment.cgi?id=63034
default_debug.log
Dishonored 2 (Steam Version) opens in blackscreen and became unresponsive.
Installed xact, dxdx9, corefonts.
Dishonored 2 is able to open with performance issues on lutris = Suspect
missing libs.
More info: https://github.com/RXT067/Research/tree/master/WINE-Dishonored2
Related bugs(?): #45620 #45855
--
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=42466
Bug ID: 42466
Summary: Accordance fails to load
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Trying to run Accordance 12 (https://www.accordancebible.com/)
And it fails to load:
wine Accordance.exe
fixme:atl:AtlAxWinInit version 0300 semi-stub
fixme:heap:RtlCompactHeap (0x1f60000, 0x0) stub
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
fixme:wlanapi:WlanEnumInterfaces (0x1, (nil), 0x1c2fd74) stub
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
fabian@f:~/Accordance$ wine --version
wine-2.1
--
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=42205
Bug ID: 42205
Summary: winegcc requires gcc 4.7 but 6.1 is installed
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: karmo.rosental(a)gmail.com
Distribution: ---
I installed wine-devel 2.0-rc4 from Wine repositories and also had to install
GCC 4.7 next to GCC 6.1 to use winegcc.
I got an error every time:
winebuild: gcc-4.7 failed with status 1
winegcc: winebuild failed
After installing GCC 4.7 this error dissapeared and let me compile.
winegcc from Official Ubuntu wine-stable 1.8.5 package worked well with GCC
6.1.
--
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=44775
Bug ID: 44775
Summary: [winevulkan] Failed to open dynamic library
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: gillg02(a)hotmail.com
Distribution: ---
Hi,
I have an issue with the new winevulkan.
I created a winevulkan.json in c:/windows/ :
{
"file_format_version": "1.0.0",
"ICD": {
"library_path": "c:\\windows\\syswow64\\winevulkan.dll",
"api_version": "1.0.68"
}
}
I added registry keys for 32 & 64bits to use vulkan json file in drivers
I installed le last 1.0.x vulkan sdk (1.0.68.0 with winetricks)
I installed the last release of dxvk (0.31 from here
https://github.com/doitsujin/dxvk/releases/)
--------------------------------------------------------------------------------
When I tried to run "c:/Program Files (x86)/VulkanRT/1.0.68.0/vulkaninfo.exe" I
get an error :
0009:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting
Vulkan.
ERROR: [loader] Code 0 : Failed to open dynamic library
"c:\windows\syswow64\winevulkan.dll" with error 1114
Cannot create Vulkan instance.
C:\VulkanSDKBuild\workspace\LoaderAndValidationLayers\demos\vulkaninfo.c:808:
failed with VK_ERROR_INCOMPATIBLE_DRIVER
But... When I run vunlkaninfo on my system (ubuntu 16.04 with package
vulkan-utils) I get :
===========
VULKAN INFO
===========
Vulkan API Version: 1.0.61
INFO: [loader] Code 0 : Found ICD manifest file
/usr/share/vulkan/icd.d/intel_icd.x86_64.json, version "1.0.0"
INFO: [loader] Code 0 : Found ICD manifest file
/usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version "1.0.0"
Instance Extensions:
====================
Instance Extensions count = 9
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_get_physical_device_properties2: extension revision 1
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_KHR_external_semaphore_capabilities: extension revision 1
VK_EXT_debug_report : extension revision 8
Layers: count = 0
=======
Presentable Surfaces:
=====================
GPU id : 0 (Intel(R) HD Graphics 520 (Skylake GT2))
Surface type : VK_KHR_xcb_surface
Formats: count = 2
B8G8R8A8_SRGB
B8G8R8A8_UNORM
Present Modes: count = 3
IMMEDIATE_KHR
MAILBOX_KHR
FIFO_KHR
------------------------------------------------------------------------------
I don't know if it's a bug with winevulkan.dll or if something is wrong in my
conf, but it seems stange...
--
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=46349
Bug ID: 46349
Summary: wininet/tests/http.c shows uninitialized memory use
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==23151== Thread 5:
==23151== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==23151== at 0x425091F: sendmsg (sendmsg.c:30)
==23151== by 0x60591C4: WS2_send (socket.c:2628)
==23151== by 0x60594BB: WS2_sendto (socket.c:5606)
==23151== by 0x605FBC5: WS_send (socket.c:5521)
==23151== by 0x4A93CF4: server_thread (http.c:2443)
==23151== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==23151== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== Address 0x4a2d031 is 4,193 bytes inside a recently re-allocated
block of size 8,000 alloc'd
==23151== at 0x7BC483AD: notify_alloc (heap.c:260)
==23151== by 0x7BC4BD6D: RtlReAllocateHeap (heap.c:1893)
==23151== by 0x4A931F3: server_thread (http.c:2156)
==23151== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==23151== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== Uninitialised value was created by a client request
==23151== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==23151== by 0x7BC4A643: initialize_block (heap.c:245)
==23151== by 0x7BC4BDEE: RtlReAllocateHeap (heap.c:1915)
==23151== by 0x4A931F3: server_thread (http.c:2156)
==23151== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==23151== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==23151==
--
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=36587
Bug ID: 36587
Summary: valgrind shows uninitialized memory use in
user32/tests/winstation.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p
user32_test.exe.so winstation && touch winstation.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==25156== Syscall param write(buf) points to uninitialised byte(s)
==25156== at 0x4226CF3: __write_nocancel (syscall-template.S:81)
==25156== by 0x7BC7FD72: send_request (server.c:198)
==25156== by 0x7BC7FF91: wine_server_call (server.c:294)
==25156== by 0x519D2EE: send_hardware_message (message.c:3331)
==25156== by 0x5173BEB: SendInput (input.c:185)
==25156== by 0x4D9FB49: test_inputdesktop (winstation.c:530)
==25156== by 0x4DA2430: func_winstation (winstation.c:939)
==25156== by 0x4DA3978: run_test (test.h:584)
==25156== by 0x4DA3D67: main (test.h:654)
==25156== Address 0x510f6a8 is on thread 1's stack
==25156== Uninitialised value was created by a stack allocation
==25156== at 0x4D9F748: test_inputdesktop (winstation.c:492)
==25156==
--
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=36636
Bug ID: 36636
Summary: valgrind shows an uninitialized write in
shell32/tests/appbar.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20270== Syscall param writev(vector[...]) points to uninitialised byte(s)
==20270== at 0x4E952886: writev (in /usr/lib/libc-2.18.so)
==20270== by 0x7BC7FE6F: send_request (server.c:213)
==20270== by 0x7BC80001: wine_server_call (server.c:294)
==20270== by 0x5254AF8: put_message_in_queue (message.c:3141)
==20270== by 0x5254EA9: send_inter_thread_message (message.c:3209)
==20270== by 0x525518A: send_message (message.c:3277)
==20270== by 0x52555D1: SendMessageTimeoutW (message.c:3414)
==20270== by 0x4D221BC: SHAppBarMessage (appbar.c:142)
==20270== by 0x4A59513: test_setpos (appbar.c:222)
==20270== by 0x4A5ABF9: func_appbar (appbar.c:442)
==20270== by 0x4AB44E4: run_test (test.h:584)
==20270== by 0x4AB48D3: main (test.h:654)
==20270== Address 0x4cdfb20 is on thread 1's stack
==20270== Uninitialised value was created by a stack allocation
==20270== at 0x4A5940F: test_setpos (appbar.c:203)
==20270==
--
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=46348
Bug ID: 46348
Summary: rpcrt4/tests/server.c shows uninitialized memory use
in union_tests()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p
rpcrt4_test.exe.so server && touch server.ok
==19697== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==19697== at 0x425091F: sendmsg (sendmsg.c:30)
==19697== by 0x56081C4: WS2_send (socket.c:2628)
==19697== by 0x56084BB: WS2_sendto (socket.c:5606)
==19697== by 0x560EBC5: WS_send (socket.c:5521)
==19697== by 0x552C19C: rpcrt4_conn_tcp_write (rpc_transport.c:1424)
==19697== by 0x551F74C: rpcrt4_conn_write (rpc_binding.h:197)
==19697== by 0x5520FD0: RPCRT4_SendWithAuth (rpc_message.c:850)
==19697== by 0x5521CE2: RPCRT4_Send (rpc_message.c:1249)
==19697== by 0x5522C8E: I_RpcSend (rpc_message.c:1813)
==19697== by 0x5522F6E: I_RpcSendReceive (rpc_message.c:1926)
==19697== by 0x54FFBFF: NdrSendReceive (ndr_clientserver.c:215)
==19697== by 0x4A6B3E6: ip_test (server_c.c:5576)
==19697== by 0x4A59939: union_tests (server.c:1120)
==19697== by 0x4A5E4EB: run_tests (server.c:1613)
==19697== by 0x4A5E78F: client (server.c:1674)
==19697== by 0x4A60399: func_server (server.c:2229)
==19697== by 0x4A7AFD8: run_test (test.h:617)
==19697== by 0x4A7BA16: main (test.h:701)
==19697== Address 0x492d4c8 is 24 bytes inside a recently re-allocated block
of size 100 alloc'd
==19697== at 0x7BC483AD: notify_alloc (heap.c:260)
==19697== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==19697== by 0x5521086: RPCRT4_SendWithAuth (rpc_message.c:809)
==19697== by 0x5521CE2: RPCRT4_Send (rpc_message.c:1249)
==19697== by 0x5522C8E: I_RpcSend (rpc_message.c:1813)
==19697== by 0x5522F6E: I_RpcSendReceive (rpc_message.c:1926)
==19697== by 0x54FFBFF: NdrSendReceive (ndr_clientserver.c:215)
==19697== by 0x4A6B3E6: ip_test (server_c.c:5576)
==19697== by 0x4A59939: union_tests (server.c:1120)
==19697== by 0x4A5E4EB: run_tests (server.c:1613)
==19697== by 0x4A5E78F: client (server.c:1674)
==19697== by 0x4A60399: func_server (server.c:2229)
==19697== by 0x4A7AFD8: run_test (test.h:617)
==19697== by 0x4A7BA16: main (test.h:701)
==19697== Uninitialised value was created by a stack allocation
==19697== at 0x4A595F7: union_tests (server.c:1069)
==19697==
--
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=46347
Bug ID: 46347
Summary: ole32/tests/clipboard.c shows an invalid read in
test_flushed_getdata()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so
clipboard && touch clipboard.ok
==17967== Invalid read of size 2
==17967== at 0x7B443E1B: GlobalFree (heap.c:762)
==17967== by 0x4E5DCE3: get_stgmed_for_storage (clipboard.c:1303)
==17967== by 0x4E5E2DB: snapshot_GetData (clipboard.c:1467)
==17967== by 0x4A8132D: IDataObject_GetData (objidl.h:6604)
==17967== by 0x4A8132D: test_flushed_getdata (???:0)
==17967== by 0x4A83A71: func_clipboard (clipboard.c:1875)
==17967== by 0x4AD412F: run_test (test.h:617)
==17967== by 0x4AD4B6D: main (test.h:701)
==17967== Address 0x492ac78 is 280 bytes inside a block of size 306 free'd
==17967== at 0x7BC48418: notify_free (heap.c:268)
==17967== by 0x7BC4AFB7: RtlFreeHeap (heap.c:1772)
==17967== by 0x7B4433BC: HeapFree (heap.c:276)
==17967== by 0x7B455BEC: load_library (module.c:985)
==17967== by 0x7B455C94: LoadLibraryExW (module.c:1035)
==17967== by 0x51B4AE5: RegLoadMUIStringW (registry.c:3243)
==17967== by 0x7B475895: reg_load_mui_string (time.c:383)
==17967== by 0x7B4771D1: GetDynamicTimeZoneInformation (time.c:1475)
==17967== by 0x7B4776D5: TIMEZONE_InitRegistry (time.c:827)
==17967== by 0x7B44526D: process_attach (kernel_main.c:92)
==17967== by 0x7B445371: DllMain (kernel_main.c:142)
==17967== by 0x7B47F372: __wine_spec_dll_entry (dll_entry.c:40)
==17967== by 0x7BC4CFB1: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==17967== by 0x7BC5074B: MODULE_InitDLL (loader.c:1218)
==17967== by 0x7BC50A3E: process_attach (loader.c:1312)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC532E9: attach_dlls (loader.c:3298)
==17967== Block was alloc'd at
==17967== at 0x7BC483AD: notify_alloc (heap.c:260)
==17967== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==17967== by 0x7B443394: HeapAlloc (heap.c:271)
==17967== by 0x7B4558B6: MODULE_get_dll_load_path (module.c:759)
==17967== by 0x7B455AC9: load_library (module.c:951)
==17967== by 0x7B455C94: LoadLibraryExW (module.c:1035)
==17967== by 0x51B4AE5: RegLoadMUIStringW (registry.c:3243)
==17967== by 0x7B475895: reg_load_mui_string (time.c:383)
==17967== by 0x7B4771D1: GetDynamicTimeZoneInformation (time.c:1475)
==17967== by 0x7B4776D5: TIMEZONE_InitRegistry (time.c:827)
==17967== by 0x7B44526D: process_attach (kernel_main.c:92)
==17967== by 0x7B445371: DllMain (kernel_main.c:142)
==17967== by 0x7B47F372: __wine_spec_dll_entry (dll_entry.c:40)
==17967== by 0x7BC4CFB1: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==17967== by 0x7BC5074B: MODULE_InitDLL (loader.c:1218)
==17967== by 0x7BC50A3E: process_attach (loader.c:1312)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
==17967== by 0x7BC50977: process_attach (loader.c:1298)
--
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.