https://bugs.winehq.org/show_bug.cgi?id=36929
Bug ID: 36929
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (nsHtml5StreamParser::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x103E23D3: nsHtml5StreamParser::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x103E2416: nsHtml5StreamParser::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15556== by 0x7DE9EBE: stop_request_proc (navigate.c:1437)
==15556== by 0x7E2AB77: hidden_proc (task.c:316)
==15556== by 0x54AA909: ??? (winproc.c:173)
==15556== by 0x54AAA7E: call_window_proc (winproc.c:244)
==15556== by 0x54ACC17: WINPROC_call_window (winproc.c:900)
==15556== by 0x546E5A1: DispatchMessageW (message.c:4022)
==15556== by 0x10769BED: nsAppShell::ProcessNextNativeEvent
(nsappshell.cpp:223)
==15556== by 0x10791553: nsBaseAppShell::DoProcessNextNativeEvent
(nsbaseappshell.cpp:139)
==15556== by 0x109DE999: nsThread::ProcessNextEvent (nsthread.cpp:599)
==15556== by 0x109B626F: NS_ProcessPendingEvents (nsthreadutils.cpp:188)
==15556== by 0x10791100: nsBaseAppShell::NativeEventCallback
(nsbaseappshell.cpp:97)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
--
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=36930
Bug ID: 36930
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (nsDocumentViewer::Destroy)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15748== Conditional jump or move depends on uninitialised value(s)
==15748== at 0x1013DAB0: nsFrameSelection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15748== by 0x1014D48E: nsDocumentViewer::Destroy
(nsdocumentviewer.cpp:1609)
==15748== by 0x1014CCDC: nsDocumentViewer::Show (nsdocumentviewer.cpp:1915)
==15748== by 0x106226C4: nsDocShell::SetVisibility (nsdocshell.cpp:5444)
==15748== by 0x75940EB: activate_window (view.c:292)
==15748== by 0x75952F7: OleDocumentView_Show (view.c:551)
==15748== by 0x4CDE454: OleDocumentSite_ActivateMe (docobj.h:491)
==15748== by 0x756EDEF: OleObject_DoVerb (docobj.h:285)
==15748== by 0x74B9EA0: HlinkTarget_Navigate (oleidl.h:3179)
==15748== by 0x4CDFC6A: object_available (hlink.h:1385)
==15748== by 0x4CE043C: object_available_proc (dochost.c:271)
==15748== by 0x4CDF97A: process_dochost_tasks (dochost.c:63)
==15748== by 0x4CEED59: ie_window_proc (iexplore.c:689)
==15748== by 0x54A2909: ??? (winproc.c:173)
==15748== by 0x54A2A7E: call_window_proc (winproc.c:244)
==15748== by 0x54A4C17: WINPROC_call_window (winproc.c:900)
==15748== by 0x54665A1: DispatchMessageW (message.c:4022)
==15748== by 0x4CEFF60: IEWinMain (iexplore.c:1061)
==15748== by 0x4C8CA34: wWinMain (main.c:84)
==15748== by 0x4C8CD1C: wmain (exe_wmain.c:51)
==15748== Uninitialised value was created by a client request
==15748== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15748== by 0x7BC4C075: initialize_block (heap.c:240)
==15748== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15748== by 0x77C319E: msvcrt_heap_alloc (heap.c:70)
==15748== by 0x77C3D63: MSVCRT_malloc (heap.c:408)
==15748== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15748== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15748== by 0x7553F26: init_xpcom (nsembed.c:698)
==15748== by 0x7554399: load_gecko (nsembed.c:774)
==15748== by 0x7558D01: create_nscontainer (nsembed.c:2042)
==15748== by 0x74D92F6: HTMLDocument_Create (htmldoc.c:4756)
==15748== by 0x7542F7D: ClassFactory_CreateInstance (main.c:238)
==15748== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15748== by 0x4D63202: create_mime_object (binding.c:258)
==15748== by 0x4D635A2: create_object (binding.c:308)
==15748== by 0x4D660AB: report_data (binding.c:1077)
==15748== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15748== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15748== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15748== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15748==
--
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=37654
Bug ID: 37654
Summary: valgrind shows an invalid read in
crypt32/tests/encode.c
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==18156== Invalid read of size 4
==18156== at 0x4D85A2B: CRYPT_AsnEncodeIssuingDistPoint (encode.c:3935)
==18156== by 0x4D89E2D: CryptEncodeObjectEx (encode.c:4741)
==18156== by 0x4BC80B5: test_encodeCRLIssuingDistPoint (encode.c:3644)
==18156== by 0x4BCF69F: func_encode (encode.c:8127)
==18156== by 0x4BA6A47: main (test.h:584)
==18156== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==18156==
--
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=37157
Bug ID: 37157
Summary: mshtml/events test hangs under valgrind
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49389
--> https://bugs.winehq.org/attachment.cgi?id=49389
valgrind output
I've only noticed this on my debian desktop, but it's repeatable every time.
austin@debian-home:~/wine-valgrind-known$ valgrind --version
valgrind-3.9.0
austin@debian-home:~/wine-valgrind-known$ ps aux | grep event
austin 18489 0.0 0.0 2244 540 pts/3 S+ 07:56 0:00 /bin/sh -c
../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p
mshtml_test.exe.so events && touch events.ok
austin@debian-home:~/wine-valgrind-known$ uname -a
Linux debian-home 3.14-2-686-pae #1 SMP Debian 3.14.13-2 (2014-07-24) i686
GNU/Linux
--
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=20648
Summary: DX-Ball crashes at startup on x86-64 system
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.magicwandsoft.com/games/dxball/download.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.brachaczek(a)gmail.com
Created an attachment (id=24640)
--> (http://bugs.winehq.org/attachment.cgi?id=24640)
log from console
DX-Ball (free to download, link in URL) crashes every time at startup if it's
run under Wine compiled under an x86-64 system. Tried with Ubuntu 9.10 amd64
with official Ubuntu Wine packages. I can also reproduce the same issue if I
compile Wine under i386 with gcc flags -msse -msse2 -mfpmath=sse - they're
default for x86-64 and probably that's the problem. 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.
http://bugs.winehq.org/show_bug.cgi?id=32859
Bug #: 32859
Summary: Mathematica 8 occasionally crashes on startup
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43395
--> http://bugs.winehq.org/attachment.cgi?id=43395
Backtrace
Start Mathematica. If it doesn't crash, try close it and start again, if still
not, try other tty or try first wineserver -k or launch with a different
LC_ALL... I couldn't find any reliable way to reproduce the bug, it happens in
~10% cases, and it *seems* manipulations above somewhat improve
reproducibility.
--
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=38058
Bug ID: 38058
Summary: Resident Evil Revelations missing scene objects
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Resident Evil Revelations have missing objects like as player charecters, doors
and other objects at intro
specs machine
Nvidia Drivers 346.35
Linux Mint 17 XFCE Edition 64Bit - Kernel 3.13.0.24
CPU: INTEL Pentium G3220 (Haswell 22nm) 3.0Ghz (Dual-Core) Stock Clock
MEM: 8GB DDR3 1333 (2x4) Patriot value (128 bit 21.3 gb/s)
GPU: Zotac Nvidia Geforce GT630 (GK208 28nm: 384 Shaders / 8 ROPS) Zone Edition
Passive Cooling 2GB DDR3 1800Mhz 64Bit (14.4Gb/s)
BOARD: MSI H81M E33
--
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=37750
Bug ID: 37750
Summary: Assassin's Creed: graphical issues in the menus and
in-game
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: ee8a5b7dd1e554ef32229c766715f23ba17c9f6c
Distribution: ---
Created attachment 50263
--> https://bugs.winehq.org/attachment.cgi?id=50263
screenshot (comparison)
Text in the menus is too bright/blurred.
There are visual glitches in the game as well, as you can see in the attached
screenshot.
These messages are filling the terminal as soon as the problem appears:
>err:d3d:wined3d_debug_callback 0x35a3538: "GL_INVALID_VALUE error generated. Size and/or offset out of range.".
>err:d3d_surface:wined3d_volume_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glTexSubImage3D @ volume.c / 114
I see the same messages in a couple of other games as well (Metro: Last Light,
Burnout Paradise, XCOM:Enemy Unknown).
The problem is present since
ee8a5b7dd1e554ef32229c766715f23ba17c9f6c is the first bad commit
commit ee8a5b7dd1e554ef32229c766715f23ba17c9f6c
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Oct 8 08:47:20 2014 +0200
wined3d: Track texture allocation per-texture.
:040000 040000 02dba0093d24ae89c3c4ebcb3de609d01a618614
e5bf7a4032c6c2959631cc5b49d7ba9b73a47a2b M dlls
Please let me know if you need debug logs.
wine-1.7.33-40-gca51e11
Fedora 20
Geforce 250 / Nvidia binary drivers 340.65
--
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=36809
Bug ID: 36809
Summary: valgrind shows an unitialized variable in
dlls/dmscript/tests/dmscript.c
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20119== Use of uninitialised value of size 4
==20119== at 0x427A0CD: _itoa_word (_itoa.c:180)
==20119== by 0x427D856: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427A0D3: _itoa_word (_itoa.c:180)
==20119== by 0x427D856: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427ADD7: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427AE43: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427AEC5: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x402EB3D: bcmp (vg_replace_strmem.c:965)
==20119== by 0x4BC5B2E: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x4BC5F76: winetest_vok (test.h:311)
==20119== by 0x4BC6184: winetest_ok (test.h:357)
==20119== by 0x4BC5B4C: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
--
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=38134
Bug ID: 38134
Summary: Uplay v5.x: can't log in (Uplay hangs with the login
screen)
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50830
--> https://bugs.winehq.org/attachment.cgi?id=50830
terminal output
Since the latest Uplay client update (19th Feb 2015) I can't log in to Uplay
because the client just hangs with 100% CPU usage after entering the
email/password credentials.
Tried with WinXP/Vista/Seven profiles with the same result.
(Logging in works in a Windows XP guest running in Virtualbox.)
https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.e…
UPlayInstaller.exe
md5sum: df063b5902ef1b08458083f4ad63c672
Fedora 21 x86
--
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=33723
Bug #: 33723
Summary: EA Origin needs job objects
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ariscop(a)gmail.com
Classification: Unclassified
It uses job objects + completion ports to determine if a game is running or has
exited. as it doesn't notice a game being closed, you cannot relaunch the game
without restarting origin.
fixme:ntdll:NtCreateJobObject stub: 0xa32e83c 1f001f <null>
fixme:ntdll:NtSetInformationJobObject stub: 0xdead 9 0xa32e890 112
trace:ntdll:NtCreateIoCompletion (0xa32e83c, 1f0003, (nil), 0)
fixme:ntdll:NtSetInformationJobObject stub: 0xdead 7 0xa32e934 8
fixme:ntdll:NtAssignProcessToJobObject stub: 0xdead 0xc70
--
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=35337
Bug ID: 35337
Summary: GOG.com installer--a small line appears on the
progress bar after some time
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 47135
--> http://bugs.winehq.org/attachment.cgi?id=47135
GOG Installer Log
A small vertical line appears on the installer progress bar, you can see it by
the end of the installation process. I've marked it with the red circle in the
screenshot.
I don't know if the issue affects all versions of the GOG.com installer. You
can test it with the free Tyrian 2000 installer.
--
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=32719
Bug #: 32719
Summary: WISIS.EXE Crash on opening a db
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alessio(a)dba.it
Classification: Unclassified
Created attachment 43174
--> http://bugs.winehq.org/attachment.cgi?id=43174
Backtrace of the error
Crash every we try to open a db with WISIS.EXE
--
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=36897
Bug ID: 36897
Summary: No sound recording
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wineoss.drv
Assignee: wine-bugs(a)winehq.org
Reporter: abi(a)abinet.ru
I have a problem to use microphone in Teamspeak3. I tried several other simple
windows programs and got the same behavior, so I suspect something wrong
globally with microphone support for OSS.
1. I tried USB microphone and analog one.
2. Native software works.
3. I can choose correct OSS device in winecfg and in teamspeak client.
4. No visible errors generated.
5. Download link is
http://dl.4players.de/ts/releases/3.0.15/TeamSpeak3-Client-win32-3.0.15.exe
6. I tried FreeBSD 10 and PC-BSD is case I compiled something wrong.
7. Attach is USB microphone. The same (except other pcm device) applies to
analog test with rear or front panel.
--
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=26333
Summary: Star Wars GB CC 1.0x: crash on pressing
"Multiplayer"->"Show Games"
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=33552)
--> (http://bugs.winehq.org/attachment.cgi?id=33552)
crash log for Wine 1.3.15
A plain crash.
--
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=38330
Bug ID: 38330
Summary: DraftSight registration submission causes page fault
(fixme:wbemprox:client_security_SetBlanket)
Product: Wine
Version: 1.7.38
Hardware: x86-64
URL: http://dl-ak.solidworks.com/nonsecure/draftsight/V1R6.
1/DraftSight32.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
Created attachment 51169
--> https://bugs.winehq.org/attachment.cgi?id=51169
backtrace from Wine debugger
DraftSight 2015 SP1 on Wine 1.7.38 on Xubuntu 14.04.2 x86_64. Tested on
multiple systems. Uses Qt 5.
32-bit download in URL field. 64-bit download:
http://dl-ak.solidworks.com/nonsecure/draftsight/V1R6.1/DraftSight64.exe
(note that the 64-bit version requires Windows 7 be set via winecfg)
Freeware (with optional paid features) but requires license activation to use
else it stops functioning after 30 days. Normally the user chooses to activate
the DraftSight free license when prompted at start-up, enters contact info into
a "Draftsight Activation" dialog, receives another dialog instructing them to
check their email for a confirmation message, then clicks a link in the
received email. DraftSight checks the server for license activation upon
subsequent executions.
However, upon submitting the contact info it aborts with an unhandled page
fault. Backtrace from Wine attached.
Installing WMI with winetricks (winetricks -q wmi) resolves the problem, but
only for the 32-bit version since it is using the Windows 9x version of WMI.
Note that due to a bug or license server problem the app often fails to send
the registration info even with the native Windows/OS X/Linux versions. This
is indicated by the lack of the "check email" dialog after submission is
attempted. Restarting and making another attempt is required and it can take a
dozen tries. The WMI crash happens before this dialog so the activation
problem does not affect 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=38297
Bug ID: 38297
Summary: Prince of Persia: Warrior Within: rendering issues
Product: Wine
Version: 1.7.39
Hardware: x86
URL: http://www.gamershell.com/download_7262.shtml
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 002713de6d6afed8f1483316fd32fbfc0956b338
Distribution: ---
Created attachment 51129
--> https://bugs.winehq.org/attachment.cgi?id=51129
screenshot (comparison)
This regression is causing rendering issues in several games.
In PoP:Warrior Within the deck of the ship is too bright in the tutorial fight.
In Prince of Persia: Two Thrones many textures are black/missing.
In 'Sid Meier's Pirates!' terrain in rendered incorrectly.
Regression introduced by
002713de6d6afed8f1483316fd32fbfc0956b338 is the first bad commit
commit 002713de6d6afed8f1483316fd32fbfc0956b338
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Mar 23 09:17:13 2015 +0100
wined3d: Store shader input signatures as a wined3d_shader_signature
structure.
The problem is present with disabled GLSL too.
Steps to reproduce the problem in PoP:Warrior Within demo:
1. download and install the demo
2. you may want to rename the directory 'Video' to get rid of the intro
videos/loading screen.
3. start the game with PrinceofPersia.exe, create a new profile
4. go to <Options> - <Graphics> and disable fog effect
5. start a new game and see how bright the deck of the ship is
wine-1.7.39-173-gf6a341c
Nvidia binary drivers 340.76
--
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=11364
Summary: WinRar doesn't fully utilize two CPU cores in
multithreading mode
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://rarlabs.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
WinRar doesn't fully utilize two cores of an SMP system if it has detected
them. On average WinRar's CPU usage is around 140-160% on a dual core SMP
system, while the best usage will be 200%.
Anyway thank you for resolving bug 7551.
--
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=23481
Summary: Network in Heroes 3
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vis(a)211.ru
I'm using the 'winetricks directplay' for playing in 'Heroes of Might and Magic
III' on a network.
But this way has a bug:
When I create a game and other player will join, game hangs at loading of
percent.
But if I join, and the user from Windows creates that all is normally created.
--
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=34820
Bug #: 34820
Summary: Path of Exile crashes on resize
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julusp(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Path of Exile crashes on mac when resizing (does not matter if it is via
in-game menu or dragging the window's corner) with "Failed resetting Direct3D
device objects" popup and fixme:d3d_texture:texture_init Failed to create
surface 0x2be113c0, hr 0x8876086c
(happens with and without winemac 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=37103
Bug ID: 37103
Summary: Wine incorrectly handles UNIX group permissions
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Here's a very simple testcase.
You've got (userid/groupid = me) a directory which belongs to a different user
(userid/groupid = otheruser). This directory user is "otheruser". This
directory group is "me". Permissions are 770.
$ ls -la
drwxrwx--- 2 otheruser me 4096 Aug 14 00:30 TestFolder
When I'm using native UNIX applications, I can create new files and erase any
files from this folder (the sticky bit is not set).
$ cd TestFolder
$ touch testfile
$ echo $?
0
$ ls -la anotherfile
-rw-r--r-- 1 otheruser otheruser 1111 May 1 11:11 anotherfile
$ rm anotherfile
$ echo $?
0
When I'm using Wine applications, I cannNOT create new files or erase existing
files in this folder. The error is "Permission denied".
--
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=37851
Bug ID: 37851
Summary: Call of Duty 4: colors and textures are not rendered
correctly
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hardy.schumacher(a)gmx.de
Distribution: ---
Created attachment 50412
--> https://bugs.winehq.org/attachment.cgi?id=50412
Console output from COD4
Game "Call of Duty 4" reports all the time the following two lines on the
console output;
err:d3d:wined3d_debug_callback 0x131d37a8: "GL_INVALID_VALUE error generated.
Size and/or offset out of range.".
err:d3d_surface:wined3d_volume_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_VALUE
(0x501) from glTexSubImage3D @ volume.c / 114
Within the game some textures only look black (e.g.: grass, trees).
--
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=38041
Bug ID: 38041
Summary: GTAVC abruptly switches sound from left speaker to
right when steering a car
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
After wine upgrade I've noticed that when I e.g. drive a car and steer it
right, the sound from its engine abruptly switches to the right speaker, and
steering left switches the sound to left speaker. I'm not sure whether the full
sound is gone in such cases, but the switch is easily audible. This sounds
quite unpleasant and wasn't there with previous wine versions. Bisecting gives
me this commit:
02f9edfd77302eabc0a8a6e45a9423ebe2b1acef is the first bad commit
commit 02f9edfd77302eabc0a8a6e45a9423ebe2b1acef
Author: Mark Harmstone <hellas(a)burntcomma.com>
Date: Tue Jan 6 19:27:00 2015 +0000
dsound: Do not use panning to set sound position.
:040000 040000 03150d0f8efa7cbd91b17fdb40c6a1f96ff75ca1
7b1eb0070dcc0d92b3bb216a12727407f891fe28 M dlls
--
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=28754
Bug #: 28754
Summary: In comdl32/tests/itemdlg.ok, update_layout() uses
uninitialized window rect
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make itemdlg.ok" in comdlg32/tests, valgrind complains
Conditional jump or move depends on uninitialised value(s)
at update_layout (itemdlg.c:1114)
by IFileDialog2_fnSetFileNameLabel (itemdlg.c:1968)
by IFileOpenDialog_fnSetFileNameLabel (itemdlg.c:2231)
by func_itemdlg (itemdlg.c:714)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at update_layout (itemdlg.c:1098)
and a cascade of uninitialized values ensues that would be hard to
write a suppression for. The uninitilialized value happens because
update_layout() calls GetClientRect on This->dlg_hwnd, which is NULL,
and doesn't check whether it succeeded.
The attached patch makes all the warnings go away, but I don't know if it's
the right thing to do.
--
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.