Aedan Cullen

Results 5 comments of Aedan Cullen

Random shot in the dark, but you could try `winetricks fontsmooth=rgb`.

I am not experiencing this exact issue, though the server verification prompt indeed appears. If you haven't yet, I'd try completely disabling that verification in Preferences to see if it...

Yeah, I saw this (introduced by v.2.0.18719); it will indeed affect everybody and I'm trying to figure it out. Second 2024 curveball from Autodesk after #381 - we'll see if...

This problem is due to a new feature where the streamer attempts to rebrand old "Fusion 360" launch items to "Fusion". This seems to happen as part of CREATE_LAUNCH_ITEMS at...

@Thermionix - nice! To me it looks looks like the problematic one there would be falling into [this `CSIDL_Type_Disallowed` case](https://github.com/wine-mirror/wine/blob/master/dlls/shell32/shellpath.c#L2943), which produces that 0x57 [invalid-parameter error](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-) (becomes 0x80070057 after `HRESULT_FROM_WIN32`)....