Guide - How to Connect to The Legend of Mir | The Legend of Mir

Guide How to Connect to The Legend of Mir

Warda

Active Member
Staff member
The Legend of Mir
Connecting to The Legend of Mir


- - > Download The Legend of Mir < - -


Welcome to The Legend of Mir!

Listed below is a user-friendly step-by-step tutorial
on how to setup your files quickly and easily.


1. Downloading the Auto Patcher

Step 1:
Click the "Download The Legend of Mir" link above, or head to http://thelegendofmir.com/download/.
Once your download has finished, hit "Run". (or "Save" if you wish to keep a copy of the installer on your computer)

Step 1.png

Step 2:
Install
the auto patcher.
By default, your Legend of Mir root folder will be installed to "C:\Program Files x86\Legend of Mir 2", if you wish to change where you want these files to be installed, simply hit "Browse..." and select a destination of your choice.

The Auto Patcher should load and begin installing your files automatically.

Step 2.png


2. Setting up the Auto Patcher

Step 1:
Once the Auto Patcher has finished the installation process, open up your Legend of Mir root folder. (The place where you installed it to)

Should look something similar to this.*

Step 3.png

* - Your folder may look different to mine, it may have more or less items inside it but don't worry, your auto patcher should give you what you need.

Step 2:
In this folder, you may find a variety of different things. Most are irrelevant and thus, we don't need to mess with.
Right-Click the "mir.exe" application.
Select "Properties".
Select the "Compatibility" menu.
Tick the box "Run this program as an administrator".
Click "Apply" and "OK".

step 456.png


3. Optimising your Game

While this may not be a requirement for most people, this may boost your gameplay performance.

Step 1:
Similar to how we granted our Auto Patcher administrators rights, we will be doing the same here but also altering the game's compatibility settings.
Right-Click the "Mir2.exe" application. (The one below the "mir.exe" - refer to the image above)
Select "Properties".
Select the "Compatibility" menu.
Tick the box "Run this program as an administrator".
Also, tick the "Run this program in compatibility mode for:".
... and select "Windows XP (Service Pack 3)".
Click "Apply" and "OK".

step 7.png


4. Anti-Virus Software

Many Anti-Virus that you may have on your PC will often attempt to remove the "mir.exe" application as they believe this "unknown" program to be 'malicious'.

We can assure you that this application is NOT a virus of any kind and is completely safe to use.

Most AV Software will come with an "Exceptions" feature. This allows the user to add a file/program etc., which the AV perceives as a threat, to an "Exceptions list" where the AV Software will be unable to remove the file from the computer without the users permission.

With this is mind, in order for you to be able to successfully launch mir.exe Auto Patcher, you will most likely be required to add this program to your AV's Exceptions List so it doesn't delete it.

Listed below is several Anti-Virus Software Guides which will tell you how to add a program to the exceptions list.
If your AV Software is not on the list below, simply search in Google "<Name of your AV Software> how to add exceptions" or something along those lines.

How to Add an Exception/Exclusion:







Let me know if you believe any of the information is incorrect
or inaccurate and I will try to rectify the errors as soon as possible.
 
Last edited by a moderator:
Re: How to Connect to Mir Arcadia

This page features visual examples which can only be viewed by registered users.

If you wish to view this content, please register a forum account.
No surveys or questionnaires, takes two minutes - and it's completely free!​
 
Last edited:
All patcher errors can be attributed to one of 6 things:


  1. Operating System: the OS needs admin rights for permission to change the file - solution: give admin rights
  2. Internet Explorer: may be blocking the connection due to security settings - solution: test the connection.
  3. Antivirus: the software is preventing changes for whatever reason - solution: add exception
  4. Firewall: blocking the download - solution: add exception
  5. Memory: the file may be in use (game already open) or locked in memory for whatever reason - solution: reboot
  6. Web server is offline - check for announcements of reboots




Error: "unable to connect"
If you receive the "unable to connect" error, then there is something blocking the patcher from connecting to the internet (or specifically the patcher URL web address). The update utility uses internet explorer to make the connection, therefore it it a good idea to use it to test for issues.


  1. Open Internet Explorer (it must be Internet Explorer)
  2. Enter the following into the address bar: https://www.mirarcadia.com/update/!klist.txt
  3. If the page loads without issue then there is something ie (Firewall, Antivirus, software on your pc blocking the patcher from connecting to the site)
  4. If you see any error messages, ensure you accept them and select "In the future, do not show this warning". The update utility cannot display this message and will be silently rejecting it.
Image1.png
 
Last edited:
Says Service Temporarily Unavailable
There seems to be some issue with the caching layer on the server for this url

@GM
Add this to your nginx vhost
Code:
add_header Cache-Control "no-store, no-cache, must-revalidate" always;
should do the trick to prevent this happening again

@timetinnel
Confirm you can see the page when cache is bypassed, by opening the url in your browser, seeing the 503 error, refresh while holding shift key it should load properly, then refresh again without shift key and it should go back to 503

Once confirmed, follow the instructions here - https://developer.arm.com/documentation/ka002253/latest/

Basic details below of what is on that page in case it is ever removed or not available in the future:

If you have Internet Explorer (not edge, or any other browser) installed, then open that and disable cache in the settings
Settings > Internet Options > Tools > Advanced > Security
Then tick the box for "Do not save encrypted pages to disk"

If you don't have IE installed, then you can disable it via the registry editor
Open regedit via windows start menu / run. You will need to be admin on your computer
Navigate to Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Create a new key called DisableCachingOfSSLPages, of type DWORD and set the value to 0


Hope that helps <3
 
Back
Top