Szóval magyar vagy... nahát, nahát. What a surprise!
I couldn't tell you by this what can cause the problem, since there's multiple error codes, but I guess its something like a memory allocation/leak.
Since most of the dll's are from System32, I think it indicates an overflow of memory allocations.
Exception EAccessViolation in module MMExtension.dll at 00006E08.
Access violation at address 03946E08 in module 'MMExtension.dll'. Read of address FFFFFFF1.
Access Violation: An "Access Violation" error occurs when a program attempts to access a memory location that it's not allowed to access. This can happen for various reasons, such as:
Trying to read or write to a memory address that is reserved for the operating system.
Attempting to access a null or uninitialized pointer.
Accessing memory that has been freed or deallocated.
Accessing memory outside the bounds of an array.
Chatgpt wrote me this.