Adding v19 theme neuz crash
error Log:
Spoiler :
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 001B:005126CA, CWndBase::AdjustWndBase()+0378 byte(s), c:\users\brent\desktop\blessed flyff\blessed source\official source\_interface\wndbase.cpp , line 2648 +0022 byte(s)
- Registers
EAX=00000000 EBX=7FFD5000 ECX=08E1E830 EDX=00000000 ESI=09585B8C
EDI=1C0DD0B0 EBP=0012B970 ESP=0012B900 EIP=005126CA FLG=00010206
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000
001B:005126CA Neuz.exe, CWndBase::AdjustWndBase()+0378 byte(s)
001B:004D3BE6 Neuz.exe, CWndNeuz::AdjustWndBase()+0214 byte(s)
001B:004D498C Neuz.exe, CWndNeuz::OnSize()+0284 byte(s)
001B:0061038B Neuz.exe, CWndNewSkillSlot::OnSize()+0027 byte(s)
001B:0050C298 Neuz.exe, CWndBase::Create()+0456 byte(s)
001B:004D535F Neuz.exe, CWndNeuz::InitDialog()+0335 byte(s)
001B:00610325 Neuz.exe, CWndNewSkillSlot::Initialize()+0885 byte(s)
001B:005FAC69 Neuz.exe, CWndTaskBar::Serialize()+3401 byte(s)
001B:00418A36 Neuz.exe, CDPClient::OnTaskBar()+0022 byte(s)
001B:0040E05C Neuz.exe, CDPClient::OnSnapshot()+1084 byte(s)
001B:00410617 Neuz.exe, CDPClient::OnJoin()+0119 byte(s)
001B:0040DB60 Neuz.exe, CDPClient::UserMessageHandler()+0176 byte(s)
001B:007D0A2B Neuz.exe, CDPMng::ReceiveMessage()+0219 byte(s)
001B:0046D82A Neuz.exe, CNeuzApp::FrameMove()+0106 byte(s)
001B:0048C7A0 Neuz.exe, CD3DApplication::Render3DEnvironment()+0384 byte(s)
001B:0048C5E5 Neuz.exe, CD3DApplication::Run()+0245 byte(s)
001B:0047442C Neuz.exe, WinMain()+0332 byte(s)
001B:0092808C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
001B:75B3ED6C kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
001B:770E377B ntdll.dll, RtlInitializeExceptionChain()+0239 byte(s)
001B:770E374E ntdll.dll, RtlInitializeExceptionChain()+0194 byte(s)
wndbase.cpp line 2648
if( pTexture->m_pTexture->LockRect( 0, &lockedRect, 0, 0 ) == D3D_OK )// Lock
wha is the problem?
Re: Adding v19 theme neuz crash
You cant simple add the v19 theme from gpotato. to use the v19 theme you must do an lot of coding inside the source. To let it work
Re: Adding v19 theme neuz crash
Re: Adding v19 theme neuz crash
When you add v19 taskbar you must do first those thing about buttons,window,chat and manymore..
or if you want it all v19 theme replace the colors into white
all #ffff0000 into #ffffffff
XRGB and ARGB into (255,255,255)
Re: Adding v19 theme neuz crash
what file i can change color?