https://bugs.winehq.org/show_bug.cgi?id=49190
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello Louis,
--- quote --- Note: to download you have to run like for example firefox in wine and then go to the link, otherwise the website says "system not supported" --- quote ---
no need to use Wine for that. For such cases I recommend to use 'User-Agent Switcher and Manager' addon:
https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher
It easily allows to spoof anything user agent related within the browser. One click and you can temporarily fake any host OS/browser combination for a specific URL to get downloads.
---
Regarding your crash ... is that with a new WINEPREFIX? I get a fault in Gecko 'xul.dll' module which is definitely different. Could be another dont-do-stupid-things-off-main-thread case (nsObserverService::AddObserver).
--- snip --- ... 019c:trace:mshtml:HTMLDocument_Create (00000000 IID_IHTMLDocument2 08C6E75C) 019c:trace:mshtml:load_gecko () 019c:trace:mshtml:nsWebBrowserChrome_QueryInterface (02357220)->(IID_nsISupportsWeakReference 08C6E638) 019c:trace:mshtml:nsWebBrowserChrome_AddRef (02357220) ref=2 019c:trace:mshtml:nsSupportsWeakReference_GetWeakReference (02357220)->(0814B61C) 019c:trace:mshtml:nsWeakReference_AddRef (0238A940) ref=2 019c:trace:mshtml:nsWebBrowserChrome_Release (02357220) ref=1 019c:trace:mshtml:nsembed_proc (02357220)->(WM_SIZE) 019c:trace:seh:raise_exception code=c0000005 flags=0 addr=0x69ea0a31 ip=69ea0a31 tid=019c 019c:trace:seh:raise_exception info[0]=00000001 019c:trace:seh:raise_exception info[1]=00000000 019c:trace:seh:raise_exception eax=00000000 ebx=6d31b3b0 ecx=08c6e310 edx=00000001 esi=081a8210 edi=081d5dd8 019c:trace:seh:raise_exception ebp=00000000 esp=08c6e370 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010246 019c:trace:seh:call_vectored_handlers calling handler at 0x6ca5bba0 code=c0000005 flags=0 ... --- snip ---
$ sha1sum XD_Set-Up.exe 89da2034e2666352548b614e23b1cc62689dd65a XD_Set-Up.exe
$ du -sh XD_Set-Up.exe 2.1M XD_Set-Up.exe
$ wine --version wine-5.8-173-g9e26bc8116
Regards