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
PlayOnLinux
wine
(적어도 나에게는) 작동하기 쉬운 멋진 그래픽 프런트엔드입니다 .
테스트로 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
하단 모서리에 있는 옵션을 선택합니다.