From d50b4a1189f0f700c301780db27e01e01ed239f6 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 24 Apr 2022 20:06:21 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b993ed0..c5f6cff 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ Below are some scenarios you may encounter and their solutions. Encountering a white screen? [Ensure WebView2 is installed](https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/#download) +You may also want to run this command as administrator: +`CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy"` + ### My Discord is not letting me send messages or load images/My Youtube is acting strange! Discord/YouTube (plus surely some others) does not seem to be a fan of the proxy server. You may need to disable it by either closing mitmdump or by disabling your proxy in the Windows proxy settings. From ba2a255a48b2324d4699bec0f25331fc78a81148 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 24 Apr 2022 22:26:31 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c5f6cff..a33c147 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Grasscutter launcher for easily switching between Official and Private servers * [TODO](#todo) * [Common Problems](#having-problems) * [White Screen Fix](#white-screen-fix) + * [Infinite CMD Windows](#infinite-cmd-windows) * [Broken Discord/Youtube](#my-discord-is-not-letting-me-send-messages-or-load-images-my-youtube-is-acting-strange) * [No internet](#i-have-no-internet-after-closing-everything-restarting-my-pc) * [Languages and Translation Credits](#available-languages-and-translation-credits) @@ -62,6 +63,10 @@ Encountering a white screen? [Ensure WebView2 is installed](https://developer.mi You may also want to run this command as administrator: `CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy"` +### Infinite CMD Windows + +If you are getting infinite CMD windows for any of the scripts (such as the proxy installation, or private server start), ensure you have UAC (user access control) set to any option that requires asking. Ensure your user account can open things as Admin. + ### My Discord is not letting me send messages or load images/My Youtube is acting strange! Discord/YouTube (plus surely some others) does not seem to be a fan of the proxy server. You may need to disable it by either closing mitmdump or by disabling your proxy in the Windows proxy settings. From 730f06b99fa53f0b75618a63011292e174db78df Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 24 Apr 2022 22:44:58 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a33c147..7192fe5 100644 --- a/README.md +++ b/README.md @@ -56,22 +56,31 @@ Grasscutter launcher for easily switching between Official and Private servers Below are some scenarios you may encounter and their solutions. -### White Screen Fix +## White Screen Fix Encountering a white screen? [Ensure WebView2 is installed](https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/#download) You may also want to run this command as administrator: `CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy"` -### Infinite CMD Windows +If all else fails, you can run GrassClipper in `chrome` or `browser` mode. To do so: +* Create a shortcut to `GrassClipper.exe` +* Right click the shortcut, click `properties` +* In the `Target` box, at the very end, add ` --mode=chrome` or ` --mode=browser` + * `chrome` only works if you have Chrome installed, and will create a Chrome window + * `brower` will, you guessed it, open GrassClipper in your default browser +* Click `Ok` +* Run GrassClipper using this shortcut from now on! + +## Infinite CMD Windows If you are getting infinite CMD windows for any of the scripts (such as the proxy installation, or private server start), ensure you have UAC (user access control) set to any option that requires asking. Ensure your user account can open things as Admin. -### My Discord is not letting me send messages or load images/My Youtube is acting strange! +## My Discord is not letting me send messages or load images/My Youtube is acting strange! Discord/YouTube (plus surely some others) does not seem to be a fan of the proxy server. You may need to disable it by either closing mitmdump or by disabling your proxy in the Windows proxy settings. -### I have no internet after closing everything/restarting my PC! +## I have no internet after closing everything/restarting my PC! The launcher most likely did not close correctly, and was unable to clean your proxy settings back to what they were. Disable your proxy in the Windows proxy settings.