https://bugs.winehq.org/show_bug.cgi?id=49412
Matías Zúñiga matias.nicolas.zc@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #67757|0 |1 is obsolete| |
--- Comment #15 from Matías Zúñiga matias.nicolas.zc@gmail.com --- Created attachment 67862 --> https://bugs.winehq.org/attachment.cgi?id=67862 Trace output near the error
While retesting this with wine-staging 5.14, I was able to get the dump file without problems. It's quite big, and I can upload it somewhere if asked, but for the moment I'm putting here the winedbg output:
``` $ winedbg /home/User/.wine/dosdevices/c:/users/User/Temp/PKMa869.tmp 00c4:fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for -04, bias 240, std (d/m/y): 5/04/2020, dlt (d/m/y): 6/09/2020 WineDbg starting on minidump on pid 0020 League of Legends.exe was running on #8 Intel Pentium Pro/II or AMD Athlon (71.1) CPUs on Windows Win7 (7601) [on wine-5.14 (Staging), on top of Linux (5.6.19-libre.300.fc32.gnu.x86_64)] Register dump: CS:0107 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:102966f0 ESP:0031d9a8 EBP:0031d9ec EFLAGS:00000206( - -- I - -P- ) EAX:00000001 EBX:00001000 ECX:15104e06 EDX:00000001 ESI:0031d9d0 EDI:0031e410 Stack dump: 0x0031d9a8: *** Invalid address 0x0031d9a8 ***
000c: sel=0067 base=00000000 limit=00000000 32-bit r-- Backtrace: =>0 0x0107:0x102966f0 EntryPoint+0xffffffff() in stub (0x0031d9ec) 00cc:fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for -04, bias 240, std (d/m/y): 5/04/2020, dlt (d/m/y): 6/09/2020 WineDbg starting on minidump on pid 0020 League of Legends.exe was running on #8 Intel Pentium Pro/II or AMD Athlon (71.1) CPUs on Windows Win7 (7601) [on wine-5.14 (Staging), on top of Linux (5.6.19-libre.300.fc32.gnu.x86_64)] Register dump: rip:0000000000000000 rsp:0031e4100000002b rbp:000010000031d9d0 eflags:00000000 ( - -- - - - ) rax:00003fff80000000 rbx:0000002b00000063 rcx:4003800000000000 rdx:0000006b00000020 rsi:15104e0600000001 rdi:0031d9ec00000001 r8:00000107102966f0 r9:0031d9a800000206 r10:0020027f0000002b r11:0032013300000000 r12:0031bc5800000000 r13:00001fa000000000 r14:000000000000ffff r15:0000000000000000 Stack dump: 0x0031e4100000002b: *** Invalid address 0x0031e4100000002b ***
Backtrace: =>0 0x0000000000000000 (0x000010000031d9d0) WineDbg starting on pid 0020 ```
This seems to confirm that the cause of the crash is the first of the two exceptions from the trace-log
I'm attaching an updated trace log, this time including the full output for pid 0020 (without removing the RtlAllocateHeap/HeapFree lines that usually flood the log)