Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app crash with kload and cmd #37

Closed
cybermcm opened this issue Aug 8, 2019 · 1 comment
Closed

app crash with kload and cmd #37

cybermcm opened this issue Aug 8, 2019 · 1 comment

Comments

@cybermcm
Copy link

cybermcm commented Aug 8, 2019

A very strange issue, kitty portable 0.71.0.7p
I use kitty to load a profile and provide a command, e.g.

e:\bin\kitty\kitty_portable.exe -kload e:\bin\kitty\Sessions\host04.local -cmd "ls -lat"

this input is working but using my desired input

e:\bin\kitty\kitty_portable.exe -kload e:\bin\kitty\Sessions\host04.local -cmd "poweroff -p"

Kitty crashes with the following error in application log:

Faulting application name: kitty_portable.exe, version: 0.71.0.0, time stamp: 0x5d39e89a
Faulting module name: kitty_portable.exe, version: 0.71.0.0, time stamp: 0x5d39e89a
Exception code: 0xc0000005
Fault offset: 0x000d3ac2
Faulting process id: 0xec4
Faulting application start time: 0x01d54db5e027cea9
Faulting application path: e:\bin\kitty\kitty_portable.exe
Faulting module path: e:\bin\kitty\kitty_portable.exe
Report Id: eca65180-2766-49da-8ad1-341b69a4db58
Faulting package full name: 
Faulting package-relative application ID: 

This was working with an older version of Kitty

@cybermcm
Copy link
Author

I found a workaround, the command

e:\bin\kitty\kitty_portable.exe -kload e:\bin\kitty\Sessions\host04.local -cmd "systemctl poweroff"

is working.
I can't explain it but it fits my need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant