mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
commit
56be5ba946
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ class Core:
|
|||
plugin_handle, plugin_path, PLUGIN_NAME[plugin_type], plugin_desc, plugin_version)
|
||||
except OSError as e:
|
||||
log.debug("plugin_load_try()")
|
||||
plugin_path = plugin_path.decode('ascii', 'ignore')
|
||||
plugin_path = plugin_path.encode('ascii')
|
||||
log.error("failed to load plugin %s: %s" % (plugin_path, e))
|
||||
|
||||
def plugin_startup(self, handle, name, desc):
|
||||
|
|
Loading…
Add table
Reference in a new issue