WorldServer Crash

Results 1 to 14 of 14
  1. #1
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    WorldServer Crash

    I edited Character.inc (Dior) and added
    Code:
    		AddVendorItem( 0, IK3_STICK, -1, 1, 30, 100 );
    		AddVendorItem( 1, IK3_BOARD, -1, 1, 30, 100 );
    		AddVendorItem( 2, IK3_ACCEL, -1, 1, 1, 100 );
    		AddVendorItem( 3, IK3_WING, -1, 1, 30, 100 );
    I also changed PropItem.txt with Excel and changed the ShopAble from = to 1 at the wings.

    Now when I start WorldServer it crashes, I have no clue what I did wrong.

    Here is my log

    Code:
    2010/ 7/ 5   09:43:32   rCnt=1 
    
    7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module 7.WorldServer.exe at 0023:004A1883
    
     - Registers
    
    EAX=00000000  EBX=1EE2DA70  ECX=0006DCE4  EDX=05820020  ESI=1EE2E43C
    EDI=00000000  EBP=04F09280  ESP=05ADB9E4  EIP=004A1883  FLG=00010287
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:004A1883 (0x00006E6F 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe


  2. #2
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    Re: WorldServer Crash

    Did it work before you edited that?

  3. #3
    i sell platypus Improved is offline
    MemberRank
    Jun 2009 Join Date
    DenmarkLocation
    2,819Posts

    Re: WorldServer Crash

    Excel sometimes fucks it up o-O

  4. #4
    One word! Im Fawkin Pro! Xakzi is offline
    MemberRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: WorldServer Crash

    i also get that, well only when i close client or server Dx
    Anyways, try to delete the new item u putted into dior, and check in propitem.txt if you have change the right = to right number :p

    Upload / make [Spoiler] On Your Propitem.txt so i / we can check it for you :p

  5. #5
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    Re: WorldServer Crash

    Yes, It does work if I remove my changes.
    And when I just change the ShopAble column at Wings from = to 1 it won't start up anymore.

    PropItem.txt: propItem.txt

    It doesn't even work when I remove the wings from Dior, and only change PropItem.txt

  6. #6
    One word! Im Fawkin Pro! Xakzi is offline
    MemberRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: WorldServer Crash

    Quote Originally Posted by TheUndead View Post
    Yes, It does work if I remove my changes.
    And when I just change the ShopAble column at Wings from = to 1 it won't start up anymore.

    PropItem.txt: propItem.txt

    It doesn't even work when I remove the wings from Dior, and only change PropItem.txt
    Ok Thanks, Tell me exacly what wings you are trying to *add into the npc*, so i can find it faster =p
    then i will make an edit here ^^

    Alright, let us take Prophet Wings as an example,

    this is your line
    Code:
    14	II_RID_RID_WIN_PROPHET01	IDS_PROPITEM_TXT_011056	1	1	IK1_RIDE	IK2_RIDING	IK3_WING	=	TRUE	=	=	1000000	=	=	=	=	=	PARTS_RIDE	=	0	=	=	=(15)	=(15)	1	1	=	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	2500	=	=	=	XI_FLIGHT_READY	=	=	=	=	MTI_FSTAND1_D	=	=	=	=	=	=	=	=	=	=	=	=	=	0	0	0	0	0	0	=	=	=	=	=	0.0038	0.8	2	1	3000	12	=	=	=	=	=	"""Itm_RidRidWinProphet01.dds"""	0	""""""	IDS_PROPITEM_TXT_011057
    Ok, Look For The Red Texted Line - PARTS_RIDE .. Count 4 Symbols After That Part... (Yellow = 1, Blue = 2, Green = 3, Purple = 4)
    After These 4 symbols, It Should Be = = 11 Or = = = 1...
    You Change the First = = To The Number You Change Into The Npc! So If You Pick 15.. It Should Be Like 15 15 1 1 (or 15 15 = 1)

    I Hope it helped, it is really hard to explain here Dx

    Edit;
    In Npc U Can Add Then AddVendorItem( 3, IK3_WING, -1, 1, 15, 100 );
    Last edited by Xakzi; 05-07-10 at 07:44 PM.

  7. #7
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    Re: WorldServer Crash

    All wings :P
    I changed the rarity to both 15, and added this line to Dior:

    AddVendorItem( 3, IK3_WING, -1, 1, 30, 100 );



    EDIT: So I did what you said, but it still crashes.

    Here is my Character.inc and propItem.txt - http://www.mediafire.com/?anynytggauz

    ---------- Post added at 08:21 PM ---------- Previous post was at 07:35 PM ----------

    Hmm, Could my worldserver be bugged, but other worldservers don't work too.
    Last edited by Gravious; 05-07-10 at 08:00 PM.

  8. #8
    One word! Im Fawkin Pro! Xakzi is offline
    MemberRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: WorldServer Crash

    Quote Originally Posted by TheUndead View Post
    All wings :P
    I changed the rarity to both 15, and added this line to Dior:

    AddVendorItem( 3, IK3_WING, -1, 1, 30, 100 );



    EDIT: So I did what you said, but it still crashes.

    Here is my Character.inc and propItem.txt - propCharacter.inc.zip

    ---------- Post added at 08:21 PM ---------- Previous post was at 07:35 PM ----------

    Hmm, Could my worldserver be bugged, but other worldservers don't work too.

    You Get Absolutely No other errors then the Neuz.exe error?

    Edit; Add Me @ Msn, u can find it @ Contact Info. I can help you more from there
    Last edited by Xakzi; 05-07-10 at 08:26 PM.

  9. #9
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    Re: WorldServer Crash

    When I remove my changes and add the old ones (The Character.inc and propItem.txt from the Repack) It does work again. I really have no clue.

    Here is my latest error.txt

    I didn't know how to do spoilers, sorry.
    Code:
    2010/ 7/ 5   17:13:50   OP: 29351637, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   17:14:12   rCnt=1 
    
    7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module kernel32.dll at 0023:7549135D, GetConsoleMode()+0085 byte(s)
    
     - Registers
    
    EAX=FFFFFFFF  EBX=00000000  ECX=FFFFFFF5  EDX=05292ABC  ESI=05292ABC
    EDI=05292660  EBP=0018FE80  ESP=0018FE48  EIP=7549135D  FLG=00010286
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:7549135D (0x05292ABC 0x00000004 0x00000000 0x005D93CD) kernel32.dll, GetConsoleMode()+0085 byte(s)
    0023:0053E4CB (0x00000000 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
    
    2010/ 7/ 5   17:17:50   OP: 29591014, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   17:17:51   OP: 1499, 0.0, 0.0, 1498.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   17:17:51   LUA - Event - ID:2,  Title:Quit Event,  State:1
    
    2010/ 7/ 5   19:22:40   rCnt=1 
    
    7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module kernel32.dll at 0023:7549135D, GetConsoleMode()+0085 byte(s)
    
     - Registers
    
    EAX=FFFFFFFF  EBX=00000000  ECX=FFFFFFF5  EDX=04CA2ABC  ESI=04CA2ABC
    EDI=04CA2660  EBP=0018FE80  ESP=0018FE48  EIP=7549135D  FLG=00010286
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:7549135D (0x04CA2ABC 0x00000004 0x00000000 0x005D93CD) kernel32.dll, GetConsoleMode()+0085 byte(s)
    0023:0053E4CB (0x00000000 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
    
    2010/ 7/ 5   19:26:46   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   19:26:52   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   19:26:52   OP: 37333458, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   19:27:04   rCnt=1 
    
    7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module 7.WorldServer.exe at 0023:004A1883
    
     - Registers
    
    EAX=00000000  EBX=1E8A50C0  ECX=0006DCE4  EDX=05640020  ESI=1E8A5A8C
    EDI=00000000  EBP=05009010  ESP=0544B9E4  EIP=004A1883  FLG=00010287
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:004A1883 (0x00006E6F 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
    
    2010/ 7/ 5   19:59:40   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   19:59:45   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   19:59:46   OP: 39306893, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   19:59:47   rCnt=1 
    
    7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module 7.WorldServer.exe at 0023:004A1883
    
     - Registers
    
    EAX=00000000  EBX=1E8050C0  ECX=0006DCE4  EDX=037A0020  ESI=1E805A8C
    EDI=00000000  EBP=051A9080  ESP=03A5B9E4  EIP=004A1883  FLG=00010287
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:004A1883 (0x00006E6F 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
    
    2010/ 7/ 5   19:59:56   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   20:00:01   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   20:00:01   OP: 39322264, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   20:00:03   rCnt=1 
    
    7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module 7.WorldServer.exe at 0023:004A1883
    
     - Registers
    
    EAX=00000000  EBX=1E9450C0  ECX=0006DCE4  EDX=04F90020  ESI=1E945A8C
    EDI=00000000  EBP=04C49080  ESP=0550B9E4  EIP=004A1883  FLG=00010287
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:004A1883 (0x00006E6F 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
    
    2010/ 7/ 5   20:18:30   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   20:18:36   propItem.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
    
    2010/ 7/ 5   20:18:37   OP: 40437997, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   20:18:39   rCnt=1 
    
    7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module 7.WorldServer.exe at 0023:004A1883
    
     - Registers
    
    EAX=00000000  EBX=1EF150C0  ECX=0006DCE4  EDX=056A0020  ESI=1EF15A8C
    EDI=00000000  EBP=05119010  ESP=05BFB9E4  EIP=004A1883  FLG=00010287
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:004A1883 (0x00006E6F 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
    
    2010/ 7/ 5   20:19:39   OP: 40500613, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   20:19:43   OP: 3581, 0.0, 0.0, 3580.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2010/ 7/ 5   20:19:43   LUA - Event - ID:2,  Title:Quit Event,  State:1
    
    2010/ 7/ 5   20:19:47   OP: 3740, 0.0, 0.0, 0.0, 0.0, 0.0, 3738.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0
    
    
    2010/ 7/ 5   20:21:04   OP: 1322, 10.0, 0.0, 0.0, 875.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0

  10. #10
    Apprentice Cyre is offline
    MemberRank
    Dec 2010 Join Date
    Under your Bed.Location
    13Posts

    Re: WorldServer Crash

    I have the same problem ;s

  11. #11
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    Re: WorldServer Crash

    Cyre, don't use Excel :)
    Use Notepad++ instead.

  12. #12
    Flyff Developer ShadowDragon is offline
    MemberRank
    Apr 2009 Join Date
    1,916Posts

    Re: WorldServer Crash

    i use excel all the time and never get a problem..
    you just need to know how to save it so it won't mess up the file
    you have to actually go to file > save (ctrl+s) and a message will pop up. click yes on that message, and you're fine. then when you close excel, tell it NOT to save it

  13. #13
    Enthusiast BGxJohn is offline
    MemberRank
    Nov 2010 Join Date
    26Posts

    Re: WorldServer Crash

    I has better idea. Use openoffice calc. I use it, and it doesn't fuck up the format, still Y = Rarity Z = Shoppability.

    Also, Search for FlyffNPCeditor.exe, much easier than manually editing shops. NOT the one that produces an SQL file, but http://forum.ragezone.com/f457/flyff...editor-636586/ instead. make sure to get the latest version by going on the last page of the thread.

  14. #14
    the sound's resound echo Jelle is offline
    MemberRank
    Jun 2009 Join Date
    ._.Location
    1,036Posts

    Re: WorldServer Crash

    And if you still dont know how to do it, follow this tutorial:
    http://forum.ragezone.com/f457/add-item-npc-666631/



Advertisement