Vous êtes ici Logiciels supportés Neverwinter Online
Créateur | Messages |
---|---|
Ronin DUSETTE
![]() Admin
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience5 8 DescriptionNo Arc required! From http://www.arcgames.com/en/games/neverwinter: "Neverwinter is a Dungeons & Dragons free-to-play massively multiplayer online role-playing game for the Microsoft Windows platform." Captures d'écranCode source#!/bin/bash # Date : (2018-03-21) # Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit # Graphics Card: NVIDIA GK106 [GeForce GTX 1050 Ti]; GLX Version: 4.5.0 NVIDIA 378.13 # Game Version 7.20170206a.7 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="3.4" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="RoninDusette" DOWNLOAD_URL="http://einsofgaming.com/downloads/Neverwinter.exe" MD5_CHECKSUM="f1d3597232525b3bc463257471fddaec" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Call POL_Install_msxml3 POL_Call POL_Install_msvc100 POL_Call POL_Install_vcrun2012 POL_Call POL_Install_vcrun2013 POL_Call POL_Install_physx # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} # Configuration Set_OS "win10" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "Neverwinter.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 |
Filters:
ContribuerMembre | Messages |
lolmer | Mercredi 21 Mars 2018 à 21:13 |
lolmer
![]()
|
InformationCette mise à jour a été acceptée par l'équipe MessagesTesting update to WINE 3.4 + Windows 10. Differences@@ -1,5 +1,5 @@ #!/bin/bash -# Date : (2017-03-14) +# Date : (2018-03-21) # Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit # Graphics Card: NVIDIA GK106 [GeForce GTX 1050 Ti]; GLX Version: 4.5.0 NVIDIA 378.13 # Game Version 7.20170206a.7 @@ -12,7 +12,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" -WINEVERSION="2.22" +WINEVERSION="3.4" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" @@ -52,7 +52,7 @@ POL_SetupWindow_VMS ${GAME_VMS} # Configuration -Set_OS "win7" +Set_OS "win10" # Installation POL_System_TmpCreate "$PREFIX" Nouveau code source#!/bin/bash # Date : (2018-03-21) # Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit # Graphics Card: NVIDIA GK106 [GeForce GTX 1050 Ti]; GLX Version: 4.5.0 NVIDIA 378.13 # Game Version 7.20170206a.7 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="3.4" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="RoninDusette" DOWNLOAD_URL="http://einsofgaming.com/downloads/Neverwinter.exe" MD5_CHECKSUM="f1d3597232525b3bc463257471fddaec" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Call POL_Install_msxml3 POL_Call POL_Install_msvc100 POL_Call POL_Install_vcrun2012 POL_Call POL_Install_vcrun2013 POL_Call POL_Install_physx # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} # Configuration Set_OS "win10" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "Neverwinter.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Haros | Mardi 20 Mars 2018 à 0:39 |
Haros
![]()
|
MessagesI also have a problem with the installation. I get a "please wait while Neverwinter Online is installed" and the game's login screen pops up. No matter how much I wait the installation doesn't finish. If I close the game's screen the installation breaks and I get: "Error in POL_Shortcut I've also openned a thread withe the logs in the Forum. Réponses |
Demenchylde | Lundi 19 Février 2018 à 6:14 |
Demenchylde
![]()
|
MessagesI see there is still life here for this game but for the life of me I can't get it to install. Admittedly I am new to Linux much less POL. The POL installer hangs when trying to download. I have tried to use the links provided on this thread but they tell me I need to open the link using POL. Alas I have not found that option in amy of the menus either. Could the address be part of the issue?
playonlinux://www.playonlinux.com/repository/download.php?id=2505
Please help, and thank you for your time. This is the last thing holding me hostageto the dreaded Winedoze. Réponses |
DroidXE | Vendredi 12 Janvier 2018 à 14:53 |
DroidXE
![]()
|
MessagesWith Wine 3.0 RC5 the rendering issues are gone. Couldn't find problems so far. mfg Réponses |
Ronin DUSETTE | Samedi 6 Janvier 2018 à 17:49 |
Ronin DUSETTE
![]() Admin
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -12,7 +12,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" -WINEVERSION="2.3-staging" +WINEVERSION="2.22" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" Nouveau code source#!/bin/bash # Date : (2017-03-14) # Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit # Graphics Card: NVIDIA GK106 [GeForce GTX 1050 Ti]; GLX Version: 4.5.0 NVIDIA 378.13 # Game Version 7.20170206a.7 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="2.22" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="RoninDusette" DOWNLOAD_URL="http://einsofgaming.com/downloads/Neverwinter.exe" MD5_CHECKSUM="f1d3597232525b3bc463257471fddaec" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Call POL_Install_msxml3 POL_Call POL_Install_msvc100 POL_Call POL_Install_vcrun2012 POL_Call POL_Install_vcrun2013 POL_Call POL_Install_physx # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} # Configuration Set_OS "win7" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "Neverwinter.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par RoninDusette |
pilak | Samedi 6 Janvier 2018 à 15:50 |
pilak
![]()
|
MessagesHi, I rewrite my last comment response here adding some precisions : I followed this procedure below : http://www.gamersonlinux.com/forum/threads/neverwinter-free-mmo-guide.170/ adding vcrun2005, vcrun2008, vcrun2010 , vcsrun2012 and vcsrun2013 with no idea of what it's doing, but also d3dx9, d3dx10 and d3dx11, and Physx Also choose wine 2,22 and had an error when selecting program neverwinter_setup.exe (which I replaced with the executable of that link : http://einsofgaming.com/nw/downloads). Meanwhile, you just need to place that executable in the wineprefix (for instance Program Files/Cryptic Studio/) and at next step of the installation wizard, select the shortcut of that executable you just pasted, and finish the installation wizard. Don't forget to configure GC memory just before you launch the game, in POL interface It just works fine currently : actually not, there are still graphical poblems but the game is playable, well installed and it patches correctly. Hope it would help. Best regards, Réponses |
pilak | Lundi 1 Janvier 2018 à 17:13 |
pilak
![]()
|
MessagesThe neverwinter_setup.exe is no more available... I've tried with that file and it seems ok http://einsofgaming.com/nw/downloads Maybe it's possible to supply the file directly in POL ? Réponses |
Wendy Black | Mercredi 9 Aoüt 2017 à 8:47 |
Wendy Black
![]()
|
MessagesThis program will do the following. It will install 20GB of game data. It opens the launcher and tells you XP is no longer supported. So you switch your WINE to Windows 7 and run it again. It will tell you that you graphics card is out dated. You tweak the registry files and get online and it will CRASH... [0808/152919:INFO:CONSOLE(0)] "Select shard: 1," source: http://launcher.playneverwinter.com/static/all/js/api.js(117) This program works on my HP laptop with Windows 10 and no fancy graphics adapter. But we tested on a Linux box 4GB RAM, 1 GB Video Radeon HD 5000 series iCore3 CPU @3.1 Ghz and no luck. We tried both 32 and 64 bit arch and still no good. The program ran on a Windows 7 Machine only 2 GB of RAM, Duo 2.1 Ghz CPU and mobo GPU. The webpage still says these system requirements: Operating System Windows® Vista, 7, 8 or 10 CPU Out of all the machines tested on our BB network the game lagged badly. The network tested at 60 up and 7 down. The game was giving poor frame rates most under 20 FPS. Réponses |
Wasper | Vendredi 23 Juin 2017 à 9:16 |
Wasper
![]()
|
MessagesDuring installation, after PhysX install, there is a window about "Do not run Neverwinter online or log in after installation.. etc". Then I have an error. I think its about installer.. but question is how to download installer, what is correct url now? And what then? Réponses |
koniuszko | Jeudi 22 Juin 2017 à 13:25 |
koniuszko
![]()
|
MessagesAny news is Neverwinter will work on Playonlinux ? Réponses |
ericjbohm | Samedi 10 Juin 2017 à 17:15 |
ericjbohm
![]()
|
MessagesI tried this update and it failed here.
06/10/17 10:14:20 - [POL_Wine] Message: Running wine-2.3-staging neverwinter_setup.exe (Working directory : /home/bohm/.PlayOnLinux/tmp/NeverwinterOnline) Réponses |
Ronin DUSETTE | Dimanche 28 Mai 2017 à 16:14 |
Ronin DUSETTE
![]() Admin
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -29,7 +29,7 @@ POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix -POL_System_SetArch "x86" +POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Nouveau code source#!/bin/bash # Date : (2017-03-14) # Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit # Graphics Card: NVIDIA GK106 [GeForce GTX 1050 Ti]; GLX Version: 4.5.0 NVIDIA 378.13 # Game Version 7.20170206a.7 # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="2.3-staging" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="RoninDusette" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Call POL_Install_msxml3 POL_Call POL_Install_msvc100 POL_Call POL_Install_vcrun2012 POL_Call POL_Install_vcrun2013 POL_Call POL_Install_physx # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} # Configuration Set_OS "win7" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "d41d8cd98f00b204e9800998ecf8427e" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par RoninDusette |
Metalfyre | Dimanche 28 Mai 2017 à 12:49 |
Metalfyre
![]()
|
MessagesI tried this, but I got the same message as someone has posted before, and I quote:
Error ! Files mismatch
Local : 1fa1de40bf9231215f2c563c08837f20 ( <<< these might differ, but the result is the same, a mismatch) Server: 9fa8430da0f8aa5c3cfc87d0e26c2d9f
Do you want to retry?
click yes and it flashes like it is going to download, showing the download progress bar, then displays the above error again.
Clicking yes repeatedly results in a fatal error.
Error in POL_Download Unable to download http://download.perfectworld.com/nw/neverwinter_setup.exe after 5 attempts" Réponses |
duckie68 | Mardi 9 Mai 2017 à 0:06 |
duckie68
![]()
|
MessagesHaving the usual install programs - got an issue about freetype and used the solution here. I have to do that with any install though. Réponses |
arcticfox4 | Mardi 28 Mars 2017 à 20:35 |
arcticfox4
![]()
|
MessagesDidn't work with 2.3-staging, my gpu is intel HD520, the game launcher says it doesn't support dx11 even though it actually does Réponses |
DroidXE | Mardi 14 Mars 2017 à 21:54 |
DroidXE
![]()
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdated Installer to Wine 2.3. Game is playable, but has some graphical bugs.
mfg Differences@@ -1,55 +1,76 @@ #!/bin/bash -# Date : (2015-04-21) -# Distribution used to test : Kubuntu 14.04 LTS 64-bit -# Author : RoninDusette +# Date : (2017-03-14) +# Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit +# Graphics Card: NVIDIA GK106 [GeForce GTX 1050 Ti]; GLX Version: 4.5.0 NVIDIA 378.13 +# Game Version 7.20170206a.7 +# Author : DroidXE # Licence : GPLv3 -# PlayOnLinux: 4.2.7 - - +# PlayOnLinux: 4.2.10 + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - -PREFIX="NeverwinterOnline" -WINEVERSION="1.7.40" -TITLE="Neverwinter Online" + +PREFIX="NeverwinterOnlineTest" +WINEVERSION="2.3-staging" +TITLE="Neverwinter Online Test" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" -AUTHOR="RoninDusette" +AUTHOR="DroidXE" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" - + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + # Create Prefix +POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + +# Dependencies +POL_Call POL_Install_corefonts +POL_Call POL_Install_tahoma +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_d3dx10 +POL_Call POL_Install_d3dx11 +POL_Call POL_Install_msxml3 +POL_Call POL_Install_msvc100 +POL_Call POL_Install_vcrun2012 +POL_Call POL_Install_vcrun2013 +POL_Call POL_Install_physx + + + +# Asking about memory size of graphic card +POL_SetupWindow_VMS ${GAME_VMS} + # Configuration -Set_OS "winxp" - +Set_OS "win7" + # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" - + POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" - + # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" - + # Cleanup POL_System_TmpDelete - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" - + POL_SetupWindow_Close + exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2017-03-14) # Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit # Graphics Card: NVIDIA GK106 [GeForce GTX 1050 Ti]; GLX Version: 4.5.0 NVIDIA 378.13 # Game Version 7.20170206a.7 # Author : DroidXE # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnlineTest" WINEVERSION="2.3-staging" TITLE="Neverwinter Online Test" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="DroidXE" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dx10 POL_Call POL_Install_d3dx11 POL_Call POL_Install_msxml3 POL_Call POL_Install_msvc100 POL_Call POL_Install_vcrun2012 POL_Call POL_Install_vcrun2013 POL_Call POL_Install_physx # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} # Configuration Set_OS "win7" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Piperina | Dimanche 22 Janvier 2017 à 9:30 |
Piperina
![]()
|
MessagesI've tried to install the program on my mac but it doesn' work. The wine requested is the 1.70.40 but in this version of Playonmac this wine is not present. Can you help me?
Réponses |
DroidXE | Mercredi 18 Janvier 2017 à 22:17 |
DroidXE
![]()
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesI modified the installer. The current release runs well on my PC.
mfg Differences@@ -1,55 +1,75 @@ #!/bin/bash -# Date : (2015-04-21) -# Distribution used to test : Kubuntu 14.04 LTS 64-bit -# Author : RoninDusette +# Date : (2017-01-18) +# Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit +# Graphics Card: NVIDIA GK106 [GeForce GTX 650 Ti]; GLX Version: 4.5.0 NVIDIA 375.26 +# Game Version 70.20161205a.9 +# Author : DroidXE # Licence : GPLv3 -# PlayOnLinux: 4.2.7 - - +# PlayOnLinux: 4.2.10 + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="NeverwinterOnline" WINEVERSION="1.7.40" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" -AUTHOR="RoninDusette" +AUTHOR="DroidXE" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" - + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + # Create Prefix +POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" +# Dependencies +POL_Call POL_Install_corefonts +POL_Call POL_Install_tahoma +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_d3dx11 +POL_Call POL_Install_msxml3 +POL_Call POL_Install_msvc100 +POL_Call POL_Install_vcrun2012 +POL_Call POL_Install_vcrun2013 +POL_Call POL_Install_physx + + + +# Asking about memory size of graphic card +POL_SetupWindow_VMS ${GAME_VMS} + # Configuration -Set_OS "winxp" - +Set_OS "win7" + # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" - + POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" - + # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" - + # Cleanup POL_System_TmpDelete - + POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" - + POL_SetupWindow_Close + exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2017-01-18) # Distribution used to test : Linux Mint 18.1 Cinnamon 64-bit # Graphics Card: NVIDIA GK106 [GeForce GTX 650 Ti]; GLX Version: 4.5.0 NVIDIA 375.26 # Game Version 70.20161205a.9 # Author : DroidXE # Licence : GPLv3 # PlayOnLinux: 4.2.10 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="1.7.40" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="DroidXE" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_tahoma POL_Call POL_Install_d3dx9 POL_Call POL_Install_d3dx11 POL_Call POL_Install_msxml3 POL_Call POL_Install_msvc100 POL_Call POL_Install_vcrun2012 POL_Call POL_Install_vcrun2013 POL_Call POL_Install_physx # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} # Configuration Set_OS "win7" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
anong | Jeudi 17 Novembre 2016 à 12:11 |
anong
![]()
|
Messages[11/17/16 16:02:47] - Running wine-1.7.40 Neverwinter.exe (Working directory : /home/produser/.PlayOnLinux/wineprefix/NeverwinterOnline/drive_c/Program Files/Cryptic Studios) HELP ME PLEASE Réponses |
tkvasager | Lundi 27 Juillet 2015 à 15:46 |
tkvasager
![]()
|
MessagesI am having an issue running the install using the vanilla script that is default for Neverwinter Online. It appears to have difficulty downloading the setup.exe. It goes directly to a failed CRC check.
http://download.perfectworld.com/nw/neverwinter_setup.exe
Error ! Files mismatch
Local : 1fa1de40bf9231215f2c563c08837f20 Server: 9fa8430da0f8aa5c3cfc87d0e26c2d9f
Do you want to retry?
click yes and it flashes like it is going to download, showing the download progress bar, then displays the above error again.
Clicking yes repeatedly results in a fatal error.
Error in POL_Download Unable to download http://download.perfectworld.com/nw/neverwinter_setup.exe after 5 attempts I have reported as a bug, and put in a suggestion for what needs to be changed, I was wondering if you have experienced this recently? I loaded with out a problem using Xubuntu about a month ago, I reloaded to Fedora, tried to install yesterday, 27-07-2015 and received this error.
DE: xfce Distro: Fedora 22 Réponses |
AMEER157 | Dimanche 31 Mai 2015 à 17:46 |
AMEER157
![]()
|
MessagesWorked great on my Ubuntu 14.04.2 LTS 64 Bit Just click the "Install this program button" and PlayOnLinux will take care of the dependencies and all the required files. NOTE: After you log into the game using your credentials. The splash screen "Cyrptic" will take about 10-15 mins to disappear. This happens only at the initial login and the game will load normaly next time. Réponses |
backad | Dimanche 24 Mai 2015 à 19:25 |
backad
![]()
|
Messages#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX= "NeverwinterOnline" WINEVERSION= "1.7.40" TITLE= "Neverwinter Online" EDITOR= "Perfect World Entertainment Inc." GAME_URL= "http://www.arcgames.com/en/games/neverwinter" AUTHOR= "RoninDusette" DOWNLOAD_URL= "http://download.perfectworld.com/nw/neverwinter_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" #Resolve bug of sources
POL_Install_corefonts
POL_Install_dxfullsetup POL_Install_d3dcompiler_43 POL_Install_tahoma # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Jeudi 7 Mai 2015 à 4:00 |
Ronin DUSETTE
![]() Admin
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdding message not to log in after initial installation. Differences@@ -37,6 +37,9 @@ POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" + POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" Nouveau code source#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="1.7.40" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="RoninDusette" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not run $TITLE or log in after installation. Close any open windows so that PlayOnLinux can finish the install. ')" "$TITLE" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Mercredi 22 Avril 2015 à 8:31 |
Ronin DUSETTE
![]() Admin
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUsing tmp folders. Totally forgot to do that. :) Differences@@ -34,6 +34,8 @@ Set_OS "winxp" # Installation +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" @@ -41,6 +43,9 @@ # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" +# Cleanup +POL_System_TmpDelete + POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close Nouveau code source#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="1.7.40" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="RoninDusette" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Ronin DUSETTE | Mercredi 22 Avril 2015 à 8:08 |
Ronin DUSETTE
![]() Admin
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesInitial commit Differences@@ -0,0 +1,47 @@ +#!/bin/bash +# Date : (2015-04-21) +# Distribution used to test : Kubuntu 14.04 LTS 64-bit +# Author : RoninDusette +# Licence : GPLv3 +# PlayOnLinux: 4.2.7 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="NeverwinterOnline" +WINEVERSION="1.7.40" +TITLE="Neverwinter Online" +EDITOR="Perfect World Entertainment Inc." +GAME_URL="http://www.arcgames.com/en/games/neverwinter" +AUTHOR="RoninDusette" +DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Configuration +Set_OS "winxp" + +# Installation +POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" +POL_Wine "neverwinter_setup.exe" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "Neverwinter.exe" "$TITLE" + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-04-21) # Distribution used to test : Kubuntu 14.04 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.7 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="NeverwinterOnline" WINEVERSION="1.7.40" TITLE="Neverwinter Online" EDITOR="Perfect World Entertainment Inc." GAME_URL="http://www.arcgames.com/en/games/neverwinter" AUTHOR="RoninDusette" DOWNLOAD_URL="http://download.perfectworld.com/nw/neverwinter_setup.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # Installation POL_Download "$DOWNLOAD_URL" "9fa8430da0f8aa5c3cfc87d0e26c2d9f" POL_Wine "neverwinter_setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Neverwinter.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE can take up to 15 minutes or longer to start for the first time. It only does this the first time the game has be ran.')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |