https://bugs.winehq.org/show_bug.cgi?id=46344
Bug ID: 46344
Summary: valgrind shows some invalid reads in
mshtml/tests/htmldoc.c
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p
mshtml_test.exe.so htmldoc && touch htmldoc.ok
==14162== Thread 6:
==14162== Syscall param writev(vector[...]) points to uninitialised byte(s)
==14162== at 0x4356813: writev (writev.c:26)
==14162== by 0x7BC75457: send_request (server.c:228)
==14162== by 0x7BC76158: server_call_unlocked (server.c:288)
==14162== by 0x7BC761AD: wine_server_call (server.c:321)
==14162== by 0x7BC419E5: server_write_file (file.c:621)
==14162== by 0x7BC43FCB: NtWriteFile (file.c:1229)
==14162== by 0x53E1016: rpcrt4_conn_np_write (rpc_transport.c:416)
==14162== by 0x53D374C: rpcrt4_conn_write (rpc_binding.h:197)
==14162== by 0x53D4FD0: RPCRT4_SendWithAuth (rpc_message.c:850)
==14162== by 0x53D5CE2: RPCRT4_Send (rpc_message.c:1249)
==14162== by 0x53D78DD: process_request_packet (rpc_server.c:462)
==14162== by 0x53D85EE: RPCRT4_process_packet (rpc_server.c:517)
==14162== by 0x53D867F: RPCRT4_worker_thread (rpc_server.c:539)
==14162== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==14162== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==14162== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==14162== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== Address 0x49c2b0c is 44 bytes inside a recently re-allocated block
of size 92 alloc'd
==14162== at 0x7BC483AD: notify_alloc (heap.c:260)
==14162== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==14162== by 0x53D5086: RPCRT4_SendWithAuth (rpc_message.c:809)
==14162== by 0x53D5CE2: RPCRT4_Send (rpc_message.c:1249)
==14162== by 0x53D78DD: process_request_packet (rpc_server.c:462)
==14162== by 0x53D85EE: RPCRT4_process_packet (rpc_server.c:517)
==14162== by 0x53D867F: RPCRT4_worker_thread (rpc_server.c:539)
==14162== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==14162== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==14162== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==14162== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== Uninitialised value was created by a client request
==14162== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==14162== by 0x7BC4A643: initialize_block (heap.c:245)
==14162== by 0x7BC4B8E7: RtlAllocateHeap (heap.c:1727)
==14162== by 0x4BE5298: IMalloc_fnAlloc (ifs.c:187)
==14162== by 0x4BE572E: IMalloc_Alloc (objidl.h:1414)
==14162== by 0x4BE572E: CoTaskMemAlloc (???:0)
==14162== by 0x4C12F6A: RemUnknown_RemQueryInterface (stubmanager.c:719)
==14162== by 0x4C1B589: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:366)
==14162== by 0x53B2DB4: CStdStubBuffer_Invoke (cstub.c:490)
==14162== by 0x4BFC003: IRpcStubBuffer_Invoke (objidl.h:7887)
==14162== by 0x4BFC003: RPC_ExecuteCall (???:0)
==14162== by 0x4BCB493: apartment_wndproc (compobj.c:1500)
==14162== by 0x4F06F0D: ??? (in
/home/austin/wine-valgrind/dlls/user32/user32.dll.so)
==14162== by 0x4F0752B: call_window_proc (winproc.c:246)
==14162== by 0x4F09554: WINPROC_call_window (winproc.c:921)
==14162== by 0x4ECF35F: DispatchMessageW (message.c:4055)
==14162== by 0x4AA1F06: IEWinMain (iexplore.c:1193)
==14162== by 0x4A419F3: wWinMain (main.c:92)
==14162== by 0x4A41C48: wmain (exe_wmain.c:51)
==14162== by 0x4A41B3F: __wine_spec_exe_wentry (exe_wentry.c:36)
==14162== by 0x7B45C1E1: ??? (in
/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so)
==14162== by 0x7B460231: start_process (process.c:1273)
==14162==
==13345== Thread 40:
==13345== Syscall param writev(vector[...]) points to uninitialised byte(s)
==13345== at 0x4356813: writev (writev.c:26)
==13345== by 0x7BC75457: send_request (server.c:228)
==13345== by 0x7BC76158: server_call_unlocked (server.c:288)
==13345== by 0x7BC761AD: wine_server_call (server.c:321)
==13345== by 0x7BC419E5: server_write_file (file.c:621)
==13345== by 0x7BC43FCB: NtWriteFile (file.c:1229)
==13345== by 0x53A8016: rpcrt4_conn_np_write (rpc_transport.c:416)
==13345== by 0x539A74C: rpcrt4_conn_write (rpc_binding.h:197)
==13345== by 0x539BFD0: RPCRT4_SendWithAuth (rpc_message.c:850)
==13345== by 0x539CCE2: RPCRT4_Send (rpc_message.c:1249)
==13345== by 0x539E8DD: process_request_packet (rpc_server.c:462)
==13345== by 0x539F5EE: RPCRT4_process_packet (rpc_server.c:517)
==13345== by 0x539F67F: RPCRT4_worker_thread (rpc_server.c:539)
==13345== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==13345== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==13345== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==13345== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== Address 0x8eb5f64 is 44 bytes inside a recently re-allocated block
of size 92 alloc'd
==13345== at 0x7BC483AD: notify_alloc (heap.c:260)
==13345== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==13345== by 0x539C086: RPCRT4_SendWithAuth (rpc_message.c:809)
==13345== by 0x539CCE2: RPCRT4_Send (rpc_message.c:1249)
==13345== by 0x539E8DD: process_request_packet (rpc_server.c:462)
==13345== by 0x539F5EE: RPCRT4_process_packet (rpc_server.c:517)
==13345== by 0x539F67F: RPCRT4_worker_thread (rpc_server.c:539)
==13345== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==13345== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==13345== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==13345== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== Uninitialised value was created by a client request
==13345== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==13345== by 0x7BC4A643: initialize_block (heap.c:245)
==13345== by 0x7BC4B8E7: RtlAllocateHeap (heap.c:1727)
==13345== by 0x4CAC298: IMalloc_fnAlloc (ifs.c:187)
==13345== by 0x4CAC72E: IMalloc_Alloc (objidl.h:1414)
==13345== by 0x4CAC72E: CoTaskMemAlloc (???:0)
==13345== by 0x4CD9F6A: RemUnknown_RemQueryInterface (stubmanager.c:719)
==13345== by 0x4CE2589: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:366)
==13345== by 0x5379DB4: CStdStubBuffer_Invoke (cstub.c:490)
==13345== by 0x4CC3003: IRpcStubBuffer_Invoke (objidl.h:7887)
==13345== by 0x4CC3003: RPC_ExecuteCall (???:0)
==13345== by 0x4C92493: apartment_wndproc (compobj.c:1500)
==13345== by 0x4FCDF0D: ??? (in
/home/austin/wine-valgrind/dlls/user32/user32.dll.so)
==13345== by 0x4FCE52B: call_window_proc (winproc.c:246)
==13345== by 0x4FD0554: WINPROC_call_window (winproc.c:921)
==13345== by 0x4F9635F: DispatchMessageW (message.c:4055)
==13345== by 0x4C98407: CoWaitForMultipleHandles (compobj.c:4591)
==13345== by 0x4CC1047: ClientRpcChannelBuffer_SendReceive (rpc.c:913)
==13345== by 0x53782FE: IRpcChannelBuffer_SendReceive (objidl.h:7075)
==13345== by 0x53782FE: NdrProxySendReceive (???:0)
==13345== by 0x2327655D: ITargetFramePriv2_AggregatedNavigation2_Proxy
(actxprxy_htiface_p.c:3445)
==13345== by 0x6EDE7BE: ITargetFramePriv2_AggregatedNavigation2
(htiface.h:600)
==13345== by 0x6EDE7BE: navigate_new_window (???:0)
==13345== by 0x6ED00E4: HTMLWindow2_open (htmlwindow.c:1012)
==13345==
--
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=46343
Bug ID: 46343
Summary: kernel32/pipe tests shows uninitialized memory in
test_SuspendProcessState()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==9035== Syscall param writev(vector[...]) points to uninitialised byte(s)
==9035== at 0x43567D3: writev (writev.c:26)
==9035== by 0x7BC75457: send_request (server.c:228)
==9035== by 0x7BC76158: server_call_unlocked (server.c:288)
==9035== by 0x7BC761AD: wine_server_call (server.c:321)
==9035== by 0x7BC945E5: NtWriteVirtualMemory (virtual.c:3439)
==9035== by 0x7B46392C: WriteProcessMemory (process.c:3914)
==9035== by 0x4B34A74: test_SuspendProcessState (process.c:3244)
==9035== by 0x4B36147: func_process (process.c:3873)
==9035== by 0x4B6E8E4: run_test (test.h:617)
==9035== by 0x4B6F322: main (test.h:701)
==9035== Address 0x4eaf5ee is on thread 1's stack
==9035== in frame #6, created by test_SuspendProcessState (process.c:3154)
==9035== Uninitialised value was created by a stack allocation
==9035== at 0x4B34742: test_SuspendProcessState (process.c:3154)
==9035==
--
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=26044
Summary: atl/atl_ax tests show several valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Most seem related to:
Conditional jump or move depends on uninitialised value(s)
at USER_SetWindowPos (winpos.c:2039)
by SetWindowPos (winpos.c:2141)
by activate_inplace (oleobject.c:148)
by OleObject_DoVerb (oleobject.c:454)
by IOCS_Init (atl_ax.c:919)
by IOCS_Create (atl_ax.c:952)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:96)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at IOCS_Init (atl_ax.c:911)
there's also:
64 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IOCS_Create (atl_ax.c:934)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:96)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
64 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IOCS_Create (atl_ax.c:934)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:109)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
and perhaps a few more. I'll attach the full log.
--
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=42593
Bug ID: 42593
Summary: CEMU crashes on radeonsi mesa
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: giovanni.nicola(a)ticino.com
Distribution: ---
Created attachment 57529
--> https://bugs.winehq.org/attachment.cgi?id=57529
log of the crash
When launching cemu 1.7.2 the screen becomes black and after a while it crashes
attached log (happens with wine and wine staging)
--
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=46311
Bug ID: 46311
Summary: Notepad++ doesn't stat
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
After update Wine 3.20 to 4.0rc2 Notepad++ doesn't start anymore.
Small log:
wine notepad++.exe > log.txt
0016:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\aksfridge":
c000007a
0014:err:service:process_send_command service protocol error - failed to write
pipe!
000f:fixme:service:scmdatabase_autostart_services Auto-start service
L"aksfridge" failed to start: 127
001c:fixme:ntoskrnl:IoGetConfigurationInformation partial stub
001c:fixme:ntoskrnl:ExInitializeNPagedLookasideList stub: 0x4a1840, (nil),
(nil), 0, 4520, 875972929, 0
001c:fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 1 0x49b3d0 0x12fd0
0x4aadd0 0x13648 0x4a1748) stub
001c:fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 1 0x49b3b0 0x12fd0
0x4aaec0 0x13648 0x4a1750) stub
001c:fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 1 0x49b830 0x12fd0
0x49a310 0x13648 0x4a1968) stub
0030:fixme:plugplay:build_report_descriptor Clamping joystick to 6 axis
0038:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
003c:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffffffffffa,
0x35fda0
abnormal program termination
0036:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
0038:fixme:ver:GetCurrentPackageId (0x23fd40 (nil)): stub
001d:fixme:ntoskrnl:IoReportResourceForDetection (0x12fd0, 0x44f888, 4, (nil),
(nil), 0, 0x44f870): stub
001d:fixme:ntoskrnl:ExDeleteNPagedLookasideList (0x4a1840) stub
--
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=39562
Bug ID: 39562
Summary: Fable 3 crashes
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theatrex(a)riseup.net
Distribution: ---
Created attachment 52709
--> https://bugs.winehq.org/attachment.cgi?id=52709
F3 backtrace
Whenever I launch Fable 3, I get an error that says this:
"The program F3Secu.exe has encountered a serious error and needs to close".
Backtrace is attached
--
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=7915
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #35 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Closing.
--
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=45059
Bug ID: 45059
Summary: Every test crashes under valgrind (kernel32/timezinfo)
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: fracting(a)gmail.com, leslie_alistair(a)hotmail.com
Regression SHA1: 4c2cc57c7f43237afd58bd747e0b2ec13a386702
Distribution: Gentoo
Regression introduced by:
commit 4c2cc57c7f43237afd58bd747e0b2ec13a386702
Author: Qian Hong <qhong(a)codeweavers.com>
Date: Wed Apr 18 07:44:29 2018 +0000
kernel32: Init TimezoneInformation registry.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=23526
Summary: Daytona USA Evolutions: menu bar shows in fullscreen,
doesn't in windows
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://sega.jp/pc/daytonae/trial.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29368)
--> (http://bugs.winehq.org/attachment.cgi?id=29368)
screenshot
It's an old Direct 6.1 game...luckily, it's got a free download (only 42 mb).
Run the game. It'll start in fullscreen, but its toolbar shows at the top of
the screen. In windows, it doesn't appear, unless you press 'Alt'.
Terminal output is pretty short:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x163a00,0x1641c8): stub
austin@laptop:~/.wine/drive_c$ fixme:d3d:swapchain_init The application
requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
err:ole:CoUninitialize Mismatched CoUninitialize
--
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=7984
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #22 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Closing.
--
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=46228
Bug ID: 46228
Summary: Mac loader can't be compiled
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression
Severity: critical
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Regression SHA1: cb1750b6f11602103b024209165771bd11f01fd0
Compilation of the loader fails with "dynamic main executables must link with
libsystem.dylib"
Using macOS High Sierra in a VM. Reverting
cb1750b6f11602103b024209165771bd11f01fd0 fixes the issue.
--
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=35666
Bug ID: 35666
Summary: HEDZ crashes on startup
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cweiske(a)cweiske.de
Created attachment 47627
--> http://bugs.winehq.org/attachment.cgi?id=47627
hedz 1.6.1 crash
When starting HEDZ (aka H.E.D.Z.) using
$ xinit /usr/bin/wine HEDZ.EXE -- :1 -ac -depth 16
I get a crash "Unhandled exception: page fault on read access to 0x00000000 in
32-bit code (0x7d6be628)."
--
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=46128
Bug ID: 46128
Summary: Warcraft III TFT: Using `-graphicsapi OpenGL2` after
Blizzard's 1.30 patch displays black screen
Product: Wine-staging
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sim.desaulniers(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62774
--> https://bugs.winehq.org/attachment.cgi?id=62774
Wine output
The title says it all.
--
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=45204
Bug ID: 45204
Summary: Rendering issues in Guild Wars since 3.7
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnvsor(a)gmail.com
Distribution: ---
Somewhere between 3.6 and 3.7 rendering order and text rendering broke in Guild
Wars.
Compare the attached screenshot: The top with the crisp text and character
boxes rendered in front of the environment is 3.6, the one with blurry text
where the character boxes are rendered behind the environment is 3.7 (And 3.8)
--
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=27124
Summary: Happy Cloud can't download game
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Their plugin seems to install ok.
winetricks ie6 or ie7 are needed for the web page to show up (ie7 looks
better),
you can request an account and log in ok,
and you can "purchase" one of the free demos in that web page,
but when you try to play, it complains
"The game requires that you have the latest version of Happy Cloud installed."
--
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=46110
Bug ID: 46110
Summary: installation link is brokken
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rg1693(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
installation link on github is broken:
https://wine-staging.com/installation.html redirects to
https://wiki.winehq.org/Wine-Staging, which links to github, and the loops
closes here.
Where are the actual installation instructions ? To I have to compile wine
staging on my laptop or can I install it ?
--
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=46013
Bug ID: 46013
Summary: Regression Wavelab 6.1.1 unable to install
insufficient disk space
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Wavelab 6 was able to be installed in wine 2.16 but no longer can be.
2 error messages pop up:
1/ Insufficient free disk space.
2/ Cannot prepare main package. Probably incorrect TMP/TEMP variables or there
is no execute permission for temporary folder.
There is significant available space, $ df returns:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdc2 3844123664 17652788 3631129872 1% /
Requires winetricks mfc42
Kubuntu 18.04.01
--
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=42237
Bug ID: 42237
Summary: UnrealEngine has low fps when window is focused
Product: Wine
Version: 2.0-rc5
Hardware: x86
URL: http://download.informer.com/win-1192762707-d95684bc-5
71071e5/udkinstall-dln.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 56896
--> https://bugs.winehq.org/attachment.cgi?id=56896
Screenshot showing the fps drop
I assume this issue is specific to UnrealEngine, I tested it with two different
games "Hunted - Demon Forge" from Steam, and the free horror game "Don't Look
now."
I linked to the installer of the second game, taken from a mirror since the
original is down.
Both games have exactly the same issue, low framerate that makes it unplayable.
But interestingly only as long as the window is focused, if you just watch it
while another window is focused, the fps shoot up. Note that the game isn't
paused, it's still rendering everything, just up to 10 times quicker.
If you look at the attached screenshot, you see very clearly where I unfocused
the window, and where I focused it again.
Also, while the window is focused it doesn't use up more CPU, there's plenty
resources left.
Tested with mesa 13.0.3 on a Radeon R9 285. FPS taken from the
"GALLIUM_HUD=fps" environment setting, but the stuttering is pretty obvious,
too.
Ideas what could cause this issue?
--
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=46269
Bug ID: 46269
Summary: Metatrader 5 File handlers aren't flushed when calling
FileFlush() / flush
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: roberto(a)spadim.com.br
Distribution: ---
Hi guys, there's a problem with metatrader 5 file handlers
All calls to FileFlush / fflush aren't flush to disk
A file being openned to shared read, can't be read since data isn't at disk, in
other works no one see new data until application close. after application
close all data can be read, but if application close with a signal (kill
<pid>), all filewrite operations are lost
I can share some examples if you need, but the easiers is
start terminal64.exe with:
terminal64.exe /portable
read logs/<current day>.log
file with "tail -f logs/..."
you don't see anything
close the metatrader window with "X" windows button
now you can see data at file
i don't know if wineserver have a buffer at memory or temporary files, but it's
a bit strange. the normal windows behaviour is write to file at each
"fileflush" / fflush operation, wine is working different
--
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=46227
Bug ID: 46227
Summary: Microsoft .NET 4 Framework: fails to install (hangs)
32-bit WINEPREFIX
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shannon.vanwagner(a)gmail.com
Distribution: ---
Created attachment 62919
--> https://bugs.winehq.org/attachment.cgi?id=62919
.NET installer dialog shows progress at hang
dotNetFx40_Full_x86_x64.exe (sha246sum
65e064258f2e418816b304f646ff9e87af101e4c9552ab064bb74d281c38659f) hangs on
install (see attached screenshot).
If it will help, please let me know what WINEDEBUG= channel to capture.
--
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=46271
Bug ID: 46271
Summary: Metatrader 5 Log Filearen't flushed, kill <pid> lose
all log data
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: roberto(a)spadim.com.br
Distribution: ---
this bug is a second problem found in 46269, the original bug was just to
FileFlush MQL5 function, but it works, the problem now is the logs/<date>.log
files saved by terminal64.exe
when killing terminal64.exe the logs are lost, that's a critical bug since
brokers need logs to help clients solving problem with trading strategies and
sometimes paying the money losed in a broker side problem
---
grep output of: #"strace wine terminal64.exe /portable &> wine.strace.txt"
root@rspadim-Latitude-E5450:/home/rspadim/.wine/drive_c/mt5/1# grep "logs/"
wine.strace.txt
stat("/root/.wine/dosdevices/z:/home/rspadim/.wine/drive_c/mt5/1/MQL5/logs/",
0x22c0a0) = -1 ENOENT (No such file or directory)
stat("/root/.wine/dosdevices/z:/home/rspadim/.wine/drive_c/mt5/1/tester/logs/",
0x22be30) = -1 ENOENT (No such file or directory)
stat("/root/.wine/dosdevices/z:/home/rspadim/.wine/drive_c/mt5/1/logs/20181210.log",
{st_mode=S_IFREG|0664, st_size=18784, ...}) = 0
stat("/root/.wine/dosdevices/z:/home/rspadim/.wine/drive_c/mt5/1/tester/logs/20181210.log",
0x2270c0) = -1 ENOENT (No such file or directory)
stat("/root/.wine/dosdevices/z:/home/rspadim/.wine/drive_c/mt5/1/Tester/logs/20181210.log",
0x227150) = -1 ENOENT (No such file or directory)
stat("/root/.wine/dosdevices/z:/home/rspadim/.wine/drive_c/mt5/1/tester/logs/20181210.log",
0x2270c0) = -1 ENOENT (No such file or directory)
stat("/root/.wine/dosdevices/z:/home/rspadim/.wine/drive_c/mt5/1/Tester/logs/20181210.log",
0x227150) = -1 ENOENT (No such file or directory)
i will start strace of wineserver
--
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=37561
Bug ID: 37561
Summary: Skype cannot access web camera
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
Here's what can be seen in console when you try to use web camera:
err:d3d:context_create Failed to set pixel format 1 on device context 0x10071.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x20081.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:d3d:context_create Failed to set pixel format 25 on device context 0x2009d.
err:d3d:context_create Failed to set pixel format 13 on device context
0xba00cf.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context
0x1b500bb.
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32ee08,0x00000000), stub!
err:d3d:context_create Failed to set pixel format 1 on device context
0x22d00d2.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x6f00fd.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:d3d:context_create Failed to set pixel format 25 on device context 0x80111.
err:d3d:context_create Failed to set pixel format 13 on device context 0xa0112.
err:d3d:context_choose_pixel_format Can't find a suitable iPixelFormat
err:d3d:context_create Failed to set pixel format 1 on device context 0x10118.
P.S. Make sure you deleted login.cab before trying to debug this issue (proper
HTML support is not yet there, see bug 28457).
Skype version: 6.21.32.104
--
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=46112
Bug ID: 46112
Summary: photoshop 5.5 (from 1999, NOT CS5) crashes on startup
following Ubuntu automatic upgrade
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gtoal(a)gtoal.com
Distribution: ---
Created attachment 62746
--> https://bugs.winehq.org/attachment.cgi?id=62746
terminal backtrace output on crash
starting photoshop 5.5 (the old one from 1999) which was installed and working
OK in August of this year now crashes with a memory write error on startup as
soon as the main winow is drawn. This is particularly frustrating as
Linux+Wine was the only remaining way to run this software - it no longer
installs on Win10.
--
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=46282
Bug ID: 46282
Summary: Dymola installer does not work
Product: Wine
Version: 4.0-rc1
Hardware: x86
URL: http://www.3ds.com/products-services/catia/capabilitie
s/systems-engineering/modelica-systems-simulation/dymo
la/trial-version/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 62992
--> https://bugs.winehq.org/attachment.cgi?id=62992
Console output with msi channel enabled
The installer of Dymola close very quickly. Launchy directly the mis file with
the command msiexec /i does not work too.
--
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=46124
Bug ID: 46124
Summary: StepMania 5.0.12 crashes on startup
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62770
--> https://bugs.winehq.org/attachment.cgi?id=62770
game log
When using desktop shortcut, the game crashes with an attached log.
--
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=46211
Bug ID: 46211
Summary: Please delay X11 initialization until needed by the
application in order to avoid spurious X error message
Product: Wine
Version: 3.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: vincent-wine(a)vinc17.net
Distribution: ---
Wine should delay X11 initialization until it knows that X is needed by the
application. Otherwise one can get a spurious error message such as "Invalid
MIT-MAGIC-COOKIE-1 key" (in the past from Xlib, now from libxcb) while X11 is
actually not needed.
When Wine is used in scripts, e.g. for software testing (GNU MPFR in my case)
in such an environment, the error message can yield issues when parsing the
output.
I initially reported this bug in the Debian BTS:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914822
Note 1: Bug 2972 was about a similar issue: a spurious Xlib error message when
DISPLAY is not set. In my case, this is about a DISPLAY value that is no longer
valid because the X server has shut down in the meantime (I recall that X11 is
not needed for my tests, so that this shouldn't yield any failure). Thus this
is a bit different. Redirecting stderr to a file as suggested in bug 2972
(before it was fixed) may not be a solution as real error messages on stderr
can provide useful information and one may want to keep it together with normal
output.
Note 2: Since bug 2972 has been fixed, a workaround is to unset DISPLAY for the
tests (e.g. with "TESTS_ENVIRONMENT = env -u DISPLAY" in tests/Makefile.am), as
one knows that DISPLAY is useless. Still, I think that if DISPLAY is set, X11
initialization should be delayed until needed.
Note 3: The problem was made worse by the fact the error message does not end
with a newline character. This is what actually broke the parsing in my case. I
reported this bug there:
https://gitlab.freedesktop.org/xorg/lib/libx11/issues/80
--
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=46204
Bug ID: 46204
Summary: Corrupt textures with World of Warcraft (Legion, BfA)
Product: Wine-staging
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rankincj(a)yahoo.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Fedora has just upgraded from Wine 3.19-staging to 3.20-staging, and now the
textures in World of Warcraft (D3D11) are corrupt. This corruption is mainly
visible in outside regions, but within a radius around my avatar. There are
also flashes and slices of primary red/green/blue in the dark regions which
seem to occur randomly.
Screen controls, such as a menus, action bars and maps/mini-maps are
unaffected.
My graphics card is AMD R7 360, and Linux 4.19.4 kernel with amdgpu driver.
Mesa reports itself as:
Extended renderer info (GLX_MESA_query_renderer):
Vendor: X.Org (0x1002)
Device: AMD Radeon (TM) R7 300 Series (BONAIRE, DRM 3.27.0, 4.19.4, LLVM
7.0.0) (0x665f)
Version: 19.0.0
Accelerated: yes
Video memory: 2048MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
although the same Mesa drivers played WoW OK with Wine 3.19-staging.
--
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=36816
Bug ID: 36816
Summary: Xenonauts 1.06 always crash when I defeat an ufo with
a F-17 condor
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiretto(a)gmail.com
Hello,
It's a pretty annoying bug because it's happen always when I defeat an ufo in
air combat mode.
Because of this I can't continue with the game :(
I attached a log
--
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=46317
Bug ID: 46317
Summary: ucrtbase doesn't install when running
vcrun2015/vc_redist.x64.exe
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
Distribution: ---
Created attachment 63050
--> https://bugs.winehq.org/attachment.cgi?id=63050
Change ucrtbase.dll version to 10.0.1.0
Install of ucrtbase fails when running vc_redist.x64.exe (to install Visual C++
Redistributable for Visual Studio 2015).
This is because of the following condition:
002b:trace:msi:calculate_install_state keeping L"ucrtbase.dll" (new version
L"10.0.10137.0" old version 10.0.14393.2247)
I can see version 10.0.14393.2247 was introduced in commit
1622abbb081c1afe052d16769898976e90f98062 as a result of bug #45928. But the
only requirement I could find in this bug is for the ucrtbase version to be
greater than 10.0.x.
Therefore I was able to resolve this by changing the version in
dlls/ucrtbase/version.rc to 10.0.1.0. Proposed patch is attached.
After applying this patch the output for the above condition is:
002b:trace:msi:calculate_install_state overwriting L"ucrtbase.dll" (new version
L"10.0.10137.0" old version 10.0.1.0)
Note that winetricks is not impacted by this as it manually installs
ucrtbase.dll.
Also note that the prefix must be configured as WinXP otherwise install fails
with this condition:
0054:trace:msi:msi_get_property returning L"601" for property L"VersionNT"
0054:trace:msi:COND_GetString Got identifier L"502"
0054:trace:msi:MSI_EvaluateConditionW 0 <- L"(VersionNT = 501) OR (VersionNT =
502)"
--
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=30311
Bug #: 30311
Summary: nfsmwres - The installer of the screen resolution no
NFS Most Wonted
Product: Wine
Version: 1.5.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vova7890(a)mail.ru
Classification: Unclassified
Created attachment 39615
--> http://bugs.winehq.org/attachment.cgi?id=39615
TraceBack
Run nfsmwres.exe, set own resolution, press start. Then game starting and
segfault. Traceback in attach
--
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=36883
Bug ID: 36883
Summary: Euro Truck Simulator 2: Game crashes after logo
screen.
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raddyroro(a)gmail.com
Whenever I load up the game, the loo will show and then the game will crash
--
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=45512
Bug ID: 45512
Summary: TERA Crashes - Unhandled Excpetion
Product: Wine-staging
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eli(a)orbsky.homelinux.org
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 61888
--> https://bugs.winehq.org/attachment.cgi?id=61888
TERA Crash Log
Hi
I haven't looked at TERA in quite some time. However, over the last couple of
days I wanted to visit for a little bit.
Unfortuneately I was unable to becuase after clicking on play, the program
crashes with an unhandled excecption error.
I did not see that anyone currently playing has reported the problem in their
forums... There does not seem to be a problem with the game.
So...
I created a completely clean prefix. Successfully installed TERA and produced
the output that I will attach to this report.
If there is something else I could to help resolve this issue, I would be very
very happy to help if I can.
Thanks
--
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=35162
Bug ID: 35162
Summary: F-secure Younited: Client crashes when adding files
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jaska2000(a)hotmail.com
Classification: Unclassified
Wine crashes when trying to add files to the cloud service. Both drag & drop
and adding via dialogs causes crash. Looks like most crashes are related to
addding / handling files.
Sometimes it crashes without backtrace window and sometimes it gives backtrace
information. I attached text file with console outputs and backtrace of few
unsuccesfulll attemtps to upload files to the cloud.
Software download link: https://download.sp.f-secure.com/younited/younited.exe
Installer: d01cbfcc38c80a1239308b6cc149a9d72532e7ad younited.exe
Installed exe: 887d641b7295537b920d2f91ad05e859bd62d284 younited.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.
http://bugs.winehq.org/show_bug.cgi?id=34427
Bug #: 34427
Summary: Star Citizen launcher has several graphics issues
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Created attachment 45828
--> http://bugs.winehq.org/attachment.cgi?id=45828
Screenshot on wine-1.7.1
Lots of hsls/d3dcompiler spam:
err:d3dcompiler:compile_shader HLSL shader parsing failed.
fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed,
error out if conversion not possible.
fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed,
error out if conversion not possible.
fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
fixme:hlsl_parser:hlsl_parse Array.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:hlsl_parser:hlsl_parse Array.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
Screenshots and log 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.
https://bugs.winehq.org/show_bug.cgi?id=45897
Bug ID: 45897
Summary: Magic The Gathering Arena Launcher crashes on start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
000b:fixme:winediag:start_process Wine Staging 3.16 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
0014:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0014:fixme:process:SetProcessDEPPolicy (1): stub
0014:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:thread:SetThreadStackGuarantee (0x32fc54): stub
0009:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented
0009:fixme:shell:URL_ParseUrl failed to parse L"INIFileParser"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Net.Http"
0009:fixme:nls:get_dummy_preferred_ui_language (0x0 0x32aff0 (nil) 0x32afec)
returning a dummy value (current locale)
0009:fixme:nls:get_dummy_preferred_ui_language (0x0 0x32aff0 0x13db80 0x32afec)
returning a dummy value (current locale)
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x97080a, (nil),
{8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x32befc, (null), (null), 0xcc2ba4):
stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{8e9f5090-2d75-4d03-8a81-e5afbf85daf1}
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Net.Http"
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. File not found.
at MtgaLauncher.Program.CheckUpdate()
I have .Net 4.0 installed (tried also with 45/452/46/62) in a win32 prefix set
to win7
--
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=46097
Bug ID: 46097
Summary: Cannot build wine-i386 on a x86-64 host
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
make[1]: Entering directory '/tmp/wine-3.19/dlls/joy.cpl'
../../tools/winegcc/winegcc -o joy.cpl.so -B../../tools/winebuild
-fasynchronous-unwind-tables -shared joy.cpl.spec \
main.o joy.res ../../dlls/dxguid/libdxguid.a ../../dlls/dinput/libdinput.a \
../../dlls/dinput8/libdinput8.a -lole32 -lcomctl32 -luser32 -ladvapi32 \
../../libs/port/libwine_port.a -m32 -Wl,-O1 -Wl,--hash-style=gnu
ld: relocatable linking with relocations from format elf64-x86-64
(../../dlls/dinput8/libdinput8.a(dinput8.kc7iBi.o)) to format elf32-i386
(joy.iEAF1I.o) is not supported
winebuild: ld failed with status 1
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [Makefile:237: joy.cpl.so] Error 2
make[1]: Leaving directory '/tmp/wine-3.19/dlls/joy.cpl'
make: *** [Makefile:8177: dlls/joy.cpl] Error 2
This are is my compilation routine (has always worked previously):
$ export CFLAGS="-O2 -march=pentium-m -m32 -pipe"
$ export LDFLAGS="-m32 -Wl,-O1 -Wl,--hash-style=gnu"
$ setarch i686 ./configure
$ make
Host: fedora 29 x86-64 with all updates installed.
Strangely libdinput.a doesn't get built when make enters wine-3.19/dlls/dinput
directory. It's wine-3.19/dlls/joy.cpl which builds it.
This is what's inside libdinput.a:
data_formats.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (SYSV), not
stripped
dinput.6vh9eu.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not
stripped
dinput.CtsDd6.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not
stripped
dinput.tP5ioN.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not
stripped
--
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=29024
Bug #: 29024
Summary: K!TV crashes on selecting capture source - v4l headers
were not available
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Classification: Unclassified
Created attachment 37371
--> http://bugs.winehq.org/attachment.cgi?id=37371
K!TV crashes on selecting capture source
capture source : WDM (generic)
Problem with v4l headers ?
see attachement
--
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=46202
Bug ID: 46202
Summary: AutoClicker doesn't work properly
Product: Wine
Version: 3.21
Hardware: x86
URL: https://www.softpedia.com/get/System/System-Miscellane
ous/AutoClicker-2.shtml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: Mint
I downloaded AutoClicker 2.1 from
https://www.softpedia.com/get/System/System-Miscellaneous/AutoClicker-2.sht…
The program starts and it works in his window, but if put the pointer in
another window then it dowsn't work. I used this program to repeatedly click in
Habbo games (www.habbo.com and www.habbo.it) with a speed of a click every 500
milliseconds; but the same problem is also present with everything else outside
the AutoClciker 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.
https://bugs.winehq.org/show_bug.cgi?id=46141
Bug ID: 46141
Summary: World of Warcraft renders in black and white with
artifacts
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dan.farr01(a)gmail.com
Distribution: ---
After updating from Staging 3.19 to 3.20 World of Warcraft world renders in
black and white with lots of artifacts. After reverting back to 3.19 everything
works fine.
--
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=32463
Bug #: 32463
Summary: Font artefacts in Path of Exile
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julusp(a)gmail.com
Classification: Unclassified
Created attachment 42822
--> http://bugs.winehq.org/attachment.cgi?id=42822
Font distortion
The font in the path of exile produces artefacts/distortion as in the
screenshot. (The font on screenshot is substituted to arial). In the original
font (fontin) some of the italic words are almost impossible to read because of
the distortion.
--
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=46310
Bug ID: 46310
Summary: Slide control error (old software)
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: hildogjr(a)gmail.com
Distribution: ---
Created attachment 63042
--> https://bugs.winehq.org/attachment.cgi?id=63042
Software
Attached I sent a software originally made to run in Win98. I use in wine
because is difficult install and find a Win98 machine. The software is used to
control a equipment in my laboratory through the serial (and I am able to do it
works fine).
The problem is specific one control called "Frequency", if I try to change the
value it goes/saturate at 5000.0, not mattes the value.
I made it works fine once at Wine 3.20. I will try some debugs and attach them
here.
--
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=43756
Bug ID: 43756
Summary: Copy pasting images from clipboard - Transparency info
missing (Adobe Photoshop)
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 59251
--> https://bugs.winehq.org/attachment.cgi?id=59251
Photoshop - transparency info missing (screenshot)
When copying images from X11/Linux clipboard to Photoshop workspace, Photoshop
doesn't correctly handle transparency information included, for example, in PNG
images.
Please see my screenshot attachment for (demonstration) details. On the
screenshot, a transparent image is copied but transparency has been handled as
a black color and gradient transparency does not work at all.
Original clipboard PNG here: https://i.imgur.com/hH52SuU.png (This sample PNG
image has gradient transparency)
Transparency issue is not a case, for example, in Microsoft Office products
(2010) or in GIMP (64-bit / 32-bit).
---------------------------
The bug affects both 32-bit and 64-bit Photoshop versions. Tested with the
following configurations:
- Wine 2.17 Staging. Clean 64-bit prefix. Win7 mode. Adobe Photoshop CC 2015
64-bit
- Wine 2.17 Staging. Clean 32-bit prefix. Win7 mode. Adobe Photoshop CC 2015
32-bit
--
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=44299
Bug ID: 44299
Summary: Windows Media Player 7.1 installer conflicts with stub
wmplayer.exe
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
wmp71/7.1/W982KMe/EN-US/mp71.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Wine has a wmplayer.exe stub and prevents the Windows Media Player 7.1
installer from replacing it. This results in Windows Media Player 7.1 not
working. Execution results in:
002f:fixme:wmplayer:wmain stub: L"C:\\Program Files\\Windows Media
Player\\wmplayer.exe"
Stub:
https://www.winehq.org/pipermail/wine-cvs/2015-November/109824.html
Manually replacing the file from the installer corrects the problem.
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=20632
Summary: Windows Picasa cannot order photos
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jake.msstate(a)gmail.com
When trying to order pictures (Shop) through the Windows version of Picasa
(specifically 3.1.0 Build 71.4300,0), the application brings up an empty list
of providers.
The URL that it is trying to bring up is
https://client4.google.com/providers/printers.html
--
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=23318
Summary: Bus Simulator 2008 (demo) complains about insufficient
memory on startup
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.gamershell.com/download_25660.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=29068)
--> (http://bugs.winehq.org/attachment.cgi?id=29068)
console log when the demo crashes
Wine pops up an error dialogue when starting Bus Simulator 2008 (at least the
demo I can test):
'Error E1004: Not enough memory (50 MB required)!' Afterwards Wine crashes.
The game was rated to Gold in AppDB by the submitter, using 1.1.4. After trying
out several Wine versions it turned out the game doesn't crash when using
Wine-1.1.24 or any earlier versions.
Result of regression testing:
09712593c8496be5e952b7316099f9eed5043203 is the first bad commit
commit 09712593c8496be5e952b7316099f9eed5043203
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
:040000 040000 25715d0c052bc6bbc0262c742ad285d17a78f236
aa973aa3e5286174dcbffd782691d09bd9109e5d M dlls
The commit cannot be reverted even on the top of the nearest 1.1.25 version,
but after
git checkout 09712593c8496be5e952b7316099f9eed5043203 >> the game crashes
git revert 09712593c8496be5e952b7316099f9eed5043203 >> the game starts up
correctly.
There are other bugreports mentioning the same commit: bug #21198, bug #20986,
bug #21630 and bug #22187.
Author of the patch added to CC.
Link to the demo added to url.
--
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=46334
Bug ID: 46334
Summary: wine dose not see file.exe
Product: Wine-staging
Version: 3.0.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: keghnfeem(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Within wine director I type:
wine clientlaunch.exe
I get error:
wine: cannot find L"C:\\windows\\system32\\clientlaunch.exe"
Other file that within work. Like clock.exe.
I did:
wine start /d C:/windows/system32/clientlauncher.exe
This gave me a DOS terminal. I type in the clientlaunch.exe and
gave me this:
clientlauncher.exe is not recognized as a internal or external command,
operable program or batch file.
I could run clock.exe in this dos terminal.
When i typed this into the dos prompt:
dir
This list all of the file in the directory. clock.exe is there but not
clientlaunch.exe.
From the Linux side i can ls clientlaunch.exe in bash terminal,
and see with a Linux file manager.
Thanks for any help.
keghn
--
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=46308
Bug ID: 46308
Summary: SofTalk 1.56: Incorrect icon/text rendering
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
URL: https://www.vector.co.jp/soft/winnt/art/se412443.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
CC: dmitry(a)baikal.ru
Regression SHA1: 3dcd048175914e7b5c372b5dc201c517028f0f64
Distribution: ---
Created attachment 63039
--> https://bugs.winehq.org/attachment.cgi?id=63039
Screenshot (3dcd048 or newer)
Since commit 3dcd048175914e7b5c372b5dc201c517028f0f64, icons in buttons ("▶",
"■", etc.) and text images ("音量" and "速度") are incorrectly rendered.
Steps to reproduce:
1. Download stk01560.zip from
https://www.vector.co.jp/soft/winnt/art/se412443.html
2. Download Winetricks from
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetric…
3. Run "chmod +x winetricks"
4. Run "./winetricks vb6run comctl32ocx"
5. Unpack stk01560.zip
6. Run softalk/SofTalk.exe on Japanese locale
--
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=36283
Bug ID: 36283
Summary: valgrind shows an invalid read in imm32/tests/imm32.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: imm32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==28442== Invalid read of size 4
==28442== at 0x400AD40: memcpy (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==28442== by 0x4ED078F6: FT_Stream_ReadAt (in
/usr/lib/libfreetype.so.6.10.2)
==28442== by 0x4ED45CA7: ??? (in /usr/lib/libfreetype.so.6.10.2)
==28442== by 0x4ED06223: FT_Load_Sfnt_Table (in
/usr/lib/libfreetype.so.6.10.2)
==28442== by 0x50B72E9: get_font_data (freetype.c:4422)
==28442== by 0x50B89E7: get_gasp_flags (freetype.c:4873)
==28442== by 0x50BAF28: freetype_SelectFont (freetype.c:5489)
==28442== by 0x54C7F20: X11DRV_SelectFont (init.c:319)
==28442== by 0x54FE488: xrenderdrv_SelectFont (xrender.c:858)
==28442== by 0x50A1F7F: FONT_SelectObject (font.c:723)
==28442== by 0x50C5C37: SelectObject (gdiobj.c:1174)
==28442== by 0x4B70F46: get_text_metr_size (sysparams.c:472)
==28442== by 0x4B717AC: normalize_nonclientmetrics (sysparams.c:634)
==28442== by 0x4B73F45: SystemParametersInfoW (sysparams.c:1583)
==28442== by 0x4B77496: GetSystemMetrics (sysparams.c:2414)
==28442== by 0x4B77647: GetSystemMetrics (sysparams.c:2433)
==28442== by 0x4B8D9D7: WINPOS_GetMinMaxInfo (winpos.c:774)
==28442== by 0x4B859BB: WIN_CreateWindowEx (win.c:1568)
==28442== by 0x4B862E0: CreateWindowExA (win.c:1719)
==28442== by 0x4967EC9: test_ImmDefaultHwnd (imm32.c:708)
==28442== Address 0x582d5fc is on thread 1's stack
==28442==
--
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=45279
Bug ID: 45279
Summary: Final Fantasy XI crashes on startup
Product: Wine
Version: 3.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: farmboy0+winehq(a)googlemail.com
Distribution: ---
Created attachment 61539
--> https://bugs.winehq.org/attachment.cgi?id=61539
crash backtrace
This is new behaviour with wine 3.9, with wine 3.8 and older the game starts
successfully.
This is mostly probably related to the switch to core contexts.
The following output is shown right before the crash:
003c:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
003c:err:d3d:wined3d_debug_callback 0x181218: "GL_INVALID_OPERATION in
glVertexAttribPointer(non-VBO array)".
003c:err:d3d:wined3d_debug_callback 0x181218: "GL_INVALID_OPERATION in
glVertexAttribPointer(non-VBO array)".
003c:err:d3d:wined3d_debug_callback 0x181218: "GL_INVALID_OPERATION in
glVertexAttribPointer(non-VBO array)".
--
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=42546
Bug ID: 42546
Summary: DSOUND_PrimaryOpen() incorrect set buf size
Product: Wine
Version: 2.2
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: rozhuk.im(a)gmail.com
Wine (1.x, 2.x) crashes on FreeBSD 11 release with wineoss.drv
With winealsa.drv on FreeBSD 11 - OK.
With winoss.drv on FreeBSD 10 - OK.
I made some investigation and make patch to fix problem.
I test it and it work. But looks like dsound needs review.
DSOUND_ReopenDevice() call DSOUND_PrimaryOpen() with forcewave = FALSE
DSOUND_PrimaryOpen()
calculate:
new_buflen = device->buflen;
new_buflen -= new_buflen % wfx->nBlockAlign;
(wrong alig code, but newer mind)
Then calculated
DWORD alloc_len = frames * sizeof(float);
and allocated buffer
if (device->buffer)
newbuf = HeapReAlloc(GetProcessHeap(), 0, device->buffer,
alloc_len);
else
newbuf = HeapAlloc(GetProcessHeap(), 0, alloc_len);
final: save new buffer pointer and size:
device->buffer = newbuf;
device->buflen = new_buflen;
!!!
We allocate 6144 (0x00001800) bytes but set buf size to 65536.
DSOUND_MixToPrimary() and norm16() in DSOUND_mixthread use device->buflen and
corrupt heap after first call.
First I make more proper alignment:
new_buflen = (device->buflen + wfx->nBlockAlign);
new_buflen -= (new_buflen % wfx->nBlockAlign);
and change calculation to:
DWORD alloc_len = ((new_buflen / wfx->nBlockAlign) * sizeof(float));
It works.
Next I replace alloc_len->new_buflen and return original calc code:
new_buflen = (frames * sizeof(float));
This work but sound with a bit noise and game crash after some time.
Finnaly:
new_buflen = ((frames + 1) * wfx->nBlockAlign * sizeof(float));
This work OK.
This not looks like proper buf size.
Also in DSOUND_ReopenDevice() after DSOUND_PrimaryOpen():
device->fraglen = frag_frames * wfx->nBlockAlign;
device->aclen = aclen_frames * wfx->nBlockAlign;
device->buflen should somehow be synced with this.
606723.622:0034:0035:trace:heap:RtlAllocateHeap (0x110000,70000062,00000030):
returning 0x11d438
606723.622:0034:0035:trace:oss:AudioClient_Start (0x1ecb38) now playing...
606723.622:0034:0035:trace:oss:AudioClient_GetStreamLatency
(0x1ecb38)->(0x335f590)
606723.622:0034:0035:trace:oss:AudioClient_GetBufferSize
(0x1ecb38)->(0x335f58c)
606723.622:0034:0035:trace:oss:AudioClient_GetBufferSize buffer size: 3840
606723.622:0034:0035:trace:dsound:DSOUND_ReopenDevice period 11 ms fraglen 2048
buflen 6144
606723.622:0034:0035:trace:dsound:DSOUND_PrimaryOpen (0x11e4d8)
606723.622:0034:0035:trace:heap:RtlAllocateHeap (0x110000,70000062,00001800):
returning 0x1fc1e8
606723.622:0034:0035:trace:dsound:DSOUND_PrimaryOpen buflen: 65536, fraglen: 0
606723.622:0034:0035:trace:oss:AudioClient_IsFormatSupported (0x1ecb38)->(0,
0x335f650, 0x335f64c)
...
606723.688:0034:003e:trace:dsound:DSOUND_mixthread (0x11e4d8)
606723.688:0034:003e:trace:dsound:DSOUND_PerformMix (0x11e4d8)
606723.688:0034:003e:trace:oss:AudioClient_GetCurrentPadding
(0x1ecb38)->(0x1448f6b8)
606723.688:0034:003e:trace:oss:AudioClient_GetCurrentPadding pad: 0
606723.688:0034:003e:warn:dsound:DSOUND_PerformMix Probable buffer underrun
606723.688:0034:003e:trace:oss:AudioRenderClient_GetBuffer (0x1ecb38)->(1536,
0x1448f6b0)
606723.690:0034:003e:trace:heap:RtlAllocateHeap (0x110000,70000062,00001810):
returning 0x141908b0
606723.690:0034:003e:trace:dsound:DSOUND_MixToPrimary (0,6144)
606723.690:0034:003e:trace:dsound:norm16 0x1fc1e8 - 0x141908b0 6144
606723.690:0034:003e:trace:oss:AudioRenderClient_ReleaseBuffer
(0x1ecb38)->(1536, 0)
606723.690:0034:003e:trace:oss:AudioRenderClient_ReleaseBuffer writen: 6144
606723.690:0034:003d:err:heap:HEAP_ValidateInUseArena Heap 0x110000: block
0x1fc1e8 tail overwritten at 0x1fd9e8 (byte 0/8 == 0x00)
Heap: 0x110000
...
Sub-heap 0x110014: base=0x110000 size=00110000 committed=00110000
Block Arena Stat Size Id
...
0x1f0118 00bedead pend 00000430
0x1f0550 00bedead pend 00002c18
0x1f3170 00bedead pend 00000430
0x1f35a8 00bedead pend 00008c30
0x1fc1e0 00455355 used 00001808
0x1fd9f0 00000000 pend 00000000
0x1fd9f8 00000000 pend 00000000
0x1fda00 00000000 pend 00000000
0x1fda08 00000000 pend 00000000
--
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=36354
Bug ID: 36354
Summary: valgrind shows a leak in ddraw/tests/dsurface.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==8690== 24 bytes in 1 blocks are definitely lost in loss record 250 of 943
==8690== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==8690== by 0x4A868D9: ddraw7_CreatePalette (ddraw.c:3385)
==8690== by 0x4A86D09: ddraw1_CreatePalette (ddraw.c:3458)
==8690== by 0x4DB8A62: PaletteTest (dsurface.c:2247)
==8690== by 0x4DC8FA4: func_dsurface (dsurface.c:3962)
==8690== by 0x4DDD6DC: run_test (test.h:584)
==8690== by 0x4DDDACB: main (test.h:654)
==8690==
--
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=28766
Bug #: 28766
Summary: DIB engine multiple invalid memory accesses
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
In gdi32/tests, running "make bitmap.ok dib.ok font.ok pen.ok"
makes Valgrind go bonkers. Huw asked for a bug to track these,
and said one big bug would suffice.
I'll attach the initial log, and will do more valgrind runs on request.
--
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=26042
Summary: advapi32/crypt tests show two leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:360)
by LocalAlloc (heap.c:960)
by CryptGenKey (crypt.c:1433)
by test_incorrect_api_usage (crypt.c:241)
by func_crypt (crypt.c:1130)
by run_test (test.h:556)
by main (test.h:624)
...
996 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ???
by ???
by ???
by CryptGenKey (crypt.c:1441)
by test_incorrect_api_usage (crypt.c:241)
by func_crypt (crypt.c:1130)
by run_test (test.h:556)
by main (test.h:624)
--
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=36655
Bug ID: 36655
Summary: valgrind shows an unitialized variable in
mountmgr.sys/device.c (d3d9/tests/d3d9ex.c)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==6715== Thread 4:
==6715== Syscall param writev(vector[...]) points to uninitialised byte(s)
==6715== at 0x431A82C: writev (writev.c:54)
==6715== by 0x7BC7FE0B: send_request (server.c:213)
==6715== by 0x7BC7FF9D: wine_server_call (server.c:294)
==6715== by 0x5B66A38: put_message_in_queue (message.c:3141)
==6715== by 0x5B66DE9: send_inter_thread_message (message.c:3209)
==6715== by 0x5B670CA: send_message (message.c:3277)
==6715== by 0x5B67511: SendMessageTimeoutW (message.c:3414)
==6715== by 0x5B692FD: bcast_childwindow (message.c:4265)
==6715== by 0x5B9B07A: EnumDesktopWindows (win.c:3336)
==6715== by 0x5B6967E: bcast_desktop (message.c:4315)
==6715== by 0x5BA9587: EnumDesktopsW (winstation.c:454)
==6715== by 0x5B697DB: bcast_winsta (message.c:4329)
==6715== by 0x5BA8CFB: EnumWindowStationsW (winstation.c:238)
==6715== by 0x5B69B06: BroadcastSystemMessageExW (message.c:4398)
==6715== by 0x5B698F9: BroadcastSystemMessageW (message.c:4350)
==6715== by 0x5710683: send_notify (device.c:186)
==6715== by 0x571214A: add_dos_device (device.c:812)
==6715== by 0x570F70C: udisks2_add_device (dbus.c:479)
==6715== by 0x570F90D: udisks2_add_devices (dbus.c:517)
==6715== by 0x570FEC6: dbus_thread (dbus.c:717)
==6715== Address 0x599e5ce is on thread 1's stack
==6715== Uninitialised value was created by a stack allocation
==6715== at 0x571062B: send_notify (device.c:178)
==6715==
--
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=46323
Bug ID: 46323
Summary: Rally Trophy: Controller configuration cannot be
opened
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
URL: http://games.softpedia.com/get/Games-Demo/Rally-Trophy
.shtml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: jettis(a)gmail.com
CC: leslie_alistair(a)hotmail.com
Regression SHA1: 56345c8757887431ada9f2347b43fc372d72872a
Distribution: ArchLinux
Created attachment 63062
--> https://bugs.winehq.org/attachment.cgi?id=63062
Rally trophy run with bug occurring
DirectInput controller configuration cannot be opened.
In game's main menu go to options -> controls -> configure controllers.
Controller configuration should open but the game just falls back to controls
menu instantly.
The regression is caused by a commit 56345c8757887431ada9f2347b43fc372d72872a.
Reverting the commit fixes the problem.
--
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=36162
Bug ID: 36162
Summary: valgrind shows several leaks in
programs/cmd/tests/batch.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==19001== 24 bytes in 2 blocks are definitely lost in loss record 77 of 302
==19001== at 0x7BC4C735: notify_alloc (heap.c:255)
==19001== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==19001== by 0x4B2544E: heap_alloc (wcmdmain.c:444)
==19001== by 0x4B1E203: WCMD_pushoperator (builtins.c:3615)
==19001== by 0x4B1F18F: WCMD_handleExpression (builtins.c:3932)
==19001== by 0x4B1F84D: WCMD_setshow_env (builtins.c:4098)
==19001== by 0x4B282D6: WCMD_execute (wcmdmain.c:1553)
==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294)
==19001== by 0x4B130E0: WCMD_batch (batch.c:95)
==19001== by 0x4B27185: WCMD_run_program (wcmdmain.c:1187)
==19001== by 0x4B28467: WCMD_execute (wcmdmain.c:1618)
==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294)
==19001== by 0x4B2ADC4: wmain (wcmdmain.c:2590)
==19001== by 0x4B2B328: __wine_spec_exe_wentry (exe_wentry.c:36)
==19001== by 0x7B864247: ??? (process.c:1045)
==19001== by 0x7B864394: start_process (process.c:1097)
==19001== by 0x7BC87087: ??? (signal_i386.c:2571)
==19001== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==19001== by 0x7BC87065: ??? (signal_i386.c:2571)
==19001== by 0x7BC5A1C0: start_process (loader.c:2840)
==19001==
--
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=26070
Summary: user32/class tests show some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid read of size 2
at RtlImageNtHeader (loader.c:2508)
by RtlImageDirectoryEntryToData (loader.c:2684)
by find_entry (resource.c:189)
by LdrFindResource_U (resource.c:303)
by find_resourceW (resource.c:139)
by FindResourceExW (resource.c:183)
by FindResourceW (resource.c:192)
by LoadMenuW (menu.c:4359)
by WIN_CreateWindowEx (win.c:1372)
by CreateWindowExA (win.c:1550)
by check_instance_ (class.c:266)
by test_instances (class.c:441)
by func_class (class.c:995)
by run_test (test.h:556)
by main (test.h:624)
Address 0x12345678 is not stack'd, malloc'd or (recently) free'd
...
28 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DIALOG_get_info (defdlg.c:335)
by DIALOG_CreateIndirect (dialog.c:669)
by CreateDialogIndirectParamAorW (dialog.c:755)
by CreateDialogIndirectParamA (dialog.c:764)
by CreateDialogParamA (dialog.c:729)
by CreateDialogParamTest (class.c:878)
by func_class (class.c:990)
by run_test (test.h:556)
by main (test.h:624)
...
42,420 bytes in 21 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by get_tls_data (test.h:240)
by winetest_set_location (test.h:275)
by check_instance_ (class.c:263)
by thread_proc (class.c:292)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
--
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=36328
Bug ID: 36328
Summary: valgrind shows a leak in rsaenh/tests/rsaenh.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==16347== 88,188 (416 direct, 87,772 indirect) bytes in 7 blocks are definitely
lost in loss record 2,195 of 2,200
==16347== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==16347== by 0x4ED03DAB: ??? (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED08C5A: ft_mem_qalloc (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED08CCE: ft_mem_alloc (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED0DF8E: FT_Add_Module (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED040FE: FT_Add_Default_Modules (in
/usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED04169: FT_Init_FreeType (in
/usr/lib/libfreetype.so.6.10.2)
==16347== by 0x6296169: ???
==16347== by 0x6298F85: ???
==16347== by 0x62B4A52: ???
==16347== by 0x7BC53B24: ??? (in
/home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so)
==16347== by 0x7BC5644E: MODULE_InitDLL (loader.c:1068)
==16347== by 0x7BC56AE7: process_attach (loader.c:1157)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC596E6: LdrLoadDll (loader.c:2129)
==16347== by 0x7B8581FE: load_library (module.c:933)
==16347== by 0x7B8582C9: LoadLibraryExW (module.c:990)
==16347== by 0x7B8584AC: LoadLibraryW (module.c:1032)
==16347==
--
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=36356
Bug ID: 36356
Summary: valgrind shows a possible leak in
dinput/tests/device.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==9098== 28 bytes in 1 blocks are possibly lost in loss record 230 of 825
==9098== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==9098== by 0x5981BB8: apartment_getclassobject (compobj.c:526)
==9098== by 0x5984FC6: get_inproc_class_object (compobj.c:2894)
==9098== by 0x5987D2F: CoGetClassObject (compobj.c:3032)
==9098== by 0x59884B7: CoCreateInstance (compobj.c:3197)
==9098== by 0x4A56A80: func_device (device.c:216)
==9098== by 0x4A5E18C: run_test (test.h:584)
==9098== by 0x4A5E57B: main (test.h:654)
==9098==
--
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=44443
Bug ID: 44443
Summary: jet40 crashes with wine-2.6 & wine-3.0 and not before
Product: Wine
Version: 3.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: msd+bugs.winehq.org(a)msd.im
Distribution: ---
Hello,
I think there is a regression in wine-2.6.0.
The following code is working from wine-1.6 to wine-2.5 and _NOT_ working with
wine-2.6 and later.
```
Dim DBADO As ADODB.Connection
MsgBox "Create new ADODB Object..."
Set DBADO = New ADODB.Connection
MsgBox "ADODB Object created ! Opening Jet DB"
DBADO.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & App.Path &
"\test.mdb" ' <<<<< Error 429
MsgBox "Connexion open. Status :" & DBADO.State
```
1. Do you know what happens ?
2. What can I do to help you ?
Regards,
Guillaume
Installed packages inside the wine directory : vb6run mdac28 jet40
--
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=36290
Bug ID: 36290
Summary: valgrind shows a leak in mscms/tests/profile.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==17956== 19,636 (192 direct, 19,444 indirect) bytes in 1 blocks are definitely
lost in loss record 225 of 225
==17956== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==17956== by 0x4ED03DAB: ??? (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED08C5A: ft_mem_qalloc (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED08CCE: ft_mem_alloc (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED09CCB: FT_New_Library (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED04142: FT_Init_FreeType (in
/usr/lib/libfreetype.so.6.10.2)
==17956== by 0x550C7F0: ???
==17956== by 0x550D39B: ???
==17956== by 0x551B635: ???
==17956== by 0x553A646: ???
==17956== by 0x7BC52FC0: ??? (loader.c:138)
==17956== by 0x7BC555FE: MODULE_InitDLL (loader.c:1068)
==17956== by 0x7BC5597C: process_attach (loader.c:1157)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC585E2: LdrLoadDll (loader.c:2129)
==17956== by 0x7B85A79A: load_library (module.c:933)
==17956== by 0x7B85A908: LoadLibraryExW (module.c:990)
==17956== by 0x7B85A869: LoadLibraryExA (module.c:970)
==17956==
--
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=29975
Bug #: 29975
Summary: Ankh: fails to start
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
Somewhere between wine-1.3.24 and wine-1.4rc2, Ankh1 regressed to the point of
being unable to start:
- on Ubuntu Intrepid with Intel graphics, no logo is displayed, the menu
flickers heavily but text (start game/exit etc.) is missing.
- on MacOS X 10.5.8 with NVidia graphics, it aborts with a runtime exception
requester.
When the screen flickering starts, one OUT_OF_MEMORY is displayed every few
seconds.
err:d3d:context_bind_texture >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY (0x505) from
glBindTexture @ context.c / 1938
Much earlier messages are:
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(3104) vs nFormats(46), returns FALSE
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(1296236546) vs nFormats(46), returns FALSE
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(13158564) vs nFormats(46), returns FALSE
[and many other iPixelFormats]
This does not happen (at least with Intel gfx) when using the default
Plugin=RenderSystem_Direct3D9
in bin/release/plugins.cfg. However
Plugin=RenderSystem_GL
is still needed because of the black screen bug #21351.
In bug #21351, comment #8, Henri Verbeet notes that the (demo's?) menu works
for him (NVidia?). Henri, did you you use Direct3D9?
I'd be grateful if somebody could reproduce this and perform regression testing
on a fast machine.
--
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=36316
Bug ID: 36316
Summary: valgrind shows a possible leak in
quartz/tests/avisplitter.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==32461== 32 bytes in 1 blocks are possibly lost in loss record 197 of 561
==32461== at 0x7BC4C735: notify_alloc (heap.c:255)
==32461== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==32461== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326)
==32461== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356)
==32461== by 0x7B876AD0: InitializeCriticalSection (sync.c:313)
==32461== by 0x605E935: ???
==32461== by 0x5FFBAC3: ???
==32461== by 0x5FCFC00: ???
==32461== by 0x5FF4AC0: ???
==32461== by 0x5017E26: CoCreateInstance (unknwn.h:226)
==32461== by 0x494548B: create_avisplitter (avisplitter.c:64)
==32461== by 0x494733E: func_avisplitter (avisplitter.c:457)
==32461== by 0x49557E4: run_test (test.h:584)
==32461== by 0x4955BD3: main (test.h:654)
==32461==
--
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=39279
Bug ID: 39279
Summary: valgrind shows uninitialized memory in
winmm/tests/mcicda.c
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so
mcicda && touch mcicda.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
mcicda.c:174: Tests skipped: No CD-ROM in drive.
==21071== Syscall param ioctl(arg) contains uninitialised byte(s)
==21071== at 0x455603C9: ioctl (in /usr/lib/libc-2.21.so)
==21071== by 0x7BC36D16: CDROM_StopAudio (cdrom.c:1362)
==21071== by 0x7BC38E8C: CDROM_DeviceIoControl (cdrom.c:3024)
==21071== by 0x7BC469AD: NtDeviceIoControlFile (file.c:1614)
==21071== by 0x7B841301: DeviceIoControl (file.c:2658)
==21071== by 0x5B7C3E8: MCICDA_Stop (mcicda.c:1087)
==21071== by 0x5B79D76: MCICDA_Close (mcicda.c:505)
==21071== by 0x5B7CF3B: MCICDA_DriverProc (mcicda.c:1310)
==21071== by 0x48D58FF: DRIVER_SendMessage (driver.c:136)
==21071== by 0x48D5A04: SendDriverMessage (driver.c:156)
==21071== by 0x48DBDD0: MCI_SendCommandFrom32 (mci.c:894)
==21071== by 0x48DE8BA: MCI_Close (mci.c:1875)
==21071== by 0x48DF591: MCI_SendCommand (mci.c:2099)
==21071== by 0x48DFD6E: mciSendCommandW (mci.c:2295)
==21071== by 0x48DFED4: mciSendCommandA (mci.c:2318)
==21071== by 0x476663F: test_openclose (mcicda.c:577)
==21071== by 0x47667B6: func_mcicda (mcicda.c:604)
==21071== by 0x477E3B5: run_test (test.h:584)
==21071== by 0x477E7FD: main (test.h:666)
==21071== Uninitialised value was created by a stack allocation
==21071== at 0x7BC36D08: CDROM_StopAudio (cdrom.c:1362)
==21071==
Note this also exposes a valgrind bug:
==21071== Warning: noted but unhandled ioctl 0x5307 with no size/direction
hints.
==21071== This could cause spurious value errors to appear.
==21071== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a
proper wrapper.
That's https://bugs.kde.org/show_bug.cgi?id=352767
--
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=38324
Bug ID: 38324
Summary: Dead or Alive 5 Last Round and Ridge Racer Unbounded
models/geometry problems
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shadowflash(a)gmail.com
Distribution: Ubuntu
Both games start (DoA5LR requires wmp9 and native quartz) but have problems
with 3D models:
In Ridge Racer Unbounded you see spiky polygon mess instead of cars when you
enter the race.
In DoA5LR you see only some parts of character costume at character select and
in the game, rest of the model is invisible.
Both games run with Wine 1.7.10 without any graphical glitches. I had no time
yet to test every version between 1.7.10 and 1.7.24 to find exactly where that
regression happened but problem is still here in the latest version.
--
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=46335
Bug ID: 46335
Summary: public key not available
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: patrick.pochard(a)free.fr
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 63079
--> https://bugs.winehq.org/attachment.cgi?id=63079
message from mint-update specidying a "missing pblic key"
Problem during mint-update, see attached message (in french)
--
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=44835
Bug ID: 44835
Summary: Can't install using winehq repositories on Trisquel
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: gnarlin(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
I recently decided to try and switch to Trisquel, but I still want to run one
proprietary game via wine which doesn't work on the old wine package which is
in the Trisquel 8 repos so I attempted to use the winehq devel repo but I
couldn't install it. Can you add support for Trisquel in the winehq repos
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=7287
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Staged patchset| |https://github.com/wine-sta
| |ging/wine-staging/tree/mast
| |er/patches/user32-minimized
| |_windows
Status|NEW |STAGED
--- Comment #24 from Zebediah Figura <z.figura12(a)gmail.com> ---
(In reply to Zebediah Figura from comment #22)
> A proper fix would probably implement the minimized titlebars that Windows
> itself later switched to.
This is staged now,
https://github.com/wine-staging/wine-staging/tree/master/patches/user32-min….
--
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=46226
Bug ID: 46226
Summary: [IDEA] Split wine in multiple libraries for use in
container formats
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: okgomdjgbmoij(a)gmail.com
Distribution: ---
Now container formats( appimage, flatpack, snap) are all hyped up. A reason for
this is probably available bandwidth.
A windows developer could decide to make a container package for his app. But
right now, it's inconvenient, as he must put in everything from wine, including
the kitchen sink. If they were official wine libs, packagers would have an
easier time packaging windows programs, since they would include what's
actually needed. Also, they could pick libs of different versions, depending
what's more compatible for their app. Instead of been forced to use one giant
package. Since normal users could find the best lib combinations by trial and
error, for a particular app, it would make it easier for the devs to simply use
what users have found.Right now, inconvenient hacky ways with strace and sed -e
are used.
I'm imagining that for the distro, you'll have a wine meta package, that
depends on certain wine libs, and been able to install many versions of the
same lib. The user can always install an other meta package, or a custom one.
For example wine-starcraft or wine-photoshop as opposed to wine-generic. So you
run starcraft with that wine, and it automatically uses the correct libs. Or
fine tune the libs used in wineconfig of a certain bottle. Packagers could fine
tune the installation for a container package that never brakes, with just a
simple apt command in their chroot, not with hacks and binary edits.
That would be a more convenient solution then what lutrix/playonlinux is
currently doing. Even they, they try to pick the best wine version, they don't
pick and chose individual components between different versions of wine. If
wine X has functional component x and wine Y has functional component y,
currently the application will simply be broken and have an additional garbage
app in the database. Steam/proton might be interested in something like this.
Also it will be more convenient for Proton/ReactOS or who ever wants to fork
parts of wine for their own little niche reason, since they could still
directly use upstream libs.
For testing, this will also be more convenient. You have something that half
works, you change one lib at a time to see if it works better...
To make the process as easy as possible. The libs should mirror the libs in
windows, so that to minimize resistance from windows developers.
(Yep, yet an other stupid idea...)
--
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=40842
Bug ID: 40842
Summary: libpng12-0 is as dependency missing
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
With Wine 1.9.12 on starting Guild Wars 2 I'm noticing that the launcher is in
its first state black and showing only the initialization/downloading text and
if I'm looking into the console I'm getting spammed with the line
"err:wincodecs:PngDecoder_CreateInstance Failed reading PNG because unable to
find libpng12.so.0". Installing libpng12-0 solves the issue so maybe it should
be a dependency.
--
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=39884
Bug ID: 39884
Summary: .exe files no longer run directly when using the new
wine-builds PPA packages (linux binfmts not installed)
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)ixio.org
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
For years, and until very recently, winehq.org recommended packages from the
ubuntu-wine PPA for Ubuntu users. Those packages install linux binfmts
support, which allows .exe files to be run directly instead of having to run
"wine programname.exe". This is not merely a convenience; it is also helpful
for security because it allows each Windows program to be run with different
AppArmor profile.
After switching to the packages from the new official wine-builds PPA, this
functionality is gone. Please bring it back!
--
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=45877
Bug ID: 45877
Summary: Unable to upgrade wine-stable-i386:i386 package in
Unbuntu 16.04 due to file not found error
(notepad.exe.dpkg-new)
Product: Wine
Version: 3.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: manasvi.gupta6(a)gmail.com
Distribution: ---
Created attachment 62383
--> https://bugs.winehq.org/attachment.cgi?id=62383
wine-stable-i386 upgrade logs (indicating error)
Hello,
OS -> Ubuntu 16.04
Installed Wine -> wine-stable-i386 (3.0.2~xenial)
Issue -> upgrade fails (i.e. broken dpkg) with error "unable to open
'/opt/wine-stable/lib/wine/fakedlls/notepad.exe.dpkg-new': No such file or
directory".
"
Preparing to unpack .../wine-stable-i386_3.0.3~xenial_i386.deb ...
Unpacking wine-stable-i386:i386 (3.0.3~xenial) over (3.0.2~xenial) ...
dpkg: error processing archive
/var/cache/apt/archives/wine-stable-i386_3.0.3~xenial_i386.deb (--unpack):
unable to open '/opt/wine-stable/lib/wine/fakedlls/notepad.exe.dpkg-new': No
such file or directory
"
Upgrade logs are attached.
Any suggestions on how to resolve this issue?
Thanks
Manasvi
--
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=44599
Bug ID: 44599
Summary: visual basic program can't open jpeg files - wine
aborts with jpeg not compile in
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gcos7(a)yahoo.com
Distribution: ---
I have a program I wrote in Visual Basic Express 2008 on a Windows 10 PC. It
works fine on Windows 10 so I thought I'd try it under wine on an old laptop I
also have. It starts up fine, finds and loads png and gif images. The user
selects a jpeg image and when the program tries to open it the program dies and
winedbg shows the following error:
[code]002a:err:wincodecs:JpegDecoder_CreateInstance Trying to load JPEG
picture, but JPEG support is not compiled in.
Process of pid=0029 has terminated[/code]
I have tried this with the released version of wine 3.0 and tried the newest
development release and they both fail like this.
On the wine forum I was told to report this as a bug.
I am very much a novice at this.
The Visual Basic program is using things for which net3.5 is required so I
installed that before I started.
Any help would be greatly appreciated.
--
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=46326
Bug ID: 46326
Summary: The software is not working.
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssserkkk(a)yahoo.com
Distribution: ---
The software is not working. The program's link :
http://f.eba.gov.tr/kurmay-yayinlari/src/5-Practice-Book.exe.zip
For other similar programs;
http://www.eba.gov.tr/eicerik/kurmay-yayinlari
I tried it on wine3.0.4 and wine4.0 rc2.
Konsole outputs;
serkan@debian-pc:~/Downloads/5-Practice-Book.exe$ wine "More&More 5 Practice
Book.exe"
0081:fixme:shell:SHAutoComplete stub
0081:fixme:exec:SHELL_execute flags ignored: 0x00000180
serkan@debian-pc:~/Downloads/5-Practice-Book.exe$
0086:fixme:sync:SetWaitableTimerEx (0xb4, 0x1b8fe14, 0, (nil), (nil), (nil),
500) semi-stub
0083:fixme:nls:get_dummy_preferred_ui_language (0x8 0x33e270 (nil) 0x33e274)
returning a dummy value (current locale)
0083:fixme:nls:get_dummy_preferred_ui_language (0x8 0x33e270 0x4bd218 0x33e274)
returning a dummy value (current locale)
0083:fixme:lsa:LsaGetLogonSessionData 0x33ec28 0x33ec38 stub
0083:fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification
(0x49cad0)->(0x4c3d70) - stub
0083:fixme:pulse:AudioSessionControl_UnregisterAudioSessionNotification
(0x49cad0)->(0x4c3d70) - stub
0083:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status
0x2733
0083:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status
0x2733
System:
Debian 9 amd64, KDE, the multiarch is active
--
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=46331
Bug ID: 46331
Summary: Error loading game eve online
Product: Wine-staging
Version: 3.0.4
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: perseo.f.2012(a)outlook.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Created attachment 63073
--> https://bugs.winehq.org/attachment.cgi?id=63073
There is a problem installing the eve online game
There is a problem installing the eve online game, it produces an error message
--
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=46324
Bug ID: 46324
Summary: On the Ubuntu installation page, the gpg key listed is
incorrect
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bo(a)vircio.com
Distribution: ---
https://wiki.winehq.org/Ubuntu
The release key is out of date, so the following:
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
should be changed to:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
but it would be even better to add the key like this...
wget -q https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add -
--
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=43100
Bug ID: 43100
Summary: Release key overwrite
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
I got the following error message from my package manager Synaptic:
"W: GPG-Fehler: https://dl.winehq.org/wine-builds/ubuntu xenial InRelease: Die
folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher
Schlüssel nicht verfügbar ist: NO_PUBKEY 818A435C5FCBF54A
W: The repository 'https://dl.winehq.org/wine-builds/ubuntu xenial InRelease'
is not signed."
I followed the instructions from the wine manual, however
wget https://dl.winehq.org/wine-builds/Release.key
saved as Release.key.3 as the file was preexisting.
According to the wget manual:
"When running Wget without ‘-N’, ‘-nc’, ‘-r’, or ‘-p’, downloading the same
file in the same directory will result in the original copy of file being
preserved and the second copy being named ‘file.1’. If that file is downloaded
yet again, the third copy will be named ‘file.2’, and so on. "
I recommend to change the phrase in the documentation
https://wiki.winehq.org/Ubuntu
to:
wget -nc https://dl.winehq.org/wine-builds/Release.key
or rename the Release.key file as 818A435C5FCBF54A.key so there won't be any
overlap with other release keys you previously downloaded. Furthermore it makes
sense to delete the downloaded key after adding it successfully.
--
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=44385
Bug ID: 44385
Summary: opencl.dll not included in Ubuntu package
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emblemparade(a)gmail.com
Distribution: ---
The latest winehq-stable version "3.0.0~artful" does not support OpenCL. I get
errors such as the following:
0009:err:module:import_dll Library OpenCL.dll
Downgrading to version "2.0.4~artful" fixes this problem.
--
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=39782
Bug ID: 39782
Summary: Provide source entry for debian to allow self-build.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: temnota.am(a)gmail.com
Distribution: ---
Please provide source files for debian to allow self-build.
--
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=46062
Bug ID: 46062
Summary: Please provide packages for Ubuntu 18.10 Cosmic
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: ruediix(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Ubuntu 18.10 was released a bit ago, and a few packages have gone by without
listing in the winehq repository.
This is currently blocking my ability to upgrade to 18.10.
I'm sure it's just a matter of time until it's done, but I figured I'd make a
bug rep in case it got forgotten.
--
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=11521
Summary: SimRubik's 2 z-order problem
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://www.pcwelt.de/cgi-
bin/download/download.pl?fileid=4772
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stefan.Leichter(a)camLine.com
Created an attachment (id=10688)
--> (http://bugs.winehq.org/attachment.cgi?id=10688)
The program window after moving another window across it
The program windows draws fine on startup, but pressing any button will "hide"
all the buttons, also if the cube is turned with the mouse. When another window
is moved over the program window the buttons are redrawn but the cube
disapears.
(System is debian etch running kde with the nvidia x driver)
--
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=4291
--- Comment #31 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug is still there in current wine(4.0-rc2)
--
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=42640
Bug ID: 42640
Summary: Install of winehq-staging (2.3.0~ubuntu16.04.1) fails
because of unmet dependencies
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: depaoli.renzo(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Installation sequence as described on
https://wiki.winehq.org/Ubuntu "Installing WineHQ packages".
Note: No other version of Wine was installed earlier.
sudo apt-get install --install-recommends winehq-staging
results in error message
>> The following packages have unmet dependencies.
>> winehq-staging : Depends: wine-staging (= 2.3.0~ubuntu16.04.1)
>> E: Unable to correct problems, you have held broken packages.
System Details:
Kubuntu 16.04
KDE Plasma 5.5.5
QT Version 5.5.1
Kernal Version 4.4.0-66-generic
OS Type 64bit
Processors 6x AMD Phenom II X6 1055T
--
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=46241
Bug ID: 46241
Summary: Champion of Regnum crash after character selection
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hbdev(a)protonmail.com
Distribution: ---
Hello,
The game crash, not always but very often like 1/3 try, after character
selection when comming back from game.
To reproduce:
Start the game, take your chararcter, play 2 minutes, go back to character
selection, enter again the game... repeat between 2 and 5 times and you crash
when the game load.
It's with winxp setup in winecfg, with win7 or win10 it crash way less but the
game has huge fps drop if something above winXP is selected. WinXP setup is
very smooth in game and good fps with wine 2.x (wine 3.x has too many fps drop
in any setup).
Tha game and wine is in 64 bits on macos
Thanks
--
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=44722
Bug ID: 44722
Summary: Wine 3.3 is compiled without sdl und udev, limiting
gamepad support
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.hadar.uberspace.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Xbox360 controllers won't work for some games if wine was compiled without sdl
and udev.
See https://bugs.winehq.org/show_bug.cgi?id=44652 for the original bug report.
--
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=38899
Bug ID: 38899
Summary: Stuck at wine-1.7.44
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: keghn(a)netscape.net
Distribution: ---
"sudo apt-get install wine1.7", installs wine 1.7.44 when 1.7.46 is current.
ppa is installed and has never updated to the current installation to
to later version. Wine-1.7.44 will not run my game of command and conquer 3.
--
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=46306
Bug ID: 46306
Summary: Failed to fetch
https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/
main/binary-i386/Packages.xz
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: mrturcot(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Hello, Im getting an error updating winehq repos on linux mint 19 Bionic
Err:14 https://dl.winehq.org/wine-builds/ubuntu bionic/main i386 Packages
File has unexpected size (17932 != 18476). Mirror sync in progress? [IP:
151.101.54.217 443]
Hashes of expected file:
- Filesize:18476 [weak]
- SHA256:c85bc397ea8d2e0a96f01f80c024ba7d0c815a4e5dbba0647e3599fd927a90f0
- SHA1:9d593363f04e761cdbcae0c3c3c38063c9e2b375 [weak]
- MD5Sum:bbca5eed9429103794da41cd276be4e7 [weak]
Release file created at: Sun, 16 Dec 2018 21:22:49 +0000
E: Failed to fetch
https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/main/binary-i386/Pack…
File has unexpected size (17932 != 18476). Mirror sync in progress? [IP:
151.101.54.217 443]
Hashes of expected file:
- Filesize:18476 [weak]
- SHA256:c85bc397ea8d2e0a96f01f80c024ba7d0c815a4e5dbba0647e3599fd927a90f0
- SHA1:9d593363f04e761cdbcae0c3c3c38063c9e2b375 [weak]
- MD5Sum:bbca5eed9429103794da41cd276be4e7 [weak]
Release file created at: Sun, 16 Dec 2018 21:22:49 +0000
Please investigate, I am not able to install after "sudo apt update"
Best Regards
--
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=43080
Bug ID: 43080
Summary: When installing WineHQ vie apt, apt started
uninstalling every package present on my system.
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: willemschipper2(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
When installing WineHQ:
#apt install winehq-devel
Apt started uninstalling every package present on my system. I was too late to
stop it, the desktop manager and keyboard manager were already uninstalled.
--
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=45958
Bug ID: 45958
Summary: The winbind package is necessary to create a Wine
prefix but it is not included as a dependency.
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
When creating a new Wine prefix with:
$ WINEARCH=win32 WINEPREFIX=~/.test1 winecfg
Terminal output always shows an error as follows (1 line only):
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
The package winbind needs to be installed with the Wine installation.
System:
Kubuntu 18.04.01 (x64)
Wine version 3.17
--
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=697
Dmitry Timoshkov <dmitry(a)baikal.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |---
--- Comment #13 from Dmitry Timoshkov <dmitry(a)baikal.ru> ---
(In reply to François Gouget from comment #12)
> As far as I know this bug is still present. However I think that nowadays
> nobody uses Postscript fonts so I'm marking this bug as wontfix.
There are a lot of high quality Type1 fonts, and FreeType these days has
very good rendering of them thanks to Adobe contributions and this year
GSoC work. I'd argue that there is no reason Wine shouldn't add support
for them.
--
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=46322
Bug ID: 46322
Summary: ROS can't open
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: milicasmiljanic123(a)gmail.com
Distribution: ---
Created attachment 63057
--> https://bugs.winehq.org/attachment.cgi?id=63057
Can't open ROS game in Linux
I installed ROS in Linux Mint with PlayOnLinux but when i open game it show
this.
--
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=697
François Gouget <fgouget(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #12 from François Gouget <fgouget(a)codeweavers.com> ---
As far as I know this bug is still present. However I think that nowadays
nobody uses Postscript fonts so I'm marking this bug as wontfix.
--
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=697
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with current wine(4.0-rc2)?
--
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=9127
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(a)gmail.com
--
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=43067
Bug ID: 43067
Summary: Grand Theft Auto: Vice City (Steam) doesn't launch
(Unhandled Exception)
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58239
--> https://bugs.winehq.org/attachment.cgi?id=58239
Backtrace when launching from Steam
Hello everyone,
I tried GTA: Vice City today but couldn't get it to run with latest wine 2.8.
The game opens a window with an Unhandled Exception error message inside. I
managed to get a backtrace which might be related to bug 40231.
--
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=4905
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(a)gmail.com
--
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=35037
Bug #: 35037
Summary: Naruto Shippuden Ultimate Ninja Storm 3 Full Burst
sound sizzles
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 46705
--> http://bugs.winehq.org/attachment.cgi?id=46705
wine log
Hello,
Naruto Shippuden Ultimate Ninja Storm 3 Full Burst sound menu and interface
sizzle.
Thank you for your help.
LGDN.
--
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.