Skip to content
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

Open
AndreiPiakhota opened this issue Jul 5, 2017 · 4 comments
Open

Cannot make it work on Windows 10 x64 #24

AndreiPiakhota opened this issue Jul 5, 2017 · 4 comments

Comments

@AndreiPiakhota
Copy link

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

@RishiGupta12
Copy link
Owner

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.

@AndreiPiakhota
Copy link
Author

AndreiPiakhota commented Jul 6, 2017

Yes, simple write and read work. So, the problem with methods writeBytesDirect and readBytesDirect in SerialComManager. Thanks for your prompt reply.

@RishiGupta12
Copy link
Owner

@RishiGupta12
Copy link
Owner

Hi AndreiPiakhota,
Is this test working for you https://github.com/RishiGupta12/SerialPundit/tree/master/tests/test61-directwrite/src/test61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants