Μετάβαση σε περιεχόμενο
Pokerland Φόρουμ

Recommended Posts

Δημοσίευση

Αντιμετωπίζω ένα πρόβλημα με το TourneyLuck (version 0.19.0.0) , βοηθητικό πρόγραμμα του PokerTracker (version v3.07.5 beta). Όταν το ανοίγω λοιπόν μου δείχνει ενα error :

< ERROR: 42P01: relaion "lookup_tourney_table_type" does not exist >

Μήπως κάποιος θα μπορούσε να βοηθήσει την κατάσταση ;;

Ευχαριστώ.

Δημοσίευση

Το HoldemLuck δεν δουλεύει με το PokerTracker 3.7, πρέπει να κάνεις downgrade το PokerTracker στην 3.0.

Αν δεν κάνω λάθος κάτι έχει αλλάξει στην δομή της βάσης δεδομένων και το TourneyLuck δεν την αναγνωρίζει.

Μια λύση είναι η εξής (ΚΑΝΤΟ ΜΕ ΔΙΚΗ ΣΟΥ ΕΥΘΥΝΗ ΟΜΩΣ), δεν το έχω δοκιμάσει, το κάνω copy-paste :

Hi, guys!

My sql-coder friend looked to a problem and find the solution to make the current TourneyLuck working with last build of PokerTracker!

I tested it, and it is works!

1) Load the pgAdmin3 app

2) Connect to your postgre server

3) Click a base you need to connect with TourneyLuck

4) Click button "Execute SQL query" or Ctrl+E

5) Insert the following 2 queries to the editor and click execute it one after another:

Query 1:

CREATE TABLE lookup_tourney_table_type

(

id_type smallint NOT NULL,

description text,

CONSTRAINT lookup_tourney_table_type_primary_key PRIMARY KEY (id_type)

)

Query 2:

insert into lookup_tourney_table_type (id_type,description) SELECT id_table_type,description FROM tourney_table_type

6) Run the TourneyLuck app and connect it to the database.

Thats all. I hope our builders will check out this and say if there is something wrong (may it cause some bugs in work?)

  • 3 weeks later...
Δημοσίευση

εχω και εγω ενα προβληματακι

Κατεβασα το tourney luck και οταν ρυθμιζω σωστα την database μου πεταει μηνυμα οτι πρεπει να ρυθμισω το ονομζα στα settings (μπορω να βαλω και print screen ).Ομως το εχω ρυθμισει και παρολα αυτα δεν μπορει να εισαγει τα allin.

Εχω φαει ολο το google και δεν εχω βρει λυση ,αν και καπου διαβασα οτι μπορεις να το κανεις και απο το reports μεσα στο PT3

Οποιος γνωριζει ας βοηθησει

thanks ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Απαντήστε σε αυτή τη συζήτηση...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Προσθήκη...