CraftSim

CraftSim

2M Downloads

LUA Error when scanning recipes

Zonarius opened this issue · 2 comments

commented
  1. CraftSim Version 8.3.1
  2. English Client
  3. A LUA error happens when clicking the Scan Recipes Button in the Recipe Scan module. Seems to happen every time for me.
4x ...ceCraftSim/Modules/RecipeScan/RecipeScan.lua:205: attempt to index field 'exportForgeFinderButton' (a nil value)
[string "@CraftSim/Modules/RecipeScan/RecipeScan.lua"]:205: in function `StartScan'
[string "@CraftSim/Modules/RecipeScan/Frames.lua"]:37: in function `clickCallback'
[string "@CraftSim/Libs/GGUI-1.0/GGUI.lua"]:1107: in function <CraftSim/Libs/GGUI-1.0/GGUI.lua:1105>

Locals:
self = <table> {
 ResetResults = <function> defined @CraftSim/Modules/RecipeScan/Frames.lua:206
 GetAllRecipeIDsFromCache = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:68
 SetReagentsByScanMode = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:296
 ForgeFinderExport = <function> defined @CraftSim/Modules/ControlPanel/ControlPanel.lua:118
 GetProfessionIDByRecipeID = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:54
 GetRecipeInfoByResult = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:80
 GetScanMode = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:21
 isScanning = false
 FilterRecipes = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:153
 frame = <table> {
 }
 GetAllRecipeIDsFromCacheByProfessionID = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:64
 SCAN_MODES = <table> {
 }
 EndScan = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:46
 currentResults = <table> {
 }
 UpdateScanPercent = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:37
 ToggleScanButton = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:26
 FRAMES = <table> {
 }
 StartScan = <function> defined @CraftSim/Modules/RecipeScan/RecipeScan.lua:202
 scanInterval = 0.010000
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'exportForgeFinderButton' (a nil value)"
print = <function> defined @CraftSim/Util/Util.lua:11
commented

Thx will fix asap!

commented

fixed with 8.3.2 :)