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

Bundle errors #173

Closed
andrewpareles opened this issue Dec 9, 2024 · 5 comments
Closed

Bundle errors #173

andrewpareles opened this issue Dec 9, 2024 · 5 comments

Comments

@andrewpareles
Copy link
Contributor

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.

@datosh
Copy link

datosh commented Dec 10, 2024

I also tried to build (works fine) and bundle (only shows default Electron app screen) Void, yesterday, based on main@296cd1b4.
Happy to test a new version or provide more details from my side!

@andrewpareles
Copy link
Contributor Author

andrewpareles commented Dec 11, 2024

Thanks @datosh! Just want to make sure, did you run npm run gulp vscode-darwin-arm64? If so, can you run one of these 3 commands instead (depends on your hardware, but probably the x64 one)?

  • npm run gulp vscode-darwin-linux-x64
  • npm run gulp vscode-darwin-linux-ia32
  • npm run gulp vscode-darwin-linux-arm

@andrewpareles
Copy link
Contributor Author

Actually, it looks like a dependency issue - I'm working on fixing this now!

@andrewpareles
Copy link
Contributor Author

andrewpareles commented Dec 11, 2024

Fixed on the model-selection branch. The issue was that dependencies like 'openai' were inside of devDependencies in package.json, instead of just being in dependencies. Will keep this issue open until the fix is merged into main.

@andrewpareles
Copy link
Contributor Author

Fixed by #172. Please report if you still face any issues!

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