http://bugs.winehq.org/show_bug.cgi?id=14574
Summary: iphlpapi: GetAdaptersAddresses required for some utility
classes in system.net namespace (.NET)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
encountered this insufficiency several times while investigating bugs in
several .NET/managed apps:
--- snip ---
..
First chance exception generated: (0x125ef4c)
<System.EntryPointNotFoundException>
ClassName=<null>
AssemblyName=<null>
MessageArg=<null>
ResourceId=0
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0x125f094) "Unable to find an entry point named
'GetAdaptersAddresses' in DLL 'iphlpapi.dll'."
_data=<null>
_innerException=<null>
_helpURL=<null>
_stackTrace=(0x125f16c) <System.SByte[]>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0
_dynamicMethods=<null>
_HResult=-2146233053
_source=<null>
_xptrs=0
_xcode=-532459699
Exception is called:FIRST_CHANCE
[0110] mov esi,eax
(cordbg) w
Thread 0x4a Current State:Background,GCUnsafe spot
0)* System.Net.NclUtilities::GetLocalAddresses +0272[native] +0029[IL]
1) System.Net.NclUtilities::get_LocalAddresses +0219[native] +0081[IL]
2) System.Net.ServicePoint::IsAddressListLoopback +0067[native] +0002[IL]
3) System.Net.ServicePoint::SetAddressList +0082[native] +0024[IL]
4) System.Net.ServicePoint::GetIPAddressInfoList +0503[native] +0228[IL]
5) System.Net.ServicePoint::ConnectSocketInternal +0150[native] +0022[IL]
6) System.Net.ServicePoint::ConnectSocket +0055[native] +0000[IL]
7) System.Net.ServicePoint::GetConnection +0257[native] +0067[IL]
8) System.Net.PooledStream::Activate +0142[native] +0024[IL]
9) System.Net.Connection::CompleteStartConnection +0360[native] +0111[IL]
..
--- snip ---
The missing iphlpapi export seems not critical for functioning of apps (first
chance exception is caught) but it's better to fill holes in wine's API.
MSDN info here: http://msdn.microsoft.com/en-us/library/aa365915.aspx
Set component as -unknown- because iphlpapi component doesn't exist in
bugzilla.
(NOTE for myself: encountered this in VS.NET 2005 startup phase, under managed
debugger, 'ca e')
Regards
--
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=17922
Summary: LiveZilla aborts due to unimplemented mshtml stubs
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://www.livezilla.net/downloads/files/LiveZilla_3.1.7
.12_Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=20254)
--> (http://bugs.winehq.org/attachment.cgi?id=20254)
LiveZilla standard error messages
With today's Git (wine-1.1.18-100-g9c95322), after installing the .NET
Framework 2.0 with winetricks and installing LiveZilla, starting the LiveZilla
application yields a dialog box with the message "Internet Explorer cannot be
accessed: The method or operation is not implemented.", which seems to stem
from:
fixme:mshtml:HTMLLocation_get_href (0x6cc3f98)->(0x32bfe4)
Changing the stub to return S_OK only changes the particular error that occurs.
--
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=32414
Bug #: 32414
Summary: Unhandled page fault exception when launching the
Samsung TV SDK's emulator
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andyearnshaw(a)gmail.com
Classification: Unclassified
Created attachment 42759
--> http://bugs.winehq.org/attachment.cgi?id=42759
Debug output for Emulator2.exe
When executing Emulator2.exe from the Samsung TV SDK 3.5.2 (from
http://samsungdforum.com), the program immediately exits with the following
error:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00409373)
Full output with the command used to launch is attached. As for the SDK
itself, that fails with a similar error message, but it's just an IDE (and/or a
plugin for Eclipse) and much of the functionality can be reproduced with other
applications. The emulator is the only part of the SDK whose functionality
cannot be reproduced in a Unix environment.
I've attempted various suggested workarounds, such as changing to the .exe
file's directory before execution and running from a 32-bit Wine prefix. I've
also tried several older versions of the emulator with the same result.
A brief discussion regarding the issue can be found on the Wine forums at
http://forum.winehq.org/viewtopic.php?f=8&t=17835.
--
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=30594
Bug #: 30594
Summary: Mak of eternity crashes with DirectDraw mode.
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.download.com/King-s-Quest-The-Mask-of-Etern
ity/3000-7564_4-10025133.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
Created attachment 40030
--> http://bugs.winehq.org/attachment.cgi?id=40030
Backtrace with ddraw channel enabled.
Mak of eternity crashes with DirectDraw mode. With Direct3D mode, the game
starts.
--
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=9665
Summary: Mask of eternity crashes at startup with wine version
0.9.36 and newer
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
Kings Quest 8 - Mask of Eternity crashes on startup with an exception error.
The specific error has been attached. Version 0.9.36 didn't have this problem,
and after doing a lot of debugging and regression I located that the problem is
located in a change between version 0.9.36 and 0.9.37. The specific code is
shown below.
wine version 0.9.36, file wine/dlls/ddraw/direct3d.c:
324 d1 = dref;
325 d2 = dref;
326 hr = Callback( (LPIID) &IID_IDirect3DRefDevice,
reference_description, device_name, &d1, &d2, Context);
wine version 0.9.37(and up to version 0.9.45 at least):
327 d1 = dref;
328 d2 = dref;
329 /* The rgb device has the pow2 flag set in the hel caps, but not in
the hal caps */
330 d1.dpcLineCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2 |
D3DPTEXTURECAPS_NONPOW2CONDITIONAL | D3DPTEXTURECAPS_PERSPECTIVE);
331 d1.dpcTriCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2 |
D3DPTEXTURECAPS_NONPOW2CONDITIONAL | D3DPTEXTURECAPS_PERSPECTIVE);
332 hr = Callback( (LPIID) &IID_IDirect3DRGBDevice,
reference_description, device_name, &d1, &d2, Context);
I tried commenting out line 330 and 331 in version 0.9.44 and the game ran
without crashing at startup, but there has to be a better way to solve this.
--
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=30586
Bug #: 30586
Summary: Kings Quest 8 crashes on startup
Product: Wine
Version: 1.1.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
this issue is split off from bug 2905
It was first mentioned in http://bugs.winehq.org/show_bug.cgi?id=2905#c16
Copied over my analysis from: http://bugs.winehq.org/show_bug.cgi?id=2905#c19
--- quote ---
yep, there is an initial crash preventing the game to load which needs to be
fixed first.
IDirect3D3::EnumDevices calls the app supplied callback two times.
It seems the game doesn't like IID_IDirect3DRGBDevice and resets some internal
data structures - one of them is a pointer to an internal device string
"D3D-display".
When the enumeration callback is called a second time for
IID_IDirect3DHALDevice, the app code tries to do some search/replace on that
string - but the pointer member was reset by the first callback call (NULL).
--- snip dlls/ddraw/ddraw.c ---
static HRESULT WINAPI d3d3_EnumDevices(IDirect3D3 *iface,
LPD3DENUMDEVICESCALLBACK callback, void *context)
{
static CHAR wined3d_description[] = "Wine D3DDevice using WineD3D and
OpenGL";
IDirectDrawImpl *This = impl_from_IDirect3D3(iface);
D3DDEVICEDESC device_desc1, hal_desc, hel_desc;
D3DDEVICEDESC7 device_desc7;
HRESULT hr;
...
if (This->d3dversion != 1)
{
static CHAR reference_description[] = "RGB Direct3D emulation";
TRACE("Enumerating WineD3D D3DDevice interface.\n");
hal_desc = device_desc1;
hel_desc = device_desc1;
/* The rgb device has the pow2 flag set in the hel caps, but not in the
hal caps. */
hal_desc.dpcLineCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hal_desc.dpcTriCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hr = callback((GUID *)&IID_IDirect3DRGBDevice, reference_description,
device_name, &hal_desc, &hel_desc, context);
if (hr != D3DENUMRET_OK)
{
TRACE("Application cancelled the enumeration.\n");
LeaveCriticalSection(&ddraw_cs);
return D3D_OK;
}
}
...
TRACE("Enumerating HAL Direct3D device.\n");
hal_desc = device_desc1;
hel_desc = device_desc1;
/* The hal device does not have the pow2 flag set in hel, but in hal. */
hel_desc.dpcLineCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hel_desc.dpcTriCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hr = callback((GUID *)&IID_IDirect3DHALDevice, wined3d_description,
device_name, &hal_desc, &hel_desc, context);
if (hr != D3DENUMRET_OK)
{
TRACE("Application cancelled the enumeration.\n");
LeaveCriticalSection(&ddraw_cs);
return D3D_OK;
}
TRACE("End of enumeration.\n");
LeaveCriticalSection(&ddraw_cs);
return D3D_OK;
}
--- snip dlls/ddraw/ddraw.c ---
If you reverse the order of callback calls (IID_IDirect3DHALDevice first,
IID_IDirect3DRGBDevice second), the game starts successfully and seems playable
again.
Though it crashes at exit (which seems to be another bug) and the load savegame
bug of course.
--- quote ---
Regards
--
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=30023
Bug #: 30023
Summary: Google Earth installer (google update version)
complains "could not connect to the internet"
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
This is just like bug 29074 in that the error dialog is the same
and native winhttp works around it, but it must be different under the hood.
To reproduce, grab
http://www.google.com/earth/download/thanks.html#os=win#updater=yes
(at the moment, that points to
http://dl.google.com/tag/s/appguid%3D%7B74AF07D8-FB8F-4d51-8AC7-927721D56EB…
)
and run in a clean wineprefix. After twenty seconds or so, the failure
dialog pops up.
This seems to be the last bit of winhttp activity in the log before the
failure:
0009:Call
winhttp.WinHttpQueryHeaders(00000003,00000016,00000000,00000000,0084e6a0,00000000)
ret=1803b163
0009:trace:winhttp:WinHttpQueryHeaders 0x3, 0x00000016, (null), (nil),
0x84e6a0, (nil)
0009:trace:winhttp:addref_object 0x15b070 -> refcount = 2
0009:trace:winhttp:grab_object handle 0x3 -> 0x15b070
0009:trace:winhttp:release_object object 0x15b070 refcount = 1
0009:Ret winhttp.WinHttpQueryHeaders() retval=00000000 ret=1803b163
0009:Call KERNEL32.GetLastError() ret=1800b70c
0009:Ret KERNEL32.GetLastError() retval=00002f92 ret=1800b70c
...
0031:Call oleaut32.SysAllocStringLen(0015b520 L"The installer could not connect
to the Internet. Ensure that your computer is connected to the Internet and
your firewall allows GoogleUpdate.exe to connect then try again.",000000ac)
ret=18021e72
--
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=25918
Summary: Google Chrome Standalone Installer fails, "Unknown
Installer Error"
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=33035)
--> (http://bugs.winehq.org/attachment.cgi?id=33035)
+relay,+seh log of install failing
The offline installer at
https://dl-ssl.google.com/update2/installers/ChromeStandaloneSetup.exe
with sha1sum 52e8d8e406475da0bebfe9f1fa454d4680228e32
fails quickly with a messagebox saying "Unknown Installer Error".
+relay shows
000b:Call KERNEL32.WideCharToMultiByte(00000003,00000000,01c251fe L"Unknown
Installer ErrorUInstallation failed. Google Installer requires Windows 2000
Service Pack 4 or better.",00000017,0012cf58,00000017,00000000,00000000)
ret=004021ca
000b:Ret KERNEL32.WideCharToMultiByte() retval=00000017 ret=004021ca
000b:Call user32.MessageBoxA(00000000,0012cf58 "Unknown Installer
Error",0012ce88 "Google Installer",00000000) ret=00401dab
--
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=25814
Summary: installer crashes with error Call from 0x7b83a742 to
unimplemented function
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justinasu(a)gmail.com
Created an attachment (id=32898)
--> (http://bugs.winehq.org/attachment.cgi?id=32898)
backtrace log from console output
When trying to install word viewer 2007 (wordview_en-us.exe)
installer crashes just before updating ini files
wine wordview_en-us.exe
.......
err:menubuilder:convert_to_native_icon error 0x80040154 creating
IWICImagingFactory
err:module:DelayLoadFailureHook failed to delay load
rpcrt4.dll.I_RpcExceptionFilter
wine: Call from 0x7b83a742 to unimplemented function
rpcrt4.dll.I_RpcExceptionFilter, aborting
using ubuntu Linux Justinas 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12
UTC 2010 i686 GNU/Linux
backtrace 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=19319
Summary: Word Viewer 2003 - installs wrong files
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
C:\Program Files\Common Files\Microsoft Shared\OFFICE11\1033\LCCWIZ.DLL
On wine:
60ee0be034a623ba61ba271f8b17115adddcdad0
On windows:
92ea0d6e0b0e7985b068d6f49f63b12f41b89b3f
C:\Program Files\Microsoft Office\OFFICE11\GDIPLUS.DLL
On wine:
a71b9a807dbbc58d718fe7f6de6fa75021b04bd0
On windows:
4a67552dff886ded8462f7db0d044a12aef52f32
--
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.