MacOS version of Bookmap
Re: Pre-beta version of Bookmap for MacOS
Hello,
I'm getting this error when i start the program:
Full report content:
java.lang.IllegalArgumentException: No enum constant velox.bookmap.kV.t.SUBSCRİPTİONS
at java.lang.Enum.valueOf(Enum.java:238)
at velox.bookmap.kV$t.valueOf(SourceFile:47)
at velox.bookmap.kV$s.build(SourceFile:112)
at velox.bookmap.kV.getMessage(SourceFile:560)
at velox.bookmap.ks.b(SourceFile:102)
at velox.bookmap.km.run(SourceFile:771)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
What i need to do againts this error?
I'm getting this error when i start the program:
Full report content:
java.lang.IllegalArgumentException: No enum constant velox.bookmap.kV.t.SUBSCRİPTİONS
at java.lang.Enum.valueOf(Enum.java:238)
at velox.bookmap.kV$t.valueOf(SourceFile:47)
at velox.bookmap.kV$s.build(SourceFile:112)
at velox.bookmap.kV.getMessage(SourceFile:560)
at velox.bookmap.ks.b(SourceFile:102)
at velox.bookmap.km.run(SourceFile:771)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
What i need to do againts this error?
Re: Pre-beta version of Bookmap for MacOS
There was an issue with Turkish (and maybe some others) locale. We set locale to be English by default.
Latest build can be downloaded here https://bookmap.com/current/mac
Also. There was a bug in update system so those who want to update bookmap have to download latest build manually.
Latest build can be downloaded here https://bookmap.com/current/mac
Also. There was a bug in update system so those who want to update bookmap have to download latest build manually.
Re: Pre-beta version of Bookmap for MacOS
New build mac-106 is released.
Fixed issue: rithmic caused crash on 5+ opened tabs. Now rithmic users can open more tabs.
Fixed issue: rithmic caused crash on 5+ opened tabs. Now rithmic users can open more tabs.
-
- Site Admin
- Posts: 282
- Joined: Mon Jun 11, 2018 11:44 am
- Has thanked: 2 times
- Been thanked: 31 times
Re: Pre-beta version of Bookmap for MacOS
Hi. Correct me if I'm wrong, but I believe they only provide a .NET connector, which would probably be a pain to run under MacOS - it can be done either by running another process under Wine and communicating with it or by trying to get it running with Mono (which, even if connector code will run, would require implementing our own Java<->Mono bridge, since it's not currently supported by Jni4Net that we use). Is there a better way that I'm missing?
EDIT: actually it seems that there is FIX api, though I do not remember the details about it. In either case that would require a custom MacOS - specific implementation, so it's not planned for the nearest future.
EDIT: actually it seems that there is FIX api, though I do not remember the details about it. In either case that would require a custom MacOS - specific implementation, so it's not planned for the nearest future.
Re: Pre-beta version of Bookmap for MacOS
Hi Svyatoslav,
GAIN have FIX, I am not sure about S5 and I am not even sure if it has any specific S5 requirements. I just found suspicious, that there is an S5 specific Bookmap installation.
If it is just a pure GAIN connection and you are not planning to implement it, I would take it up and try to implement a connection plugin to FIX in pure Java.
GAIN have FIX, I am not sure about S5 and I am not even sure if it has any specific S5 requirements. I just found suspicious, that there is an S5 specific Bookmap installation.
If it is just a pure GAIN connection and you are not planning to implement it, I would take it up and try to implement a connection plugin to FIX in pure Java.
-
- Site Admin
- Posts: 282
- Joined: Mon Jun 11, 2018 11:44 am
- Has thanked: 2 times
- Been thanked: 31 times
Re: Pre-beta version of Bookmap for MacOS
GAIN and S5 are the same API, at least with .NET connector. The S5 installer is simply a white labeled version. In .NET adapter those are exactly the same thing requiring no code modification to connect to one or another (S5/GAIN in Bookmap are fully interchangeable, i.e. GAIN account will work in S5 connection and vice versa).GAIN have FIX, I am not sure about S5 and I am not even sure if it has any specific S5 requirements. I just found suspicious, that there is an S5 specific Bookmap installation.
Sounds great!I would take it up and try to implement a connection plugin to FIX in pure Java.
-
- Posts: 3
- Joined: Sat Apr 25, 2020 8:10 pm
Re: Pre-beta version of Bookmap for MacOS
When is this coming out of pre-Beta for Mac. I mean, c'mon guys. It's been FOREVER.