|
You last visited: Today at 11:42
Advertisement
[Neuz crash] Item linking
Discussion on [Neuz crash] Item linking within the Flyff Private Server forum part of the Flyff category.
01/14/2014, 13:00
|
#1
|
elite*gold: 0
Join Date: Dec 2013
Posts: 44
Received Thanks: 13
|
[Neuz crash] Item linking
Hi all.
Help me with my prob.
I add item linking on my server, and i have one bug.
I send item in chat, and if i click right mouse button on item name(in chat), i have client crash.
Error log.
Code:
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:005C3435, CWndLinkedItem::OnInitialUpdate()+0037 byte(s), c:\server\source\source\_interface\wndcommunication.cpp, line 1625+0022 byte(s)
- Registers
EAX=00000020 EBX=0018BD40 ECX=0B8D8398 EDX=00000002 ESI=0B923B20
EDI=0B923BA8 EBP=76942534 ESP=0018BCF0 EIP=005C3435 FLG=00210202
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
0023:005C3435 Neuz.exe, CWndLinkedItem::OnInitialUpdate()+0037 byte(s)
0023:004E4879 Neuz.exe, CWndBase::Create()+0249 byte(s)
0023:004B8980 Neuz.exe, CWndNeuz::InitDialog()+0240 byte(s)
0023:005C3402 Neuz.exe, CWndLinkedItem::Initialize()+0034 byte(s)
0023:004385CB Neuz.exe, CDPClient::OnLinkedItem()+0267 byte(s)
0023:00458403 Neuz.exe, CDPClient::OnSnapshot()+4115 byte(s)
0023:0043DA64 Neuz.exe, CDPClient::UserMessageHandler()+0180 byte(s)
0023:0070F802 Neuz.exe, CDPMng::ReceiveMessage()+0098 byte(s)
0023:0046867D Neuz.exe, CNeuzApp::FrameMove()+0093 byte(s)
0023:00481138 Neuz.exe, CD3DApplication::Render3DEnvironment()+0296 byte(s)
0023:00481C21 Neuz.exe, CD3DApplication::Run()+0305 byte(s)
0023:0046CCCB Neuz.exe, WinMain()+0347 byte(s)
0023:00861581 Neuz.exe, WinMainCRTStartup()+0388 byte(s)
WndCommunication.cpp
Code:
void CWndLinkedItem::OnInitialUpdate()
{
CWndNeuz::OnInitialUpdate();
MoveParentCenter();
rectItem = GetWndCtrl( WIDC_CUSTOM1 )->rect;
}
resdata.inc
Code:
APP_TOOLTIP_LINKEDITEM "WndTile00.tga" "" 1 128 300 0x2410000 21
{
// Title String
""
}
{
// Help Key
""
}
{
WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 79 8 111 40 0x220000 0 0 0 0 46 112 169
{
// Title String
""
}
{
// ToolTip
""
}
}
I know, this prob in ResData, but I do not know what's wrong. Help pls
************************************************** ***************
Screen
|
|
|
01/14/2014, 14:31
|
#2
|
ベトナム警察
elite*gold: 0
Join Date: Jan 2012
Posts: 16,498
Received Thanks: 3,525
|
Try with this one:
Code:
APP_TOOLTIP_LINKEDITEM "WndTile00.tga" "" 1 230 400 0x2410000 21
{
// Title String
""
}
{
// Help Key
""
}
{
WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 79 8 111 40 0x260000 0 0 0 0 46 112 169
{
// Title String
""
}
{
// ToolTip
""
}
}
I don't know whether it work, but only with try you will find out that.
|
|
|
01/14/2014, 17:52
|
#3
|
elite*gold: 0
Join Date: Dec 2013
Posts: 44
Received Thanks: 13
|
Quote:
Originally Posted by Lumi
Try with this one:
Code:
APP_TOOLTIP_LINKEDITEM "WndTile00.tga" "" 1 230 400 0x2410000 21
{
// Title String
""
}
{
// Help Key
""
}
{
WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 79 8 111 40 0x260000 0 0 0 0 46 112 169
{
// Title String
""
}
{
// ToolTip
""
}
}
I don't know whether it work, but only with try you will find out that.
|
No..does not work..
|
|
|
01/15/2014, 20:08
|
#4
|
elite*gold: 0
Join Date: Jul 2013
Posts: 14
Received Thanks: 9
|
Do you done this?
WndCommunication.cpp :
last line of :
PHP Code:
this->SetWndSize(this->GetWndRect().Width(), 100 + p2DRender->m_pFont->GetTextExtent(strEdit).cy);
to :
PHP Code:
this->SetWndSize(5 + p2DRender->m_pFont->GetTextExtent(strEdit).cx, 100 + p2DRender->m_pFont->GetTextExtent(strEdit).cy);
and this :
PHP Code:
m_p2DRender->TextOut_EditString(rectItem.left - 70, rectItem.bottom + 15, strEdit);
to :
PHP Code:
m_p2DRender->TextOut_EditString(rectItem.left - 30, rectItem.bottom + 15, strEdit);
If you doesnt done this, try it out.
Selénc
|
|
|
01/16/2014, 14:58
|
#5
|
ベトナム警察
elite*gold: 0
Join Date: Jan 2012
Posts: 16,498
Received Thanks: 3,525
|
Did that work for you now? Just only want to know for the solution.
|
|
|
01/16/2014, 16:30
|
#6
|
elite*gold: 0
Join Date: Dec 2013
Posts: 44
Received Thanks: 13
|
Quote:
Originally Posted by Lumi
Did that work for you now? Just only want to know for the solution.
|
Yes
|
|
|
 |
Similar Threads
|
Linking Server
01/13/2013 - Shaiya Private Server - 6 Replies
Hi epvpers,
Someone knows how to solve this?
After i choose character and click "Start" , i become the error message "Try to reconnect server" . I think it is a problem with the link server, the link server dont run. Ive try to start the link server under services but there is only the error message " cant find data or cant find datapath" . i dont know how to solve it. I try with search last 2 days , but there was only 1 topic over this from Omega and that dont work for me.
|
Item Linking
09/14/2012 - Flyff Private Server - 2 Replies
Moin alle zusammen,
Ich hab bzw probier mich grade an Item Linking & bei mir funzt es auch soweit nur will ich alles verlinken. Questitems usw gehen auch schon nur spackt es bei manchen Waffen und bei allg Pets. ( WorldServer crashed hängt sich auf unso,es spackt halt^^)
vllt kann mir ja jemand helfen :handsdown:
|
About linking 2 or more programs
01/06/2011 - CO2 Private Server - 10 Replies
Heya!
(Yes its me again!)
I wanna ask somethin important now...
I maked an Auth Server and settled the game server to game function only (it doesn't handle login anymore), and i want to make a new one that will handle monsters and npcs.... (this one will be internal... only to send and receive infos about npcs / mobs) hmmm this will redduce the lag into the server or won't change so much???
should i keep only the auth/game server's only....
few questions to make instead... if...
|
Linking accounts
07/16/2009 - EO PServer Hosting - 4 Replies
is there any way to link my existing accounts to my existing users? after i switched databases people are logging into characters with different accounts lol its a mess..any help would be appreciated
|
All times are GMT +1. The time now is 11:44.
|
|