https://bugs.winehq.org/show_bug.cgi?id=42466
Bug ID: 42466
Summary: Accordance fails to load
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Trying to run Accordance 12 (https://www.accordancebible.com/)
And it fails to load:
wine Accordance.exe
fixme:atl:AtlAxWinInit version 0300 semi-stub
fixme:heap:RtlCompactHeap (0x1f60000, 0x0) stub
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
fixme:wlanapi:WlanEnumInterfaces (0x1, (nil), 0x1c2fd74) stub
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
fabian@f:~/Accordance$ wine --version
wine-2.1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42205
Bug ID: 42205
Summary: winegcc requires gcc 4.7 but 6.1 is installed
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: karmo.rosental(a)gmail.com
Distribution: ---
I installed wine-devel 2.0-rc4 from Wine repositories and also had to install
GCC 4.7 next to GCC 6.1 to use winegcc.
I got an error every time:
winebuild: gcc-4.7 failed with status 1
winegcc: winebuild failed
After installing GCC 4.7 this error dissapeared and let me compile.
winegcc from Official Ubuntu wine-stable 1.8.5 package worked well with GCC
6.1.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36587
Bug ID: 36587
Summary: valgrind shows uninitialized memory use in
user32/tests/winstation.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p
user32_test.exe.so winstation && touch winstation.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==25156== Syscall param write(buf) points to uninitialised byte(s)
==25156== at 0x4226CF3: __write_nocancel (syscall-template.S:81)
==25156== by 0x7BC7FD72: send_request (server.c:198)
==25156== by 0x7BC7FF91: wine_server_call (server.c:294)
==25156== by 0x519D2EE: send_hardware_message (message.c:3331)
==25156== by 0x5173BEB: SendInput (input.c:185)
==25156== by 0x4D9FB49: test_inputdesktop (winstation.c:530)
==25156== by 0x4DA2430: func_winstation (winstation.c:939)
==25156== by 0x4DA3978: run_test (test.h:584)
==25156== by 0x4DA3D67: main (test.h:654)
==25156== Address 0x510f6a8 is on thread 1's stack
==25156== Uninitialised value was created by a stack allocation
==25156== at 0x4D9F748: test_inputdesktop (winstation.c:492)
==25156==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36636
Bug ID: 36636
Summary: valgrind shows an uninitialized write in
shell32/tests/appbar.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20270== Syscall param writev(vector[...]) points to uninitialised byte(s)
==20270== at 0x4E952886: writev (in /usr/lib/libc-2.18.so)
==20270== by 0x7BC7FE6F: send_request (server.c:213)
==20270== by 0x7BC80001: wine_server_call (server.c:294)
==20270== by 0x5254AF8: put_message_in_queue (message.c:3141)
==20270== by 0x5254EA9: send_inter_thread_message (message.c:3209)
==20270== by 0x525518A: send_message (message.c:3277)
==20270== by 0x52555D1: SendMessageTimeoutW (message.c:3414)
==20270== by 0x4D221BC: SHAppBarMessage (appbar.c:142)
==20270== by 0x4A59513: test_setpos (appbar.c:222)
==20270== by 0x4A5ABF9: func_appbar (appbar.c:442)
==20270== by 0x4AB44E4: run_test (test.h:584)
==20270== by 0x4AB48D3: main (test.h:654)
==20270== Address 0x4cdfb20 is on thread 1's stack
==20270== Uninitialised value was created by a stack allocation
==20270== at 0x4A5940F: test_setpos (appbar.c:203)
==20270==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=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.
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=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.
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.
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.