Re: My old CCC GUI refuses to show up. :(

Paul <[email protected]> Sat, 30 Jan 2021 02:39:54 -0500
Newsgroups alt.comp.periphs.videocards.ati,alt.windows7.general
Organization A noiseless patient Spider
Message-ID <[email protected]>
Ant wrote:
> In alt.comp.periphs.videocards.ati Paul <[email protected]> wrote:
>> Ant wrote:
> 
>>> Oh, I got netfx_setupverifier v6.0.3790 (7/31/2015) downloaded. Its 
>>> verification results said error code 0 for all of its detected versions:
>>> 2.0 SP2
>>> 3.0 SP2
>>> 3.5 SP1
>>> 4 Client
>>> 4 Full
>>> 4.5
>>>
>>> I guess no v4.8 since it is newer.
> 
>> So it's not really a damaged .net then.
> 
>> Is that your conclusion ?
> 
> Maybe? .NET checker said everything looked OK.
> 
> 
>> Have you checked Event Viewer for an application error ?
> 
> I can't find anything interesting except that ACEEventLog that I showed 
> in https://pastebin.com/raw/MBJP13hc in my original post.

Your problem is font related, to start with.

Something to check here.

https://faithlife.codes/blog/2009/11/how_to_crash_every_wpf_application/

    "We traced this to having an illegal path char
     in one of the fonts listed in the

     HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts

     registry key. To reproduce the problem, you can
     simply edit one of those values on your own machine
     and add a colon, pipe, or any other illegal path
     character to one of the values. Now, any WPF application
     on your system will crash as soon as it attempts
     to display its first UI."

    Paul