Snapcraft package does not start

I created a package with snapcraft with the content kuoles. When I start the game I get the error message

/snap/koules/mlkoules: 7:exec /user/local/bin/koules…tzl: not found

what do I have to do to fix the error?

It looks like your error message is incomplete.

I suspect your command: is configured to a script that is then calling another program using exec. That call to the second program looks to be referencing a path that does not exist and so the exec call fails because the command doesn’t exist in the location that the script says it should.

First of all, thanks for the answer.
In addition, I have to de-excuse myself, I have copied the error message something wrong.
It is richitg
koules / snap / koules / X1 / koules: 7: exec / url / local / bin / koules.tzl :not found.

I checked the folder usr / local / bin, it is empty.
I once compiled the Java archive file koules into this folder.
However, the same error message still appears.

Are there any more tips about this error message?