Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gestouch suddenly stops working #92

Open
vojjin opened this issue Oct 5, 2015 · 7 comments
Open

Gestouch suddenly stops working #92

vojjin opened this issue Oct 5, 2015 · 7 comments

Comments

@vojjin
Copy link

vojjin commented Oct 5, 2015

I have been working with gestouch in FlashDevelop for a year without any problem. Two days ago I have installed FlashBuilder, in which gestouch just won't work neither to display any error. Today, ist just wont wok in FlashDevelop either. Tried to install new sdk (18) or to use older one (16) result is the same. Somehow it just do not receive inputs. I have tons of changes from mouseevents to gestouch in code, I do not plan to roll back to mouse events. Any clue for this problem? Note that no errors have been displayed.

@fljot
Copy link
Owner

fljot commented Oct 5, 2015

which version?
Anyway, try this branch https://github.com/fljot/Gestouch/blob/features/71-fix-initialization/CHANGELOG.md
Compile against sources using conditional compilation: -define+=CONFIG::GestouchDebug,true to see some logs.

@vojjin
Copy link
Author

vojjin commented Oct 5, 2015

I have downloaded latest version after it stops working... and it is not working.. nothing is happening...
ok, will try to add that new definition in compilation process to se what a hell is going on

@vojjin
Copy link
Author

vojjin commented Oct 5, 2015

UNBELIEVEABLE! I found out what was the problem :) I have worked on my computer through Google Remote Desktop, from my computer at work. And, when I run debugger while Remote Desktop is open, Gestouch is NOT working. Tried it again from my second home computer, and it is NOT working, of course. Then I turn off sharing and run debug again from local computer - and it WORKS!
Really weird.

@vojjin
Copy link
Author

vojjin commented Oct 5, 2015

Tried to run over Teamviewer, and works like a charm...

@fljot
Copy link
Owner

fljot commented Oct 5, 2015

hm I think I remember somebody was saying something about Gestouch and sockets... I have absolutely no idea how such things can be related. Could you debug a bit? Are mouse and touch events event dispatched and processed?

@vojjin
Copy link
Author

vojjin commented Oct 5, 2015

Mouse events are working fine. Gestouch not. I do not have any native touch events in app so IDK...

@fljot
Copy link
Owner

fljot commented Oct 5, 2015

So if events are working, then would be interesting where their processing breaks in Gestouch.
If you could compile as I said in the first commend – logs would show what's exactly wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants