This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem? 1. Be lucky enough to get into beta 2. Login with quartz installed 3. See this error!
What is the expected output? What do you see instead?
No error? Also, apparently cast time on the player bar rarely updates with your haste (shows cobra shots @ 2 seconds, yet its around 1.84)
What version of the product are you using?
3.0.3.1
Do you have an error log of what happened?
Message: Interface\AddOns\Quartz\modules\Player.lua:203: table index is nil Time: 09/06/10 11:50:43 Count: 1 Stack: Interface\AddOns\Quartz\modules\Player.lua:203: in main chunk Locals: Quartz3 = <table> { SetDefaultModuleLibraries = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:381 SetModuleEnabled = <function> defined @Interface\AddOns\Quartz\Quartz.lua:210 OnInitialize = <function> defined @Interface\AddOns\Quartz\Quartz.lua:57 RegisterChatCommand = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceConsole-3.0\AceConsole-3.0.lua:85 EnableModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:346 modules = <table> { } GetModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:230 IterateEmbeds = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:456 defaultModuleLibraries = <table> { } ToggleLock = <function> defined @Interface\AddOns\Quartz\Quartz.lua:107 GetModuleEnabled = <function> defined @Interface\AddOns\Quartz\Quartz.lua:206 UnregisterChatCommand = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceConsole-3.0\AceConsole-3.0.lua:111 Printf = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceConsole-3.0\AceConsole-3.0.lua:69 CastBarTemplate = <table> { } GetName = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:298 name = "Quartz3" IsEnabled = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:465 Util = <table> { } DisableModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:364 GetArgs = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceConsole-3.0\AceConsole-3.0.lua:144 Print = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceConsole-3.0\AceConsole-3.0.lua:54 optFrames = <table> { } baseName = "Blizzard_DebugTools" IsModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:482 db = <table> { } SetDefaultModuleState = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:401 ShowUnlockDialog = <function> defined @Interface\AddOns\Quartz\Quartz.lua:134 RegisterModuleOptions = <function> defined @Interface\AddOns\Quartz\Config.lua:212 SetEnabledState = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:438 defaultModuleState = true enabledState = true Lock = <function> defined @Interface\AddOns\Quartz\Quartz.lua:124 Disable = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:328 CopySettings = <function> defined @Interface\AddOns\Quartz\Quartz.lua:198 ChatCommand = <function> defined @Interface\AddOns\Quartz\Config.lua:194 Unlock = <function> defined @Interface\AddOns\Quartz\Quartz.lua:112 Enable = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:313 IterateModules = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:451 NewModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:255 ApplySettings = <function> defined @Interface\AddOns\Quartz\Quartz.lua:92 OnEnable = <function> defined @Interface\AddOns\Quartz\Quartz.lua:64 SetDefaultModulePrototype = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3\AceAddon-3.0\AceAddon-3.0.lua:423 SetupOptions = <function> defined @Interface\AddOns\Quartz\Config.lua:203 Merge = <function> defined @Interface\AddOns\Quartz\Quartz.lua:222 } L = <table> { Set the color to turn the cast bar when taking a flight path = "Set the color to turn the cast bar when taking a flight path" Top Left = "Top Lef
Please provide any additional information below.
That's it I think!
The problem occurs because the Hunters' Volley got removed. Commenting or deleting line 203 in player.lua eliminates the error.
Btw, not sure if it pops up after that but until I figured out the error in player.lua, the game was asking for the hooks in latency.lua and tradeskill.lua to be done as secure (I set the secure arg to true in RawHook in each module just in case and haven't gotten any errors).
This has been fixed and will be released when the patch goes live.
To post a comment, please login or register a new account.