CONSIGNMENT crash..

02/13/2019 17:20 LookAtTheFlower#1
So i added the consignment menu , And whem i drag item into the consignment window the neuz is froze and crash.

[Only registered and activated users can see links. Click Here To Register...]

Client error log:

I had a error with the consignment tbl and I thought that was the problem , but i fixed it and it still the same..
Any idea?
02/13/2019 23:25 Nιgнтмαяε#2
The crash is due to w/e app opens when you drag the item onto the other app.

So add the app correctly, check formats, make sure it exists and etc..
02/14/2019 06:44 Lumi#3
Quote:
2019/ 2/13 17:15:40 GetDlgItem : nID=928 not Found.
Check your resdata. Window ID (App ID) „928“ cannot be found.
02/14/2019 13:02 LookAtTheFlower#4
Quote:
Originally Posted by Nιgнтмαяε View Post
The crash is due to w/e app opens when you drag the item onto the other app.

So add the app correctly, check formats, make sure it exists and etc..
Quote:
Originally Posted by Lumi View Post
Check your resdata. Window ID (App ID) „928“ cannot be found.
The problem was in resdata yes, fixed.
Thank you guys.
02/15/2019 11:14 Flyff-Iblis#5
Quote:
Originally Posted by LookAtTheFlower View Post
The problem was in resdata yes, fixed.
Thank you guys.
can u share the fix with us?
02/15/2019 11:27 - DK#6
Quote:
Originally Posted by Flyff-Iblis View Post
can u share the fix with us?
I dont had a resdata.h here but i think, this is the listbox of currency.
02/15/2019 14:44 LookAtTheFlower#7
Quote:
Originally Posted by Flyff-Iblis View Post
can u share the fix with us?
Sure..in my case , the problem was in resdata.inc -> APP_TRADE_TRADE,
"WTYPE_COMBOBOX WIDC_COMBOBOX1" was missing.

Code:
    WTYPE_COMBOBOX WIDC_COMBOBOX1 "WndEditTile00.tga" 1 108 92 199 111 0x20000 0 0 0 0 0 0 0
    {
    // Title String
""
    }
    {
    // ToolTip
""
    }