-
Notifications
You must be signed in to change notification settings - Fork 5
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
error cannt extract channel 2 from image and build error #360
Comments
Hm, you got 0.31.1 instead of 0.31.0 of As for your issue with screenshot data, this looks like some dependency issue. Could you check if upgrading This command is used under the hood to get screenshot of the game: https://github.com/bencevans/screenshot-desktop/blob/main/lib/linux/index.js#L170 You could try to run it manually, and see if the results are correct. |
dependency should be okay,because github release binary works. solve correct but cannot active game windows and input. |
@marcincichocki hi i change sharp version to 0.31.0, but when i run npm install, still download 0.31.1. |
I bumped node to 16 (this is the version electron is using), so you might want to switch to that one. Tesseract.js has also some problems on latest lts (which is 18 you are on). You can try to try latest master with node 16 now. Don't forget to Anyway, I think we side tracked from the original problem. Could you specify what is the original/current problem of this ticket? |
thanks, i will try it |
the origin problem is, in linux, cannot active windows and auto input,. occasionally when i use alt tab to switch to game windows and than could auto input。 so i want to debug and fix this. |
Alright, so interaction with game window is handled by external binary called xdotool. In principal, it should find window that have "Cyberpunk 2077" in the title and focus it. Sending keys is also handled by this program. I think you can try to run: Then please run And what about the other error, one with extractChannel in the error message? |
Describe the bug
panic
To Reproduce
linux mint / steam / v2.8.5 / node v18.13.0
run from source and when press leftalt+` and got panic like below
and when run build and test also got a error
i think this maybe casuse of different version
Expected behavior
not panic
Software information
Additional files
The text was updated successfully, but these errors were encountered: