-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot make it work on Windows 10 x64 #24
Comments
Is the issue is with API writeBytesDirect only or you are not able to run anything at all. Were simple read and write methods working. |
Yes, simple write and read work. So, the problem with methods writeBytesDirect and readBytesDirect in SerialComManager. Thanks for your prompt reply. |
Is this test working for you https://github.com/RishiGupta12/SerialPundit/tree/master/tests/test61-directwrite/src/test61 |
Hi AndreiPiakhota, |
Hi
The library works without a hitch on Linux but I cannot make it work on Windows 10 AMD x64. Every time I try ranning it, the JVM crashes with EXCEPTION_ACCESS_VIOLATION (0xc0000005). I tried on 3 different machines with the same crash. I checked all the libraries (msvcr120.dll, setupapi.dll, advapi32.dll, kernel32.dll) and there they are. There is no consistency in crash log files (hs_err_pid...log). I attach some of these files. It seems like Windows 10 (x64) is not supported but how can I be sure.
hs_err_pid5820.txt
hs_err_pid8624.txt
hs_err_pid8996.txt
The text was updated successfully, but these errors were encountered: