Update: I ran POM from Terminal and selected the option to use a different version of Wine. When it comes to the screen to select the version of Wine, the only available option is 'System', and in Terminal I see this:
[POL_SetupWindow_checkbox_list] Message: checkbox_list answer: Use another version of Wine
find: /Users/myusername/Library/PlayOnMac//wine/darwin-x86/*: No such file or directory
I verified that the path does exist, but there is nothing in the darwin-x86 folder. OK, do I need to install a different version of Wine? As stated in my first post, the Windows program that I want to run does work using whatever the 'system' version of Wine is, but only during the install process. Once the install is complete, I get an error when trying to run it.
Here is another error ('Bad CPU type in executable') that might be the cause of my problem - this happens during the install of my program:
[POL_System_SetArch] Message: POL_ARCH set to x86on64
/Applications/PlayOnMac.app/Contents/Resources/playonlinux/lib/wine.lib: line 896: /Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/wine/bin/wine: Bad CPU type in executable
And this:
[POL_Wine_PrefixCreate] Message: No version specified. Using system version ()
[POL_Wine_PrefixCreate] Message: Creating prefix ()...
[POL_Wine_PrefixCreate] Message: Setting WINEARCH to win64
/Applications/PlayOnMac.app/Contents/Resources/playonlinux/lib/wine.lib: line 964: /Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/wine/bin/wine: Bad CPU type in executable
Now, with my program installed if I go to 'Configure' and then enter the 'wine versions manager' screen, there are no versions listed in either of the columns. Here is what I see in Terminal:
Donwloading https://phoenicis.playonlinux.com/index.php/wine?os=darwin
Traceback (most recent call last):
File "urllib/request.pyc", line 1350, in do_open
File "http/client.pyc", line 1240, in request
File "http/client.pyc", line 1286, in _send_request
File "http/client.pyc", line 1235, in endheaders
File "http/client.pyc", line 1006, in _send_output
File "http/client.pyc", line 946, in send
File "http/client.pyc", line 1409, in connect
File "ssl.pyc", line 500, in wrap_socket
File "ssl.pyc", line 1040, in _create
File "ssl.pyc", line 1309, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Applications/PlayOnMac.app/Contents/Resources/playonlinux/python/wine_versions/WineVersionsFetcher.py", line 24, in _sync_fetch_all_available_wine_versions
File "urllib/request.pyc", line 222, in urlopen
File "urllib/request.pyc", line 525, in open
File "urllib/request.pyc", line 542, in _open
File "urllib/request.pyc", line 502, in _call_chain
File "urllib/request.pyc", line 1393, in https_open
File "urllib/request.pyc", line 1353, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>
So, this might be a different problem but it looks like some kind of SSL cert problem is keeping POM from getting the list wine versions. I am able to open the URL just fine in a browser: https://phoenicis.playonlinux.com/index.php/wine?os=darwin
Next I will research if it is possible to manually install another version of wine and see if this can resolve my problem.
So