Range not working #206


  • Defect
  • Fixed
Closed
Assigned to michaelsp
  • _ForgeUser658840 created this issue Apr 29, 2011

    What steps will reproduce the problem?
    1.loading the game
    2.
    3.

    What is the expected output? What do you see instead?
    I expect range to work, instead I get the error: "Grid2 Range updated: no range check function returned. this is an error"

    What version of the product are you using?
    happens with both r557 and r558 on version 4.1

    Do you have an error log of what happened?

    Please provide any additional information below.

  • _ForgeUser658840 added the tags New Defect Apr 29, 2011
  • _ForgeUser658840 posted a comment Apr 29, 2011

    I only get the message when a character loads up, when the GMOTD/other addon loading messages do.

  • michaelsp posted a comment Apr 29, 2011

    Its an old recursive problem in Grid2. Configuration is loaded before enabling the modules (grid2range, gridlayout,etc), But to load and create some statuses, Grid2range must be enabled (grid2range is needed by some statuses). A fast fix is to replace module:SetEnabledStatus by module:Enable in GridCore EnableModules method. A better fix Grid2Range module refactoring, and use a more simplified version.

  • michaelsp unassigned issue from _ForgeUser117147 May 4, 2011
  • michaelsp self-assigned this issue May 4, 2011
  • michaelsp removed a tag New May 4, 2011
  • michaelsp added a tag Started May 4, 2011
  • michaelsp removed a tag Started May 5, 2011
  • michaelsp added a tag Fixed May 5, 2011
  • michaelsp closed issue May 5, 2011

To post a comment, please login or register a new account.