Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 01/10/2015, à 13:20

Paulo34120

[Résolu] Installation Fleex avec Wine

Bonjour,
Je dois installer le logiciel Fleex, qui n'est disponible que sous Mac ou Windows. J'ai donc installé Wine, mais lorsque je lance l'exécutable de Fleex avec Wine, le message suivant s'affiche :
Unable to satisfy all prerequisites for Fleex player. Setup Cannot continue until all system components have been successfully installed.

En cliquant sur "Details", un panneau se déroule avec le message suivant :
Prerequisite check for system component Microsoft .NET Framework 4.5 (x86 and x64) failed with the following error message:
"Installation of the Microsoft .NET Framework 4.5 is not supported on this operating system. Contact your application vendor."


See the setup log file located at 'C:\users\paul\Temp\VSDa2eb.tmp\install.log' for more information.

Merci, pour votre aide précieuse qui m'évitera d'avoir dépensé 35€ dans ce logiciel pour rien smile

Dernière modification par Paulo34120 (Le 23/10/2015, à 09:46)

Hors ligne

#2 Le 01/10/2015, à 16:56

k3c

Re : [Résolu] Installation Fleex avec Wine

est-ce qu'il est possible de télécharger une version d'essai ?

Quel est le site web ?

http://fleex.tv ?


Archlinux sur Xiaomi Air 13

Hors ligne

#3 Le 01/10/2015, à 17:26

k3c

Re : [Résolu] Installation Fleex avec Wine

Apparemment ça marche

Remplacer gg par ton user dans toutes les commandes qui suivent
J'ai créé un suffixe wine et installé dotnet45

WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex winetricks -q --unattended dotnet45

Puis comme il a râlé, j'ai fait comme il disait, téléchargé à
http://www.oldversion.com/windows/downl … mework-3-0
puis copié le fichier là il voulait

mv netframework3.exe /home/gg/.cache/winetricks/dotnet30/

puis relancé comme il le voulait

WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex winetricks -q --unattended dotnet45

J'ai installé wininet, car c'est sans doute utile, pour une appli sur le web

WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex winetricks -q --unattended wininet

 
J'ai lancé l'installation

WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex wine /home/gg/Téléchargements/fleex-2.0.0.exe 

Puis quand ça a été fini, j'ai lancé l'appli

WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex wine /home/gg/.wine_fleex/drive_c/Program\ Files/Fleex/fleex.exe 

Je l'ai autorisé à installer vlc pour Windows.

A la fin, il me demande mon code utilisateur


Archlinux sur Xiaomi Air 13

Hors ligne

#4 Le 02/10/2015, à 23:25

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

apres avoir téléchargé netframework, je fais la commande que suivante, mais le message suivant s'affiche :
mv: impossible d'évaluer «netframework3.exe»: Aucun fichier ou dossier de ce type

Hors ligne

#5 Le 03/10/2015, à 06:46

k3c

Re : [Résolu] Installation Fleex avec Wine

Ton fichier est sans doute dans Téléchargements, essaie

mv ~/Téléchargements/netframework3.exe /home/$USER/.cache/winetricks/dotnet30/

Dernière modification par k3c (Le 03/10/2015, à 08:31)


Archlinux sur Xiaomi Air 13

Hors ligne

#6 Le 03/10/2015, à 12:57

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Oui ça avance mais nouveau problème en entrant cette commande :

mv: impossible de déplacer «/home/paul/Téléchargements/netframework3.exe» vers «/home/paul/.cache/winetricks/dotnet30/»: N'est pas un dossier

Hors ligne

#7 Le 04/10/2015, à 09:58

k3c

Re : [Résolu] Installation Fleex avec Wine

Poste le résultat, entre balises code, de

ls -alrt /home/paul/.cache/winetricks

Archlinux sur Xiaomi Air 13

Hors ligne

#8 Le 04/10/2015, à 18:33

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Apres ta commande, j'obtiens :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ ls -alrt /home/paul/.cache/winetricks
total 20
drwxr-xr-x  2 root root 4096 oct.   2 11:14 dotnet45
drwx------ 17 paul paul 4096 oct.   4 18:10 ..
drwxr-xr-x  2 root root 4096 oct.   4 19:23 dotnet20
drwxrwxr-x  5 paul paul 4096 oct.   4 19:24 .
drwxrwxr-x  2 paul paul 4096 oct.   4 19:24 win2ksp4

Je ne comprends absolument rien à ce que je suis en train de faire, mais je suppose que le problème viens de dotnet30, donc je modifie tes indications avec dotnet 20.
J'arrive donc à l'étape suivante :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ WINEARCH=win32 WINEPREFIX=/home/paul/.wine_fleex wine /home/paul/Téléchargements/fleex-2.0.0.exe 
wine: WINEARCH set to win32 but '/home/paul/.wine_fleex' is a 64-bit installation.

Hors ligne

#9 Le 04/10/2015, à 19:38

k3c

Re : [Résolu] Installation Fleex avec Wine

Bon je ne sais pas pour quelle raison, mais le message

WINEARCH set to win32 but '/home/paul/.wine_fleex' is a 64-bit installation.

signifie que tu as passé à un moment une commande wine, sans WINEARCH=win32, ce qui  créé un suffixe 64 bits.
Et wine 64 bits fait très peu de choses, très très peu.

Tu es bon pour tout nettoyer et recommencer, donc nettoyage, au moins

rm -rf ~/.wine_fleex

mais aussi, vérifier que tu n'as pas d'autres suffixes .wine, ou .wine*

Que donne

ls -ld ~/.wine*

Archlinux sur Xiaomi Air 13

Hors ligne

#10 Le 05/10/2015, à 20:58

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

J'ai donc nettoyé comme tu me l'as demandé.
J'ai ensuite effectué la commande suivante, qui donne :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ ls -ld ~/.wine*
drwxrwxr-x 4 paul paul 4096 oct.   5 21:40 /home/paul/.wine

Par la suite j'ai réessayé les commandes de ton 1eres posts, en pensant que je mettais trompé à ma 1ère tentative :
J'obtiens alors le message suivant dans ma console :

The .NET Runtime Optimization Service is running.
------------------------------------------------------
NetFx30SP1_x86.exe exited with status 0
------------------------------------------------------
------------------------------------------------------
Working around wine bug 33450 -- Installing msxml3
------------------------------------------------------
Executing w_do_call msxml3
Executing load_msxml3

(process:12636): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
------------------------------------------------------
Please download msxml3.msi from http://download.cnet.com/Microsoft-XML- … 31613.html, place it in /home/paul/.cache/winetricks/msxml3, then re-run this script.

et l'installation de MSXL ne fonctionne pas...

PS : est il normal d'utiliser netframework 3.0 alors qu'il existe une version 4.5?

Dernière modification par Paulo34120 (Le 05/10/2015, à 21:23)

Hors ligne

#11 Le 06/10/2015, à 07:54

k3c

Re : [Résolu] Installation Fleex avec Wine

Il faut d'abord voir si tu as un ou des dossiers Program Files x86

find ~/.wine* -name "Program*Files*"

si tu en as, il faut effacer le prefix .wine en question et recommencer

>>>PS : est il normal d'utiliser netframework 3.0 alors qu'il existe une version 4.5?
avec wine oui

Dernière modification par k3c (Le 06/10/2015, à 09:21)


Archlinux sur Xiaomi Air 13

Hors ligne

#12 Le 06/10/2015, à 22:16

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Ta commande me donne le résultat suivant :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ find ~/.wine* -name "Program*Files*"
/home/paul/.wine/drive_c/Program Files (x86)
/home/paul/.wine/drive_c/Program Files
/home/paul/.wine_fleex/drive_c/Program Files

Il faut que je supprime le 1er dossier c'est ça?

Hors ligne

#13 Le 06/10/2015, à 22:44

k3c

Re : [Résolu] Installation Fleex avec Wine

oui, c'est ça, et tu recommences à zéro.

Wine est piégeux et fastidieux :-(


Archlinux sur Xiaomi Air 13

Hors ligne

#14 Le 07/10/2015, à 19:08

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Bon j'ai fait ce que tu m'as demandé et j'obtiens le résultat suivant :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ find ~/.wine* -name "Program*Files*"
/home/paul/.wine_fleex/drive_c/Program Files

J'ai recommencé et ça commence à sentir bon mais au moment de l'installation... patatra :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ WINEARCH=win32 WINEPREFIX=/home/paul/.wine_fleex wine /home/paul/Téléchargements/fleex-latest.exe
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x32e758,0x00000001,0x32e744) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ras:RasEnumConnectionsW (0x140140,0x77d7d0,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:ras:RasEnumEntriesW ((nil),(null),0x15fb60,0x77e000,0x154dfc),stub!

Et ce processus reste actif dans le terminal...
Allez on y est presque big_smile
Merci en tout cas

Hors ligne

#15 Le 08/10/2015, à 07:12

k3c

Re : [Résolu] Installation Fleex avec Wine

Apparemment il te manque libgnutls, donc

sudo apt-get install libgnutls

on va te proposer d'installer la 26,27 ou 28, c'est pareil, n'importe laquelle devrait faire fonctionner ton soft.

Tu as bien installé wininet au début de la manip ?


Archlinux sur Xiaomi Air 13

Hors ligne

#16 Le 08/10/2015, à 08:40

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Oui wininet est bien installé :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ WINEARCH=win32 WINEPREFIX=/home/paul/.wine_fleex winetricks -q --unattended wininet
Executing w_do_call wininet
wininet already installed, skipping

mais l'installation de libgnuttls ne se déroule pas comme prévu :

paul@paul-HP-Pavilion-dv6-Notebook-PC:~$ sudo apt-get install libgnutls
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
N: « AdobeAIRInstaller.bin » dans le répertoire « /etc/apt/sources.list.d/ » a été ignoré car il utilise une extension non valable
N: « AdobeAIRInstaller.bin » dans le répertoire « /etc/apt/sources.list.d/ » a été ignoré car il utilise une extension non valable
E: Impossible de trouver le paquet libgnutls

De plus, il me semble qu'il est déjà installé :
Dans mon gestionnaire de paquets synaptic, les cases libgnutls-xssl0, libgnutls-openssl27, libgnutls26:i386, libgnutls28-dev, libgnutlsxx28, libgnutlsxx27, libgnutls26 et libgnutls28 sont cochées.

Hors ligne

#17 Le 08/10/2015, à 09:37

k3c

Re : [Résolu] Installation Fleex avec Wine

>>> libgnutls28 sont cochées.

donc il est installé, bizarre.

par contre tu lances fleexe-latest.exe et je lançais fleexe.exe

Tu télécharges où ta version ? J'ai dans Téléchargements

ll ~/Téléchargements/fleex-2.0.0.exe 
-rw-rw-r-- 1 gg gg 44375637 oct.   1 17:58 /home/gg/Téléchargements/fleex-2.0.0.exe

Archlinux sur Xiaomi Air 13

Hors ligne

#18 Le 08/10/2015, à 15:22

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Je télécharge ma version sur le site de fleex :
http://fleex.tv/fr/Player/Download

Et le fichier téléchargé s'appelle bien fleex-latest.exe

Hors ligne

#19 Le 08/10/2015, à 20:40

k3c

Re : [Résolu] Installation Fleex avec Wine

J'ai effacé mon .wine_fleex précédent, tout relancé, et je n'arrive pas à l'installer, ça tourne en rond, j'ai installé dotnet45, et il veut l'installer pour 32 et 64 bits, et ça défile sans progresser, dans le terminal j'ai à la fin

fixme:advapi:LsaClose (0xcafe) stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub!
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:wuapi:automatic_updates_Pause 
err:service:service_send_command service protocol error - failed to write pipe!
fixme:qmgr:BackgroundCopyJob_AddFileSet Check for valid filenames and supported protocols
fixme:advapi:ControlTraceW (0, (null), 0xa5589c, 1) stub
fixme:qmgr:BackgroundCopyJob_AddFileSet Check for valid filenames and supported protocols
fixme:qmgr:BackgroundCopyJob_SetPriority (0x1328a0)->(0): stub
fixme:qmgr:BackgroundCopyJob_SetNoProgressTimeout (0x1328a0)->(120): stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:ole:marshal_object object doesn't expose interface {659cdeac-489e-11d9-a9cd-000d56965251}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002

je reprendrai demain


Archlinux sur Xiaomi Air 13

Hors ligne

#20 Le 13/10/2015, à 19:50

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Rien de neuf? big_smile

Hors ligne

#21 Le 13/10/2015, à 20:23

k3c

Re : [Résolu] Installation Fleex avec Wine

ah je n'ai pas repris, je vais essayer de reprendre, et je te tiens au courant.


Archlinux sur Xiaomi Air 13

Hors ligne

#22 Le 19/10/2015, à 17:04

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

J'espère que tu n'as pas abandonné si près du but big_smile

Hors ligne

#23 Le 21/10/2015, à 16:51

k3c

Re : [Résolu] Installation Fleex avec Wine

J'ai refait un essai, j'ai installé via winetricks
dotnet45 (indispensable)
riched20
wininet
ie8

au tout démarrage de l'installation, j'ai une erreur dans une fenêtre

PLATFORM VERSION INFO
	Windows 			: 6.1.7601.65536 (Win32NT)
	Common Language Runtime 	: 4.0.30319.17929
	System.Deployment.dll 		: 4.0.30319.17929 built by: FX45RTMREL
	clr.dll 			: 4.0.30319.17929 built by: FX45RTMREL
	dfdll.dll 			: 4.0.30319.17929 built by: FX45RTMREL
	dfshim.dll 			: 4.0.31106.0 (Main.031106-0000)

SOURCES
	Deployment url			: http://download.fleex.tv/player/Fleex%20player.application

ERROR SUMMARY
	Below is a summary of the errors, details of these errors are listed later in the log.
	* Activation of http://download.fleex.tv/player/Fleex%20player.application resulted in exception. Following failure messages were detected:
		+ Exception has been thrown by the target of an invocation.
		+ Unknown error "-1073741822".

COMPONENT STORE TRANSACTION FAILURE SUMMARY
	No transaction error was detected.

WARNINGS
	There were no warnings during this operation.

OPERATION PROGRESS STATUS
	* [21/10/2015 17:48:53] : Activation of http://download.fleex.tv/player/Fleex%20player.application has started.

ERROR DETAILS
	Following errors were detected during this operation.
	* [21/10/2015 17:48:54] System.Reflection.TargetInvocationException
		- Exception has been thrown by the target of an invocation.
		- Source: mscorlib
		- Stack trace:
			at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
			at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
			at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
			at System.Security.Cryptography.SignatureDescription.CreateDigest()
			at System.Security.Cryptography.Xml.SignedXml.CheckSignedInfo(AsymmetricAlgorithm key)
			at System.Security.Cryptography.Xml.SignedXml.CheckSignature(AsymmetricAlgorithm key)
			at System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(AsymmetricAlgorithm& signingKey)
			at System.Deployment.Internal.CodeSigning.SignedCmiManifest.Verify(CmiManifestVerifyFlags verifyFlags)
			at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(Stream s)
			at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
			at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
			at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
			at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
			at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
		--- Inner Exception ---
		System.Security.Cryptography.CryptographicException
		- Unknown error "-1073741822".
		- Source: System.Core
		- Stack trace:
			at System.Security.Cryptography.BCryptNative.OpenAlgorithm(String algorithm, String implementation)
			at System.Security.Cryptography.BCryptAlgorithmHandleCache.GetCachedAlgorithmHandle(String algorithm, String implementation)
			at System.Security.Cryptography.BCryptHashAlgorithm..ctor(CngAlgorithm algorithm, String implementation)
			at System.Security.Cryptography.SHA256Cng..ctor()

COMPONENT STORE TRANSACTION DETAILS
	No transaction information is available.

C'est bizarre, le précédent fleex.exe (et pas fleex-latest.exe) s'était installé sans problème


Archlinux sur Xiaomi Air 13

Hors ligne

#24 Le 21/10/2015, à 17:13

Paulo34120

Re : [Résolu] Installation Fleex avec Wine

Y'a t-il un moyen de retrouver fleex.exe tu crois?

Hors ligne

#25 Le 21/10/2015, à 18:14

k3c

Re : [Résolu] Installation Fleex avec Wine

Je peux te l'envoyer

$ ll Téléchargements/fleex*
-rw-rw-r-- 1 gg gg 44375637 oct.   1 17:58 Téléchargements/fleex-2.0.0.exe
-rw-rw-r-- 1 gg gg   426520 oct.   8 17:24 Téléchargements/fleex-latest.exe

Edit

bizarre, le fleex-latest est 100 fois plus petit, je me demande si il est complet

Mes commandes qui lancent fleex 2.0, je viens de vérifier, remplacer gg par ton user
au début, refuser d'installer Mono
les
cd
servent à éviter les problèmes, wine fait très mal
cd
donc se mettre au bon endroit pour lancer un .exe
winecfg me sert à mettre la bibliothèque gdiplus en
builtin, intégrée (pas certain que ça soit indispensable)

WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex winetricks -q --unattended dotnet45 wininet gdiplus
cp Téléchargements/msxml3.msi /home/gg/.cache/winetricks/msxml3/
WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex winetricks -q --unattended dotnet45  
WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex winecfg
cd Téléchargements/
WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex wine fleex-2.0.0.exe 
cd ~/.wine_fleex/drive_c/Program\ Files/Fleex/
WINEARCH=win32 WINEPREFIX=/home/gg/.wine_fleex wine fleex.exe 

Dernière modification par k3c (Le 22/10/2015, à 10:04)


Archlinux sur Xiaomi Air 13

Hors ligne