Paste your logs.

Built for Minecraft & Hytale

Unknown Log

62 lines
Raw
Detected that Windows has terminated one or more processes within the last minute leading up to the moment of the current Minecraft JVM instance termination,
so with a very high probability that one of these processes is the Minecraft JVM itself.
Command used to identify terminated processes:
$ErrorActionPreference = 'Continue';
Get-WinEvent -FilterHashtable @{
LogName='Application';
Level=2;
StartTime=((Get-Date).AddSeconds(-15).ToString('o'))
} *>&1 | Format-Table -Wrap -AutoSize | Out-File "C:\Users\********\AppData\Local\Temp\win_event1763843463718.txt" -Encoding UTF8
If no java.exe (or related JVM processes) are listed below, you can disregard this message.
To get more information about such errors:
1) Open Windows Event Viewer (Win+R -> eventvwr.msc -> Enter).
2) Click "Windows Logs" -> "Application".
3) Look for the latest Error you have.

ProviderName: .NET Runtime
TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
11/22/2025 3:31:02 PM 1026 Error Application: OverwolfBrowser.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException
at Autofac.Core.Lifetime.LifetimeScope.ThrowDisposedException()
at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(Autofac.ResolveR
equest)
at
Autofac.ResolutionExtensions.TryResolveService(Autofac.IComponentContext,
Autofac.Core.Service,
System.Collections.Generic.IEnumerable`1<Autofac.Core.Parameter>,
System.Object ByRef)
at
Autofac.ResolutionExtensions.ResolveService(Autofac.IComponentContext,
Autofac.Core.Service,
System.Collections.Generic.IEnumerable`1<Autofac.Core.Parameter>)
at Curse.TechService.Events.EventsModule+<>c__DisplayClass0_0.<Load>b__1
(System.Type)
at MediatR.ServiceFactoryExtensions.GetInstances[[System.__Canon,
mscorlib, Version=**.**.**.**, Culture=neutral,
PublicKeyToken=b77a5c561934e089]](MediatR.ServiceFactory)
at MediatR.Internal.RequestHandlerWrapperImpl`2[[System.__Canon,
mscorlib, Version=**.**.**.**, Culture=neutral,
PublicKeyToken=b77a5c561934e089],[MediatR.Unit, MediatR, Version=**.**.**.**,
Culture=neutral,
PublicKeyToken=bb9a41a5e8aaa7e2]].Handle(MediatR.IRequest`1<MediatR.Unit>,
System.Threading.CancellationToken, MediatR.ServiceFactory)
at MediatR.Mediator.Send[[MediatR.Unit, MediatR, Version=**.**.**.**,
Culture=neutral,
PublicKeyToken=bb9a41a5e8aaa7e2]](MediatR.IRequest`1<MediatR.Unit>,
System.Threading.CancellationToken)
at Curse.Plugin.APIAdapter+<changeModpackProperties>d__146.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.ExecutionContext.RunInternal(System.Threading.Execut
ionContext, System.Threading.ContextCallback, System.Object, Boolean)
at
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPo
olWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()