Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: More LUA errors in retail WOW #169927
    gorfchris
    Participant

      Just letting you know that the error still occurs in 9.004.
      Same change still works (for me)

      in reply to: More LUA errors in retail WOW #169905
      gorfchris
      Participant

        I found this in file LuaUtils.lua

        I changed line 1360 

        texture:SetRotation(math.atan2(dy / lineLength, dx / lineLength) + 3.14159, 0.5, 0.5)

        to

        texture:SetRotation(math.atan2(dy / lineLength, dx / lineLength) + 3.14159, CreateVector2D(0.5, 0.5))

        That has seemed to have gotten rid of the errors

        in reply to: Retail Build Build 8.9992 #169567
        gorfchris
        Participant

          This worked for me – so do this at your own risk.

          As all the files have the timestamp of the last time I ran the installer, I assumed that the only thing wrong was that the version number was not changed. I edited the file “DugisGuideViewerZ.toc” and replaced 8.9991 with 8.9992 on both lines at the top of the file.

          The installer now gets the right version number as what is currently installed and no longers repeatedly reinstalls the files.

          One final assumption being made here is that Dugi will increment the version number when he fixes the problem so that it will overwrite the changes I made when the next update is pushed out.

          Cheers,
          Chris

          in reply to: Retail Build Build 8.9992 #169554
          gorfchris
          Participant

            The same is happening on my Win10 PC. 8.9992 is downloaded and installed but installed version does not change and causes the addon to be downloaded and installed everytime DugiGuides1,52 is started.

          Viewing 4 posts - 1 through 4 (of 4 total)