Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 2

How do I fix a non-zero exit status error during the TON CLI installation?
How do I fix a non-zero exit status error during the TON CLI installation?
I am trying to install the TON CLI. I'm following the [TON CLI INSTALLATION markdown guide](https://github.com/disintar/toncli/blob/master/INSTALLATION.md), but at step 10, I keep getting the following error: ``` Command '['path_to_func.exe', '-V']' returned non-zero exit status 3222601730' ``` I am running console as admin. I found this command in the TON CLI Python script, it just tries to run func.exe. So it sees func.exe but cannot run it. When I try to run `func.exe` manually, it gives error "couldn't start the program correctly", so apparently it's some system problem. My laptop has Windows 11. Does anybody know how to fix this? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9226
I am trying to install the TON CLI. I'm following the [TON CLI INSTALLATION markdown guide](https://github.com/disintar/toncli/blob/master/INSTALLATION.md), but at step 10, I keep getting the following error: ``` Command '['path_to_func.exe', '-V']' returned non-zero exit status 3222601730' ``` I am running console as admin. I found this command in the TON CLI Python script, it just tries to run func.exe. So it sees func.exe but cannot run it. When I try to run `func.exe` manually, it gives error "couldn't start the program correctly", so apparently it's some system problem. My laptop has Windows 11. Does anybody know how to fix this?
#toncli #installation
#toncli #installation
one year ago
Original
How do I fix a non-zero exit status error during the TON CLI installation?

I am trying to install the TON CLI. I'm following the [TON CLI INSTALLATION markdown guide](https://github.com/disintar/toncli/blob/master/INSTALLATION.md), but at step 10, I keep getting the following error: ``` Command '['path_to_func.exe', '-V']' returned non-zero exit status 3222601730' ``` I am running console as admin. I found this command in the TON CLI Python script, it just tries to run func.exe. So it sees func.exe but cannot run it. When I try to run `func.exe` manually, it gives error "couldn't start the program correctly", so apparently it's some system problem. My laptop has Windows 11. Does anybody know how to fix this?
#toncli #installation