B4J Question Janotherdatepicker app crash

le_toubib

Active Member
Licensed User
Longtime User
Hi all
I'm using the janotherdatepicker class in my project. And everything it's working fine on my win10 laptop.
But when i migrated to a win7 desktop , the whole app crashed upon clicking on the calendar icon .
The crash actually happen at the line :
B4X:
Frm.showandwait
Located in the (sub show) in the class .

There is no logs since the whole app crashed.

The error message is :

java platform SE binary ha stopped working
Problem event bane : BEX64
Application name : java.exe
Application version : 8.0.660.18
Application timestamp : 5640eceb
Fault module name : stackhash_dfb2
.

P.s :
I m using a b4j portable folder to be able to easily migrate to other devices, as instructed b4 . so it's the exact same app+java+b4j on both devices.
How to fix that . what am i doing wrong here ?
 
Last edited:
Top