illiath / illiath/EnhancedFlightMap

Support for Mist of Pandaria

Open
#42 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Lua
Stars
3
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Right now even options menu do not open with:

`1x EnhancedFlightMap/MapWindow.lua:200: attempt to index global 'EFM_MapWindowNew' (a nil value)
[EnhancedFlightMap/MapWindow.lua]:200: in function 'EFM_MW_OpenMap'
[EnhancedFlightMap/EnhancedFlightMap.lua]:133: in function 'EFM_SlashCommandHandler'
[EnhancedFlightMap/EnhancedFlightMap.lua]:24: in function '?'
[Blizzard_ChatFrameBase/Classic/ChatFrame.lua]:5074: in function
[C]: in function 'ChatEdit_ParseText'
[Blizzard_ChatFrameBase/Classic/ChatFrame.lua]:4726: in function
[C]: in function 'ChatEdit_SendText'
[Blizzard_ChatFrameBase/Classic/ChatFrame.lua]:4762: in function
[C]: in function 'ChatEdit_OnEnterPressed'
[*ChatFrame.xml:120_OnEnterPressed]:1: in function <[string "*ChatFrame.xml:120_OnEnterPressed"]:1>

Locals:
mapNum = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'EFM_MapWindowNew' (a nil value)"
`

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with EnhancedFlightMap/MapWindow.lua:200 and trace the EFM_MapWindowNew reference from the slash-command path in EnhancedFlightMap/EnhancedFlightMap.lua:133. Reproduce the failure in Mist of Pandaria and investigate why opening the map or options reaches a nil value; done means these menus open without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
game-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.