jceddy / DailyArenaDeckAdvisor

A Deck Advisor companion App for Magic Arena.
GNU General Public License v3.0
18 stars 7 forks source link

DailyArenaDeckAdvisor won't load correctly #262

Closed kylejonmoon closed 2 years ago

kylejonmoon commented 3 years ago

I have enabled detailed logging. It was enabled long ago. After recent MTGArena update, I verified it was still enabled.

I have restarted my computer several times; I have reinstalled Arena and DailyArenaDeckAdvisor many times.

I have navigated to my Collection and then started DailyArenaDeckAdvisor.

It tells me to enable detailed logging.

Image247 commented 3 years ago

I'm having the same issue. I've turned on detailed logs within the game. Restarted, opened Collection and getting the message from DailyArenaDeckAdvisor to enable logs. I have reinstalled both Arena and DailyArenaDeckAdvisor. I go to C:\Users{Your User}\AppData\LocalLow\Wizards of the Coast\MTGA, but I'm not finding the output_log.txt file.

jceddy commented 3 years ago

The name of the file changed to Player.log, I think I forgot to update the message, but the code is looking for the new name.

I will check it out.

jceddy commented 3 years ago

Yeah, mine is showing the same message.

jceddy commented 3 years ago

The Player.log file is there, and was updated the last time I played. My guess is that something changed inside the file that is messing with DADA. I'll do some debugging.

jceddy commented 3 years ago

Yeah, they changed some of the names of things in the log to numeric codes and other slight format changes, throwing it off. Working on a fix now.

jceddy commented 3 years ago

I've figured out the fix for part of it (wildcard/vault progress inventory), but so far have not figured out what they changed with the player card/deck inventories. Heading to Google to find what I can find...usually this kind of thing will affect other trackers (with larger dev teams) as well, so I can find some information.

jceddy commented 3 years ago

Looks like their latest round of log file changes broke this stuff for ALL trackers. I am talking to the owner of MTGArena.pro about creating a mod for the game to get this information. Unfortunately that kind of solution will take a long time to implement.

kylejonmoon commented 3 years ago

I don't know whether to continue on this thread or start a new one. Now the program seems to recognize that I have enabled detailed logging, but it now says "Unhandled Exception - Sending Data to Server".

jceddy commented 2 years ago

I'll take another look today, it might be that they fixed something with the log files, but that there is still a change breaking it.

Unfortunately I am in the middle of setting up a new PC, so things are going a little slow as I get all the tools I use installed.

jceddy commented 2 years ago

Looks like adding the City's Blessing broke something, due to it showing up as a "card" with no type. Need to add code to ignore cards with no type line.

Not sure if they fixed the other issue yet, will figure that out once I fix this one.

Edit: They have not fixed it yet.

jceddy commented 2 years ago

I just pushed a new version 1.0.9.2

Anyone want to give it a test to see if it works for them now?

jceddy commented 2 years ago

should be fixed with latest update