Tercioo / World-Quest-Tracker

Source code for the biggest world quest addon for World of Warcraft
22 stars 12 forks source link

wrong map opened by default #21

Open Thelvaen opened 3 years ago

Thelvaen commented 3 years ago

Hello, with the latest version of WQT, by default when I open the map (by pressing M on my keyboard), it opens Kul'Tiras' map instead of the one of the zone I'm on.

Tercioo commented 3 years ago

What is the zone you're on?

------ Original Message ------ From: "Thelvaen" notifications@github.com To: "Tercioo/World-Quest-Tracker" World-Quest-Tracker@noreply.github.com Cc: "Subscribed" subscribed@noreply.github.com Sent: 23-Oct-20 4:07:05 PM Subject: [Tercioo/World-Quest-Tracker] wrong map opened by default (#21)

Hello, with the latest version of WQT, by default when I open the map (by pressing M on my keyboard), it opens Kul'Tiras' map instead of the one of the zone I'm on.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FTercioo%2FWorld-Quest-Tracker%2Fissues%2F21&data=04%7C01%7C%7C69fec338d4ee490ab2a608d87786d524%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637390768262123497%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ppigFBPnlSIS6LPLxI41JtMDx9SnvI9VThYoKKpvLhE%3D&reserved=0, or unsubscribe https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACEVKWCHNDL4IN2RQLPQQADSMHH5TANCNFSM4S45WAAA&data=04%7C01%7C%7C69fec338d4ee490ab2a608d87786d524%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637390768262133491%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=UhqJRbTsWTRwUQB9jBEaanqXndDesThlmIZ%2BDjF%2BEos%3D&reserved=0.

Thelvaen commented 3 years ago

I'm having the issue in Draenor, that's for sure, and maybe in other zones as well, I can't remember if I tested other area or not.

Thelvaen commented 3 years ago

Opening the map while in Stormwind or in Bounty Bay leads to the same issue. Dalaran (Legion) too. Dalaran (WotLK) also. Boralus too, instead of opening Boralus map, I still get Kul'Tiras.

Besides, it opens Kul'Tiras, and not one of the 3 sub zones.

lassevk commented 3 years ago

Most likely you have all disabled reporting of errors. WQT keeps crashing on load in my game, and after that it behaves as you say, wrong map keeps opening. Unfortunately WQT is just too buggy at this time, I would suggest disabling it until it is fixed properly for 9.0.1.

dakhran commented 3 years ago

Most likely you have all disabled reporting of errors. WQT keeps crashing on load in my game, and after that it behaves as you say, wrong map keeps opening. Unfortunately WQT is just too buggy at this time, I would suggest disabling it until it is fixed properly for 9.0.1.

Kind of dismissive, don't you think? This is an error, we're reporting it. There's no LUA error reported by BugSack, but the functionality is obviously broken. This should be fixed, not ignored or disabled.

lassevk commented 3 years ago

Most likely you have all disabled reporting of errors. WQT keeps crashing on load in my game, and after that it behaves as you say, wrong map keeps opening. Unfortunately WQT is just too buggy at this time, I would suggest disabling it until it is fixed properly for 9.0.1.

Kind of dismissive, don't you think? This is an error, we're reporting it. There's no LUA error reported by BugSack, but the functionality is obviously broken. This should be fixed, not ignored or disabled.

For me, before the Saturday update, WQT crashed with an error on logging in/reloading the UI and completely broke the map and quest log. I had no choice but to disable the addon.

dakhran commented 3 years ago

Found a remediation and possible fix - comment out line 914 of WorldQuestTracker.lua: --WorldMapFrame:SetMapID (WorldQuestTracker.MapData.ZoneIDs.KULTIRAS)

This seems to be related to a non-functioning tutorial, which had previously been set to a different popup ID, but when resetting my variables, was reset back to 1. After changing this line, I'm no longer forced to the Kul Tiras map.