Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【質問】System.Exception: package not foundというエラー #74

Open
sseiichi opened this issue Jan 29, 2025 · 3 comments
Open

【質問】System.Exception: package not foundというエラー #74

sseiichi opened this issue Jan 29, 2025 · 3 comments
Labels
question Further information is requested

Comments

@sseiichi
Copy link

sseiichi commented Jan 29, 2025

バグ報告ではなく質問になります。エラーの原因は私のPC設定のようなのですが、どういった箇所で問題が発生しているのか教えていただけるとうれしいです。

VPMPackageAutoInstallerが使用されたunitypackageをプロジェクトにインストールしようとすると、Error installing packagesというダイアログが表示された後、コンソールに以下のエラーが表示されます。

System.Exception: package not found: jp.lilxyzw.liltoon version 1.x.x
  at Anatawa12.VpmPackageAutoInstaller.VpmPackageAutoInstaller+<>c__DisplayClass9_0.<DoInstallImpl>b__1 (System.Collections.Generic.KeyValuePair`2[TKey,TValue] kvp) [0x00080] in <0d8bfeaa9ad745659c796136b479fb20>:0 
  at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].ToList () [0x0001b] in <51e69041cf524a30b24fbf0827a0e545>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <51e69041cf524a30b24fbf0827a0e545>:0 
  at Anatawa12.VpmPackageAutoInstaller.VpmPackageAutoInstaller.DoInstallImpl () [0x00387] in <0d8bfeaa9ad745659c796136b479fb20>:0 
  at Anatawa12.VpmPackageAutoInstaller.SyncedTask`1[TResult].Execute () [0x00015] in <0d8bfeaa9ad745659c796136b479fb20>:0 
  at Anatawa12.VpmPackageAutoInstaller.VpmPackageAutoInstaller.DoInstall () [0x00019] in <0d8bfeaa9ad745659c796136b479fb20>:0 
UnityEngine.Debug:LogError (object)
Anatawa12.VpmPackageAutoInstaller.VpmPackageAutoInstaller:DoInstall ()
Anatawa12.VpmPackageAutoInstaller.VpmPackageAutoInstaller/<DoAutoInstall>d__3:MoveNext ()
UnityEngine.UnitySynchronizationContext:ExecuteTasks ()

以上はliltoonの場合なのですが、liltoon以外のVPMPackageAutoInstallerが使用されたunitypackageでも同じエラーが発生します。

先月までは、このエラーは発生せず、liltoonはインストールできました。
また、同一LAN内の別PCではエラーは発生せず正常にインストールできます。

@anatawa12
Copy link
Owner

該当の VPAI UnityPackage をこの issue に送信していただけないでしょうか?

@sseiichi
Copy link
Author

該当のunitypackageはこちらです。
unitypackageではアップロードできなかったので、zipでアップロードしました。
lilToon_1.x.x.zip

@anatawa12
Copy link
Owner

unitypackageありがとうございます。

unitypackageの設定の問題ではなさそうですね。

考えられることとしては、https://lilxyzw.github.io/vpm-repos/vpm.json へのアクセスができなかったことなどが考えられると思いますが、詳細についてはログに残っていることが多いと思うのですが、他のログは出ていないでしょうか。

@anatawa12 anatawa12 added the question Further information is requested label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants