https://bugs.winehq.org/show_bug.cgi?id=47476
Bug ID: 47476 Summary: Rhinoceros 6 unable to verify online-license because of missing functions in httpapi.dll Product: Wine-staging Version: 4.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: felix+winehq@klaftenegger.de CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 64852 --> https://bugs.winehq.org/attachment.cgi?id=64852 Log of running Rhino.exe
The current Version of Rhino3d (Version 6.15) isnt able to verify the online-license and im not able to test more functions without.
I was able to use Rhino3d Version 5 with wine this is a really old version and didnt need a online-license to run
The console-output shows that there are missing parts in wines httpapi.dll
--------------------------- Unhandled Exception: System.EntryPointNotFoundException: Unable to find an entry point named 'HttpCloseRequestQueue' in DLL 'httpapi.dll'. at System.Net.UnsafeNclNativeMethods.SafeNetHandles.HttpCloseRequestQueue(IntPtr pReqQueueHandle) at System.Net.HttpRequestQueueV2Handle.ReleaseHandle() at System.Runtime.InteropServices.CriticalHandle.Cleanup() at System.Runtime.InteropServices.CriticalHandle.Dispose(Boolean disposing) at System.Runtime.InteropServices.CriticalHandle.Finalize() ---------------------------
To be able to install and start rhino so far i needed to install following parts via winetricks:
dotnet35,dotnet40,dotnet452,vcrun2010,vcrun2013,vcrun2017
and wine need to be 64-bit
i have attached the full log.