PDA

View Full Version : Need some help


avitron
6th February 2012, 01:19
i keep getting these messages every time in the dedit host

IS_MTC - first byte must not be zero
IS_MTC - could not find destination

i tried looking how to fix it but didont find it any one that can help me?

MadCatX
6th February 2012, 10:40
IS_MTC - first byte must not be zero

I think this means that you're trying to send an empty message

IS_MTC - could not find destination

My guess is that you're trying to send a message to non-existent UCID or PLID.

avitron
7th February 2012, 10:44
but how to fix it

sarxes
7th February 2012, 12:58
The solution metod is in LFSlapper log ... copy the lapper LOG file

avitron
7th February 2012, 13:25
its not from the lapper is for a cruise insim that im working on

MadCatX
7th February 2012, 13:47
Do you use any InSim library? What language do you use? Can you show us the code where you're sending the MTC packet?

avitron
7th February 2012, 21:49
im using this insim from skywatcher
http://www.lfsforum.net/showthread.php?t=77485

is not a complete insim so im finishing it and thats the only thing that is left to fix but idk how to do it

impresora
26th February 2012, 09:42
why do you want that insim ? This is S2 :P

broken
26th February 2012, 10:55
why do you want that insim ? This is S2 :P

how do you know? ^^ :D

impresora
26th February 2012, 16:06
because he showed the link...

avitron
28th February 2012, 12:33
no becouse it has a bl1 track duh

skywatcher122
28th February 2012, 13:13
IS_MTC - first byte must not be zero


The character texts in MTC supports up to 64 characters which is outdated LFS_External library


IS_MTC - could not find destination


UCID and PLID is missing to send the message so use UniqueID's in my codes inside of it...

Yes its an LFS_External library its kinda old to use and the library itself is outdated ...you might need to use DarkTimes extracted source of LFS_External library which MTC supports up to 128 text characters to fix your problems. download it replace the old LFS_External.dll and you'll be fine.
http://www.lfsforum.net/showthread.php?t=30012&page=16

Nope my library as noted can be used in demo because of BL1 availability inside of it.

I just rarely help for just this case. Hope you'll fix the problem

Regards, Kamijou

avitron
28th February 2012, 17:50
thnx ill see if i can fix it

avitron
22nd March 2012, 14:51
ok i tried to copy and paste it but the insim keeps crashing when i want to start it