I hope some-one can help me. I have an application created in Visual Studio 2010 C++. Visual Studio 2010 needs the .NET framework which I installed according to these instructions on your website: http://www.codeweavers.com/compatibility/browse/name?app_id=5917
The installation went very smooth and it installed .NET Framework v2.0 and 4.0.
I have the Visual Studio application executable on my desktop. After starting crossover, I click on> Programs>Run Command>Use Bottle Microsft .NET Framework 4.0> Browse (find my desktop exe file) and Click the Run Button.
The app loads just find. However, it has to login to my webserver and it stops there. It says it's trying to login but it actually doesn't call out as Little Snitch doesn't show any activity at all. Here's the log file:
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:module:GetModuleHandleExW should pin refcount for 0x79000000
fixme:thread:SetThreadStackGuarantee (0x33fc54): stub
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:gdiplus:GdipGetFamilyName No support for handling of multiple languages!
fixme:gdiplus:GdipCreateHalftonePalette stub
fixme:gdiplus:GdipGetNearestColor (0x1c9098, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c9308, 0x33ec94): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1b8b38, 0x33ec94): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1b1568, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1b1568, 0x33ebb8): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:GdipGetNearestColor (0x1b1568, 0x33ec94): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c6000, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c60c0, 0x33ebac): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c6000, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c6000, 0x33ebac): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c6000, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1b1390, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1b1390, 0x33ec94): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c5830, 0x33ec94): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c5830, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c5830, 0x33ebb8): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:GdipGetNearestColor (0x1c5830, 0x33ec94): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1b8460, 0x33ebb8): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c99c0, 0x33ebac): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1c99c0, 0x33ebb8): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:GdipGetNearestColor (0x1bddf0, 0x33e68c): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:shell:URL_ParseUrl failed to parse L"LibCurlNet"
Any help is greatly appreciated.