-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Awaiting User ID to appear in log. #407
Comments
From a quick look at the logs, it seems that getusercredentials.ts is looking for something that is not in my logs. The "authenticateResponse" is not in my log, instead the logging phase looks like:
I cut only a few lines, and anonymized. Let me know if there is more you need to know here. |
Just to confirm, when hardcoding the correct values for my account line 19 and 20 in getusercredentials.ts, the plugins work correctly. |
Could you elaborate on that, maybe with paths? I'm having the same problem! |
The solution is to make sure you're running the game as administrator and
the app as administrator.
…On Thu, Aug 15, 2024, 8:29 PM Arokan13 ***@***.***> wrote:
Could you elaborate on that, maybe with paths? I'm having the same problem!
—
Reply to this email directly, view it on GitHub
<#407 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBYR6D6YKPJYDN3WOPTPHDZRVBXZAVCNFSM6AAAAABJSTXBXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJSGUYDONBZHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have the exact same issue Any update ? |
+1 |
I just checked, 2.2.33 Tracker is compatible with current MTGA client. Not sure why you are having this issue. How did you install MTGA? Using native MTGA installer / launcher or using some games platforms? |
Have you enabled detailed logs in MTGA account settings? |
Yes, i did |
Can you please manually go to C:\Users\USER-NAME\AppData\LocalLow\Wizards Of The Coast\MTGA folder and check your Player file. It should contain row that starts from: if you can't see MTGA.Pro Logger strings, then injection didn't work. |
I cant see logger strings in the Player.log. What's does that mean for me now? |
That means injection didn't happen, mod is not applied. Might be because of running the game as admin, antivirus blocked sharpmonoinjector, wrong mtga path... Hard to tell |
The fix for me was to make sure both the app and mtg game are running as
administrator.
…On Sat, Oct 5, 2024, 12:48 PM Razviar ***@***.***> wrote:
That means injection didn't happen, mod is not applied. Might be because
of running the game as admin, antivirus blocked sharpmonoinjector, wrong
mtga path... Hard to tell
—
Reply to this email directly, view it on GitHub
<#407 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBYR6BM7Y3XOB7TGNWENYLZ2AJ57AVCNFSM6AAAAABJSTXBXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGEYTIOBRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry I didn't check this conversation earlier. I am using a quite complex install as I am running the steam based wine emulator on a fringe linux distribution. Anyway, to fix the error, I simply entered my credentials in my installation of the plugin in the file https://github.com/Razviar/mtgap/blob/master/src/app/log-parser/getusercredentials.ts directly at initialization on lines 19 and 20. This is definitely not a general solution, nor a solution for anyone who is not comfortable with code or log files. The plugin runs fine after this. As I mentioned in my first messages, the code was trying through lines 63 to 83 to find both values in my logs, and my logs did not have the correct form. This may be related to my non-conventional installation though. |
How can I get this app to work?
I'm getting this error no matter what I do.
I've created an exclusion in windows defender - for the SharpMonoInjector.dll and the main folder itself.
I've confirmed the SharpMonoInjector.dll file is present.
I've confirmed the player.log file is present.
I've confirmed the location of my MTGA_DATA folder (using default, not steam)
I've confirmed I have log files for games.
I've lauched the app before launching MTGA itself.
I've manually deleted all app files and reinstalled.
I've restarted my PC after setting the exclusion.
Still not working :\
Sadly I've spent a couple of hours trying different things and can't get it to work.
The text was updated successfully, but these errors were encountered: