Explain pls |
Friday 2 June 2023 at 12:36
|
Explain pls
|
How do you put the file to the wine verison. step by step pls like you're explaining to a Kindergartener. I've been struggling with this for weeks and still suprised no one has made a youtube vid about it
Edited by Explain pls
|
Explain pls |
Friday 2 June 2023 at 12:50
|
Explain pls
|
PLEASE HELP IDK HOW TO INSTALL WINE VERSIONS!!!! THE ASNWERS DON"T MAKE SENSE PLEASE MAKE STEPS whyyyy is this sooo difficult!!!!11 I found tools and wine versions manager but no files are there. I couldn't install files from one of the answers. I don't know how to put it in. Everyone putting in code and block of text that I don't understand please explain. Thats the main reason of my account
Edited by Explain pls
|
thirdeyeopened |
Saturday 3 June 2023 at 9:24
|
thirdeyeopened
|
Man I need an explanation too haha, Im just trying to pay this new Slapshot Rebound game haha
|
thirdeyeopened |
Saturday 3 June 2023 at 11:09
|
thirdeyeopened
|
PLEASE HELP IDK HOW TO INSTALL WINE VERSIONS!!!! THE ASNWERS DON"T MAKE SENSE PLEASE MAKE STEPS whyyyy is this sooo difficult!!!!11 I found tools and wine versions manager but no files are there. I couldn't install files from one of the answers. I don't know how to put it in. Everyone putting in code and block of text that I don't understand please explain. Thats the main reason of my account
Bro I got you, it took me way to long how to figure out how to do this, I was asking chat GPT how to help me with a seperate article that never worked lolol but this is super simple, they just explained it somewhat confusing so it was easy to mess up
Alright first step is finding the WineVersionsFetcher.py file
This is found by going to your Applications > Right Click on PlayOnMac > Show Package Contents > Contents > Resources > Playonlinux > Python > WineVersions
Now Open the WineVersionsFetcher.py file
Add "import ssl" below "import traceback" and above "import urllib.request"
Now Add " ssl._create_default_https_context = ssl._create_unverified_context" below "self.operating_system = operating_system" and above "def fetch_all_available_wine_version(self, callback, error):"
DONT ADD THE PLUS SIGN Like The other guy had in his post. I gave up and was about to quit this all until it clicked that maybe he didnt literally mean add the plus sign and boom, I stopped adding that and it worked. I never use the terminal so not putting the plus sign is probably super obvious to anybody that ever has. But yeah as long as you just find the right file and add those two additions in the right spots than you're good
Edited by thirdeyeopened
|
actual_actual |
Friday 16 June 2023 at 0:27
|
actual_actual
|
PLEASE HELP IDK HOW TO INSTALL WINE VERSIONS!!!! THE ASNWERS DON"T MAKE SENSE PLEASE MAKE STEPS whyyyy is this sooo difficult!!!!11 I found tools and wine versions manager but no files are there. I couldn't install files from one of the answers. I don't know how to put it in. Everyone putting in code and block of text that I don't understand please explain. Thats the main reason of my account
Bro I got you, it took me way to long how to figure out how to do this, I was asking chat GPT how to help me with a seperate article that never worked lolol but this is super simple, they just explained it somewhat confusing so it was easy to mess up
Alright first step is finding the WineVersionsFetcher.py file
This is found by going to your Applications > Right Click on PlayOnMac > Show Package Contents > Contents > Resources > Playonlinux > Python > WineVersions
Now Open the WineVersionsFetcher.py file
Add "import ssl" below "import traceback" and above "import urllib.request"
Now Add " ssl._create_default_https_context = ssl._create_unverified_context" below "self.operating_system = operating_system" and above "def fetch_all_available_wine_version(self, callback, error):"
DONT ADD THE PLUS SIGN Like The other guy had in his post. I gave up and was about to quit this all until it clicked that maybe he didnt literally mean add the plus sign and boom, I stopped adding that and it worked. I never use the terminal so not putting the plus sign is probably super obvious to anybody that ever has. But yeah as long as you just find the right file and add those two additions in the right spots than you're good
Edited by actual_actual
|
RidiculousCheez |
Wednesday 21 June 2023 at 5:44
|
RidiculousCheez
|
I followed the instructions to the T and am getting the following error when trying to launch PoM: "PlayOnMac has encountered a fatal error, and will now terminate." "An uncaught exception was raised during the execution of the main script. This may mean that an unexpected error has occurred, or that you do not have all the dependencies for this application. See the Console for a detailed traceback."
If I remove the script above than the application launches but there aren't any wine versions available.
Also, looking at console doesn't show any errors or tracebacks that I can find.
|