Menu

#280 wxWidget Debug Alert when opening a table

v0.9.4
closed
nobody
wxWidgets (1)
1
2020-08-17
2017-07-13
Anonymous
No

Using following versions:
FlameRobin: 0.9.3 (git hash c75f861) Unicode (x64)
FirebirdSQL: 3.0.2.32703 (x64)

When I try to open a table double clicking, I get following error displayed:

D:\wxwidgets\include\wx/strvararg.h(451): assert "(argtype & (wxFormatStringSpecifier<T>::value)) == argtype" failed in wxArgNormalizer<unsigned __int64>::wxArgNormalizer(): format specifier doesn't match argument type

Call stack:
[01] 00007FF78C054EC3
[02] 00007FF78C054E1A
[03] 00007FF78C053A5E
[04] 00007FF78C0507A9
[05] 00007FF78C05538B
[06] 00007FF78BCD0996
[07] 00007FF78BCCFD23
[08] 00007FF78BCD2412
[09] 00007FF78BD662BF
[10] 00007FF78BCD1E2D
[11] 00007FF78BD66654
[12] 00007FF78BCD1E2D
[13] 00007FF78BCD399C
[14] 00007FF78BD7CA2A
[15] 00007FF78BD7BBAD
[16] 00007FF78BDA077A
[17] 00007FF78C052418
[18] 00007FF78C0A33F4
[19] 00007FF78C0A3CBD
[20] 00007FF78C0A4062
[21] 00007FF78C0A3345

To reproduce:
1- Create a new empty database with collation win1254.
2- Create below table in it
3- Try to open it in FlameRobin by double clicking.

CREATE TABLE OLAYBILGINOTU (
    BILGINOTUID       INTEGER NOT NULL,
    OLAYID            INTEGER DEFAULT 0 NOT NULL,
    DMID              INTEGER DEFAULT 0 NOT NULL,
    DIGEROLAYID       INTEGER DEFAULT 0 NOT NULL,
    TUTANAKID         INTEGER DEFAULT 0 NOT NULL,
    ILKODU            INTEGER DEFAULT 0 NOT NULL,
    ILCEKODU          INTEGER DEFAULT 0 NOT NULL,
    YIL               INTEGER DEFAULT 0 NOT NULL,
    SAYI              INTEGER DEFAULT 0 NOT NULL,
    EKSAYI            INTEGER DEFAULT 0 NOT NULL,
    BIRIM             VARCHAR(125),
    OLAYTURU          BLOB SUB_TYPE 1 SEGMENT SIZE 80,
    OLAYISLENISSEKLI  BLOB SUB_TYPE 1 SEGMENT SIZE 80,
    INCELEMETARIHI    DATE NOT NULL,
    INCELEMESAATI     TIME NOT NULL,
    OLAYADRESI        BLOB SUB_TYPE 1 SEGMENT SIZE 80,
    BULGULAR          BLOB SUB_TYPE 1 SEGMENT SIZE 80,
    MUSTEKI           VARCHAR(125),
    CALINANLAR        BLOB SUB_TYPE 1 SEGMENT SIZE 80,
    INCELEMESONUCU    BLOB SUB_TYPE 1 SEGMENT SIZE 80,
    DUZENLEYEN        INTEGER DEFAULT 0 NOT NULL,
    DUZENLEMETARIHI   DATE DEFAULT 'NOW'
);

Discussion

  • Anonymous

    Anonymous - 2019-09-04

    See also #271.
    Current solution: "I fixed the problem installing the previous version of Flamerobin, v 0.9.2"

     
  • Anonymous

    Anonymous - 2020-01-29
    same problem for me when clicking on 'manage users'.   wxwidgets debug alert using firebird 3.0.5
    
     
  • Popa Adrian Marius

    • status: open --> closed
    • discussion: enabled --> disabled
     
MongoDB Logo MongoDB