OK that explains why I can't add my recent games while I can add older games.
Where can I edit out the restriction? Which file?
Go4go recent delivery import error Kombilo
- Knotwilg
- Oza
- Posts: 2432
- Joined: Fri Jan 14, 2011 6:53 am
- Rank: KGS 2d OGS 1d Fox 4d
- GD Posts: 0
- KGS: Artevelde
- OGS: Knotwilg
- Online playing schedule: UTC 18:00 - 22:00
- Location: Ghent, Belgium
- Has thanked: 360 times
- Been thanked: 1021 times
- Contact:
-
misesenforce
- Beginner
- Posts: 1
- Joined: Sun Apr 03, 2022 6:12 am
- GD Posts: 0
Re: Go4go recent delivery import error Kombilo
Knotwilg wrote:OK that explains why I can't add my recent games while I can add older games.
Where can I edit out the restriction? Which file?
I had the same issue, and posted it here :vier wrote:Have you tried changing the lineGomoto wrote:Oh nooooo!
It is a year 2020 problem.
Changing the game year in the date field to a pre 2020 year solves the problem for this sgf file.
I have little hope there will be a new kombilo version without the error. On the other hand the source code is available ...
libkombilo/pattern.h:const int DATE_PROFILE_END = 2020;
?
https://github.com/ugoertz/kombilo/issues/9
on the github repository hosting the source code of Kombilo.
Someone replied to me there and pointed to the current thread here, so I created a lifein19x19 profile and here I am !
On https://github.com/ugoertz/kombilo/issues/9 I learned that there is a file in the source code that contains the line :
Code: Select all
const int DATE_PROFILE_END = 2020;I replaced that line with
Code: Select all
const int DATE_PROFILE_END = 9999;I then built Kombilo from that slighly modified source, and end up still having the same crash issue as I had initially ...