Search found 473 matches

by lpaatero
Tue Aug 13, 2024 2:28 pm
Forum: Bugs
Topic: gowrite2 script only shows splash window
Replies: 3
Views: 3427

Re: gowrite2 script only shows splash window

I would expect the problem is somehow in gowrite2 script, it is a hack. It could fail multiple ways.
If you later find any patterns in failures, let me know.

/Lauri
by lpaatero
Tue Aug 13, 2024 1:23 pm
Forum: General
Topic: Automatically create variations by default
Replies: 1
Views: 2989

Re: Automatically create variations by default

Sorry, right now it does not remember its last state.

I try to implement persistent state as I have time.
by lpaatero
Tue Aug 13, 2024 1:22 pm
Forum: General
Topic: Stop katago
Replies: 1
Views: 1043

Re: Stop katago

If you deselect "analyse all", no new analysis should be done.
There may still be analysis in queue (both in gowrite and in katago), but once queue is done, not new work should start in katago.
by lpaatero
Tue Aug 13, 2024 1:20 pm
Forum: Bugs
Topic: gowrite2 script only shows splash window
Replies: 3
Views: 3427

Re: gowrite2 script only shows splash window

How are you starting gowrite?
from command line or thru some other means?

Some systems have had problems parsing %F in desktop definitions, this could be the problem.

/ Lauri
by lpaatero
Fri Jul 19, 2024 9:58 am
Forum: Bugs
Topic: Error when opening new windows
Replies: 3
Views: 5198

Re: Error when opening new windows

Thanks for analysis, this clarifies the problem.

I found some broken code in variation letter selection. I will try to fix this in next version.
by lpaatero
Fri Jul 19, 2024 9:23 am
Forum: Hactar Go
Topic: Hactar Go LIte is no more
Replies: 0
Views: 4865

Hactar Go LIte is no more

Hactar go lite cannot be installed anymore from google play.

Google policies forbid multiple similar programs, and this prevents me keeping both Hactar Go and Hactar Go Lite in google play.
by lpaatero
Fri Apr 19, 2024 7:39 am
Forum: Bugs
Topic: Error when opening new windows
Replies: 3
Views: 5198

Re: Error when opening new windows

Hi, It seems your gowrite settings are somehow damaged. Problem relates to what is show as label for main continuation of the game. The code around this looks bad, and can fail multiple ways. There are probably quite ancient bugs, need to dig this a bit more. You can fix the problem by renaming (or ...
by lpaatero
Thu Feb 01, 2024 10:24 am
Forum: Support
Topic: Trying to Run GoWrite2 on Mac M2 Sonoma (14.2.1)
Replies: 6
Views: 14667

Re: Trying to Run GoWrite2 on Mac M2 Sonoma (14.2.1)

Do other mac users see this problem?
Please let us know!
by lpaatero
Tue Jan 30, 2024 2:48 pm
Forum: Support
Topic: Trying to Run GoWrite2 on Mac M2 Sonoma (14.2.1)
Replies: 6
Views: 14667

Re: Trying to Run GoWrite2 on Mac M2 Sonoma (14.2.1)

To me it somehow looks like Java itself is failing. You could test if other java+GUI software is working.

Solving this without lots of trialing would require debugging with Mac. I do not have one, so I cannot do this.

regards
Lauri
by lpaatero
Tue Jan 30, 2024 2:36 pm
Forum: Support
Topic: Any Plans on Having a Version of GoWrite2 Embedded on a Webpage?
Replies: 2
Views: 5109

Re: Any Plans on Having a Version of GoWrite2 Embedded on a Webpage?

This has been considered, but it is not feasible. There are multiple ways to do this (beyond deprecated applets).

None of the ways is easy or simple.

Also result would be half-cooked. Maintaining such solution is not that much fun.

regards
Lauri
by lpaatero
Tue Jan 23, 2024 1:26 pm
Forum: Bugs
Topic: GoWrite version incorrect in SGF
Replies: 1
Views: 7930

Re: GoWrite version incorrect in SGF

Seems I mistakenly incremented build-time version too much to 3.2.7... SGF file version reflect version of actual SGF handling library, not the UI of the application. So version is not in sync with visible version in UI. The hactar app is using same SGF handing library, so its SGF file version numbe...
by lpaatero
Sun Jan 14, 2024 6:43 pm
Forum: Support
Topic: Trying to Run GoWrite2 on Mac M2 Sonoma (14.2.1)
Replies: 6
Views: 14667

Re: Trying to Run GoWrite2 on Mac M2 Sonoma (14.2.1)

I know very little about macs, I do not have one myself. GOWrite inb mac does not do anything fancy, so difficult to say why the problem. One possible thing to try is to update the startup script. I think most recent startup script is in https://github.com/AstroImageJ/universalJavaApplicationStub/re...
by lpaatero
Sun Jan 14, 2024 6:39 pm
Forum: Bugs
Topic: Crash pressing 'del' key
Replies: 3
Views: 6212

Re: Crash pressing 'del' key

Fix is in 3.2.6.
by lpaatero
Sun Jan 14, 2024 6:36 pm
Forum: General
Topic: GOWrite 3.2.6 / 3.2.7
Replies: 0
Views: 16073

GOWrite 3.2.6 / 3.2.7

Versions 3.2.6 / 3.2.7 are same; different version number is due to an error. GOWrite 3.2.6 is minor update Fix hang when pressing DEL key. Update FlatLaf library that is used for look&feel. Updates in 3.2.5 Minor stability fixes Windows installer, java jre and main executable updated. This enab...
by lpaatero
Thu Jan 11, 2024 3:57 pm
Forum: Bugs
Topic: Crash pressing 'del' key
Replies: 3
Views: 6212

Re: Crash pressing 'del' key

Thanks!

I can reproduce this now, so should not be difficult to fix.

regards
Lauri