-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
On second launch I start getting a Black screen and Failure to write entry:[] #131
Comments
thanks for the feedback, I will look into this in ~4/5 hours when I'm home. Does cushy start and work properly in the meantime ? things you can try in the meantime to get rid of the logs error: creating a |
regaring the |
@rvion Not sure if this will help, but I am seeing this error in the console in addition to the Also, @Changhochien, I was able to run okay with _windows-start-dev.bat. You could try running the -dev file in your environment as a temporary workaround until @rvion has a chance to look at it. |
@GitWilburn are you back on master branch ? |
Yes, I am on master ATM. |
@GitWilburn the error you see is probably a choices widget having its children defined without lambda; is this a default app or a custom one ? |
@rvion just the built-in SDUI. Sounds like maybe unrelated to the original issue. |
I've tried on another computer and got the same problem. |
I've tried to run on dev mode, but I still get a black screen with the same problem. This is what I see on the console log in the dev mode |
New update |
fixed it in my dev branch |
will merge in a few minutes |
@Changhochien can you check if it works now ? |
oh, you don't have git; update is using git; |
I'll try the new update thanks! |
I have git installed (at least I believe so on the host, and am not using a venv?) but am getting the [VITE] vite started on second launch. Worked on the first launch great. Now only works with a rull reinstall and keeping it online full time. |
Can you paste the errors you have ? Both in the terminal / console, and app devtools (if app launch, using the menu entry) |
Sorry busy week. I have had some other issues since so this may be on my end, thinking about rebuilding from OS up. Starting Vite with Electron's Node... Server running on http://localhost:8688 I had in the past been able to reinstall and launch but this was on first launch. now I see in the devtools, I also have my comfy on port 8188 so I'm not sure why It's calling 8688 main.js:23455 Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
Consider adding an error boundary to your tree to customize error handling behavior. |
On the second launch I start, I'm getting the error below and cannot figure out how to solve the issue.
Starting Vite with Electron's Node...
Server running on http://localhost:8688
waiting for cushy to start
[VITE] vite started
|2024-01-24T14:15:42.952Z|
failure to write entry: []
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.041Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.042Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.044Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.044Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.045Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.046Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.049Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
|2024-01-24T14:15:43.049Z|
failure to write entry: [null]
...on error: Error: ENOENT: no such file or directory, open 'D:\CushyStudio\logs\2024-01-24.debug.log'
update the log file
|22:47:50|
|327| [🔑 AUTH] restoring session from DB...
|351| [🔑 AUTH] restoring session from DB...
|372| [🔑 AUTH] restoring session from DB...
|390| [🔑 AUTH] restoring session from DB...
|22:48:54|
|663| [🔑 AUTH] restoring session from DB...
|682| [🔑 AUTH] restoring session from DB...
|700| [🔑 AUTH] restoring session from DB...
|717| [🔑 AUTH] restoring session from DB...
I started Cushy in dev mode and the below is what I got
Starting Cushy in dev mode...
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
waiting for cushy to start
[117052:0124/231242.921:ERROR:cache_util_win.cc(20)] Unable to move the cache: 存取被拒。 (0x5)
[117052:0124/231242.921:ERROR:cache_util_win.cc(20)] Unable to move the cache: 存取被拒。 (0x5)
[117052:0124/231242.996:ERROR:disk_cache.cc(208)] Unable to create cache
[117052:0124/231242.997:ERROR:gpu_disk_cache.cc(676)] Gpu Cache Creation failed: -2
[117052:0124/231242.997:ERROR:disk_cache.cc(208)] Unable to create cache
[117052:0124/231242.997:ERROR:gpu_disk_cache.cc(676)] Gpu Cache Creation failed: -2
waiting for cushy to start
waiting for cushy to start
waiting for cushy to start
waiting for cushy to start
[VITE] loading vite config
waiting for cushy to start
waiting for cushy to start
➜ Local: http://localhost:8788/
➜ Network: use --host to expose
[117052:0124/231244.564:ERROR:quota_database.cc(950)] Could not open the quota database, resetting.
[117052:0124/231249.501:ERROR:quota_database.cc(950)] Could not open the quota database, resetting.
[117052:0124/231252.411:ERROR:quota_database.cc(955)] Failed to reset the quota database.
[117052:0124/231252.411:ERROR:quota_database.cc(955)] Failed to reset the quota database.
[VITE] vite started
[124568:0124/231256.036:ERROR:cache_util_win.cc(20)] Unable to move the cache: 存取被拒。 (0x5)
[124568:0124/231256.037:ERROR:disk_cache.cc(208)] Unable to create cache
下午11:12:59 [vite] warning: rewrote @tensorflow/tfjs to ./src/syms/tfjs.js but was not an abolute path and was not handled by other plugins. This will lead to duplicated modules for the same path. To avoid duplicating modules, you should resolve to an absolute path.
Plugin: alias
The text was updated successfully, but these errors were encountered: