kalk icon indicating copy to clipboard operation
kalk copied to clipboard

Crashed on start

Open santisbon opened this issue 3 years ago • 4 comments

  • macOS 13.0.1 on M2 (arm64)
  • Installed from Homebrew.
  • Running zsh with Oh My Zsh framework (tried both Terminal app and iTerm2).
  • after running kalk : [1] 33491 killed kalk

santisbon avatar Dec 09 '22 06:12 santisbon

It seems that the AOT version on ARM64 is failing. Only workaround for now is to have installed a .NET Runtime 7.0+ and install kalk as a global tool as explained here

xoofx avatar Aug 21 '23 16:08 xoofx

2024-0114-1340 kalk percentages

@santisbon, 54MB (!!!) calculator that refuses to accept arguments to calculate directly from the command line, and when it goes into its own shell, it throws errors trying to calculate the percentages. Why do you need such a calculator?

If you like gigantomania, try Qalculate, otherwise Kalker is a fast and small alternative.

$ qalc 100+10%
100 * (110 * percent) = 110

$ kalker 100+10%
110

sergeevabc avatar Jan 14 '24 10:01 sergeevabc

and when it goes into its own shell, it throws errors trying to calculate the percentages

% is a modulo operator, it's not percentage, hence the error.

xoofx avatar Mar 25 '24 20:03 xoofx

It seems that the AOT version on ARM64 is failing. Only workaround for now is to have installed a .NET Runtime 7.0+ and install kalk as a global tool as explained here

Thanks. I had to install the .NET SDK, not just the runtime to dotnet tool install --global kalk successfully. Also, although the latest version of the runtime is 8, I indeed had to use version 7 to run ~/.dotnet/tools/kalk.

santisbon avatar Jun 21 '24 02:06 santisbon