B4J Question IDE message - Destination array was not long enough?

tchart

Well-Known Member
Licensed User
Longtime User
Has anyone seen this IDE error before? This sometimes shows up in a server app of mine but only in debug mode. As it only happens sometimes its very hard to track down.

1644131030706.png


Message in the logs windows is this;

[IDE message - 8:01:15]
An error occurred.
Destination array was not long enough. Check destIndex and length, and the array's lower bounds.


The odd thing is that once this occurs logging stops working - the app is still running BTW, the logs just stop working.
 

tchart

Well-Known Member
Licensed User
Longtime User
Ah I see there is some discussion here;


I will try this as it is indeed logging a long text string.
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
Hi I have the same here
IDE message - 2:04:52
And Debugger is not working anymore.
 
Upvote 0
Top