Como instalar o laboratório de processamento de imagens Aforge no Linux com o Wine

1

Estou tentando instalar o Aforge Image Processing Lab no meu Centos.

Eu configurei meu vinho para 32bits como;

WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg

E eu instale o framework .NET 2.0 como;

env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet20

E também eu instale o arquivo .exe no diretório ~/.wine32/drive_c/Program\ Files/

Até agora, tudo é muito bom para mim. No entanto, quando eu começo;

wine iplab.exe

Isso me causa esse erro e não inicia;

[mg@MgCentOS bin]$ wine iplab.exe 
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -120, std (d/m/y): 8/11/2015, dlt (d/m/y): 29/03/2015

Unhandled Exception:
System.NotSupportedException: Can't get timezone name.
  at System.CurrentSystemTimeZone..ctor (Int64 lnow) [0x00000] in <filename unknown>:0 
  at System.TimeZone.get_CurrentTimeZone () [0x00000] in <filename unknown>:0 
  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ComboBox+ComboTextBox..ctor (System.Windows.Forms.ComboBox owner) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ComboBox/ComboTextBox:.ctor (System.Windows.Forms.ComboBox)
  at System.Windows.Forms.ComboBox.set_DropDownStyle (ComboBoxStyle value) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ComboBox..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ComboBox:.ctor ()
  at IPLab.HistogramWindow.InitializeComponent () [0x00000] in <filename unknown>:0 
  at IPLab.HistogramWindow..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) IPLab.HistogramWindow:.ctor ()
  at IPLab.MainForm..ctor (AutoOpenMode autoOpenMode, System.String autoOpenParam) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) IPLab.MainForm:.ctor (IPLab.MainForm/AutoOpenMode,string)
  at IPLab.MainForm.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotSupportedException: Can't get timezone name.
  at System.CurrentSystemTimeZone..ctor (Int64 lnow) [0x00000] in <filename unknown>:0 
  at System.TimeZone.get_CurrentTimeZone () [0x00000] in <filename unknown>:0 
  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ComboBox+ComboTextBox..ctor (System.Windows.Forms.ComboBox owner) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ComboBox/ComboTextBox:.ctor (System.Windows.Forms.ComboBox)
  at System.Windows.Forms.ComboBox.set_DropDownStyle (ComboBoxStyle value) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ComboBox..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ComboBox:.ctor ()
  at IPLab.HistogramWindow.InitializeComponent () [0x00000] in <filename unknown>:0 
  at IPLab.HistogramWindow..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) IPLab.HistogramWindow:.ctor ()
  at IPLab.MainForm..ctor (AutoOpenMode autoOpenMode, System.String autoOpenParam) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) IPLab.MainForm:.ctor (IPLab.MainForm/AutoOpenMode,string)
  at IPLab.MainForm.Main (System.String[] args) [0x00000] in <filename unknown>:0 

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at System.Windows.Forms.Form.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 
  at IPLab.MainForm.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 
  at System.ComponentModel.Component.Finalize () [0x00000] in <filename unknown>:0 
[mg@MgCentOS bin]$ 

Você poderia me ajudar como eu posso lidar com esse erro e iniciar o aplicativo Image Processing Lab?

    
por goGud 16.11.2015 / 11:31

1 resposta

0

PlayOnLinux é uma boa interface gráfica para wine que (pelo menos para mim) é muito mais fácil de operar.

Como teste, eu instalei o Image Processing Lab 2.8.0 usando o recurso PlayOnLinux "Instalar um programa não listado". O programa instalou perfeitamente e trabalhou na primeira tentativa; Eu carreguei e ajustei algumas imagens e as coisas parecem funcionar bem. Eu testei com PlayOnLinux versão 4.2.9, a versão atual.

Se você não tiver o PlayOnLinux, poderá obter o RPM no link ou em outras versões em link .

Na tela principal, escolha a opção Install e, em seguida, Install a non-listed program no canto inferior.

    
por 21.11.2015 / 23:56