http://bugs.winehq.org/show_bug.cgi?id=2013
------- Additional Comments From the3dfxdude(a)gmail.com 2005-30-10 22:55 -------
This bug must have been fixed because I haven't experienced the problem with
sound playing too fast in Diablo II for a long time now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3704
------- Additional Comments From cesarliws(a)gmail.com 2005-30-10 22:54 -------
Delphi 7 with updates
Tomorrow with try debug the app with wine, Im not a wine expert, so will try get
what really happen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3704
------- Additional Comments From vitaliy(a)kievinfo.com 2005-30-10 22:05 -------
Also please tell as what exact functions fail. And how do you call them and what
do you axpecting back.
You should be able to debug delphi app on wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3705
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-30-10 21:25 -------
I am closing this issue as msvcp60.dll is missing, just copy it it to system32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3711
Summary: Musicmatch fails to install (missing registry key,
HTTP_HttpOpenRequest() problem)
Product: Wine
Version: CVS
Platform: Other
URL: http://www.musicmatch.com/download/free
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The bug was easy to reproduce after the failure
by cd'ing into where Musicmatch had started to install itself,
and running the MMUpdateMgr.exe app directly;
it failed very quickly, so logging with +all was useful.
0009:Call advapi32.RegQueryValueExA(00000074,7b92f860
"ProxyEnable",00000000,7b92f4ac,00000000,00000000) ret=0041d673
0009:trace:reg:RegQueryValueExA (0x74,"ProxyEnable",(nil),0x7b92f4ac,(nil),(nil)=0)
0009:Call ntdll.RtlInitAnsiString(7b92f0f0,7b92f860 "ProxyEnable") ret=7b5f0344
0009:Ret ntdll.RtlInitAnsiString() retval=00000000 ret=7b5f0344
0009:Call ntdll.RtlAnsiStringToUnicodeString(7bd98bf8,7b92f0f0,00000000)
ret=7b5f035e
0009:Ret ntdll.RtlAnsiStringToUnicodeString() retval=00000000 ret=7b5f035e
0009:Call
ntdll.NtQueryValueKey(00000074,7bd98bf8,00000002,7b92f0f8,00000100,7b92f0ec)
ret=7b5f038e
0009:trace:reg:NtQueryValueKey (0x74,L"ProxyEnable",2,0x7b92f0f8,256)
0009: get_key_value( hkey=0x74, name=L"ProxyEnable" )
0009: get_key_value() = OBJECT_NAME_NOT_FOUND { type=-1, total=0, data={} }
0009:Ret ntdll.NtQueryValueKey() retval=c0000034 ret=7b5f038e
0009:Call ntdll.RtlNtStatusToDosError(c0000034) ret=7b5f0442
0009:Ret ntdll.RtlNtStatusToDosError() retval=00000002 ret=7b5f0442
0009:Ret advapi32.RegQueryValueExA() retval=00000002 ret=0041d673
============================================================== Throwing
Musicmatch Exception:
------------------------------
- Description:
RegQueryValueEx(SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\ProxyEnable) returned 2.
- File: \mmjb\src\global_services\Core\Common\RegistryKey.cpp
- Function: core::registry::RegistryKey::GetValueType
- Line: 683
==============================================================
Well, that's pretty clear!
Looking at http://www.winguides.com/registry/display.php/292/
I see that registry key is supposed to be under HKEY_CURRENT_USER.
Adding it fixes things. Here's what I see if I export the registry
and look for that key:
[HKEY_USERS\S-1-5-4\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
@=""
"ProxyEnable"=dword:00000000
S-1-5-4 is the predefined "Interactive" SID, so this
looks fine. And sure enough, the following patch makes
wineprefixcreate set the ProxyEnable flag on first init:
--- tools/wine.inf 19 Oct 2005 19:07:30 -0000 1.44
+++ tools/wine.inf 31 Oct 2005 02:49:59 -0000
@@ -253,6 +253,7 @@
HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
HKLM,System\CurrentControlSet\Services\VxD\MSTCP,,,""
HKCU,Software\Wine\shdocvw,"MozillaUrl",,"http://source.winehq.org/mozactivex"
+HKCU,Software\Microsoft\Windows\CurrentVersion\Internet
Settings,"ProxyEnable",0x10001,0x00000000
[Nls]
HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
(I haven't sent that patch in yet.)
The next problem is that the updater (really, Marimba) can't connect to download
the real app. The console shows:
err:wininet:HTTP_HttpOpenRequestW Unable to escape
string!(L"/mmjb/ev/dlm?product=MMJB&productVer=&channel=&event=updateFail&type=1025:
&uid=CBE6E800-49C1-11DA-C687-000FB04C44B7&mfg=MMD&version=2.20.0043&connection=LAN&updatemode=seed")
(-2147467261)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3710
Summary: Specular Lighting
Product: Wine
Version: CVS
Platform: Other
URL: http://www.anarchyonline.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)eternaldusk.com
Anarchy Online is working (when set to run fullscreen), but many of the textures
appear completely black. The console shows the following errors repeated:
err:ddraw:set_render_state Specular Lighting not supported yet.
err:ddraw:GL_IDirect3DDeviceImpl_7_SetLight dvTheta not fully supported yet !
err:ddraw:GL_IDirect3DDeviceImpl_7_SetLight dvTheta not fully supported yet !
I'm submitting this bug to show interest in getting the missing functions
implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3035
------- Additional Comments From Rincebrain(a)gmail.com 2005-30-10 19:52 -------
Does this bug persist in latest WINE? Also, have you tried wineoss.drv?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3709
Summary: Adobe Photoshop Elements 4 trial installer exits
silently
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/products/tryadobe/main.jsp#product=
40
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Adobe Photoshop Elements 4 trial installer exits silently
without even putting up a dialog.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3708
Summary: Ulead Photoimpact fails to install
Product: Wine
Version: CVS
Platform: Other
URL: http://www.ulead.com/pi/trial.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing Ulead Photoimpact trial fails at end with
dialog box
"Unhandled Exception
Error Number: 0x80070057
Description:
Setup will now terminate."
Here are the last few lines of the log.
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7b93d3c4,0x7b93d3c8), stub!
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0x2) 7beb0001
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7b93d4c0,0x7b93d4c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7b93d3c4,0x7b93d3c8), stub!
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 000fffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 00060000
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 0006ffff
err:menubuilder:extract_icon32 LoadLibraryExW (L"c:\\Program Files\\Ulead
Systems\\Ulead PhotoImpact 11\\BatchDL.exe") failed, error 126
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:variant:SafeArrayPutElement Invalid pvData would crash under Win32!
err:seh:setup_exception stack overflow 0 bytes in thread 001a eip 7bedf48e esp
7b841000 stack 0x7b840000-0x7b940000
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7a8ce6e4,0x7a8ce6e8), stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3707
Summary: Family Archive Viewer 6 quits with "not enough memory to
open proper dialog" error
Product: Wine
Version: CVS
Platform: Other
URL: http://familytreemaker.genealogy.com/abtffiv.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install FAV 6, try to load a nonexistant file, click
'cancel'. You'll get a dialog saying there's not enough memory.
(FAV 6 is more or less a demo version of Family Tree Maker 6.)
err:x11drv:X11DRV_CreateWindow invalid window height -23
err:x11drv:X11DRV_CreateWindow invalid window width -6
fixme:ole:CoRegisterMessageFilter stub
fixme:storage:StorageImpl_Commit (1): stub!
fixme:storage:StorageImpl_Commit (3): stub!
fixme:commdlg:GetFileName95 Flags 0x00008000 not yet implemented
fixme:storage:StorageImpl_Commit (3): stub!
fixme:ole:CoRegisterMessageFilter stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.