Developer Input, where to continue from here?

Questions about Wine on Linux
Locked
saulpenguinman
Newbie
Newbie
Posts: 1
Joined: Thu Jan 05, 2023 2:23 pm

Developer Input, where to continue from here?

Post by saulpenguinman »

Hi guys, love the project. I have been working on getting Solidworks up and running the last few weeks. I have made quite some progress and ironed out 2 Winebugs so far. One in msxml and one in wintrust. I have submitted a merge request for the second one and will soon submit the first. Now that these are fixed the app is functional and I can get work done. However, there is still some things to be fixed..

The app requires dotnet48 and vcrun2019 runtimes, and the UI is for most of the time functional. But some elements are visible for the fraction of a second and then disappears. These elements seem to be native "Windows" elements i.e. from dotnet/Winforms. I am a bit stuck on where to investigate so I can come up with a solution for this? Any recommendations would be very appreciated. Here is a screenshot of the phenomena, https://imgur.com/N2cVj1h the radio buttons is not rendered in Wine which might be a hint I guess?

I am willing to put in the effort of fixing this, I just want some input to get pointed in the right direction. The previous bugs where a bit easier to find since they were results of seh exceptions. Any help would be much appreciated. Thanks in advance.
qwertymnb
Level 5
Level 5
Posts: 273
Joined: Sun Jan 17, 2016 4:36 pm

Re: Developer Input, where to continue from here?

Post by qwertymnb »

Have you already tried 'winetricks d3dcompiler_47' ?
Locked