-
Notifications
You must be signed in to change notification settings - Fork 628
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
Bundle errors #173
Comments
I also tried to build (works fine) and bundle (only shows default Electron app screen) Void, yesterday, based on main@296cd1b4. |
Thanks @datosh! Just want to make sure, did you run
|
Actually, it looks like a dependency issue - I'm working on fixing this now! |
Fixed on the |
Fixed by #172. Please report if you still face any issues! |
Multiple people have reported a blank screen after bundling the Void executable.
If this is an error on Void’s end, it‘s probably due to import changes that we introduced (we are directly importing ‘openai’ and other packages in electron-main). It could alternatively just be caused by vscode’s finicky bundler or cache errors, but it seems like a recurring issue.
The text was updated successfully, but these errors were encountered: