Official source Post Box crash Neuz

11/10/2013 13:56 LoscArmy#1
Hello,
I use the clean source v15, it's great work, but when I click in Mail (Post Box) the neuz crash. I thinks the problem is the resdata's, but i don't know how fix it (this is the error log:)

Code:
2013/11/ 5   21:24:31   SendQueryMailBox
2013/11/ 5   21:24:31   RustiaFlyff
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:004D6A3E, CWndNeuz::InitDialog()+0110 byte(s), c:\users\official source\_interface\wndneuz.cpp, line 0667+0006 byte(s)

- Registers

EAX=00000000  EBX=00000000  ECX=00000000  EDX=00000004  ESI=0048D3C0
EDI=00000000  EBP=00179C40  ESP=00179BF0  EIP=004D6A3E  FLG=00210202
CS=0023  DS=002B  SS=002B  ES=002B  FS=0053  GS=002B

0023:004D6A3E Neuz.exe, CWndNeuz::InitDialog()+0110 byte(s)
0023:004B37AD Neuz.exe, CWndMailRequestingBox::Initialize()+0061 byte(s)
0023:0058EB08 Neuz.exe, CWndPost::OnInitialUpdate()+0440 byte(s)
0023:0050CDBD Neuz.exe, CWndBase::Create()+0413 byte(s)
0023:004D6AF9 Neuz.exe, CWndNeuz::InitDialog()+0297 byte(s)
0023:0058EB59 Neuz.exe, CWndPost::Initialize()+0057 byte(s)
0023:004EB54B Neuz.exe, CWndWorld::OnCommand()+11435 byte(s)
0023:004F1EBE Neuz.exe, CWndWorld::ShowMoverMenu()+1598 byte(s)
0023:004F28B9 Neuz.exe, CWndWorld::OnLButtonDown()+2377 byte(s)
0023:0050FA33 Neuz.exe, CWndBase::DefWindowProcA()+0979 byte(s)
0023:0050ED94 Neuz.exe, CWndBase::WindowProc()+1508 byte(s)
0023:0050EE54 Neuz.exe, CWndBase::WindowProc()+1700 byte(s)
0023:0050E78B Neuz.exe, CWndBase::WindowRootProc()+1371 byte(s)
0023:0046EEF2 Neuz.exe, CNeuzApp::MsgProc()+0338 byte(s)
0023:0048D3E4 Neuz.exe, WndProc()+0036 byte(s)
0023:753D62FA USER32.dll, gapfnScSendMessage()+0818 byte(s)
0023:753D6D3A USER32.dll, GetThreadDesktop()+0215 byte(s)
0023:753D77C4 USER32.dll, CharPrevW()+0312 byte(s)
0023:753D7BCA USER32.dll, DispatchMessageA()+0015 byte(s)
0023:0048FAF3 Neuz.exe, CD3DApplication::Run()+0259 byte(s)
0023:0047546C Neuz.exe, WinMain()+0332 byte(s)
0023:009096AC Neuz.exe, WinMainCRTStartup()+0388 byte(s)
0023:74EE336A kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:771B9F72 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
0023:771B9F45 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)
If u know of fix it.. Thanks so much in advances (and sry for my bad english)
11/10/2013 14:12 Lumi#2
debug your neuz
11/10/2013 14:21 Rhyder`#3
try this:

Code:
APP_GUILD_BANK "WndGuildBank.tga" "" 0 256 372 0x2410000 26
{
// Title String
IDS_RESDATA_INC_000720
}
{
// Help Key
IDS_RESDATA_INC_000721
}
{
    WTYPE_CUSTOM WIDC_CUSTOM1 "" -842150451 24 284 46 306 0x260000 0 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_000722
    }
    {
    // ToolTip
IDS_RESDATA_INC_000723
    }
    WTYPE_TABCTRL WIDC_TABCTRL1 "" 0 7 9 249 279 0x260000 0 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_000724
    }
    {
    // ToolTip
IDS_RESDATA_INC_000725
    }
    WTYPE_STATIC WIDC_GUILDBANK_NUM "" 0 58 286 158 304 0x2260000 0 0 0 0 255 255 255
    {
    // Title String
IDS_RESDATA_INC_000726
    }
    {
    // ToolTip
IDS_RESDATA_INC_000727
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtNormal00.tga" 0 48 310 122 334 0x220010 0 0 0 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_000728
    }
    {
    // ToolTip
IDS_RESDATA_INC_000729
    }
    WTYPE_BUTTON WIDC_BUTTON2 "ButtNormal00.tga" 0 130 310 204 334 0x220010 0 0 0 0 0 0 0
    {
    // Title String
IDS_RESDATA_INC_000730
    }
    {
    // ToolTip
IDS_RESDATA_INC_000731
    }
    WTYPE_BUTTON WIDC_BUTTON3 "ButItemMinus.BMP" 0 166 290 180 306 0x220010 0 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_000732
    }
    {
    // ToolTip
IDS_RESDATA_INC_000733
    }
    WTYPE_BUTTON WIDC_LOG "ButtRecord.tga" 0 196 284 220 308 0x220010 0 0 0 0 46 112 169
    {
    // Title String
IDS_RESDATA_INC_005100
    }
    {
    // ToolTip
IDS_RESDATA_INC_005101
    }

}
11/10/2013 15:57 LoscArmy#4
Thanks for ur helps;
I try to debug it. I have try ur resdata (but I delete the last line tois because I am reading v15), but it's doesn't work :/
11/10/2013 19:29 Velmore#5
If you debug your neuz it will show CWndMailRequestingBox::Initialize()

Does you change something in APP_REQUESTING_POST ? This is the app witch kills the client.

@jayjei14 APP_GUILD_BANK is the app for the Guildbank.


You can search for CWndMailRequestingBox::Initialize( in you source and you see this.

[Only registered and activated users can see links. Click Here To Register...] And there you see the app i have postet.

@Lumi Debugen bringt nicht immer was.
Da die Neuz mit pdb gecrasht ist, sieht man die Funktionen.
11/10/2013 19:55 LoscArmy#6
Quote:
Originally Posted by Velmore View Post
If you debug your neuz it will show CWndMailRequestingBox::Initialize()

Does you change something in APP_REQUESTING_POST ? This is the app witch kills the client.

@jayjei14 APP_GUILD_BANK is the app for the Guildbank.


You can search for CWndMailRequestingBox::Initialize( in you source and you see this.

[Only registered and activated users can see links. Click Here To Register...] And there you see the app i have postet.

@Lumi Debugen bringt nicht immer was.
Da die Neuz mit pdb gecrasht ist, sieht man die Funktionen.
I thought it was weird too, I thought it came from app_post, but in fact I did (I do not know why) the APP_REQUESTING_POST, so problem solved, thank you very much Velmore!

(Sry for my bad english, google trad :x )
03/16/2015 14:38 McSpeed#7
Quote:
2015/ 3/16 10:34:32 g_pPlayer is ready

2015/ 3/16 10:34:38 CWndTaskBar::SetTaskBarTexture : Fulcrum 2010

2015/ 3/16 10:34:38 CWndTaskBar::SetTaskBarTexture : Fulcrum 581

2015/ 3/16 10:34:42 SendQueryMailBox

2015/ 3/16 10:34:42 CDPClient::OnMailBoxReq bCheckTransMailBox:0

2015/ 3/16 10:34:42 CMailBox::Clear

2015/ 3/16 10:34:42 OnMailBoxReq : Fail Delete Fulcrum_MailData.Temp
how to fix?
03/16/2015 16:17 McSpeed#8
Quote:
Originally Posted by Avalion View Post
Search each error in the source.

g_pPlayer is ready
CWndTaskBar::SetTaskBarTexture
SendQueryMailBox
CDPClient::OnMailBoxReq bCheckTransMailBox
CMailBox::Clear

OnMailBoxReq : Fail Delete
Ok, i find, but i dont know to fix.