You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VCC stuck on a blank screen while another Photino-based app is opened.
I found that VCC is using %LOCALAPPDATA%\Photino\EBWebView as the Edge Profile Folder.
This makes impossible to launch VCC and another Photino-based applications
I came up with this hypothesis while investigating the issue reported on discord JP channel with Tony and I tested today, and I reproduced blank screen problem.
Describe the bug
VCC stuck on a blank screen while another Photino-based app is opened.
I found that VCC is using
%LOCALAPPDATA%\Photino\EBWebView
as the Edge Profile Folder.This makes impossible to launch VCC and another Photino-based applications
Might be related: #500, issue report on vrchat discord japanese channel and other blank screen issues.
I came up with this hypothesis while investigating the issue reported on discord JP channel with Tony and I tested today, and I reproduced blank screen problem.
To Reproduce
git clone https://github.com/tryphotino/photino.Samples
cd photino.Samples/Photino.HelloPhotino.NET
dotnet run
Expected behavior
VCC should be launched with other folder to avoid conflicts with other photino-based app.
Screenshots
Related Product
VCC (VRChat Creator Companion)
Product Version
2.3.2
OS
Windows 11
Additional context
I think setting
PhotinoWindow.TemporaryFilesPath
to another path fixes this problem but this would lost localstorage, cookies and others I think.https://github.com/tryphotino/photino.NET/blob/7d6eaec5e28731cfa75d38ba75a0a0644f474c61/Photino.NET/PhotinoWindow.NET.cs#L1038-L1060
The text was updated successfully, but these errors were encountered: