Open Side Menu Go to the Top
Register
Stars Buddy List AHK Script Stars Buddy List AHK Script

05-24-2007 , 07:16 PM
Quote:
if i delete the ";C:\Program Files\PostgreSQL\8.2\bin" from the path PAH and PT both work fine. the error message for PAH was the same, except the "ptrack2.exe" was "PAHud.exe", btw.

Happy to hear you computer is OK

Quote:

i have a big list of buddies and would love to use this script
Then you will be glad to hear there is no need to mess with the $path (although it is the "correct" thing to do).

Simply use "My Computer", navigate to "C:\Program Files\PostgreSQL\8.2\bin", right-click -> copy "psql.exe", and paste it in the same folder as StarsBuddies.AHK.

This accomplishes the same as editing $path (allows the AHK to find the psql command) - and the script should work with full functions after doing this.

In fact, the script should work without database access - just you won't get stakes listed next to the table names.

Good Luck,

dave.
Stars Buddy List AHK Script Quote
06-13-2007 , 03:34 PM
Hi. Since pokerstars latest update your great product has stopped working. It freezes then says "a problem occured" when i try to refresh. I also recently started using PostgreSQL. Could this cause a problem?

Cheers

ps- how do i make a donation?
Stars Buddy List AHK Script Quote
06-13-2007 , 07:23 PM
Quote:

Hi. Since pokerstars latest update your great product has stopped working. It freezes then says "a problem occured" when i try to refresh. I also recently started using PostgreSQL. Could this cause a problem?

Fix posted here:
http://forumserver.twoplustwo.com/showfl...=0#Post10760069

dave.
Stars Buddy List AHK Script Quote
06-13-2007 , 11:52 PM
Thank You!
Stars Buddy List AHK Script Quote
06-14-2007 , 08:14 PM
I get nothing when i try and run the script, no error message or anything.
Stars Buddy List AHK Script Quote
06-20-2007 , 09:12 AM
I've updated Functions.ahk on overcards for the most recent Stars update. A new version of the actual StarsBuddyList.ahk is NOT required. However, the newest version of Functions.ahk IS required. You can find the update here:

http://www.overcards.com/wiki/moin.cgi/RolandsFunctions
Stars Buddy List AHK Script Quote
06-20-2007 , 09:16 AM
Quote:
I get nothing when i try and run the script, no error message or anything.
Have you used other AHK scripts before? If you're not getting anything at all, then you haven't set it up correctly. Be sure to follow all the directions at: http://www.overcards.com/wiki/moin.cgi/StarsBuddyList

Also, make sure you have the most recent version of AHK installed: http://www.autohotkey.com/download/
Stars Buddy List AHK Script Quote
09-04-2007 , 06:02 PM
Hey guys, I am having a problem running StarsBuddyList.ahk. I downloaded the newest Rolands Version and can open up functions_v3.ahk fine. I edidted StarsBuddyList to run functions_v3 instead of Functions, but now when I open StarsBuddyList I get this error.
Stars Buddy List AHK Script Quote
09-04-2007 , 06:06 PM
Use the old version of funtions...
Stars Buddy List AHK Script Quote
09-04-2007 , 06:43 PM
Still get an error. "Cant Load Icon. The current thread will exit. Specifically Images\Icon.bmp

Edit: imatard. fixed.
Stars Buddy List AHK Script Quote
09-09-2007 , 10:35 PM
Has anyone figured out how to automatically create a buddy list from our database?
Stars Buddy List AHK Script Quote
09-10-2007 , 12:43 AM
PokerGrapher will already do this for some queries, not sure if it will output in a format easily used by this buddy list or if you'll have to retype it yourself.
Stars Buddy List AHK Script Quote
09-10-2007 , 01:34 AM
yeah, I'm familiar with the buddy list. I don't want to retype it. Be an awesome feature if poker grapher would export that list.
Stars Buddy List AHK Script Quote
09-10-2007 , 08:02 AM
Thoughts on this error message?

"20070910220135 - An Error Occured:

Input:
\f '\t'
SELECT DISTINCT table_name, game_level_desc FROM game g, game_level gl WHERE g.game_level_id = gl.game_level_id AND g.site_id = 2 ORDER BY table_name ASC;
\q


Output:
psql: FATAL: database "PTPGSQL1" does not exist"

-FWIW, The postgre database was originally named something else but I have since changed the name it PT to that name, and it still doesn't work. WTF?

Todd
Stars Buddy List AHK Script Quote
09-10-2007 , 10:29 AM
i sent an e mail trying to cancel my subscription and didnt get a responce back, what should i do?
I enjoyed your program, but am not using it anymore.
Stars Buddy List AHK Script Quote
09-10-2007 , 01:06 PM
wrong thread, can mod just delete?
Stars Buddy List AHK Script Quote
09-11-2007 , 06:57 PM
Quote:
Thoughts on this error message?

"20070910220135 - An Error Occured:

Input:
\f '\t'
SELECT DISTINCT table_name, game_level_desc FROM game g, game_level gl WHERE g.game_level_id = gl.game_level_id AND g.site_id = 2 ORDER BY table_name ASC;
\q


Output:
psql: FATAL: database "PTPGSQL1" does not exist"

-FWIW, The postgre database was originally named something else but I have since changed the name it PT to that name, and it still doesn't work. WTF?

Todd
The database name shouldn't be the name you assigned it in PT, but the proper database name:



Although maybe this is not the problem, as thinking about it you would have had to delete that database manually for it not to exist... I think.
Stars Buddy List AHK Script Quote
09-16-2007 , 06:05 PM
this script is no longer working for me after the last stars update (as of 9/14/07 update), I think the problem is stars introduced a new menu item "Language" and that messes up the script, is there a quick fix for this update? thank you very much!
Stars Buddy List AHK Script Quote
09-19-2007 , 02:04 AM
i'm having a problem with using the program with two monitors. the last time i used the program i must have had the window in my 2nd monitor. now i'm traveling and only have my laptop, and when i open the program it tries to appear on my second monitor and i can't do anything to bring it back down to my laptop. any help would be great.
Stars Buddy List AHK Script Quote
09-20-2007 , 07:10 PM
Quote:
i'm having a problem with using the program with two monitors. the last time i used the program i must have had the window in my 2nd monitor. now i'm traveling and only have my laptop, and when i open the program it tries to appear on my second monitor and i can't do anything to bring it back down to my laptop. any help would be great.
bump?
Stars Buddy List AHK Script Quote
09-20-2007 , 07:26 PM
Quote:
this script is no longer working for me after the last stars update (as of 9/14/07 update), I think the problem is stars introduced a new menu item "Language" and that messes up the script, is there a quick fix for this update? thank you very much!
Quote:
Quote:
i'm having a problem with using the program with two monitors. the last time i used the program i must have had the window in my 2nd monitor. now i'm traveling and only have my laptop, and when i open the program it tries to appear on my second monitor and i can't do anything to bring it back down to my laptop. any help would be great.
bump?
I am shattered and in no fit state to write code, but I'll fix these two issues tomorrow night if no-one has beat me to it (both problems are fairly easy to fix)... please bump if I forget

dave.
Stars Buddy List AHK Script Quote
09-22-2007 , 03:08 PM
i figured out my problem (the two monitors thing). if you replace

WinGetPos, x, y

with

x:=1000
y:=1000

then it always starts at a reasonable position on my laptop screen.
Stars Buddy List AHK Script Quote
09-24-2007 , 05:42 PM
Quote:
Quote:
this script is no longer working for me after the last stars update (as of 9/14/07 update), I think the problem is stars introduced a new menu item "Language" and that messes up the script, is there a quick fix for this update? thank you very much!
Quote:
Quote:
i'm having a problem with using the program with two monitors. the last time i used the program i must have had the window in my 2nd monitor. now i'm traveling and only have my laptop, and when i open the program it tries to appear on my second monitor and i can't do anything to bring it back down to my laptop. any help would be great.
bump?
I am shattered and in no fit state to write code, but I'll fix these two issues tomorrow night if no-one has beat me to it (both problems are fairly easy to fix)... please bump if I forget

dave.
Bump... Or I'm just blind and can't find it
Stars Buddy List AHK Script Quote
09-24-2007 , 09:55 PM
Having a few problems getting StarsBuddy to work... I'd appreciate anyone's help. Hopefully someone with knowledge of the program can identify these symptoms relatively easily.

When I click 'SQL', I receive error messages in the folder that say:

\f '\t'
SELECT DISTINCT table_name, game_level_desc FROM game g, game_level gl WHERE g.game_level_id = gl.game_level_id AND g.site_id = 2 ORDER BY table_name ASC;
\q

Other txt files with names similar to 200709421etc_StarsBuddyList.ahk_6532_out are also created.

Also, when I click 'SQL', the tables file updates with every table I've ever played on, and nothing about what my buddies are currently doing. That seems odd and specific enough that it might make sense to someone.

I've tried everything suggested in this thread to fix these problems, but nothing has worked so far.

Thanks in advance for the help.
Stars Buddy List AHK Script Quote
09-28-2007 , 06:09 PM
Bump
Stars Buddy List AHK Script Quote

      
m