[Bug 32328] Many Silverlight websites loop forever querying the interface list

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 18 12:15:42 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=32328

--- Comment #15 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

hooking in with another app.

'Aeria Ignite' (some downloader/installer/launcher for various Aeria games)

Prerequisite: 'winetricks -q dotnet35sp1'

--- snip ---
...
0023:fixme:ntdll:server_ioctl_file Unsupported ioctl 28000017 (device=2800
access=0 func=5 method=3)
0023:fixme:winsock:server_ioctl_sock Unsupported ioctl 28000017 (device=2800
access=0 func=5 method=3)
0023:fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIO(IOC_WS2, 23))
...
Unhandled Exception: System.Net.NetworkInformation.NetworkInformationException:
Unknown error (0x273d)
   at
System.Net.NetworkInformation.NetworkChange.AddressChangeListener.StartHelper(NetworkAddressChangedEventHandler
caller, Boolean captureContext, StartIPOptions startIPOptions)
   at
System.Net.NetworkInformation.NetworkChange.AvailabilityChangeListener.Start(NetworkAvailabilityChangedEventHandler
caller)
   at
System.Net.NetworkInformation.NetworkChange.add_NetworkAvailabilityChanged(NetworkAvailabilityChangedEventHandler
value)
   at AI.AppController.detectNetwork()
   at AI.AppController..ctor()
   at AI.AppController.get_Default()
   at AI.Service.AnalyticRequestManager.Track(String eventStr, Dictionary`2
properties, AIAnalyticCompletedEventHandler onCompleted)
   at AI.Service.AnalyticRequestManager.TrackError(String where, String
description, Exception exception)
   at AI.App.handleException(Exception exc, String scope, Boolean shutdown)
   at AI.App.catchUnhandledUIExceptions(Object sender,
DispatcherUnhandledExceptionEventArgs e)
   at System.Windows.Threading.Dispatcher.CatchException(Exception e)
   at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source,
Exception e)
   at System.Windows.Threading.ExceptionWrapper.CatchException(Object source,
Exception e, Delegate catchHandler)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source,
Delegate callback, Object args, Boolean isSingleParameter, Delegate
catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback,
Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority
priority, TimeSpan timeout, Delegate method, Object args, Boolean
isSingleParameter)
   at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority,
Delegate method, Object arg)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr
wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at System.Windows.Application.Run()
   at AI.Program.StartApp(String[] args)
   at AI.Program.Main(String[] args)
--- snip ---

_WSAIO(IOC_WS2, 23) -> SIO_ADDRESS_LIST_CHANGE

$ wine --version
wine-1.7.19

Regards

-- 
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.



More information about the wine-bugs mailing list