Search found 466 matches

by lpaatero
Wed Sep 22, 2021 7:44 pm
Forum: Tips & Tricks
Topic: Is there a way of binding "Export" to a shortcut?
Replies: 1
Views: 2833

Re: Is there a way of binding "Export" to a shortcut?

Hi, GOWrite does not contain means to assign new shortcuts (easily). I think you may be seeing also a bug in java: https://bugs.openjdk.java.net/browse/JDK-8273310 If you want to experiment: Open GOWrite.app/Contents/Java/gowrite.jar (inside the gowrite app) as a ZIP file, and modify Accelerator-Mac...
by lpaatero
Mon Sep 06, 2021 8:45 am
Forum: Bugs
Topic: Error in GoWrite Launcher, No usable JVM found
Replies: 13
Views: 21393

Re: Error in GoWrite Launcher, No usable JVM found

Hi, I assume you installed 64-bit Java? Other than that, I have no idea what the problem could be. GOWrite uses registry settings to find the Java, so setting PATH is not needed for GOWrite. Can you try in installation directory (using command line) java -jar GOWrite.jar It is not good way to use GO...
by lpaatero
Mon Apr 26, 2021 7:13 am
Forum: General
Topic: GOWrite 3.0.19
Replies: 2
Views: 9697

Re: GOWrite 3.0.19

Thanks for the report! It seems AboutHandler was not available in Java 8. The best solution is to update to Java 11. Java 11 is most current LTS version, and seems to be available for most platforms, either from package management (linux) or from https://adoptopenjdk.net/ for Windows and Mac. I see ...
by lpaatero
Thu Apr 01, 2021 7:15 am
Forum: General
Topic: GOWrite 3.0.21
Replies: 2
Views: 8549

Re: GOWrite 3.0.21

Hi, Generally I move versions to stable only after getting some feedback the new features are working as expected. I do not have good testing coverage for GOWrite, so there could many different kinds of problems left. If I do not hear any feedback, I typically move version to stable after using it a...
by lpaatero
Wed Oct 28, 2020 6:33 pm
Forum: General
Topic: GOWrite 3.0.19
Replies: 2
Views: 9697

GOWrite 3.0.19

This version (3.0.19) is for new MAC OSX installation package.
Updates:
* 3.0.19 First 3.0 GOWrite for Java.
* 3.0.19-1 updates java support.
by lpaatero
Wed May 13, 2020 3:34 am
Forum: Bugs
Topic: Exporting Colletion in .tex format
Replies: 4
Views: 9737

Re: Exporting Colletion in .tex format

I can think of quite a many potential reasons for the problem. The wizard has quite many heuristics in it. It seems I need to reproduce the problem to solve it. Can you send sample of the sgf files to me (lauri.paatero@iki.fi)? Also could you send the export wizard options, they are located in Wizar...
by lpaatero
Thu May 07, 2020 7:25 pm
Forum: Bugs
Topic: Exporting Colletion in .tex format
Replies: 4
Views: 9737

Re: Exporting Colletion in .tex format

Hi,

To bit narrow the problem, cloud you test, if HTML export works?

regards
Lauri
by lpaatero
Wed Oct 09, 2019 11:24 am
Forum: Support
Topic: 【Mac OS】Unable to copy current diagram
Replies: 1
Views: 6852

Re: 【Mac OS】Unable to copy current diagram

Hi. You cloud try menu Edit -> Copy Wizard; this allows selection of different formats to copy to clipboard. There select "bitmap graphics" as format. If this works, menu Options -> Clipboard graphics allows selecting Bitmap graphics as default for the copy. It is possible that problem rel...
by lpaatero
Sun Sep 08, 2019 8:47 pm
Forum: Support
Topic: printing a single pdf of a game taking up the whole page
Replies: 2
Views: 6184

Re: printing a single pdf of a game taking up the whole page

I thought this has been implemented in past, but it took bit of time to find...

In options -> SGF options -> Use symbols (not text) where possible

should avoid the text.

regards
Lauri
by lpaatero
Mon Aug 26, 2019 8:08 pm
Forum: Support
Topic: Grouped Custom Exceptions
Replies: 2
Views: 8214

Re: Grouped Custom Exceptions

Hi, Implementing merging similar to ko exception merging is not quite as easy as one would like. So for time being I will not implement it. If I take a look to exception code for other reasons later, I will make a test attempt. I am using gowrite with multiple recent java versions without any issues...
by lpaatero
Fri Mar 01, 2019 10:14 pm
Forum: General
Topic: Failed dependencies
Replies: 7
Views: 21995

Re: Failed dependencies

Thanks for reporting.

My repo has correct script, so it seems build script has failed somehow, and taken something crap :(

Created version 3.0.18 for ZIP and RPM. Can you check if everything is right now?
It looks fine on my machine.

regards
Lauri
by lpaatero
Sun Feb 10, 2019 10:46 am
Forum: Support
Topic: Unable to export ASCII diagram
Replies: 3
Views: 9521

Re: Unable to export ASCII diagram

Tested in linux / Java 10.0.2;
Seems to work fine.

Which OS are you using?
by lpaatero
Sat Feb 09, 2019 10:55 pm
Forum: Support
Topic: Unable to export ASCII diagram
Replies: 3
Views: 9521

Re: Unable to export ASCII diagram

Tested export in Java 8: - Export comment settings - Format: Ascii / Senseis library - wiki - Export graphic settings - Format: Ascii -> Exporting creates a .txt file with name given in export dialog. So problem is either in Java version, or there is some difference in settings. Or in environment......
by lpaatero
Sun Sep 16, 2018 9:24 am
Forum: General
Topic: default variation behavior
Replies: 1
Views: 10160

Re: default variation behavior

Hi, This is old behavior that used to be quite normal long time ago in go programs... Changing it will open quite a can of worms: How to insert moves into middle then? Add mode for this? So change would not be just this detail. So if I start to clean-up the user interface, this is one of the things ...
by lpaatero
Sat Sep 01, 2018 2:20 pm
Forum: Bugs
Topic: Error in GoWrite Launcher, No usable JVM found
Replies: 13
Views: 21393

Re: Error in GoWrite Launcher, No usable JVM found

Java 8 is the LTS (long-term support) version of java. It should work with all recent gowrite versions. Java 9 and Java 10 changed the way they are identified. Only 3.0.17 version work with Java 9 or Java 10. If there are issues with 3.0.17 and java 9 or 10, please try to report specific versions no...