balkanpy / gw2dps

guild wars 2 dps meter
20 stars 7 forks source link

Does this still work? #5

Open amaya-projects opened 9 years ago

Hech commented 9 years ago

It does for me. Check if this previous thread helps you

amaya-projects commented 9 years ago

I tried using activepython and running gw2dps.py from cmd prompt the program starts but displays 0 target health and dps display.

Date: Tue, 16 Sep 2014 16:38:48 -0700 From: notifications@github.com To: gw2dps@noreply.github.com CC: michaeljamesstoltz@hotmail.co.za Subject: Re: [gw2dps] Does this still work? (#5)

It does for me. Check if this previous thread helps you

— Reply to this email directly or view it on GitHub. =

alayja commented 9 years ago

Hey there :) this is an awesome addon, but I'm having a little bit of trouble with it, the EXE files don't work for me either. The program runs but shows 0 on the numbers.

I've downloaded python and tried running the source files, I still get 0 numbers, until I run GW2 as admin. When I do it briefly shows a command dialog with errors before closing. This is what the error message somewhat looks like, I am unable to copy/paste it before it closes. I'm assuming it's supposed to work after running GW2 as admin, however this error is what's keeping it from working. Any help would be appreciated. Thank you very much :)

Traceback (most recent call last): File "C:\Users....\gw2dps.py", line 414, in (... app = Main(config_file) File "C:\Users....\gw2dps.py", line 202, in (... self ._dmg = DamageMeter(ms=self ._ms) File "C:\Users....\gw2dps.py", line 66, in (... self ._possible_targets = (self.gw2base + TARGET_HEALTH_BASE, TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'