PlayOnLinux asks for wine 4.2Adobe Photoshop CS6 wine errorAdobe Photoshop CC crashes through PlayOnLinuxPlayonlinux asks to install PythonUsing Wine and playonlinuxPlayOnLinux - League of Legends won't start gameLeague of Legends issue ubuntu 16.04 LTSUnable to install photoshop CS6 on Ubuntu 18.04Broken Packages Fix Problem (For Wine)Unable to find version: 4.2 while installing photoshop cs6 on playonlinux

How safe is the 4% rule if the U.S. goes back to the mean?

Is the tap water in France safe to drink?

Charges from Dollar General have never shown up on my debit card - how to resolve?

Unexpected exec permission from mmap when assembly files included in the project

What could possibly power an Alcubierre drive?

Where does the upgrade to macOS Catalina move root "/" directory files?

What does the British parliament hope to achieve by requesting a third Brexit extension?

Mapping string into integers

In the twin paradox does the returning twin also come back permanently length contracted flatter than the twin on earth?

What was the real need of divergence and curl operators?

How to prove that invoices are really unpaid?

Are dead worlds a good galactic barrier?

Does a restocking fee still qualify as a business expense?

What is the most REALISTIC cause of a worldwide catastrophe/apocalypse in the near future? (next ~100 years)

A man condemned to serve his sentence in other times

Are there any spells that enhance ranged attacks like some melee attack spells do for melee attacks

How do I get my boyfriend to remove pictures of his ex girlfriend hanging in his apartment?

Is wiring laying alongside an attic access opening a code violation or safety concern?

Can you use a virtual credit card to withdraw money from an ATM in the UK?

Car as a good investment

Is a list of the most common English words copyrightable?

"A tin of biscuits" vs "A biscuit tin"

How to treat unhandled exceptions? (Terminate the application vs. Keep it alive)

Can there be an atomic nucleus where there are more protons than neutrons?



PlayOnLinux asks for wine 4.2


Adobe Photoshop CS6 wine errorAdobe Photoshop CC crashes through PlayOnLinuxPlayonlinux asks to install PythonUsing Wine and playonlinuxPlayOnLinux - League of Legends won't start gameLeague of Legends issue ubuntu 16.04 LTSUnable to install photoshop CS6 on Ubuntu 18.04Broken Packages Fix Problem (For Wine)Unable to find version: 4.2 while installing photoshop cs6 on playonlinux






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2

















I'm trying hardly to install Photoshop CS6 or CC using playonlinux. But when I manage the directory with installer and click next it says:



[POL_Wine_PrefixCreate] Message: Erase Prefix
[POL_Wine_PrefixCreate] Message: Using wine 4.2
[POL_Wine_InstallVersion] Message: Installing wine version path: 4.2, x86
[POL_Wine_InstallVersion] Error: Can't find version: 4.2


Well that's the problem. I can't find it neither. The latest is 4.0 which is installed in my sistem (Ubuntu 18.04)



Any ideas?










share|improve this question


































    2

















    I'm trying hardly to install Photoshop CS6 or CC using playonlinux. But when I manage the directory with installer and click next it says:



    [POL_Wine_PrefixCreate] Message: Erase Prefix
    [POL_Wine_PrefixCreate] Message: Using wine 4.2
    [POL_Wine_InstallVersion] Message: Installing wine version path: 4.2, x86
    [POL_Wine_InstallVersion] Error: Can't find version: 4.2


    Well that's the problem. I can't find it neither. The latest is 4.0 which is installed in my sistem (Ubuntu 18.04)



    Any ideas?










    share|improve this question






























      2












      2








      2


      1






      I'm trying hardly to install Photoshop CS6 or CC using playonlinux. But when I manage the directory with installer and click next it says:



      [POL_Wine_PrefixCreate] Message: Erase Prefix
      [POL_Wine_PrefixCreate] Message: Using wine 4.2
      [POL_Wine_InstallVersion] Message: Installing wine version path: 4.2, x86
      [POL_Wine_InstallVersion] Error: Can't find version: 4.2


      Well that's the problem. I can't find it neither. The latest is 4.0 which is installed in my sistem (Ubuntu 18.04)



      Any ideas?










      share|improve this question
















      I'm trying hardly to install Photoshop CS6 or CC using playonlinux. But when I manage the directory with installer and click next it says:



      [POL_Wine_PrefixCreate] Message: Erase Prefix
      [POL_Wine_PrefixCreate] Message: Using wine 4.2
      [POL_Wine_InstallVersion] Message: Installing wine version path: 4.2, x86
      [POL_Wine_InstallVersion] Error: Can't find version: 4.2


      Well that's the problem. I can't find it neither. The latest is 4.0 which is installed in my sistem (Ubuntu 18.04)



      Any ideas?







      18.04 wine playonlinux






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question



      share|improve this question








      edited Apr 29 at 20:38









      Terrance

      21.8k3 gold badges53 silver badges105 bronze badges




      21.8k3 gold badges53 silver badges105 bronze badges










      asked Apr 29 at 20:37









      MadcapMadcap

      111 bronze badge




      111 bronze badge























          1 Answer
          1






          active

          oldest

          votes


















          3


















          I have seen this error message




          Error in POL_Wine_InstallVersion

          Unable to find version: 4.2




          when tried to install some program with PlayOnLinux.



          You need to install the newest version of PlayOnLinux with



          wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
          sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
          sudo apt-get update
          sudo apt-get install playonlinux


          and then retry installation of the program.



          If you can't (or do not want to) get PlayOnLinux from the repository, then you can install directly from deb-file:



          cd ~/Downloads
          wget https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.deb
          sudo apt-get install ./PlayOnLinux_4.3.4.deb





          share|improve this answer























          • 1





            Amazing and fast responce. Thank you! It worked for me.

            – Madcap
            Apr 29 at 21:54












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1139243%2fplayonlinux-asks-for-wine-4-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown


























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3


















          I have seen this error message




          Error in POL_Wine_InstallVersion

          Unable to find version: 4.2




          when tried to install some program with PlayOnLinux.



          You need to install the newest version of PlayOnLinux with



          wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
          sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
          sudo apt-get update
          sudo apt-get install playonlinux


          and then retry installation of the program.



          If you can't (or do not want to) get PlayOnLinux from the repository, then you can install directly from deb-file:



          cd ~/Downloads
          wget https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.deb
          sudo apt-get install ./PlayOnLinux_4.3.4.deb





          share|improve this answer























          • 1





            Amazing and fast responce. Thank you! It worked for me.

            – Madcap
            Apr 29 at 21:54















          3


















          I have seen this error message




          Error in POL_Wine_InstallVersion

          Unable to find version: 4.2




          when tried to install some program with PlayOnLinux.



          You need to install the newest version of PlayOnLinux with



          wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
          sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
          sudo apt-get update
          sudo apt-get install playonlinux


          and then retry installation of the program.



          If you can't (or do not want to) get PlayOnLinux from the repository, then you can install directly from deb-file:



          cd ~/Downloads
          wget https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.deb
          sudo apt-get install ./PlayOnLinux_4.3.4.deb





          share|improve this answer























          • 1





            Amazing and fast responce. Thank you! It worked for me.

            – Madcap
            Apr 29 at 21:54













          3














          3










          3









          I have seen this error message




          Error in POL_Wine_InstallVersion

          Unable to find version: 4.2




          when tried to install some program with PlayOnLinux.



          You need to install the newest version of PlayOnLinux with



          wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
          sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
          sudo apt-get update
          sudo apt-get install playonlinux


          and then retry installation of the program.



          If you can't (or do not want to) get PlayOnLinux from the repository, then you can install directly from deb-file:



          cd ~/Downloads
          wget https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.deb
          sudo apt-get install ./PlayOnLinux_4.3.4.deb





          share|improve this answer
















          I have seen this error message




          Error in POL_Wine_InstallVersion

          Unable to find version: 4.2




          when tried to install some program with PlayOnLinux.



          You need to install the newest version of PlayOnLinux with



          wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
          sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
          sudo apt-get update
          sudo apt-get install playonlinux


          and then retry installation of the program.



          If you can't (or do not want to) get PlayOnLinux from the repository, then you can install directly from deb-file:



          cd ~/Downloads
          wget https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.deb
          sudo apt-get install ./PlayOnLinux_4.3.4.deb






          share|improve this answer















          share|improve this answer




          share|improve this answer



          share|improve this answer








          edited May 8 at 19:35

























          answered Apr 29 at 20:43









          N0rbertN0rbert

          32.7k10 gold badges77 silver badges158 bronze badges




          32.7k10 gold badges77 silver badges158 bronze badges










          • 1





            Amazing and fast responce. Thank you! It worked for me.

            – Madcap
            Apr 29 at 21:54












          • 1





            Amazing and fast responce. Thank you! It worked for me.

            – Madcap
            Apr 29 at 21:54







          1




          1





          Amazing and fast responce. Thank you! It worked for me.

          – Madcap
          Apr 29 at 21:54





          Amazing and fast responce. Thank you! It worked for me.

          – Madcap
          Apr 29 at 21:54


















          draft saved

          draft discarded















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1139243%2fplayonlinux-asks-for-wine-4-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown









          Popular posts from this blog

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?