Jump to content

Question

Posted

Καλημέρα Members του Maxcheaters.

 

'Εχω ένα προβλήμα με τον Server μου

Χρησιμοποιώ L2j Server C6 (Interlude)

'Οταν πάω να φτίαξω τα διακαιώματα για την Clan μου βγάζει το παρακάτω error στην Κονσόλα ενώ υπάρχει στην βάση δεδομένων δεν μπορώ να καταλάβω τι γίνεται λάθος.

Εάν κάποιος γνωρίζει σχετικά επάνω σε αυτό το πρόβλημα θα ήθελα μια μικρή βοήθεια....

Ευχαριστώ εκ τον προτέρον

Φιλικά,

Papaditsa

 

Could not store clan privs for rank: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntax

ErrorException: Unknown column 'privs' in 'field list'

6 answers to this question

Recommended Posts

  • 0
Posted

Καλημέρα Members του Maxcheaters.

 

'Εχω ένα προβλήμα με τον Server μου

Χρησιμοποιώ L2j Server C6 (Interlude)

'Οταν πάω να φτίαξω τα διακαιώματα για την Clan μου βγάζει το παρακάτω error στην Κονσόλα ενώ υπάρχει στην βάση δεδομένων δεν μπορώ να καταλάβω τι γίνεται λάθος.

Εάν κάποιος γνωρίζει σχετικά επάνω σε αυτό το πρόβλημα θα ήθελα μια μικρή βοήθεια....

Ευχαριστώ εκ τον προτέρον

Φιλικά,

Papaditsa

 

Could not store clan privs for rank: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntax

ErrorException: Unknown column 'privs' in 'field list'

 

Unknown column 'privs' in 'field list'

 

The column does't exist... in where it should be... or it exist but not with same name...

  • 0
Posted

Unknown column 'privs' in 'field list'

 

The column does't exist... in where it should be... or it exist but not with same name...

 

ENG :The problem is the column exist clan_privs and if you check svn of l2j there is not exist any file with name privs :S

GR: Το πρόβλημα είναι οτι το clan_privs υπάρχει και αν δείς το svn τις l2j δεν υπάρχει κανένα αρχειο με όνομα privs :S

  • 0
Posted

ENG :The problem is the column exist clan_privs and if you check svn of l2j there is not exist any file with name privs :S

GR: Το πρόβλημα είναι οτι το clan_privs υπάρχει και αν δείς το svn τις l2j δεν υπάρχει κανένα αρχειο με όνομα privs :S

[EN]Firstly, Stewie you do not belong here.

 

Ontopic @papaditsa: Αυτό άκου να δεις που σκαλώνει. Αυτό κάπου, σε ενα κώδικα μέσα απο core (L2Clan.java) λογικά, έχει μέσα query κάπως έτσι:

INSERT into clan_privs where privs=...

H κάτι ανάλογο με αυτό.

 

Αυτό τώρα όμως δεν βρίσκει καμιά στήλη με name privs.

 

Btw δείξε και το υπόλοιπο ερρορ αν εχει

  • 0
Posted

[EN]Firstly, Stewie you do not belong here.

 

Ontopic @papaditsa: Αυτό άκου να δεις που σκαλώνει. Αυτό κάπου, σε ενα κώδικα μέσα απο core (L2Clan.java) λογικά, έχει μέσα query κάπως έτσι:

INSERT into clan_privs where privs=...

H κάτι ανάλογο με αυτό.

 

Αυτό τώρα όμως δεν βρίσκει καμιά στήλη με name privs.

 

Btw δείξε και το υπόλοιπο ερρορ αν εχει

 

Αυτό βρίκα μέσα στο Core :

 

//_log.warning("requested store clan privs in db for rank: "+rank+", privs: "+privs);
                // Retrieve all skills of this L2PcInstance from the database
                con = L2DatabaseFactory.getInstance().getConnection();
                PreparedStatement statement = con.prepareStatement("INSERT INTO clan_privs (clan_id,rank,party,privs) VALUES (?,?,?,?) ON DUPLICATE KEY UPDATE privs = ?");
                statement.setInt(1, getClanId());
                statement.setInt(2, rank);
                statement.setInt(3, 0);
                statement.setInt(4, privs);
                statement.setInt(5, privs);

                statement.execute();
                statement.close();

 

Και δεν βγάζει κάτι παραπάνω στην Κονσόλα!

 

edit Αυτο που είδα μολις τώρα είναι

 

avmst2.png

 

PreparedStatement statement = con.prepareStatement("INSERT INTO clan_privs (clan_id,rank,party,privs) VALUES (?,?,?,?) ON DUPLICATE

 

Στην Database μου το λεέι privilleges!

  • 0
Posted

Αυτό βρίκα μέσα στο Core :

 

//_log.warning("requested store clan privs in db for rank: "+rank+", privs: "+privs);
                // Retrieve all skills of this L2PcInstance from the database
                con = L2DatabaseFactory.getInstance().getConnection();
                PreparedStatement statement = con.prepareStatement("INSERT INTO clan_privs (clan_id,rank,party,privs) VALUES (?,?,?,?) ON DUPLICATE KEY UPDATE privs = ?");
                statement.setInt(1, getClanId());
                statement.setInt(2, rank);
                statement.setInt(3, 0);
                statement.setInt(4, privs);
                statement.setInt(5, privs);

                statement.execute();
                statement.close();

 

Και δεν βγάζει κάτι παραπάνω στην Κονσόλα!

 

edit Αυτο που είδα μολις τώρα είναι

 

avmst2.png

 

PreparedStatement statement = con.prepareStatement("INSERT INTO clan_privs (clan_id,rank,party,privs) VALUES (?,?,?,?) ON DUPLICATE

 

Στην Database μου το λεέι privilleges!

 

edit 2 `Heroin Σε ευχαριστώ πάρα πολυ φίλε μου να είσα καλα αυτό ήταν το error κοίταξα εκεί που μου είπες και το συνδίασα με την database και ήταν αυτο που σου είπα στο πρώτο μου edit ευχαριστώ και πάλι το πρόβλημα λύθηκε παρακαλώ κλειδώστε το post!

Guest
This topic is now closed to further replies.


  • Posts

    • @ERROR501, I’ve been waiting for the “big update” since last October, and at this point, it’s starting to feel like an empty promise. You’re better off implementing your own minimum detection server-side instead of relying on AAC to fix their issues; despite what their website claims about blocking everything, it clearly falls short.
    • We are taking new orders. Kindly DM us on Telegram!
    • Hello everyone!  I’d like to share an experience that might serve as a lesson for anyone planning to work with third-party protection services—specifically, Active Anticheat. I know this might sound like a strange job request, but  our player base mostly consists of veteran of Lineage 2 players who are used to using bots as part of their gameplay experience. As server administrators, we decided to adapt to our users. That’s why we approached Active Anticheat with a proposal: Allow bot usage under certain conditions. We explained everything in detail, and they agreed.   📌 February – A Promising Start On February 16th, we contacted Active Anticheat to request a custom antibot system. The idea was to kick players using bots during specific times (like sieges), but allow them to log back in without bots afterward. After a few discussions, both sides agreed on the following solution: Bots allowed during regular days. During siege events, anyone using a bot would be automatically kicked. Kicked players could log back in without using bots. The deal was priced at $5,000, which we already paid on March 31st, 2025. Active Anticheat promised delivery by the end of April, or at the latest, by May. Screenshot:  Deal 1 Deal 2   🕐 May – The Delays Begin We followed up multiple times in May, only to finally hear back on May 26th: “It won’t be ready this month. But we’re working on a big update coming in June.” That update? Still nowhere to be seen, even as I’m writing this post. Screenshot:  Delayed   🔁 Plan B – L2Walker Rejected, Adrenaline Offered With our server launch schedule getting tighter, we needed an alternative. At the end of June, we asked Active Anticheat: “Can you at least allow L2Walker access to the server?” Their response on June 28th: “L2Walker can’t be allowed. But we can allow Adrenaline (free & paid version) and L2Helper for $2,000 + $300 (for a new license).” We agreed, hoping it would be a temporary fix while waiting for the promised “big update” (which we had already paid $5,000 for, remember?). Screenshot:  New Offer 1 New Offer 2 New Offer 3   ❌ AA Failed Their setup took about a week. We ran 2–3 rounds of testing using clean clients. The result? Adrenaline (both free and paid) couldn’t connect to our server. It couldn’t detect the Lineage 2 client, because the custom Active Anticheat protection was blocking it. We reached out to Active Anticheat for support, and their response? “You should contact Adrenaline support to enable free Adrenaline for your server. Adrenaline blocks it by default when Active Anticheat is detected.” Then we tested Premium Adrenaline. And it still didn’t work. Active Anticheat stood firm: “It’s not our fault. Adrenaline blocked us—not the other way around.” Screenshot: Failed 1 Failed 2   💸 The Bitter Reality Today, we’re still waiting for answers. No reply. No fix. No update. No refund. We’ve spent a total of $7,300 and received nothing functional in return. And this, despite their full agreement with our initial plan.  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock