View Single Post
  #2  
Old 08-22-2022, 08:31 AM
Nokio Nokio is offline
Aviak


Join Date: Jan 2010
Location: Canada/Quebec
Posts: 76
Default

For Reference, I just did an install of Kubuntu22.04 in a virtual machine.

There was a slight difference vs my previous instruction, it is not related to Gina.
When I did the dotnet462 install, wine complained about a possible bug with a reference to a bug page on winehq webpage.
I added a --force and the rest completed with success.

Kubuntu22.04
From a fresh install into a first boot

Now to install and run Gina
  • WINEPREFIX="$HOME/Gina" WINEARCH=win32 wine wineboot
  • WINEPREFIX="$HOME/Gina" winetricks --force -q dotnet462
  • wget https://eq.gimasoft.com/GINA/setup.exe -P "$HOME/Gina/"
  • WINEPREFIX="$HOME/Gina" wine $HOME/Gina/setup.exe
Reply With Quote