Problem with the daily EXE build

LordAo

New member
Just downloaded the daily build (.exe). When I try to run most of the scripts, they say I have r0. "The latest example: zlib.ash' requires revision r15467 of kolmafia or higher (current: r0). Up-to-date builds can be found at http://builds.kolmafia.us/."

Any help/suggestions are greatly appreciated.
 

Bale

Minion
I checked the daily builds with the version command. The exe build says, "KoLmafia v16.8" while the jar build responds with, "KoLmafia v16.8 r15600" and it seems odd that they have different results. I suspect that the EXE doesn't know it's own revision number which causes trouble with the scripts that check for it.

I checked the latest jar build and EXE build...

First the jar:

> version

KoLmafia v16.8 r15600

> ash get_version()

Returned: KoLmafia v16.8

> ash get_revision()

Returned: 15600

Now the EXE build:

> version

KoLmafia v16.8

> ash get_version()

Returned: KoLmafia v16.8

> ash get_revision()

Returned: 0
 
Top