Hi,
THanks to Microsoft I have had to change my computer to W10. I reinstalled B4J but am having issues with some software that worked on my old machine.
Its basically the Chat program, slightly modified to not use prefix mode (using a PSOC not Arduino so B4R not option)
I changed just this line ( I think)
astream.Initialize(sp.GetInputStream, sp.GetOutputStream, "astream")
It compiles OK. Sees list of COMPORTS , but as soon as I try to connect it crashes with the following
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007110b5db, pid=18508, tid=16992
#
# JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
# Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C [jSSC-2.8_x86_64.dll+0xb5db]
Attached is the error log.
Is this anything to do with Java version, or have I forgotten something .
Thanks
Steve
THanks to Microsoft I have had to change my computer to W10. I reinstalled B4J but am having issues with some software that worked on my old machine.
Its basically the Chat program, slightly modified to not use prefix mode (using a PSOC not Arduino so B4R not option)
I changed just this line ( I think)
astream.Initialize(sp.GetInputStream, sp.GetOutputStream, "astream")
It compiles OK. Sees list of COMPORTS , but as soon as I try to connect it crashes with the following
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007110b5db, pid=18508, tid=16992
#
# JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
# Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C [jSSC-2.8_x86_64.dll+0xb5db]
Attached is the error log.
Is this anything to do with Java version, or have I forgotten something .
Thanks
Steve