発生している問題
Unityのプロジェクトを起動した際にクラッシュするようになりました。
画面には下記メッセージが表示されています。
We will now try to find a fix for the crash. Please wait...
Status: There is no fix available. Please report a bug.
「Report a Bug」というボタンがあるのですが、バグについての情報が不足しているため、報告していません。
ログ出力
Error.logには、下記の出力が数か所出ています。
GetLastError: '無効なアドレスにアクセスしようとしています。
Editor.logのスタックトレースは下記の出力がされていました。
(16進数部分は削除しています。)
Using Asset Import Pipeline V2. received signal from system: SIGSEGV Stack trace: (Unity) StackWalker::GetCurrentCallstack (Unity) StackWalker::ShowCallstack (Unity) GetStacktrace (Unity) winutils::CrashHandler::DefaultSignalHandler (Unity) seh_filter_exe (Unity) `__scrt_common_main_seh'::`1'::filt$0 (Unity) _C_specific_handler (ntdll) _chkstk (ntdll) RtlRaiseException (ntdll) KiUserExceptionDispatcher (Unity) RestService::HttpTransport::CertificateStore::Init (Unity) RestService::HttpTransport::Start (Unity) RestService::Startup (Unity) CallbackArray::Invoke (Unity) InitializeEngineNoGraphics (Unity) Application::InitializeProject (Unity) WinMain (Unity) __scrt_common_main_seh (KERNEL32) BaseThreadInitThunk (ntdll) RtlUserThreadStart
試したこと
下記を試しましたが、プロジェクトの起動はできませんでした。
- プロジェクトの新規作成
- UnityHubの再インストール
- Unityの再インストール
- PCの再起動
補足情報(FW/ツールのバージョンなど)
Unityのバージョン:2020.2.1f1
OS: Windows 10
ソースはGitで管理中
以上、不足情報等があれば追記いたしますので、よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/28 00:10