開啟後出現下列紅字,有人知道怎麼解決嗎
----------------------------
OpenKore version what-will-become-2.1
SVN revision: 7565
No loaded plugins.
Error message:
Cannot load interface Interface::Wx. Error:
Can't load 'auto/Digest/MD5/MD5.dll' for module Digest::MD5: load_file:The specified module could not be found at /<C:\Documents and Settings\Administrator\Desktop\op\wxstart.exe>DynaLoader.pm line 219.
at perlapp line 843
BEGIN failed--compilation aborted at /<C:\Documents and Settings\Administrator\Desktop\op\wxstart.exe>Wx/Perl/Packager/Base.pm line 18.
...propagated at /<C:\Documents and Settings\Administrator\Desktop\op\wxstart.exe>base.pm line 94.
BEGIN failed--compilation aborted at /<C:\Documents and Settings\Administrator\Desktop\op\wxstart.exe>Wx/Perl/Packager/MSWin.pm line 14.
BEGIN failed--compilation aborted at src/Interface/Wx.pm line 32.
Compilation failed in require at (eval 240) line 1.
BEGIN failed--compilation aborted at (eval 240) line 1.
Stack trace:
Trace begun at src\Interface.pm line 51
Interface::loadInterface('Interface', 'Wx') called at openkore.pl line 44
main::__start at start.pl line 129
在這一行當掉:
eval "use $module;";
* if ($@) {
ModuleLoadException->throw(error => "Cannot load interface $module. Error:\n$@", |
|