wallstudio/RecottePlugin

特定環境下でPluginの機能が反映されない

Closed this issue · 8 comments

特定環境下でPluginの機能が反映されない

ログ強化版 RecottePluginFoundation.dll

rescue_00.zip

true_ok

ここまではOK

ログ強化版 CustomSkin.dll

rescue_01.zip

image image image image image

これらは出ない

超ログ強化版 RecottePluginFoundation.dll

rescue_02.zip

image
image

これらも出ない

Wide文字対応版 RecottePluginFoundation.dll

rescue_03.zip

→ 改善せず

CustomSkin.dll などを LoadLibrary するとnull
ファイルは確実に在るけど、GetLastErrorは 126(ERROR_MOD_NOT_FOUND)

0Hz1RJ0y

DLLそのものではなく、依存先がない場合もNotFoundらしいので、Runtimeをインストール

  • Microsoft Visual C++ 2015 再頒布可能パッケージ Update 3
  • Visual Studio 2019 の Microsoft Visual C++ 再頒布可能パッケージ

→ 改善せず

これっぽい…(めんどくさいのでDebugのままビルドしてた)
https://teratail.com/questions/97154#reply-150394

対応 42d799f