Test Server Info --TESTING COMPLETE--

A place for all your Dristin chat
User avatar
Shinta
Posts:100
Joined:Apr 28, 2008 9:48 pm
Location:Some where far away
Re: Welcome to our boring test server!

Post by Shinta » Aug 06, 2009 6:20 pm

no spy ware plz
The bluest part of the sky seems so far away. I suppose thats what keeps us striving for it.

Why do people fear what they don't understand?

User avatar
Relic
Developer
Developer
Posts:254
Joined:Jan 18, 2008 12:25 am
Contact:

Re: Welcome to our boring test server!

Post by Relic » Aug 06, 2009 6:43 pm

Kashmir wrote:Every key, ie letters, backspace, etc.

Hahaha, and it even logs an entry when I minimize the client.
anyone else seeing anything like this?
Regards
-Relic

Kashmir
Posts:4
Joined:Apr 09, 2008 2:25 pm

Re: Welcome to our boring test server!

Post by Kashmir » Aug 06, 2009 6:45 pm

Oh yeah, and another keyboard thing...

Whenever I hit the right Alt+3(any number besides 2), it will make a blank character and whenever I hit another char after, it will appear as a blank until I erase the whole line.

User avatar
Shinta
Posts:100
Joined:Apr 28, 2008 9:48 pm
Location:Some where far away

Re: Welcome to our boring test server!

Post by Shinta » Aug 06, 2009 7:10 pm

naw my software dont detect nada
The bluest part of the sky seems so far away. I suppose thats what keeps us striving for it.

Why do people fear what they don't understand?

Fleury
Posts:7
Joined:Apr 28, 2009 3:27 pm

Re: Welcome to our boring test server!

Post by Fleury » Aug 06, 2009 7:24 pm

Kashmir wrote:Every key, ie letters, backspace, etc.

Hahaha, and it even logs an entry when I minimize the client.
It's definently making keyhooks for the directional keys, and it doesn't surprise me that anti-virus software alerts this as a keylogger; Rich and Ab should simply not be using keyhooks.

Image

Here's a comprehensive list of the hooked keys...

Code: Select all

    RegisterHotKey(gVars.GetVars()[0x1c], 0, 1, 0x73);
    RegisterHotKey(gVars.GetVars()[0x1c], 1, 1, 0x77);
    RegisterHotKey(gVars.GetVars()[0x1c], 2, 4, 0x26);
    RegisterHotKey(gVars.GetVars()[0x1c], 3, 4, 40);
    RegisterHotKey(gVars.GetVars()[0x1c], 4, 2, 0x4f);
    RegisterHotKey(gVars.GetVars()[0x1c], 5, 0, 0x26);
    RegisterHotKey(gVars.GetVars()[0x1c], 6, 0, 0x27);
    RegisterHotKey(gVars.GetVars()[0x1c], 7, 0, 0x25);
    RegisterHotKey(gVars.GetVars()[0x1c], 8, 0, 40);
This is the list of keys that get unhooked (yes, four seem to be missing)

Code: Select all

    UnregisterHotKey(gVars.GetVars()[0x1c], 0);
    UnregisterHotKey(gVars.GetVars()[0x1c], 1);
    UnregisterHotKey(gVars.GetVars()[0x1c], 2);
    UnregisterHotKey(gVars.GetVars()[0x1c], 3);
    UnregisterHotKey(gVars.GetVars()[0x1c], 4);
And this is likely why Kaspersky is reporting every key...

Image
Last edited by Fleury on Aug 07, 2009 1:53 am, edited 1 time in total.

User avatar
Relic
Developer
Developer
Posts:254
Joined:Jan 18, 2008 12:25 am
Contact:

Re: Welcome to our boring test server!

Post by Relic » Aug 06, 2009 7:36 pm

Fleury wrote:
Kashmir wrote:Every key, ie letters, backspace, etc.

Hahaha, and it even logs an entry when I minimize the client.
It looks like the only keyhooks they make are for the directional keys. It doesn't surprise me that anti-virus software alerts this as a keylogger; Rich and Ab should simply not be using keyhooks.
Yea i was reading about it, it was a quick solution for something else, but this problem aside there are other reasons not to do it. Just another thing on the pile to fix.
Regards
-Relic

User avatar
Daniel Bauman
Posts:23
Joined:Jul 29, 2009 9:48 pm
Location:New Zealand
Contact:

Re: Welcome to our boring test server!

Post by Daniel Bauman » Aug 06, 2009 11:08 pm

opps posted on wrong thread before but yeah i cant open dristin on both my computers ;/



same error, debug application error?? im not very smart with computers but all i can say is i have windows xp and i have 256 ram or 516, and some intergraded gfx card.. dont bother trying to explain to me complicated stuff as ill just end up making you mad. but if thers a quick fix id like to log on ^^

churr
Daniel Bauman!!
msg me in Trimera if you need help! :D

User avatar
Relic
Developer
Developer
Posts:254
Joined:Jan 18, 2008 12:25 am
Contact:

Re: Welcome to our boring test server!

Post by Relic » Aug 06, 2009 11:16 pm

Daniel Bauman wrote:opps posted on wrong thread before but yeah i cant open dristin on both my computers ;/



same error, debug application error?? im not very smart with computers but all i can say is i have windows xp and i have 256 ram or 516, and some intergraded gfx card.. dont bother trying to explain to me complicated stuff as ill just end up making you mad. but if thers a quick fix id like to log on ^^

churr

Look in your add/remove programs and see if you have .NET Framework 1.1. If not, go to windows update and get that. If that doesnt work pm me on the site and i'll give you my msn.
Regards
-Relic

Scientist
Posts:21
Joined:Oct 29, 2008 11:41 pm

Re: Welcome to our boring test server!

Post by Scientist » Aug 07, 2009 12:03 am

Looks awesome guys!

Just a few little problems I had; dunno if they've been mentioned yet.

Scroll chat text up/down - up/down buttons on chat window < didn't work
Close a private channel - X button on chat window < didn't work
Neither did the 'login' button, but you can just hit enter so it's no biggie.

My char clipped walking through all the doors, he was half in the doorway and half stuck in the wall.
Also, while Dristin is open, I can't use the up, down, left, right keys on firefox, but when I shut the client they start working.

And as long as the client stays open, my computer makes a high pitched whirring/whine. Is that the client or just my retarded piece of crap computer?

User avatar
Relic
Developer
Developer
Posts:254
Joined:Jan 18, 2008 12:25 am
Contact:

Re: Welcome to our boring test server!

Post by Relic » Aug 07, 2009 12:12 am

Scientist wrote:Looks awesome guys!

Just a few little problems I had; dunno if they've been mentioned yet.

Scroll chat text up/down - up/down buttons on chat window < didn't work
Close a private channel - X button on chat window < didn't work
Neither did the 'login' button, but you can just hit enter so it's no biggie.

My char clipped walking through all the doors, he was half in the doorway and half stuck in the wall.
Also, while Dristin is open, I can't use the up, down, left, right keys on firefox, but when I shut the client they start working.

And as long as the client stays open, my computer makes a high pitched whirring/whine. Is that the client or just my retarded piece of crap computer?
The mouse issues your having, weve seen a few times. Usually closing and reopening the client fixes it. The direction keys are something we are also aware of.

The high pitch whine, ive heard before on my pc but it doesnt do it anymore. It also used to do it with tibia. I'm not completly sure what the cause is.
Regards
-Relic

Locked