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

caprine does not start after deleting configuration #1050

Closed
Piscium opened this issue Aug 15, 2019 · 2 comments
Closed

caprine does not start after deleting configuration #1050

Piscium opened this issue Aug 15, 2019 · 2 comments

Comments

@Piscium
Copy link

Piscium commented Aug 15, 2019

I run Caprine in two PCs using Arch, I am using the dark theme:

  • old, ASUS mother board with Nvidia card
  • newer, Dell with embedded Intel graphics

I am running Caprine v. 2.35 in the newer PC, Electron v. 6.0.1.

Caprine freezes in both, however far more often in the newer PC. So today I deleted the Caprine configuration in the newer PC (in ~/.config/Caprine) to see if that would solve the problem but it got worse, now Caprine does not start at all. I reinstalled it but did not make any difference. Starting from a terminal this is what I get:


$ caprine
(node:7188) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'x' of undefined
at createMainWindow (/usr/lib/caprine/dist-js/index.js:190:28)
at /usr/lib/caprine/dist-js/index.js:240:18
(node:7188) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'x' of undefined
at createMainWindow (/usr/lib/caprine/dist-js/index.js:190:28)
at /usr/lib/caprine/dist-js/index.js:240:18
(node:7188) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:7188) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:7188) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:7188) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

@whitecrownclown
Copy link
Contributor

@Piscium This issue has been fixed and will be in a future release (#1037).

Until then you can use v2.34 or v2.36 (they're basically the same) to avoid this issue.

@Piscium
Copy link
Author

Piscium commented Aug 15, 2019

Yes, I downgraded back to 2.34 and the problem disappeared. However the original issue of the freeze is still there. I will close this issue and create a new one about the freeze.

@Piscium Piscium closed this as completed Aug 15, 2019
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

2 participants