Bat errors

Newbie Spellweaver
Joined
May 24, 2014
Messages
60
Reaction score
0
I'm having this bat error anyone help please?
bucackao - Bat errors - RaGEZONE Forums
 
Junior Spellweaver
Joined
Feb 19, 2012
Messages
125
Reaction score
25
If you can edit WZ file by a binary editor, supposing 'FEFF'(Short) or 'FF FE' (Byte) is in a head, please delete these 2 bytes.
Please correct String.wz/Mob.img.xml first and find out whether the line number of an error changes.
( at server.life.MapleLifeFactory.<client>(MapleLifeFactory.java:54) )
v
( at server.life.MapleLifeFactory.<client>(MapleLifeFactory.java:55) )

Do you understand? I am sorry to be poor at English.

For example:
before
Code:
00000000:FF FE 3C 3F 78 6D 6C 20 76 65 72 73 69 6F 6E 3D :..<?xml version=:
00000010:22 31 2E 30 22 20 65 6E 63 6F 64 69 6E 67 3D 22 :"1.0" encoding=":
00000020:55 54 46 2D 38 22 20 73 74 61 6E 64 61 6C 6F 6E :UTF-8" standalon:
after
Code:
00000000:3C 3F 78 6D 6C 20 76 65 72 73 69 6F 6E 3D 22 31 :<?xml version="1:
00000010:2E 30 22 20 65 6E 63 6F 64 69 6E 67 3D 22 55 54 :.0" encoding="UT:
00000020:46 2D 38 22 20 73 74 61 6E 64 61 6C 6F 6E 65 3D :F-8" standalone=:
 
Upvote 0
Newbie Spellweaver
Joined
May 24, 2014
Messages
60
Reaction score
0
If you can edit WZ file by a binary editor, supposing 'FEFF'(Short) or 'FF FE' (Byte) is in a head, please delete these 2 bytes.
Please correct String.wz/Mob.img.xml first and find out whether the line number of an error changes.
( at server.life.MapleLifeFactory.<client>(MapleLifeFactory.java:54) )
v
( at server.life.MapleLifeFactory.<client>(MapleLifeFactory.java:55) )

Do you understand? I am sorry to be poor at English.

For example:
before
Code:
00000000:FF FE 3C 3F 78 6D 6C 20 76 65 72 73 69 6F 6E 3D :..<?xml version=:
00000010:22 31 2E 30 22 20 65 6E 63 6F 64 69 6E 67 3D 22 :"1.0" encoding=":
00000020:55 54 46 2D 38 22 20 73 74 61 6E 64 61 6C 6F 6E :UTF-8" standalon:
after
Code:
00000000:3C 3F 78 6D 6C 20 76 65 72 73 69 6F 6E 3D 22 31 :<?xml version="1:
00000010:2E 30 22 20 65 6E 63 6F 64 69 6E 67 3D 22 55 54 :.0" encoding="UT:
00000020:46 2D 38 22 20 73 74 61 6E 64 61 6C 6F 6E 65 3D :F-8" standalone=:

Its kind of confusing ><.
 
Upvote 0
Junior Spellweaver
Joined
Feb 19, 2012
Messages
125
Reaction score
25
I show using a picture.
bucackao - Bat errors - RaGEZONE Forums

It became the same error when 'FFFE' was inserted in the head of an XML file in a tentative way.
(It is Japanese)

JAVA cannot be well processed, if 'FFFE' is in the head of an XML file.

I would like to say like this eventually.
Since HaRepacker which adds 'FFFE' exists in a head, please change the version of HaRepacker and create XML.
 
Upvote 0
Newbie Spellweaver
Joined
May 24, 2014
Messages
60
Reaction score
0
I show using a picture.
bucackao - Bat errors - RaGEZONE Forums

It became the same error when 'FFFE' was inserted in the head of an XML file in a tentative way.
(It is Japanese)

JAVA cannot be well processed, if 'FFFE' is in the head of an XML file.

I would like to say like this eventually.
Since HaRepacker which adds 'FFFE' exists in a head, please change the version of HaRepacker and create XML.
when i open mob.img with hex workshop its only 0000 for the whole thing. Theres nothing else. :\
 
Last edited:
Upvote 0
Back
Top