VRM4U icon indicating copy to clipboard operation
VRM4U copied to clipboard

UE5.3.2でQuick Launchに失敗する。OSC Plugin起因と思われる。

Open PaperSloth opened this issue 5 months ago • 3 comments

Describe the bug 以下再現手順 ThirdPerson TemplateでBlueprintのプロジェクトを新規に作成 Plugins以下にVRM4Uを配置 プロジェクトを起動し、PluginsからVRM4Uが有効であることを確認 VRM4UのContentからUtil/Actor/latent 以下のファイルを削除

Developmentでプロジェクトをパッケージ化 (Shippingでも同様に発生) 作成されたexeを実行 -> プロジェクトが起動しない

プロジェクトを再度立ち上げ、Quick Launchを実行 以下の警告とエラーが出力され、実行が出来ない。

Screenshots, log

LogPlayLevel: Warning: UAT: LogStreaming: Warning: Failed to read file '(ProjectDir)/Saved/StagedBuilds/Windows/Cloud/IoStoreOnDemand.ini' error.

LogPlayLevel: Error: UAT: LogPluginManager: Error: Unable to load plugin 'OSC'. Aborting.

OSCのloadに失敗するため、VRM4UのDependencies PluginsからOSCを削除してプロジェクトを再起動 Quick Launchを再度実行 その場合は以下のエラーが出力されて失敗となる。

LogPlayLevel: Error: UAT: LogPluginManager: Error: Plugin 'VRM4U' failed to load because module 'VRM4UCaptureEditor' could not be loaded.  There may be an operating system error or the module may not be properly set up.

Environment settings:

  • Windows 11
  • UE5.3.2
  • VRM4U_5_3_20240823.zip

PaperSloth avatar Sep 06 '24 07:09 PaperSloth