mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

tabbed version cannot lunch on Windows 10 #102

Closed jwnsu closed 4 years ago

jwnsu commented 6 years ago

Download and launch on latest Windows 10 (Version 1803), got following error:

Exception: STATUS_ACCESS_VIOLATION at rip=00100420055
rax=0000000000000000 rbx=0000000000000001 rcx=0000000001090880
rdx=0000000000000000 rsi=0000000100481E00 rdi=0000000000000000
r8 =00000000FFFFC0E8 r9 =0000000100481E00 r10=0000000000000000
r11=0000000000000246 r12=0000000100487820 r13=0000000000000001
r14=0000000000000000 r15=00000000FFFFCAF0
rbp=00000001004825E4 rsp=00000000FFFFC180
program=C:\Users\j\wsl-terminal-tabbed\bin\mintty.exe, pid 5004, thread main
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame        Function    Args
001004825E4  00100420055 (7FFA42CFC1AA, 00000000001, 00040000000, 00600000000)
000FFFFC2D0  00100420510 (7FFA428B4710, 00100400000, 00600086440, 00000000000)
000FFFFC2D0  0010042F87A (00100000001, 00000000000, 001802DC900, 04949435341)
000FFFFCCB0  001800479B2 (00000000000, 00000000000, 00000000000, 00000000000)
00000000000  00180045653 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0  00180045704 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace
gourneau commented 6 years ago

I am having the exact same problem. I am using Windows 10 build 1803.

Menci commented 6 years ago

The same on 1803.

zhangnew commented 5 years ago

+1

jamesdunn commented 5 years ago

Same issue on 1803. Non-tabbed runs OK. Stacktrace identical to jwnsu's:

Exception: STATUS_ACCESS_VIOLATION at rip=00100420055
rax=0000000000000000 rbx=0000000000000001 rcx=0000000000DAFDC0
rdx=0000000000000000 rsi=0000000100481E00 rdi=0000000000000000
r8 =00000000FFFFC0F8 r9 =0000000100481E00 r10=0000000000000000
r11=0000000000000246 r12=0000000100487820 r13=0000000000000001
r14=0000000000000000 r15=00000000FFFFCB00
rbp=00000001004825E4 rsp=00000000FFFFC190
program=C:\Users\d\wsl-terminal-tabbed\bin\mintty.exe, pid 6464, thread main
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame        Function    Args
001004825E4  00100420055 (7FF829CBC1AA, 00000000001, 00040000000, 00600000000)
000FFFFC2E0  00100420510 (7FF829B04710, 00100400000, 00600056440, 00000000000)
000FFFFC2E0  0010042F87A (00100000001, 00000000000, 001802DC900, 04949435341)
000FFFFCCB0  001800479B2 (00000000000, 00000000000, 00000000000, 00000000000)
00000000000  00180045653 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0  00180045704 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace
samhdee commented 5 years ago

A bit late to the party but same here. Has anyone found a solution since last year?

optlee commented 5 years ago

same problem. any response?

mskyaxl commented 4 years ago

I am waiting for a PR in mintty that should fix this. See https://github.com/mskyaxl/wsl-terminal/issues/178