http://bugs.winehq.org/show_bug.cgi?id=10040
Summary: Steam crashes during the startup
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://steampowered.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
While starting steam crashes and writes the crash log. However it continues on
and starts. It seems it allows some parts to fail start up but still be usable
to say play games.
Here is a snipped from the +relay:
-----
0017:Call advapi32.RegOpenKeyExA(80000002,0e76a2a8
"SOFTWARE\\Microsoft\\Cryptography",00000000,00020019,7b6428c4) ret=0e702b59
0017:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=0e702b59
0017:Call advapi32.RegQueryValueExA(00001910,0e76a2c8
"machineguid",00000000,7b6428cc,7b642ae0,7b6428c8) ret=0e702b87
0017:Ret advapi32.RegQueryValueExA() retval=00000002 ret=0e702b87
......
0017:Call KERNEL32.OutputDebugStringA(7b6414c0 "hardware.cpp (590) : Assertion
Failed: bRet\n") ret=1002129f
-----
So it's looking for
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography]
machineguid
Which Wine does not have. Creating this value fixes the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10343
Summary: SetTimer won't wait for specified time
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
Windows supports the following semantic for SetTimer():
hTimer = SetTimer(0, MY_ID, TIMEOUT, NULL);
note: hWnd is zero, callback is NULL.
In this case Windows sends WM_TIMER to the thread queue after specified TIMEOUT
milliseconds with wParam==hTimer returned by the function (not MY_ID! and this
is because of zero hWnd!)
When SetTimer is called this way it returns somewhat special in hTimer, for
example 0x7edc.
Under wine, it returns 1 and sends WM_TIMER immediately, regardless of TIMEOUT
(I tried with 6000ms==6s)
Reference: MSDN:
If the function succeeds and the hWnd parameter is NULL, the return value is an
integer identifying the new timer. An application can pass this value to the
KillTimer function to destroy the timer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10393
Summary: Wine fails to launch
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cardcaptorstacey(a)gmail.com
Created an attachment (id=9081)
--> (http://bugs.winehq.org/attachment.cgi?id=9081)
Error logs returned in the Konsole
Wine fails to launch when I open Episode 4-6 of Sam & Max. (Previous episodes
work fine)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35405
Bug ID: 35405
Summary: NoLimits Coaster 2, Direct3D not supported
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)truthiness.biz
Classification: Unclassified
NoLimits Coaster 2 was recently released. When attempting to open the
application, it gives the message: "windowed Direct3D rendering not supported
in current display mode"
A demo can be downloaded and tested here:
http://www.maddata.com/nolimits2/download03/NoLimits_2000_Demo_Install.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=22929
Summary: "Path not found" error prevents NCLauncher from
updating itself to latest
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: killzenator(a)gmail.com
Created an attachment (id=28376)
--> (http://bugs.winehq.org/attachment.cgi?id=28376)
compressed log
The Launcher can successfully start and download the patch but when it tries to
apply it (im guessing at least thats what its trying to do) an error window
pops up with "Path not found" and the application closes
--
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=36563
Bug ID: 36563
Summary: valgrind shows some invalid reads in
mshtml/tests/htmldoc.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==18965== Invalid read of size 4
==18965== at 0x66124F6: Binding_Abort (binding.c:852)
==18965== by 0x70B953D: abort_window_bindings (urlmon.h:408)
==18965== by 0x70A21B3: release_outer_window (htmlwindow.c:198)
==18965== by 0x70A25C7: HTMLWindow2_Release (htmlwindow.c:282)
==18965== by 0x7044EDB: CustomDoc_Release (mshtml.h:47873)
==18965== by 0x7032D3F: htmldoc_release (mshtml_private.h:544)
==18965== by 0x7033535: HTMLDocument_Release (htmldoc.c:140)
==18965== by 0x4F77749: release_document (htmldoc.c:7164)
==18965== by 0x4F7A3FC: test_HTMLDocument_http (htmldoc.c:7710)
==18965== by 0x4F7E357: func_htmldoc (htmldoc.c:8489)
==18965== by 0x4FA96B0: run_test (test.h:584)
==18965== by 0x4FA9A9F: main (test.h:654)
==18965== Address 0x11c534e0 is 176 bytes inside a block of size 276 free'd
==18965== at 0x7BC4C72C: notify_free (heap.c:263)
==18965== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==18965== by 0x5A457D9: free_font (freetype.c:4396)
==18965== by 0x5A46449: release_font (freetype.c:4624)
==18965== by 0x5A495AC: freetype_SelectFont (freetype.c:5499)
==18965== by 0x6B01E48: X11DRV_SelectFont (init.c:319)
==18965== by 0x6B381D8: xrenderdrv_SelectFont (xrender.c:858)
==18965== by 0x5A30686: FONT_SelectObject (font.c:723)
==18965== by 0x5A54177: SelectObject (gdiobj.c:1174)
==18965== by 0x69E67268: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x69E67B6A: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x6A436A1E: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x6A32A1DE: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x69E537E1: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x69F750BE: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x69CAB80E: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x6A0E65A1: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x69D80A5F: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==18965== by 0x56214F5: ??? (winproc.c:173)
==18965== by 0x562166A: call_window_proc (winproc.c:244)
==18965==
--
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=36559
Bug ID: 36559
Summary: valgrind shows a definite leak in
ieframe/tests/webbrowser.c (fd_sets_to_poll)
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13698== 8 bytes in 1 blocks are definitely lost in loss record 428 of 11,275
==13698== at 0x7BC4C75D: notify_alloc (heap.c:255)
==13698== by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==13698== by 0x7F61C60: fd_sets_to_poll (socket.c:4299)
==13698== by 0x7F6232A: WS_select (socket.c:4422)
==13698== by 0x7F0F0F0: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/nspr4.dll)
==13698== by 0x7F062D2: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/nspr4.dll)
==13698==
--
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=36552
Bug ID: 36552
Summary: valgrind shows a definite leak in ieframe/tests/ie.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Similar to 36312, but in a different dll (and a definite, not possible, leak):
==11346== 16 bytes in 1 blocks are definitely lost in loss record 206 of 1,182
==11346== at 0x7BC4C75D: notify_alloc (heap.c:255)
==11346== by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==11346== by 0x519E855: IMalloc_fnAlloc (ifs.c:186)
==11346== by 0x519F170: CoTaskMemAlloc (objidl.h:1236)
==11346== by 0x5BB3661: VARIANT_UserUnmarshal (usrmarshal.c:589)
==11346== by 0x5BB38D5: VARIANT_UserUnmarshal (usrmarshal.c:634)
==11346== by 0x59F2679: NdrUserMarshalUnmarshall (ndr_marshall.c:4461)
==11346== by 0x59EE30F: ComplexUnmarshall (ndr_marshall.c:3138)
==11346== by 0x59EAE68: array_read_variance_and_unmarshall
(ndr_marshall.c:2267)
==11346== by 0x59F1A96: NdrComplexArrayUnmarshall (ndr_marshall.c:4231)
==11346== by 0x5BDEB41: IDispatch_RemoteInvoke_Proxy
(oleaut32_oaidl_p.c:837)
==11346== by 0x5BB525B: IDispatch_Invoke_Proxy (usrmarshal.c:1255)
==11346== by 0x4E2B21A: call_sink (oaidl.h:817)
==11346== by 0x4E3C11E: on_before_navigate2 (navigate.c:621)
==11346== by 0x4E3CE1E: navigate_bsc (navigate.c:871)
==11346== by 0x4E3CFF1: navigate_bsc_proc (navigate.c:917)
==11346== by 0x4E2694F: process_dochost_tasks (dochost.c:63)
==11346== by 0x4E35D6D: ie_window_proc (iexplore.c:689)
==11346== by 0x55EB5C1: ??? (winproc.c:173)
==11346== by 0x55EB736: call_window_proc (winproc.c:244)
==11346==
--
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=23736
Summary: Kingdom Heroes requires MSVCP80.dll
Product: Wine
Version: 1.2
Platform: x86
URL: http://kingdomheroes.aeriagames.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing the game goes fine, but running Loader.exe fails immediately with
err:module:import_dll Library MSVCP80.dll (which is needed by
L"C:\\AeriaGames\\KingdomHeroes\\Loader.exe") not found
winetricks vcrun2005 works around this, and gets you further.
--
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=36167
Bug ID: 36167
Summary: valgrind shows a leak in mshtml/tests/activex.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==2469== 132 bytes in 1 blocks are definitely lost in loss record 5,572 of
7,067
==2469== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2469== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2469== by 0x661486A: heap_alloc_zero (urlmon_main.h:241)
==2469== by 0x6623917: Uri_Construct (uri.c:5654)
==2469== by 0x6623B2F: CreateUri (uri.c:5727)
==2469== by 0x6612C77: CreateURLMonikerEx (umon.c:651)
==2469== by 0x6612F8F: CreateURLMoniker (umon.c:734)
==2469== by 0x7377856: PersistStreamInit_Load (persist.c:885)
==2469== by 0x4E6DDEE: doc_load_string (ocidl.h:5115)
==2469== by 0x4E6E33D: create_doc (activex.c:2331)
==2469== by 0x4E6EA12: test_flash_ax (activex.c:2418)
==2469== by 0x4E706A4: func_activex (activex.c:2726)
==2469== by 0x4EEF686: run_test (test.h:584)
==2469== by 0x4EEFA75: main (test.h:654)
==2469==
--
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.