Installer Flowgorithm sur Debian 12 à l'aide de Wine

Tags: #<Tag:0x00007f63f5c44ec8>

Bonjour,

J’ai besoin d’installer le logiciel Flowgorithm sur ma Debian 12. Il n’y a que la version Windows, donc j’ai tenté une installation via playonlinux. Je me retrouve avec ce message d’erreur quand je tente l’installation me disant d’installer le framework .NET.
Screenshot_20231015_122648

J’ai aussi tenté une installation via le terminal avec la version portable, mais j’ai cette erreur m’indiquant que je n’ai pas mono d’installer.
0108:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
J’ai bien le paquet mono-complète d’installer, mais APT ne me trouve pas de paquet tel que wine-mono.
Je ne peux pas non plus utiliser des alternatives comme Scratch. Car ce software m’est imposé par l’école d’ingé dans laquelle je viens d’entrer. J’essaye de m’accrocher à Debian, mais on nous met bien la pression pour repasser sous windows 11 justement pour ces problèmes de compatibilités. En plus de ce logiciel, je vais devoir trouver des solutions pour faire tourner Fusion 360, mais j’ai encore le temps.

Merci d’avance pour l’aide.

wine-mono-7.4.0-x86.msi → Index of /wine/wine-mono/7.4.0

GitHub - emanuele/flowgorithm_linux: Installation instruction to use FlowGoRithm on Linux / Ubuntu 20.04

Install wine-mono
wine64 uninstaller
(then click on install and choose the file you just downloaded wine-mono-7.4.0-x86.msi, and press OK)

J’avais tenté ce tuto, mais il ne me servait pas dans le sens ou selon wine, mono était déjà belle et bien installée.
mono

Salut,

Votre IF ressemble un peu à garuda, quel package avait vous utilisé pour le graphisme de vos icones?

Candy Icons. Le théme sous Kde s’appelle Sweet Dark

Première énorme copie d’écran qui se résume en fait ça en plus clair.

2023-10-15_14-56

Je n’y connais rien en wine et playonlinux, mais il y a peut-être plus simple à essayer:

lowgorithm build.sh

desktop=$(xdg-user-dir DESKTOP)
echo "Preparing the folder..."
mkdir ~/wol/Flowgorithm
cd ~/wol/Flowgorithm/
echo "Downloading Flowgorithm, this depends on your internet connection speed, Please wait..."
wget http://www.flowgorithm.org/download/files/Flowgorithm-Setup.zip -O ~/wol/Flowgorithm/setup.zip
mkdir ~/wol/Flowgorithm/installer
echo "Unzipping Flowgorithm..."
unzip ~/wol/Flowgorithm/setup.zip -d ~/wol/Flowgorithm/installer
echo "The installer is ready to run"
WINEARCH=win64 WINEPREFIX=~/wol/Flowgorithm wine ~/wol/Flowgorithm/installer/setup.exe
echo "Flowgorithm" >> ~/wol/Flowgorithm/name.txt
echo "The installer is finished"
read -rsn1 -p"The installation is finished, Press any key to exit";echo
exit
gabriel@debian ~/Téléchargements [1]> sudo sh build.sh 
[sudo] Mot de passe de gabriel : 
Désolé, essayez de nouveau.
[sudo] Mot de passe de gabriel : 
Preparing the folder...
mkdir: impossible de créer le répertoire « /root/wol/Flowgorithm »: Aucun fichier ou dossier de ce type
build.sh: 4: cd: can't cd to /root/wol/Flowgorithm/
Downloading Flowgorithm, this depends on your internet connection speed, Please wait...
/root/wol/Flowgorithm/setup.zip: Aucun fichier ou dossier de ce type
mkdir: impossible de créer le répertoire « /root/wol/Flowgorithm/installer »: Aucun fichier ou dossier de ce type
Unzipping Flowgorithm...
unzip:  cannot find or open /root/wol/Flowgorithm/setup.zip, /root/wol/Flowgorithm/setup.zip.zip or /root/wol/Flowgorithm/setup.zip.ZIP.
The installer is ready to run
wine: chdir to /root/wol/Flowgorithm : Aucun fichier ou dossier de ce type
build.sh: 12: cannot create /root/wol/Flowgorithm/name.txt: Directory nonexistent
The installer is finished
build.sh: 14: read: Illegal option -s

Je pense qu’il faut prendre ce script pour orientation/adaptation.

sudo sh build.sh
mkdir: impossible de créer le répertoire « /root/wol/Flowgorithm »

Pourquoi ‹ sudo › ?
Le répertoire /root/wol/Flowgorithm n’existe évidemment pas.
Par contre http://www.flowgorithm.org/download/files/Flowgorithm-Setup.zip existe bien.

Tu peux modifier le script en remplaçant ~/wol/Flowgorithm/ par ~/Flowgorithm/, après avoir créé le répertoire ~/Flowgorithm/
mkdir ~/Flowgorithm/

Par contre, le lien entre le problème de ‹ .Net framework › de ton premier message et wine-mono qui semble installé ne me parait pas clair du tout.
Comme je ne peux pas tester, et que wine tolère mal les approximations, probablement besoin d’un gros nettoyage pour vérifier de potentiels conflits entre wine installé d’un côté et PlayOnLinux.
Ma boule de crystal atteint ses limites.

en résumé :
DOSSIER=~/.wine-Flowgorithm ; mkdir -p « $DOSSIER » ; export WINEPREFIX="$DOSSIER" ; wine wineboot
wine Flowgorithm-Setup/setup.exe

avec
deb [signed-by=/etc/apt/keyrings/winehq-archive.key] https://dl.winehq.org/wine-builds/debian bookworm main

chez moi ça a marché

Hors sujet désolé mais quelqu’un arrive t’il a jouer à WoW avec Wine?
Merci

edit: je suis tombé sur cela: 1 et 2
Si ca peut vous aider pour Flogorithm pour avoir une idée de la procédure à suivre