-
Notifications
You must be signed in to change notification settings - Fork 376
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
jack2 windows crash #332
Comments
found it: it's necessary to add |
This issue affects JACK's own ASIO driver, last I checked. Thus the crash can happen for applications that don't link JACK at all. Seems a little unreasonable to ask those applications to change their link configuration to dodge a crash like this. |
you're right, I'll reopen to keep the issue visible/ |
Also getting this with MSVC2017 64 bit when loading libjack64.dll from the windows debugger
|
MSVC 2019, 64 bit:
0000000069A2F244 | 48:8B05 954D0A00 | mov rax,qword ptr ds:[69AD3FE0]
0000000069A2F24B | 48:897424 30 | mov qword ptr ss:[rsp+30],rsi
0000000069A2F250 | 48:895C24 28 | mov qword ptr ss:[rsp+28],rbx
0000000069A2F255 | 48:89CE | mov rsi,rcx
0000000069A2F258 | 48:897C24 38 | mov qword ptr ss:[rsp+38],rdi
0000000069A2F25D | 48:896C24 40 | mov qword ptr ss:[rsp+40],rbp
0000000069A2F262 | 48:85C0 | test rax,rax
0000000069A2F265 | 0F84 E5000000 | je libjack64.69A2F350
0000000069A2F26B | 8B08 | mov ecx,dword ptr ds:[rax] |
Just doing the following:
crashes on windows with a weird stacktrace :
using MSVC2017 64 bit.
Apparently someone had the same issue here: http://jack-audio.10948.n7.nabble.com/Jack-Devel-Does-Jack-Server-work-in-win8-1-x64-td18191.html
The text was updated successfully, but these errors were encountered: