Chemin à parcourir sur Playonlinux pour télécharger NosTale

Résolu/Fermé
Foudre35 Messages postés 262 Date d'inscription dimanche 10 juin 2012 Statut Membre Dernière intervention 16 décembre 2020 - Modifié par jipicy le 22/05/2015 à 19:12
mamiemando Messages postés 33079 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 23 avril 2024 - 24 mai 2015 à 20:12
Bonjour,
J'ai téléchargé le jeu NosTale avec ce script sur PlayOnLinux :
#!/bin/bash
# Date : (2011-06-12 06-21)
# Last revision : (2011-06-12 06-21)
# Wine version used : 1.3.17
# Distribution used to test :
# Author : SuperPlumus
# Depend :
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="NosTale"
PREFIX="NosTale"
WORKING_WINE_VERSION="1.3.17"
 
if [ "$POL_LANG" = "fr" ]; then
LNG_CHOOSE_DDV="Veuillez sélectionner votre exécutable Digital Download"
LNG_INSTALL_RUN="Installation en cours..."
LNG_SUCCES="$TITLE\\na été installé avec succès !\\n\\nLors du premier démarrage, veuillez sélectionner dans les options le mode OpenGL au\\nlieu de DirectX"
else
LNG_CHOOSE_DDV="Please select your Digital Download executable"
LNG_INSTALL_RUN="Installation in progress..."
LNG_SUCCES="$TITLE\\nhas been installed successfully.\\n\\nWhen you first start, please select in the options \\nOpenGL mode instead of DirectX"
fi
 
POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$TITLE" "Gameforge" "http://www.gameforge.com" "SuperPlumus" "$PREFIX"
 
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION"
Use_WineVersion "$WORKING_WINE_VERSION"
 
select_prefix "$POL_USER_ROOT/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
 
cd "$HOME"
POL_SetupWindow_browse "$LNG_CHOOSE_DDV" "$TITLE"
POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE"
wine start /Wait /unix "$APP_ANSWER"
POL_SetupWindow_detect_exit
 
POL_SetupWindow_auto_shortcut "$PREFIX" "Nostale.exe" "$TITLE" "" "-doublebuffer -no3d"
Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$TITLE"
 
POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"
 
POL_SetupWindow_Close
exit


Source : https://www.playonlinux.com/fr/topic-4456-Suggestion_jeu_NosTale.html

Mais même avec ce lien, ça ne marche pas : https://www.playonlinux.com/fr/app-1200-NosTale.html mon problème ou plutôt mon incompréhension reste identique.

Le problème c'est que lorsque je lance l'installation (qui se lance bien) on me dit que je dois parcourir vers quelque chose, plus précisement on me demande un truc genre : choississez votre Digital Download. Mais je ne sais pas quoi choisir, et comme je choisis un truc random, l'installation crash après avec un smiley pas content. sad

Voici la ligne de code lorsque je mets la commande "PlayOnLinux sur ma commande pour voir ce que je fais dedans :
gaylord@Mister:~$ playonlinux
Looking for python... 2.7.6 - wxversion(s): 2.8-gtk2-unicode
selected
[main] Message: PlayOnLinux (4.2.8) is starting
[clean_tmp] Message: Cleaning temp directory
[Check_OpenGL] Message: 32bits direct rendering is enabled
[POL_System_CheckFS] Message: Checking filesystem for /home/gaylord/.PlayOnLinux/
[main] Message: Filesystem is compatible
[install_plugins] Message: Vérification de l'extension : Capture...
[install_plugins] Message: -->Installation de l'extension : 'Capture'.
[install_plugins] Message: Vérification de l'extension : ScreenCap...
[install_plugins] Message: Vérification de l'extension : PlayOnLinux Vault...
[update_check] Message: Web version : 1432260365
[update_check] Message: Current local version : 1432096619
[update_check] Message: Updating list
[POL_Config_Write] Message: Config write: LAST_TIMESTAMP 1432260365
[POL_SetupWindow_Init] Message: Creating new window for pid 3103
[POL_SetupWindow_browse] Message: browser answer: /home/gaylord/Bureau/script
[POL_SetupWindow_Close] Message: Closing window for pid 3103
[POL_GPG_auth_script] Message: Checking signature of /home/gaylord/Bureau/script
[POL_GPG_install_key] Message: Importing PlayOnLinux public key
[POL_SetupWindow_Init] Message: Creating new window for pid 3103
[POL_SetupWindow_Close] Message: Closing window for pid 3103
[POL_SetupWindow_Init] Message: Creating new window for pid 3330
[POL_SetupWindow_install_wine] Warning: Function deprecated
[POL_Wine_InstallVersion] Message: Installing wine version path: 1.3.17, x86
Server sha1 : f7298ec3298aa7e8d7a533d39c49e1f916297511
Client sha1 : f7298ec3298aa7e8d7a533d39c49e1f916297511
Gestionnaire de paquetages de PlayOnLinux : 4.2.8

Opening /home/gaylord/.PlayOnLinux/tmp/PlayOnLinux-wine-1.3.17-linux-x86.pol
Extraction : /home/gaylord/.PlayOnLinux/tmp/PlayOnLinux-wine-1.3.17-linux-x86.pol...
En cours d'exécution.
Netoyage en cours...
[POL_Wine_Install_resources] Message: Installing gecko for wine 1.3.17 x86
[POL_Wine_Install_resources] Message: Linking gecko
[POL_Wine_Install_resources] Message: Installing wine_gecko-1.2.0-x86.msi
[POL_Download] Message: Downloading http://wine.playonlinux.com/gecko/x86/wine_gecko-1.2.0-x86.msi
[POL_Download] Message: Download MD5 matches
[POL_Wine_Install_resources] Message: Installing mono for wine 1.3.17 x86
[POL_Wine_Install_resources] Message: Linking mono
[Use_WineVersion] Warning: Function is deprecated. Use export WINEVERSION instead
[select_prefixe] Warning: Deprecated function ! Use POL_Wine_SelectPrefix
[POL_SetupWindow_prefixcreate] Warning: Very deprecated ! Use POL_Wine_PrefixCreate
[POL_Wine_PrefixCreate] Message: POL_WINEVERSION is already set to 1.3.17. Using it
[POL_Wine_PrefixCreate] Message: Creating prefix (1.3.17)...
[POL_Wine_PrefixCreate] Message: Prefix already exists
[POL_SetupWindow_menu] Message: menu answer: Erase (virtual drive content will be lost)
[POL_Wine_PrefixCreate] Message: Erase Prefix
[POL_Wine_PrefixCreate] Message: Using wine 1.3.17
[POL_Wine_InstallVersion] Message: Installing wine version path: 1.3.17, x86
[POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
[POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.3.17
[POL_Wine] Message: Running wine-1.3.17 --version (Working directory : /home/gaylord/.PlayOnLinux/shortcuts)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
[POL_Wine] Message: Wine return: 0
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x8ede8cc, overlapped 0x8ede8b0): stub
wine: configuration in '/home/gaylord/.PlayOnLinux//wineprefix/NosTale' has been updated.
/home/gaylord/.PlayOnLinux//wine/linux-x86/1.3.17/bin//wineserver
[POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
[POL_Wine] Message: Running wine-1.3.17 cmd /c echo %ProgramFiles% (Working directory : /home/gaylord/.PlayOnLinux/shortcuts)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
[POL_Wine] Message: Wine return: 0
[POL_SetupWindow_browse] Message: browser answer: /home/gaylord/.PlayOnLinux/wineprefix/NosTale
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Success

[POL_SetupWindow_detect_exit] Warning: POL_SetupWindow_detect_exit is deprecated
cat: /home/gaylord/.PlayOnLinux//configurations/guis/3330: Aucun fichier ou dossier de ce type
[POL_SetupWindow_auto_shortcut] Warning: POL_SetupWindow_auto_shortcut is deprecated
No internet icon...
wrestool: /home/gaylord/.PlayOnLinux//wineprefix/NosTale/drive_c/./: est un dossier
icons-brut: premature end
[Set_WineVersion_Assign] Warning: Function deprecated !
[POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.3.17
[POL_SetupWindow_Close] Message: Closing window for pid 3330
[POL_Wine] Message: Running wine-1.3.17 -doublebuffer -no3d (Working directory : /home/gaylord/.PlayOnLinux/wineprefix/NosTale/drive_c)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
wine: cannot find ''
[POL_Wine] Message: Wine return: 87
[POL_SetupWindow_Init] Message: Creating new window for pid 4469
[main] Error: NosTale crashed.
Click on debug link to get more details.
[POL_SetupWindow_Close] Message: Closing window for pid 4469
[POL_Wine] Message: Running wine-1.3.17 -doublebuffer -no3d (Working directory : /home/gaylord/.PlayOnLinux/wineprefix/NosTale/drive_c)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
wine: cannot find ''
[POL_Wine] Message: Wine return: 87
[POL_SetupWindow_Init] Message: Creating new window for pid 4711
[main] Error: NosTale crashed.
[POL_SetupWindow_Close] Message: Closing window for pid 4711
[POL_SetupWindow_Init] Message: Creating new window for pid 5331
[POL_SetupWindow_textbox_multiline] Message: textbox_multiline answer: - What we[...]thing else to report?lem occurred?
A voir également:

1 réponse

mamiemando Messages postés 33079 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 23 avril 2024 7 749
24 mai 2015 à 16:12
As-tu essayé de suivre les étapes décrites ici ?
https://board.fr.nostale.gameforge.com/?page=Thread&threadID=101166

Bonne chance
0
Foudre35 Messages postés 262 Date d'inscription dimanche 10 juin 2012 Statut Membre Dernière intervention 16 décembre 2020
24 mai 2015 à 16:16
Je ne dispose plus d'Ubuntu, désolé mais avant la désinstallation de ce dernier, il fallait en fait que je parcourais sur le programme d'installation pour que ça installe normalement mais après, qu'il ait les configuations de Playonlinux.
Oui la solution était très conne, en effet, et j'ai honte.

Mais merci pour ton soutiens, je mets mon sujet en résolu.
0
mamiemando Messages postés 33079 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 23 avril 2024 7 749
24 mai 2015 à 20:12
Ça marche merci pour ton retour :-)
0