5andr0 / PogoLocationFeeder

Json feed of pokemon location data
GNU Affero General Public License v3.0
493 stars 169 forks source link

cant copy coords when open nox #195

Open madedandy opened 8 years ago

madedandy commented 8 years ago

i cant copy coords when i play pogo with nox, but when i close nox, pogolocationfeeder can copy coords. It said "pogolocationfeeder.GUI has stopped working"

pls help, thx

ExcuseMi commented 8 years ago

Can you attach the log file in the log folder?

We should take a look at these answers : http://stackoverflow.com/questions/930219/how-to-handle-blocked-clipboard-and-other-oddities And try & catch the exceptions so the application doesn't crash.

madedandy commented 8 years ago

here the log file.

i dont know, it cant copy when i use nox, when not using nox, i cant copy coords

so i use pogolocfeeder with debug, copy manual the coords

On Fri, Aug 5, 2016 at 5:26 PM, ExcuseMi notifications@github.com wrote:

Can you attach the log file in the log folder?

We should take a look at these answers : http://stackoverflow.com/ questions/930219/how-to-handle-blocked-clipboard-and-other-oddities And try & catch the exceptions so the application doesn't crash.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/5andr0/PogoLocationFeeder/issues/195#issuecomment-237805067, or mute the thread https://github.com/notifications/unsubscribe-auth/AT48oi0r4Xwb4S-9kAMW4Wx7iB061Fmqks5qcwHWgaJpZM4Jdeq5 .

ExcuseMi commented 8 years ago

@madedandy Thanks for the reply, I don't see an attachment. Can you add them from here: https://github.com/5andr0/PogoLocationFeeder/issues/195

madedandy commented 8 years ago

sorry i replied on email but here the log, i change the ext to txt from log

thx mate

PogoLocationFeeder.Gui.txt

DSanHao commented 8 years ago

I also have the same issue, however I managed to solve it by disabling my antivirus program. It's likely that it block some functions of the GUI

wdiazux commented 8 years ago

I have the same problem and I fixed it after change the method SetText to SetDataObject: https://github.com/5andr0/PogoLocationFeeder/blob/master/PogoLocationFeeder.GUI/Models/SniperInfoModel.cs#L62 to this: Clipboard.SetDataObject

madedandy commented 8 years ago

hope the developer update their GUI

tensei commented 8 years ago

just pushed a fix if you guys want it now then pull repo and compile it