hchunhui / librime-cloud

72 stars 12 forks source link

simplehttp.dll %1 不是有效的 Win32 应用程序 #11

Closed xiaoyixiao369 closed 5 months ago

xiaoyixiao369 commented 5 months ago

执行 local http = require("simplehttp")时出现以下错误,请问该如何解决

Log line format: [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg E20240409 10:39:49.166194 22064 modules.cc:77] rime.lua error: error loading module 'simplehttp' from file 'C:\Program Files (x86)\Rime\weasel-0.15.0\simplehttp.dll': %1 不是有效的 Win32 应用程序。 E20240409 10:39:50.074358 11064 lua_gears.cc:131] Lua Compoment of initialize error:( module: select_character name_space: select_character func type: nil ): func type error expect function E20240409 10:39:50.075403 11064 lua_gears.cc:131] Lua Compoment of initialize error:( module: baidu_processor name_space: baidu_processor func type: nil ): func type error expect function

xiaoyixiao369 commented 5 months ago

已解决:

  1. 重新安装官方小狼毫0.15.0版本
  2. 将本项目重新编译出Windows版本的simplehttp.dll