https://bugs.winehq.org/show_bug.cgi?id=51907
--- Comment #6 from Eric Toombs ewtoombs@uwaterloo.ca --- (In reply to Paul Gofman from comment #4)
Created attachment 70876 [details] Validate pitch against the new format in wined3d_texture_update_desc().
Although I am not sure that this is the issue here I see this in the log:
0024:err:winediag:wined3d_dll_init Disabling 3D support.
This suggests renderer is manually set to 'gdi' or 'no3d' in the registry. I suggest running on the clean prefix without custom options. If you believe there is a reason to set that then this is something worth describing, as well as generally the fact of using any non default options when reporting a bug.
Although in this case it might be not related really, I think I see at least immediate reason for the failure. Can you please check if the attached patch is fixing the issue if possible?
Can't I just set renderer= to its default option? I'd rather not have to reinstall starcraft again. It's kind of involved. What is renderer='s default option?