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

%LocalAppData%¥VRChatがないとき、インストールに失敗する #45

Open
m-hayabusa opened this issue Nov 30, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@m-hayabusa
Copy link
Owner

No description provided.

@m-hayabusa
Copy link
Owner Author

おそらく

var logFiles = Directory.EnumerateFiles(s_logDir, "output_log_*.txt", SearchOption.TopDirectoryOnly)
https://learn.microsoft.com/ja-jp/dotnet/api/system.io.directory.enumeratefiles?view=net-8.0DirectoryNotFoundException

@m-hayabusa m-hayabusa added the bug Something isn't working label Dec 2, 2024
@m-hayabusa m-hayabusa changed the title (VRChatを一回も起動していない環境で?) インストールに失敗する %LocalAppData%¥VRChatがないとき、インストールに失敗する Dec 2, 2024
@m-hayabusa
Copy link
Owner Author

_fsWatcher = new FileSystemWatcher(s_logDir)

だった

@m-hayabusa
Copy link
Owner Author

  • メッセージ出して落とす
  • フォルダを作ってしまう
  • インストール時にここを呼ばない
    • ログないときのエラーメッセージを出さないとする
    • 初回以降は落とす?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant