Waypoint arrow missing #125


  • Defect
  • New
Open
Assigned to ckknight
  • _ForgeUser376721 created this issue Jul 26, 2008

    What steps will reproduce the problem?
    1. Most of the time when I start wow.
    2.
    3.

    What is the expected output? What do you see instead? I expect to see the waypoint arrow but see what looks to be a three dimensional box with blue and white squares.

    What version of the product are you using?
    Cartografer 3.0

    Do you have an error log of what happened?

    Please provide any additional information below.
    This problem doesn't seem to be present all of the time but I cant tie it to any specific action

  • _ForgeUser376721 added the tags New Defect Jul 26, 2008
  • _ForgeUser984193 posted a comment Jul 27, 2008

    Having the same issue. v 0.8.1. For me, I see the arrow for some indeterminate time, and then it becomes a blue and white checkered cube. The cube behaves like the arrow (rotates), but obviously gives no hints as to heading.

  • oktinkz posted a comment Jul 27, 2008

    http://i34.tinypic.com/novgis.jpg v0.8.1

    this didn't occur in 0.8 for me

  • _ForgeUser275495 posted a comment Jul 28, 2008

    line 363 in Catographer3_Waypoints\Waypoints.lua needs to be changed to this

    arrow:SetModel([=[Interface\AddOns\Cartographer3\Waypoints\WaypointArrow.m2]=])

  • _ForgeUser916116 posted a comment Jul 28, 2008

    Ok I don't have an editor that shows line numbers. Could you plz tell me which one is line number you are speaking of?

    Thanks

  • _ForgeUser709114 posted a comment Jul 28, 2008

    I am having the same problem. I will test the solution in post #2860, as it appears to make sense considering the file placement. The line was on 359 in my waypoints.lua .

    I changed it from: arrow:SetModel([=[Interface\AddOns\Cartographer3\WaypointArrow.m2]=])

    to: arrow:SetModel([=[Interface\AddOns\Cartographer3\Waypoints\WaypointArrow.m2]=])

  • _ForgeUser991430 posted a comment Jul 30, 2008

    download my updated lua (no i diddnt make this addon i just fixed the bug)

    http://files.filefront.com/Waypointslua/;11281228;/fileinfo.html

  • _ForgeUser468021 posted a comment Jul 30, 2008

    I copy the 'WaypointArrow.m2' from the Cartographer3/Waypoints-folder to the Cartographer3_Waypoints-folder

    I think that m2-file is missing in this C3_Waypoints-folder

  • _ForgeUser990853 posted a comment Aug 1, 2008

    v0.8.2-3-g5833353 this version i have yet to have the waypoint arrow dissapear I did get a bug but i didn't catch it. where the waypoint wouldn't update from quest helper when i was flying. it said trying to set number to nil. i donno. I only had the flickering bug when the arrow went away.

  • _ForgeUser800014 posted a comment Aug 4, 2008

    Yup Comment #2860 worked like a charm for me, for those of you who dont know(like me), navigate to "C:\Games\World of Warcraft\Interface\AddOns\Cartographer3_Waypoints" and open waypoints.lua in notepad, then click go to and when it asks you for line number type 363 and adjust as told in comment 2860.


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