https://bugs.winehq.org/show_bug.cgi?id=46340
Bug ID: 46340
Summary: comctl32//tests/edit.c shows uninitialized memory use
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: bunglehead(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so edit && touch edit.ok
==28392== Syscall param writev(vector[...]) points to uninitialised byte(s)
==28392== at 0x43567D3: writev (writev.c:26)
==28392== by 0x7BC75457: send_request (server.c:228)
==28392== by 0x7BC76158: server_call_unlocked (server.c:288)
==28392== by 0x7BC761AD: wine_server_call (server.c:321)
==28392== by 0x4F60D1B: SetClipboardData (clipboard.c:904)
==28392== by 0x4A9C057: test_paste (edit.c:2919)
==28392== by 0x4A9DCBF: func_edit (edit.c:3214)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392== Address 0x4940bce is 30 bytes inside a recently re-allocated block
of size 263 alloc'd
==28392== at 0x7BC483AD: notify_alloc (heap.c:260)
==28392== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==28392== by 0x7B4433A0: HeapAlloc (heap.c:271)
==28392== by 0x7B443603: GlobalAlloc (heap.c:389)
==28392== by 0x4A9BF57: test_paste (edit.c:2908)
==28392== by 0x4A9DCBF: func_edit (edit.c:3214)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392== Uninitialised value was created by a client request
==28392== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==28392== by 0x7BC4A643: initialize_block (heap.c:245)
==28392== by 0x7BC4B8E7: RtlAllocateHeap (heap.c:1727)
==28392== by 0x7B4433A0: HeapAlloc (heap.c:271)
==28392== by 0x7B443603: GlobalAlloc (heap.c:389)
==28392== by 0x4A9BF57: test_paste (edit.c:2908)
==28392== by 0x4A9DCBF: func_edit (edit.c:3214)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392==
--
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=43380
Bug ID: 43380
Summary: valgrind shows an uninitialized memory in
dlls/ntdll/tests/pipe.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so
pipe && touch pipe.ok
==30664== Syscall param write(buf) points to uninitialised byte(s)
==30664== at 0x424CE7F: ??? (syscall-template.S:84)
==30664== by 0x7BC4A163: NtWriteFile (file.c:1314)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6D51F: read_pipe_test (pipe.c:810)
==30664== by 0x4A7031A: func_pipe (pipe.c:1133)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1c is on thread 1's stack
==30664== in frame #3, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
==30664== Syscall param write(buf) points to uninitialised byte(s)
==30664== at 0x424CE7F: ??? (syscall-template.S:84)
==30664== by 0x7BC4A163: NtWriteFile (file.c:1314)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6DE84: read_pipe_test (pipe.c:876)
==30664== by 0x4A7031A: func_pipe (pipe.c:1133)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1d is on thread 1's stack
==30664== in frame #3, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
==30664== Syscall param writev(vector[...]) points to uninitialised byte(s)
==30664== at 0x433804F: ??? (syscall-template.S:84)
==30664== by 0x7BC8946B: send_request (server.c:228)
==30664== by 0x7BC89626: wine_server_call (server.c:309)
==30664== by 0x7BC4867A: server_write_file (file.c:624)
==30664== by 0x7BC49E71: NtWriteFile (file.c:1238)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6D51F: read_pipe_test (pipe.c:810)
==30664== by 0x4A70352: func_pipe (pipe.c:1135)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1c is on thread 1's stack
==30664== in frame #6, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
--
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=46345
Bug ID: 46345
Summary: mstask/tests/task.c shows uninitialized memory use in
task_set_trigger()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mstask
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M mstask.dll -p
mstask_test.exe.so task && touch task.ok
==19487== Syscall param write(buf) points to uninitialised byte(s)
==19487== at 0x424EC7F: write (write.c:27)
==19487== by 0x7BC443F7: NtWriteFile (file.c:1305)
==19487== by 0x7B43CC9A: WriteFile (file.c:571)
==19487== by 0x5ADBC76: write_triggers (task.c:1587)
==19487== by 0x5ADE779: MSTASK_IPersistFile_Save (task.c:1760)
==19487== by 0x42282EA: IPersistFile_Save (objidl.h:4652)
==19487== by 0x42282EA: save_job (???:0)
==19487== by 0x422A3E2: test_Run (task.c:606)
==19487== by 0x422ABBE: func_task (task.c:793)
==19487== by 0x4230331: run_test (test.h:617)
==19487== by 0x4230D6F: main (test.h:701)
==19487== Address 0x4954690 is 40 bytes inside a recently re-allocated block
of size 48 alloc'd
==19487== at 0x7BC483AD: notify_alloc (heap.c:260)
==19487== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==19487== by 0x5ADDDCD: heap_alloc (heap.h:29)
==19487== by 0x5ADEA7D: MSTASK_ITask_CreateTrigger (task.c:327)
==19487== by 0x5ADBBFC: ITask_CreateTrigger (mstask.h:1210)
==19487== by 0x5ADBBFC: write_triggers (???:0)
==19487== by 0x5ADE779: MSTASK_IPersistFile_Save (task.c:1760)
==19487== by 0x42282EA: IPersistFile_Save (objidl.h:4652)
==19487== by 0x42282EA: save_job (???:0)
==19487== by 0x422A1E2: test_Run (task.c:571)
==19487== by 0x422ABBE: func_task (task.c:793)
==19487== by 0x4230331: run_test (test.h:617)
==19487== by 0x4230D6F: main (test.h:701)
==19487== Uninitialised value was created by a stack allocation
==19487== at 0x5ADEC03: task_set_trigger (task.c:153)
==19487==
--
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=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.