-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtroubleshooting.html
More file actions
117 lines (104 loc) · 4.31 KB
/
troubleshooting.html
File metadata and controls
117 lines (104 loc) · 4.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="Echo VR Standalone Guide" property="og:title" />
<meta content="Offical Echo VR standalone install Guide, updated regularly!" property="og:description" />
<meta content="https://quest.echovr.de/" property="og:url" />
<meta content="https://quest.echovr.de/meow.png" property="og:image" />
<meta content="#9f4ac7" data-react-helmet="true" name="theme-color" />
<link rel="icon" href="meow.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Linking Account</title>
<link rel="stylesheet" href="refresh.css" />
</head>
<body>
<!-- Top Navbar -->
<header class="navbar">
<div class="navbar-left">
<img src="meow.png" alt="Logo" class="logo-img" />
<h1 class="logo">Echo VR Installation Guide</h1>
</div>
<nav class="navbar-right">
<ul>
<!--<li><a href="#">FAQ</a></li>-->
<li><a href="troubleshooting.html">Troubleshooting</a></li>
<li><a href="extras.html">Extras</a></li>
<!--<li><a href="#">🌐</a></li>
<li><a href="#">🌙</a></li>
<li><a href="#">💬</a></li>
<li><a href="#">🐙</a></li>-->
</ul>
</nav>
</header>
<div class="container">
<!-- Sidebar -->
<aside class="sidebar">
<h2>Guide Navigation</h2>
<nav>
<ul>
<li class="section">Introduction</li>
<li><a href="/">Overview</a></li>
<li><a href="preperations.html">Preperations</a></li>
<li class="section">Installation</li>
<li><a href="installtheinstaller.html">Installing the installer</a></li>
<li><a href="usingtheinstaller.html">Using the installer</a></li>
<li><a href="launchingecho.html">Launching Echo</a></li>
<li class="section">Echo itself</li>
<!--<li><a href="#">First time Launching</a></li>--->
<li><a href="launchingecho.html">Linking your account</a></li>
<li class="section">Extras</li>
<!--<li><a href="#">FAQ</a></li>-->
<li><a href="troubleshooting.html">Troubleshooting</a></li>
<li><a href="extras.html">Extras</a></li>
</ul>
</nav>
</aside>
<!-- Main Content -->
<main class="content">
<h1>Troubleshooting</h1>
<p>
This section shows you the troubleshooting steps.
</p>
<section>
<h2>If Echo keeps closing when you launch it, try these solutions:</h2>
<p>
<ul>
<li>1. Restarting your headset</li>
<li>2. Check if you have the _data folder.</li>
</ul>
<p> To see if you have the _data folder open the installer again.<br>
It will show this if its not present:</p>
<img src="Screenshot_20251004_114943_Echo_VR_Installer.png" height="450px" width="250px">
<p> Press download game data to start downloading, if it worked it should look like this:</p>
<img src="Screenshot_20251004_114931_Echo_VR_Installer.png" height="450px" width="250px">
<ul>
<li>3. Reinstall the game.</li>
<li>4. Use the New Player method, even if you are a Legacy player.</li>
<li>5. <a href="https://www.meta.com/help/quest/149134797159340/">Factory reset </a>your headset. Backup data before continuing with this!</li>
</ul>
</p>
</section>
<section>
<h2>Problem parsing the package. -Parsnips-</h2>
<p> Watch the video below for a method on removing parsnips.</p>
<video src="e5ce85bcd9084e97bec6125961aec49d(1).mov" type="video/mov" controls>Browser doesn't support the video :[</video>
</section>
<section>
<h2>Package Invalid</h2>
<p>Uninstall Echo.</p>
</section>
<section>
<h2>No DMS from EchoVRCE/Patcher Bot</h2>
<p>Check DMs (Direct Messages) are enabled for this server (Echo VR Lounge)<br>
Check alternative discord accounts for DMs<br>
Unlink other discord accounts from headset (if desired)<br>
Raise a case if can't access alternative discord account.</p>
</section>
<section>
<h2>If it continues to fail use the PC method, guide in Echo VR lounge.</h2>
</section>
</main>
</div>
</body>
</html>