Cannot load interface Interface::Wx. Error:

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
sctnightcore
Developers
Developers
Posts: 235
Joined: 09 Apr 2017, 07:23
Noob?: No
Location: Thailand

Cannot load interface Interface::Wx. Error:

#1 Post by sctnightcore »

OpenKore version what-will-become-2.1
Revision: ctime:2017_06_29
No loaded plugins.

Error message:
Cannot load interface Interface::Wx. Error:
The getpwuid function is unimplemented at /<D:\max2max2\wxstart.exe>Wx/Perl/Packager/Base.pm line 658.
BEGIN failed--compilation aborted at src/Interface/Wx.pm line 32.
Compilation failed in require at (eval 247) line 1.
BEGIN failed--compilation aborted at (eval 247) 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 136

Died at this line:
eval "use $module;";

if ($@) {
ModuleLoadException->throw(error => "Cannot load interface $module. Error:\n$@",
Run on windown 7 64bit

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Cannot load interface Interface::Wx. Error:

#2 Post by SkylorD »

eval "use $module;";
Learn rules

Post Reply