Vegas Pro 11 plugin dialog crashes on Wine 7.0

Questions about Wine on Linux
Locked
guferr
Level 1
Level 1
Posts: 8
Joined: Sat May 16, 2015 4:08 pm

Vegas Pro 11 plugin dialog crashes on Wine 7.0

Post by guferr »

I'm running Vegas Pro 11 on wine-stable 7.0 on Linux Mint Tricia (19.3), and I'm having the following problem:

Every time I open the plugin dialog (either for a track or clip) and add a plugin, the following error window appears:

Image

If I click any option it will kill Vegas.

If I don't, it keeps running, but, the plugin dialog cannot be opened again, because the software understands this window as a part of it, so it behaves like it didn't close to begin with.

On wine output, this error appears in this moment:

Code: Select all

03b8:fixme:msvideo:DrawDibRealize (0000000000000003, 000000000201006C, 0), stub
03b8:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
03b8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x000003ff,0000000000000000,0x0001,0x00000000,000000000011B098,0000000000000000): stub
03b8:err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (000006427F44AA6E) (80131506)"
03b8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
03b8:fixme:msvideo:DrawDibRealize (0000000000000003, 000000000701003B, 0), stub
03b8:fixme:msvideo:DrawDibRealize (0000000000000003, 000000000701003B, 0), stub    
I looked for this .NET error without success, there were few people with the same error, never with Wine (only on native Windows) and none of them had any success or solution to their problems.

There's also a ton of these messages appearing all the time:

Code: Select all

03b8:fixme:msvideo:DrawDibDraw wFlags == 0x00001200 not handled
But they don't seem to be correlated with any issue or any missing functionality.

I installed the necessary dotnet versions using winetricks as always, because the native installer crashes.

Everything else seems to work but this.

I needed to either solve this or at least find a way to completely suppress this message window, because it seems like it's the software itself that's closing after clicking in any option, so I can just ignore it.

But seems to be an error message window from the application itself, because I already made wine debug suppress all GUI messages and it didn't stop.

Thanks!
Locked