-
Notifications
You must be signed in to change notification settings - Fork 134
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
【Crash】the plugin folder dll: JetBrains.Rider.Unity.Editor.Plugin.Repacked casue unity crash #2440
Comments
Try to delete it and reopen Rider, would it install a different version? |
@van800 I've try JetBrains Rider 2022.2.4, crash gone, but error still exist. is it a issue in v2023.3.2 |
Which Unity version do you have? Please double-click that dll, it would open in AssemblyExplorer. |
For some reason I can't login in Unity 5.6, so can't fully reproduce the issue. |
@van800 hi, van I've found the issue is because we strip many Unity Obsolete method, include "UnityEngine.Application.RegisterLogCallback", there's mono compile error cause unity crash. |
System.MissingMethodException: Method not found: 'UnityEngine.Application.RegisterLogCallback'.
at JetBrains.Rider.Unity.Editor.PluginEntryPoint.EnsureInitialised () [0x00000] in :0
at JetBrains.Rider.Unity.Editor.PluginEntryPoint..cctor () [0x00000] in :0
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogString(LogType, String)
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogError(Object)
additional information:
unity version : 5.6
rider version : 2023.3.2
The text was updated successfully, but these errors were encountered: