Search found 276 matches

by Svyatoslav
Wed Dec 15, 2021 11:57 am
Forum: General forum
Topic: Having multiple memory issues daily. Need help,
Replies: 20
Views: 29886

Re: Having multiple memory issues daily. Need help,

Ah, and also... You've mentioned that you had the same issue without any addons. If you have a memory dump from that - please send it too, I'll take a look. Cause the above does not explain this case.
by Svyatoslav
Wed Dec 15, 2021 11:54 am
Forum: General forum
Topic: Having multiple memory issues daily. Need help,
Replies: 20
Views: 29886

Re: Having multiple memory issues daily. Need help,

Hi, Thank you very much for the dumps and logs. From those it looks like possibly SI-on-chart addon has a memory leak. We are investigating... In either case - this isn't a problem with your computer, it's a bug - we are working on it. Until then you can try to unload that indicator or just keep mem...
by Svyatoslav
Wed Dec 15, 2021 9:30 am
Forum: General forum
Topic: MacOS version of Bookmap
Replies: 64
Views: 239475

Re: MacOS version of Bookmap

Hi. It already is, please use the following link: https://bookmap.com/current/alpha/mac
by Svyatoslav
Tue Dec 14, 2021 10:18 am
Forum: General forum
Topic: Having multiple memory issues daily. Need help,
Replies: 20
Views: 29886

Re: Having multiple memory issues daily. Need help,

Hi, I'm sorry to hear that bookmap is behaving like that. Now, let's try to figure it out... First of all - whenever it shows that memory popup - please chose "create a heap dump" option and send the dump to support. Zip it and upload to google drive or similar, but only share the link with those wh...
by Svyatoslav
Thu Dec 02, 2021 2:21 pm
Forum: Bookmap API
Topic: Inherit chart settings from.. resets indicators on original instrument
Replies: 1
Views: 2291

Re: Inherit chart settings from.. resets indicators on original instrument

Well... It's sort-of intended. If we are talking about core L1, inheritance works like this: copy settings, unload addon, replace settings on the target instrument, start addon back. That's because there is no special inherit API message/call, we just unload the addon and swap the settings. For core...
by Svyatoslav
Mon Nov 15, 2021 11:41 am
Forum: Bookmap API
Topic: Reading settings throws exception on newest version on Windows
Replies: 5
Views: 4524

Re: Reading settings throws exception on newest version on Windows

As I mentioned, this limitation comes from Java, not us. We just don't provide corresponding "--add-opens " flag, so JRE 17 blocks access. So gson library, that we use for serialization, just can't perform it. You have few options: - using your own serializer and passing a string to bookmap. That wa...
by Svyatoslav
Fri Nov 12, 2021 2:09 pm
Forum: Bookmap API
Topic: Reading settings throws exception on newest version on Windows
Replies: 5
Views: 4524

Re: Reading settings throws exception on newest version on Windows

Sorry, you are right, java update was the reason: Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private final byte java.time.LocalTime.hour accessible: module java.base does not "opens java.time" to unnamed module @4ae82894 To serialize/deserialize LocalTime, GSON ha...
by Svyatoslav
Fri Nov 12, 2021 12:21 pm
Forum: Bookmap API
Topic: Reading settings throws exception on newest version on Windows
Replies: 5
Views: 4524

Re: Reading settings throws exception on newest version on Windows

Hi. We did bump up java version, but I don't think that would affect it. I also don't think we changed anything relevant, really. My guess is that you actually do have incompatible settings somehow. If you could share your config file with me directly via any channel - please do, I'll take a look at...
by Svyatoslav
Fri Nov 12, 2021 9:04 am
Forum: Bookmap API
Topic: Can I control the z-order of added shapes
Replies: 1
Views: 2247

Re: Can I control the z-order of added shapes

Hi. Right now you can't really control that, as far as I remember. Adding such functionality is a valid feature request.
by Svyatoslav
Wed Nov 10, 2021 11:05 am
Forum: Bookmap API
Topic: Unable to remove shape exception with screen painter
Replies: 19
Views: 15125

Re: Unable to remove shape exception with screen painter

As a matter of fact, I tried the only removal I have to put into a try/catch, but could not catch the exception and I also could not find my code in the stack traces.  Yeah, right. That's one of the issues I'm working on. What happens is that bookmap will schedule the request and crash later, basic...