[Bug 46107] Altium Designer 18.x - 20.x crashes on startup

WineHQ Bugzilla wine-bugs at winehq.org
Tue Aug 25 01:51:37 CDT 2020


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

--- Comment #47 from Tom <kepszlok at gmail.com> ---
(In reply to Louis Lenders from comment #46)
> (In reply to Tom from comment #45)
>  In this PC, I was unable to 
> > install any .net package newer than 3.5 with winetricks, they run into stack
> > overflow error or the install process simply stops. 
> 
> Yeah, that`s a nuisance. FYI: I used (only) 'winetricks dotnet48', that one
> hangs too at a certain moment; when you do 'wineserver -k' in another
> terminal window, it proceeds and (seems to at least) ends properly
> 
> 

> Yeah, that`s a nuisance. FYI: I used (only) 'winetricks dotnet48', that one
> hangs too at a certain moment; when you do 'wineserver -k' in another
> terminal window, it proceeds and (seems to at least) ends properly

That did something! After killing wineserver, I started altium and for the
first time, I seen the main app window - but only for a second, the it crashed:
00bc:fixme:path:parse_url failed to parse
L"DevExpress.Xpf.Core.v15.2.resources"
00bc:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
00bc:fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003ff,(nil),0x0001,0x00000000,0x5168c0,(nil)):
stub
00bc:err:eventlog:ReportEventW L"Application: X2.EXE\nFramework Version:
v4.0.30319\nDescription: The process was terminated due to an internal error in
the .NET Runtime at IP 000000010DD9719A (000000010DD40000) with exit code
80131506.\n"
00bc:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
00bc:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
00bc:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
00bc:fixme:ntdll:EtwEventUnregister (deadbeef) stub.

I think the dotnet install is still problematic in this pc. I may be able to
test it on my other machine later this day.

I also tried it with WINEDLLOVERRIDES=dwrite=d wine X2.EXE, but it did gave
back that exception, instead of the main window.

> Additional note: instead of disabling dwrite, the hack below also worked for
> me:
> diff --git a/dlls/dwrite/main.c b/dlls/dwrite/main.c
> index a96874b2c2..d600b3b6d8 100644
> --- a/dlls/dwrite/main.c
> +++ b/dlls/dwrite/main.c
> @@ -1437,8 +1437,7 @@ static HRESULT WINAPI
> dwritefactory3_CreateCustomRenderingParams(IDWriteFactory7
>      TRACE("%p, %.8e, %.8e, %.8e, %.8e, %d, %d, %d, %p.\n", iface, gamma,
> contrast, grayscale_contrast, cleartype_level,
>          pixel_geometry, rendering_mode, gridfit_mode, params);
>  
> -    return create_renderingparams(gamma, contrast, grayscale_contrast,
> cleartype_level, pixel_geometry, rendering_mode,
> -        gridfit_mode, params);
> +    return E_NOTIMPL;
>  }
>  
>  static HRESULT WINAPI
> dwritefactory3_CreateFontFaceReference_(IDWriteFactory7 *iface,
> IDWriteFontFile *file,

This is a new patch for wine?

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