Open SIDMAY opened 3 years ago
Have you been using this addon for a long time? At what version did this error start happening? I also don't really know what you mean by uploading files using Minion.
I think they updated the client using Minion and then tried to use it, and the error pops because the file paths where the binary is installed contains Cyrillic letters.
%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D1%8B
is the escape sequence for Документы
, which is just Russian for Documents
.
Is it a good thing to run the ESO addons from under OneDrive, instead of using the plain C:\Users\foo\Documents
directory?
System.ArgumentException: Имя папки C:\Users\sidma\OneDrive\Документы\live\SavedVariables не допускается.
I think this means "The name of the cabinet [...\SavedVariables] is not permitted." And if you observe this path, it is a directory outside where ESO normally is, right? It should be C:\Users\sidma\OneDrive\Документы\Elder Scrolls Online\live\SavedVariables
. The "Elder Scrolls Online" part is missing.
Вы давно пользуетесь этим аддоном? В какой версии эта ошибка начала появляться? Я также действительно не понимаю, что вы имеете в виду, говоря о загрузке файлов с помощью Minion.
I just wanted to start using this addon. The installation path is standard for all addons from "Minion" and addons have never complained about the file location address.
If I understood the error correctly, then when compiling the executable file, there were no (JIT) [whatever that means] installed for debugging the .config file
I also noticed that this error is not only for me and on the site esoui.com in the comments section, there are also a lot of people with a similar problem, while not using the Cyrillic alphabet
System.ArgumentException: Имя папки C: \ Users \ sidma \ OneDrive \ Документы \ live \ SavedVariables не допускается.
I think this means "The name of the cabinet [...\SavedVariables] is not permitted." And if you observe this path, it is a directory outside where ESO normally is, right? It should be C:\Users\sidma\OneDrive\Документы\Elder Scrolls Online\live\SavedVariables. The "Elder Scrolls Online" part is missing.
I don't know where the part with The Elder Scrolls Online disappeared, but I checked the location of the folder with the addon and it lies on the right path.
@SIDMAY
If I understood the error correctly, then when compiling the executable file, there were no (JIT) [whatever that means] installed for debugging the .config file
That is not part of the actual error that happens here. Not even related! That is always printed by Windows at such errors. It tries to fix the application, but can't, because you (and your machine) isn't a developer for the program.
The issue is here:
System.ArgumentException: Имя папки C:\Users\sidma\OneDrive\Документы\live\SavedVariables не допускается. в System.IO.FileSystemWatcher.set_Path(String value) в ESO_Discord_RichPresence_Client.SavedVariables.SetupWatcher()
The program code calculates bad file path. Not sure if because of Cyrillic, but this path is completely wrong.
"C:\Users\sidma\OneDrive\Документы\Elder Scrolls Online\live\AddOns\DiscordRichPresence\Client\DiscordStatusClient.exe"
"C:\Users\sidma\OneDrive\Документы\Elder Scrolls Online\live\SavedVariables\DiscordRichPresence.lua"
Here are the paths to the addon files
A similar problem occurs with me, except that everything is in English and the names of folders in Polish. After ignoring it, the program starts, however, it displays a message that reload ui is required, after execution, the application recommended by the attached command continues to display this yellow information about ui reload. Unfortunately, in my Discord activity I have a standard Elder Scrolls Online icon after starting the game Even reinstalling the addon action did not help EDIT: is it possible to indicate the application of a new path, if you chose the wrong one (accidentally), if so, I would ask for help, if not, I would ask you to add this function in the next update?
This issue is not related to this particular addon here I think: Minion is not supporting any non-latin characters in your windows user name. If you are using Cyrillic or other non-latin characters in your windows username and want to use Minion you need to create a fake user with only latin characters in windows, e.g. "MyFakeUser" and install the addons to that user's documents/elder scrolls online/live/AddOns folder (create it as empty folder and point Minion to update to it) and then copy the files from the FakeUser to your cyrilic user's documents/elder scrolls online/live/AddOns folder (via a .bat file e.g.)
Beside that: Elder Scrolls Onlien does not work properly in many cases if you use OneDrive and let your documents folder sync with OneDrive. You should disable the documents folder OneDrive sync if ESO is not recognizing the addons ingame properly.
Hello. Sorry for this formatting of the text, I don't often use GitHub))
The following error is displayed when uploading a file using " Minion"