https://bugs.winehq.org/show_bug.cgi?id=46112
--- Comment #5 from Graham Toal gtoal@gtoal.com --- Created attachment 62759 --> https://bugs.winehq.org/attachment.cgi?id=62759 how I am invoking photoshop, with 'fixme' line in output
This is the first installation of Wine on this system (actually the first time I've used Wine for a program I need - I last looked at it something like 20 years ago and haven't had a need for it since) so there shouldn't be any issues with multiple installations or mangled configurations. I hadn't heard of WINEPREFIX and am not aware of having changed any config parameters. The only thing I've done other than install wine and then install photoshop was to write a small shell wrapper to invoke photoshop under wine in a way that would let me run it easily from the command line when logged in to my unix from a shell over Putty from a Windows10 PC, with XMing running for display. The error occurs whether it is invoked remotely or from the X Console locally.
I'll attach a log to show the script and I've executed the contents of the script by hand to show the environment variables it sets up.
One interesting thing did show up when I ran it by hand - usually I send stderr to null to hide a couple of non-fatal but annoying messages. This time I did not suppress stderr and I see a line in the output marked 'fixme' - is that perhaps a clue?
I'll now uninstall and reinstall Wine (actually I'll just move .wine to .wine.old and create a new installation from scratch) and see if the problem persists. Thank you for putting so much effort into checking this out