Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

12-03-2008 , 01:32 PM
No, it hasnt been fixed/updated.
Quick Questions & Answers Thread Quote
12-03-2008 , 02:21 PM
Oh I didn't know about this. will try and fix in the next day or two
Quick Questions & Answers Thread Quote
12-03-2008 , 02:46 PM
Quote:
Originally Posted by _dave_
Oh I didn't know about this. will try and fix in the next day or two
Quick Questions & Answers Thread Quote
12-04-2008 , 01:53 AM
Quote:
Originally Posted by a nonymous
What should I do for my Pooh-Bah post?
Can't think of anything. Maybe I'll do it later.

This is the worst Pooh-Bah post ever but at least it's not in some random zoo thread.
Quick Questions & Answers Thread Quote
12-04-2008 , 06:53 AM
Quote:
Originally Posted by _dave_
There is a big HEM Vs. PT3 thread, started by TheProdigy - it is kinda a bit old now however.
Thanks, not sure how I missed it in my search.

In case anyone else is looking: Pokertracker 3 vs Hold'em Manager

Quote:
Originally Posted by _dave_
Personally I run both at all (pokering) times, primarily use HEM for session review / graphing and PT3 for stat tracking with my own home made HUD
Interesting thought, I had never even considered this. You obviously don't find it slows things down too much? I'm running XP and built my computer 9 months ago, so it should still be relatively up-to-date.

Quote:
Originally Posted by _dave_
As to your second question, no idea sorry I'm tempted to say start using something other than a site's own note facilities for note taking, such as HEM (or a future PT3).
No worries, they fixed it. I'll have to check that feature out once I get one (or both) of them, though. Better/easier to use than the site's note-taking, or do people just use it for stability (IE you won't lose your notes if the site ****s something up)?

On an unrelated note, have you guys thought about unsticking that deleted sticky? One less thread we'd have to see at the top of the forum (only mods can see it AFAIK).

Quote:
Originally Posted by a nonymous
This is the worst Pooh-Bah post ever but at least it's not in some random zoo thread.
Quick Questions & Answers Thread Quote
12-04-2008 , 07:27 AM
Quote:
Originally Posted by DCopper04
I could be wrong but I assumed scripts which are designed for single table SNGs won't work for HU SNGs because they register differently on Stars. For ST SNGs, Stars allows you to register for as many as you want at one time, since as soon as someone registers for a ST SNG, another empty SNG will open up. This makes it possible for one person to register for an innumerable number of SNGs all at once and just wait for them to begin.

HU SNG registration works differently. For HU SNGs you have to wait for the first SNG to start before the next SNG will become available. So instead of registering at once for all the SNGs you want to play, you have to go back to the main lobby over and over again to register for SNGs as the previous ones begin. Pretty ****ing annoying imo, which is why I am looking for a script.

So I could be wrong, and maybe everlong's script will work. I'll look into it. But I wouldn't think so.
interested in results
Quick Questions & Answers Thread Quote
12-05-2008 , 01:19 AM
Quote:
Originally Posted by Alobar
I finally was forced to update the stars client and now my starsbuddylist AHK script doesnt work with the new player search feature.

Is there anything out there that works now? Or a fix I can make to make it work?

thanks
Quote:
Originally Posted by fozzy71
No, it hasnt been fixed/updated.
Quote:
Originally Posted by _dave_
Oh I didn't know about this. will try and fix in the next day or two
easier to make a whole new script http://forumserver.twoplustwo.com/45...client-357967/
Quick Questions & Answers Thread Quote
12-05-2008 , 10:41 AM
First of all, I'm an AHK noob. This may seem very easy to you guys but I can't get it to work properly

I'm trying to get my Xbox analog stick + arrows to change the bet sizes. I use the BetPot script, and at the bottom of that page they say I need to insert these lines to the top of the script:
Quote:
SetTimer, WatchAxis, 100
SetTimer, WatchPOV, 100
When I paste that at the top of the script I get an error from the debugger. Here's what I got in total:

Quote:
SetTimer, WatchAxis, 100
SetTimer, WatchPOV, 100

BETPOTSTANDARDSCRIPT (not going to paste it)


WatchAxis:
GetKeyState, JoyX, JoyY ; <-- EDIT to the axis you want to monitor
If JoyY < 25 ; Joyz is the variable name, JoyR is the Axis name. This example sets UP/DOWN
{ ; on the JoyR axis to change bet by a BB, and LEFT/RIGHT by a SB
AlterAmount(getid(),"up", 1, "sb")
}
If JoyY > 75
{
AlterAmount(getid(),"down", 1, "sb")
}
GetKeyState, JoyX, JoyZ ; The left and right axis
If JoyX < 25
{
AlterAmount(getid(),"down", 1, "bb")
}
If JoyX > 75
{
AlterAmount(getid(),"up", 1, "bb")
}
return

WatchPOV: ; D-PAD (usually)
GetKeyState, JoyPOV, JoyPOV
If JoyPOV = 0
{
AlterAmount(getid(),"down", 1, "sb")
}
If JoyPOV = 18000
{
AlterAmount(getid(),"up", 1, "sb")
}
If JoyPOV = 9000 ;right
{
AlterAmount(getid(),"up", "1", "bb")
}
If JoyPOV = 27000 ;left
{
AlterAmount(getid(),"down", "1", "bb")
}
return
This gives an error. Any idea what I'm doing wrong?
Quick Questions &amp; Answers Thread Quote
12-05-2008 , 05:05 PM
Dave - I just reformatted my C partition which had my OS and Apps, like HM, etc. My SQL is still installed to my D drive (both 8.2 and 8.3). I have a HM and PH database in 8.3 and PTO and PTS DB in 8.2. If I simply install HM and PH 'should' I be able to reconnect to my SQL server? Will I need to reinstall anything to get the SQL server(s) going again? Will it be easier to do a fresh install of SQL toa new directory and either copy my data folders, or use the restore process thru pgadmin? I made backups of all my DBs and have all the HHs as well.
Quick Questions &amp; Answers Thread Quote
12-05-2008 , 09:06 PM
Hi, I am experiencing a problem with holdem manager this evening - hope this is the right place to post about this. When I start the program up I get the following message - here is a screenshot

[IMG] By chillout85[/IMG]

If I press details there is a large block text which reads as follows (sorry, its very long):

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.BufferedStream.ReadByte()
at Npgsql.NpgsqlState.<ProcessBackendResponses_Ver_3> d__a.MoveNext()
at Npgsql.NpgsqlState.IterateThroughAllResponses(IEnu merable`1 ienum)
at Npgsql.NpgsqlConnectedState.Startup(NpgsqlConnecto r context)
at Npgsql.NpgsqlConnector.Open()
at Npgsql.NpgsqlConnectorPool.GetPooledConnector(Npgs qlConnection Connection)
at Npgsql.NpgsqlConnectorPool.RequestPooledConnectorI nternal(NpgsqlConnection Connection)
at Npgsql.NpgsqlConnectorPool.RequestPooledConnector( NpgsqlConnection Connection)
at Npgsql.NpgsqlConnectorPool.RequestConnector(Npgsql Connection Connection)
at Npgsql.NpgsqlConnection.Open()
at HoldemManager.Ә.ஂ(Int32 Ձ)
at HoldemManager.ଣ.෩(Object ՚, EventArgs ՛)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at DevComponents.DotNetBar.Office2007RibbonForm.OnLoa d(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at DevComponents.DotNetBar.Office2007RibbonForm.WndPr oc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
HoldemManager
Assembly Version: 1.6.0.0
Win32 Version: 1.6.0.0
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/HoldemManager.exe
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
DevComponents.DotNetBar2
Assembly Version: 7.5.0.1
Win32 Version: 7.5.0.1
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/DevComponents.DotNetBar2.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
HMClass
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/HMClass.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
DeployLX.Licensing.v3
Assembly Version: 3.1.2000.0
Win32 Version: 3.1.2000.19212
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/DeployLX.Licensing.v3.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
Softelvdm.SftTreeNET
Assembly Version: 2.0.5.0
Win32 Version: 2.0.5.0
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/Softelvdm.SftTreeNET.DLL
----------------------------------------
Softelvdm.Controls
Assembly Version: 1.0.0.8
Win32 Version: 1.0.0.8
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/Softelvdm.Controls.DLL
----------------------------------------
Npgsql
Assembly Version: 1.98.4.0
Win32 Version: 1.98.4.0
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/Npgsql.DLL
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
Mono.Security
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/Mono.Security.DLL
----------------------------------------
ZedGraph
Assembly Version: 5.1.0.621
Win32 Version: 5.1.0.621
CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/ZedGraph.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.




If I continue then the same message will come up after a few functions, and the hud has been playing up since. Any assistance on this matter is much appreciated (I've had holdem manager for a couple of months and this is the first time I've encountered such issues)
Quick Questions &amp; Answers Thread Quote
12-05-2008 , 09:07 PM
You have a very old version of HM. Try updating to 1.07 and see if that helps. If not you will want to post on the HM forums or email their support staff.
Quick Questions &amp; Answers Thread Quote
12-06-2008 , 02:30 AM
Quote:
Originally Posted by BobbyPokerA
This gives an error. Any idea what I'm doing wrong?
You might want to post the error. Also, I have a follow-up Q:

wrt using a gamepad with a script, the suggestion (as described by the previous poster) is to add a couple of timers to monitor the untrappable joystick/DPad controls. What about a loop, instead? Are there differences, problems, or just preferences between these two methods?

e.g.

Code:
<BETPOTSTANDARDSCRIPT>

<Add WatchAxis & WatchPOV functions>

loop
{
  WatchAxis
  WatchPOV
}


Edit to ask, if you use a gamepad controller: how do you have your controls mapped? This seems to be a crucial aspect of using such a controller, and I was wondering how "flexible" it was worth getting.

e.g. using the top 4 keys as different "shift" keys. Hold down one of these keys, and you get a new set of default betting options on the front buttons, say. Hold down a different key, and get different set. Hold down the third, and access Note taking functionailty, or the 4th to send canned chat messages.

Not having used a controller yet (arriving next week), I am not sure how flexible you would even
want it to be.

Last edited by BeaucoupFish; 12-06-2008 at 02:39 AM.
Quick Questions &amp; Answers Thread Quote
12-06-2008 , 08:18 AM
The error was because I put the script at the top of the script. If I place it a little lower there's no error, but it doesn't do anything either.

Anyway, I found an easier way

Using the betpot script, and XPadder, I just made that when I press the left/right arrows on my 360 controller it sends the same signal as when I would scroll up/down. Then the betpot script does the rest for me.

I also use StarsHotkeys and the +50% and -33% bets for the up/down arrows for if I want to increase my bet by more then 1BB.

Thanks alot for the scripts by the way
Quick Questions &amp; Answers Thread Quote
12-08-2008 , 04:43 PM
Is there anything like snoop free for Vista 64?
Quick Questions &amp; Answers Thread Quote
12-08-2008 , 07:06 PM
hello,

Is there a software/script for stars with which I can fold using the right click button of my mouse?
Quick Questions &amp; Answers Thread Quote
12-08-2008 , 07:31 PM
I've never really been to this forum and after a little bit of searching but no success(though I'm sure its posted here 1000 times...). I'm a complete idiot when it comes to poker software and computers and stuff so forgive me..but I'm looking at purchasing the PokerAceHud..Do I need Pokertracker/Pokertracker3 or whatever to use this? I'm sure it's no, but I want to make sure. Forgive my stupidity.
Quick Questions &amp; Answers Thread Quote
12-08-2008 , 07:40 PM
with pokerace hud you need pokertracker 2, because its from there the hud got its stats. If you buy pokertracker 3 you have an integrated hud so you wouldn't need pokerace hud.
Quick Questions &amp; Answers Thread Quote
12-08-2008 , 08:26 PM
Quote:
Originally Posted by fismoluni
hello,

Is there a software/script for stars with which I can fold using the right click button of my mouse?
Betpot script by _dave_ can do this, and a lot more. Plenty of other scripts can do this as well.
Quick Questions &amp; Answers Thread Quote
12-08-2008 , 10:22 PM
Okay. I need to purchase a new database thingy. I am using PT2 right now, and am trying to decide between PT3 and HEM. I have about 500k hands split between 9 folders which pokerstars sent me. I want to know which program will be the best and easiest to import/ handle all of those hands on. Also do they both ahve an EV calc? AAALSO which support is the best, because im a dunce when it comes to this stuff, and i will need help importing all my hands. THanks in advance.
Quick Questions &amp; Answers Thread Quote
12-09-2008 , 10:36 PM
Hello i have a Problem maybee you can help me.
Suddenly when i played a session at pokerstars i disconnected.
So try it again see my internet works but still it cant connect. Then i try FTP, and Party and both also dont connect!
So i restart my Laptop, connect to the internet which works fine but i cannot connect to any Pokersite?
I use Vodafon UMTS Internet.
Thanks for the help
Quick Questions &amp; Answers Thread Quote
12-10-2008 , 01:54 AM
I have a question about holdem manager and PT3 stats/reports. I have uploaded all the same hand histories to both of these programs but their reports show different numbers. For example, my monthly winning rate in HEM is twice that of PT3. Does anyone know why?? thank you
Quick Questions &amp; Answers Thread Quote
12-10-2008 , 02:00 AM
HEM is probably displaying bb/100 (big blinds) instead of BB/100 (Big Bets).
Quick Questions &amp; Answers Thread Quote
12-10-2008 , 04:22 PM
Hey, what's the video upload site uploads your video to 5 different upload sites at the same time? That seemed like a place to get your video up and hosted the fastest... Or, just what's the best place to upload a video to, megaupload? Not a youtube length video, but an hour long poker video....
Quick Questions &amp; Answers Thread Quote
12-10-2008 , 04:34 PM
UploadJockey is the one you are asking about. ZShare, MegaUpload, RapidShare, and FileFront are other possible file hosting sites.
Quick Questions &amp; Answers Thread Quote
12-10-2008 , 04:56 PM
Yeah, that's the one! Do you have a preference on site based on upload file size limit and speed of the file getting upped by you/downloaded by your friends?
Quick Questions &amp; Answers Thread Quote

      
m