https://bugs.winehq.org/show_bug.cgi?id=21017
--- Comment #31 from Luke Short ekultails@gmail.com --- The OpenGL error is only present if "wmvcore" is enabled. Disabling that DLL removes that error.
I am still running into issues launching the program. Method #1 seems to be the most reliable on my two test machines. However, I still cannot fully launch the application.
It gets stuck on the purple "Adobe Premiere CS4" start pop-up. I have tested with Wine 3.8 32-bit (both development and staging) in clean prefixes. There are a lot of fixmes from NdrCoellation* functions. Here are the last few lines of output from Wine before Premiere hangs on the launch screen pop-up.
``` 003b:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 003b:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 003b:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 003b:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 004c:fixme:ole:NdrCorrelationInitialize (0x214f560, 0x214f63c, 1024, 0x0): semi-stub 004c:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 004c:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 004c:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 004c:fixme:rpc:calc_arg_size Simple reference pointer (type 0x8). 004c:fixme:ole:NdrCorrelationFree (0x214f560): stub 003b:fixme:ole:NdrCorrelationFree (0x9e2ef1c): stub 003b:fixme:ole:NdrCorrelationInitialize (0x9e2ef5c, 0x9e2f0ec, 1024, 0x0): semi-stub 004b:fixme:ole:NdrCorrelationInitialize (0x203f560, 0x203f63c, 1024, 0x0): semi-stub 004b:fixme:ole:NdrCorrelationFree (0x203f560): stub 003b:fixme:ole:NdrCorrelationFree (0x9e2ef5c): stub 003b:fixme:ole:NdrCorrelationInitialize (0x9e2ef5c, 0x9e2f0ec, 1024, 0x0): semi-stub 004c:fixme:ole:NdrCorrelationInitialize (0x214f560, 0x214f63c, 1024, 0x0): semi-stub 004c:fixme:ole:NdrCorrelationFree (0x214f560): stub 003b:fixme:ole:NdrCorrelationFree (0x9e2ef5c): stub 003b:fixme:ole:NdrCorrelationInitialize (0x9e2f05c, 0x9e2f1ec, 1024, 0x0): semi-stub 004b:fixme:ole:NdrCorrelationInitialize (0x203f560, 0x203f63c, 1024, 0x0): semi-stub 004b:fixme:ole:NdrCorrelationFree (0x203f560): stub 003b:fixme:ole:NdrCorrelationFree (0x9e2f05c): stub ```
Thanks for all of your hard work on this so far, Louis!