Wineを使用してLinuxにAforge Image Process Labをインストールする方法

Wineを使用してLinuxにAforge Image Process Labをインストールする方法

CentosにAforge Image Process Labをインストールしようとしています。

私のワインを32ビットで構成します。たとえば、次のようになります。

WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg

.NET 2.0フレームワークをインストールしました。

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

また、~/.wine32/drive_c/Program\ Files/ディレクトリに.exeファイルをインストールしました。

これまでは、すべてがうまく機能しています。しかし、私が始めたとき。

wine iplab.exe

このエラーが発生して開始されませんでした。

[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]$ 

このエラーを処理し、画像処理ラボアプリケーションを起動する方法を教えてください。

ベストアンサー1

PlayOnLinuxwine(少なくとも私にとっては)使いやすいクールなグラフィックフロントエンドです。

テストとして、PlayOnLinux「リストにないプログラムのインストール」機能を使用してImage Process Lab 2.8.0をインストールしました。プログラムは完全にインストールされ、最初の試みで動作しました。いくつかの画像を読み込んでサイズ変更しましたが、すべてがうまくいくようです。PlayOnLinux現在バージョン4.2.9でテストしました。

PlayOnLinuxがない場合は、次からRPMを取得できます。http://rpm.playonlinux.com/または他のバージョンhttps://www.playonlinux.com/en/download.html

ホーム画面でを選択し、Install下隅Install a non-listed programにあるオプションを選択します。

おすすめ記事