Open Side Menu Go to the Top
Register
TableCrab2: PokerStars hotkeys for linux and windows TableCrab2: PokerStars hotkeys for linux and windows

11-20-2012 , 07:08 PM
Quote:
Originally Posted by oracle3001
Just tried running it as admin and / or in Windows XP compatibility mode and still get the same error.
well, too bad.

currently not much i can do about it. i am waiting for the next wine release (> 1.5.17, http://www.winehq.org/) to upgrade the underlaying stuff TableCrab is based upon. current one has a bug so i can not use it.

no idea though, when exactly this is going to happen.
TableCrab2: PokerStars hotkeys for linux and windows Quote
11-22-2012 , 04:32 PM
meanwhile i found a hint why hands do not get displayed correctly in the HandViewer: looks like a Qt or WebKit issue [https://bugreports.qt-project.org/browse/QTBUG-27469].

i have already commited a workaround for this.i will wait a couple of days to see if i can get more fixes in before relasing though.

ty for reports again.
TableCrab2: PokerStars hotkeys for linux and windows Quote
11-26-2012 , 02:47 AM
TableCrab2-0.8.3 released


news:
- hand viewer: rake / hand is now displayed

fixes:
- browsers: setting "zoomm steps" was not recognized
- hand viewer: sometimes heros hole cards where not schown in stud games
- hand viewer: sometimes hands could not be saved due to encoding issues
- hand viewer: full text of hand histories was sometimes was not displayed correctly


as usual, get the zip from here:
[ http://code.google.com/p/tablecrab/downloads/list ]
TableCrab2: PokerStars hotkeys for linux and windows Quote
01-04-2013 , 08:38 AM
coded up a Gui to keep track of my home games and similar. thought i'd share. pretty experimental and currently runs on linux only, but at some point it may find its way into TableCrab.



you have to install PyQt4 and PyQwt5 to make it work. on ubuntu enter the the following command into a terminal to install the required dependencies:

Code:
sudo apt-get install python-qt4 python-qwt5-qt4
and run the Gui with the following command:
Code:
python -B /path/to/GuiBankroll.py
make shure to carefuly read the help + any feedback appreciated. download GuiBankroll.py from the usual location: [ http://code.google.com/p/tablecrab/downloads/list ]
TableCrab2: PokerStars hotkeys for linux and windows Quote
01-05-2013 , 08:48 AM
released a new version of GuiBankroll.py

fixes:
- the Gui works now as expected when no file is given

download GuiBankroll-0.0.3.py from the usual location:
[ http://code.google.com/p/tablecrab/downloads/list ]
TableCrab2: PokerStars hotkeys for linux and windows Quote
01-06-2013 , 11:53 PM
Hey mme,

first thanks for this nice software...

if I open TableCrab2 I get very quick a runtime error R6034 that I have passed without a problem but at the moment TableCrab2 crashes (.exe is no longer working...program will not run properly due to problems...)

on another pc I have the same problem
TableCrab2: PokerStars hotkeys for linux and windows Quote
01-07-2013 , 05:34 AM
- what windows version are you running?

- can you please create a file in the same directory as TableCrab, TableCrab2-0.8.3.exe.manifest with the following contents and report if it works:

Code:
<dependency>
<dependentAssembly>
    <assemblyIdentity
        type="win32"
        name="Microsoft.VC90.CRT"
        version="9.0.30729.4918"
        processorArchitecture="X86"
        publicKeyToken="1fc8b3b9a1e18e3b"
        language="*"
    />
</dependentAssembly>
TableCrab2: PokerStars hotkeys for linux and windows Quote
01-08-2013 , 02:07 AM
Quote:
Originally Posted by mme
- what windows version are you running?

- can you please create a file in the same directory as TableCrab, TableCrab2-0.8.3.exe.manifest with the following contents and report if it works:

Code:
<dependency>
<dependentAssembly>
    <assemblyIdentity
        type="win32"
        name="Microsoft.VC90.CRT"
        version="9.0.30729.4918"
        processorArchitecture="X86"
        publicKeyToken="1fc8b3b9a1e18e3b"
        language="*"
    />
</dependentAssembly>
I use Windows 8 64bit

superb thank you very much this works for me
TableCrab2: PokerStars hotkeys for linux and windows Quote
01-18-2013 , 03:55 PM
TableCrab2-0.8.4 released

news:
- added this bankroll thingy as new tool "Session editor". it is still a bit rough around the edges. dropped file backups, this is out of the scope of TableCrab.

fixes:
- the missing manifest is now included in the zip (make shure to not rename the exe or the manifest file)


as usual, get the zip from here:
[ http://code.google.com/p/tablecrab/downloads/list ]
TableCrab2: PokerStars hotkeys for linux and windows Quote
01-18-2013 , 04:29 PM
edit: if you still want to use the session editor as a linux standalone you will find it here: [ https://tablecrab.googlecode.com/svn...ssionEditor.py ]
TableCrab2: PokerStars hotkeys for linux and windows Quote
05-03-2013 , 08:47 AM
Hi, i'm also having trouble starting table crab, i downloaded the newest version and i'm using Windows 7 64-bit and i get a runtime error R6034 coming up. Do you know how i can get it running?
TableCrab2: PokerStars hotkeys for linux and windows Quote
05-05-2013 , 01:43 PM
- make sure the manifest file is present in the same folder as TC2 folder
- make sure it has the same name as the .exe (TC2-version-here.exe.manifest)
- maybe even ..if you start TC2 via shortcut, make sure to specify the directory TC2 resides in as working directory

that's all i can think of. hope this helps.
TableCrab2: PokerStars hotkeys for linux and windows Quote
03-30-2014 , 04:38 AM
Same runtime error here...
TableCrab2: PokerStars hotkeys for linux and windows Quote
05-07-2015 , 02:09 AM
Is the tablecrab still supported? I installed the package, but am getting an error "ImportError: numpy.core.multiarray failed to import" when running TableCrab2-0.8.4. I need TC to llok into and edit gx.ini files. Any ideas how to make TC run, or alternatively what other tools can access/edit gx.ini?
TableCrab2: PokerStars hotkeys for linux and windows Quote
06-27-2018 , 09:02 PM
Quote:
Originally Posted by Fifth Ace
Is the tablecrab still supported? I installed the package, but am getting an error "ImportError: numpy.core.multiarray failed to import" when running TableCrab2-0.8.4. I need TC to llok into and edit gx.ini files. Any ideas how to make TC run, or alternatively what other tools can access/edit gx.ini?
8.0.3 Worked for me with some errors. Using W8.1 64.
TableCrab2: PokerStars hotkeys for linux and windows Quote
06-27-2018 , 09:05 PM
How can make that the note color would not only be a boarder, but it would fill the avatar area?
TableCrab2: PokerStars hotkeys for linux and windows Quote

      
m