Page 1 of 1

Can someone help me with this crash?

Posted: 27 Aug 2016, 06:36
by The Snivy
Hi, so I was trying to add a companion cube to Mari0 1.6 and i got this error:

Image

The name of the box was "box2"

I can show the edited parts of the files if someone wants to see it to find out what i did wrong.

Re: Can someone help me with this crash?

Posted: 27 Aug 2016, 11:23
by Technochips
well the error is simple:
entity.lua:104: '}' expected (to close '{' at line 3) near '"box2"'

god damit read the error

Re: Can someone help me with this crash?

Posted: 27 Aug 2016, 13:54
by Eden GT
Julien12150 wrote:well the error is simple:
'}' expected (to colose '{' at line 3) near '"box2"'

god damit read the error

I don't think he would understand the error. I don't understand it either.

Re: Can someone help me with this crash?

Posted: 27 Aug 2016, 13:56
by Technochips
Eden GT wrote:
Julien12150 wrote:well the error is simple:
'}' expected (to colose '{' at line 3) near '"box2"'

god damit read the error

I don't think he would understand the error. I don't understand it either.
well the error is that the character '}' is excepted to close '{' at line 3, a } is missing

if you don't do programming at all that's probably why you don't understand it

so read the bloody error instead of asking for help to just put one character

Re: Can someone help me with this crash?

Posted: 27 Aug 2016, 13:59
by Eden GT
Julien12150 wrote:
Eden GT wrote:
Julien12150 wrote:well the error is simple:
'}' expected (to colose '{' at line 3) near '"box2"'

god damit read the error

I don't think he would understand the error. I don't understand it either.
well the error is that the character '}' is excepted to close '{' at line 3, a } is missing

if you don't do programming at all that's probably why you don't understand it
Oh I didn't notice it

Re: Can someone help me with this crash?

Posted: 27 Aug 2016, 18:38
by The Snivy
Julien12150 wrote:
Eden GT wrote:
Julien12150 wrote:well the error is simple:
'}' expected (to colose '{' at line 3) near '"box2"'

god damit read the error

I don't think he would understand the error. I don't understand it either.
well the error is that the character '}' is excepted to close '{' at line 3, a } is missing

if you don't do programming at all that's probably why you don't understand it

so read the bloody error instead of asking for help to just put one character
Sorry, i forgot to put a "," next to "checkpoint" and "". The "{" was there, it was skipped over. I did get some friction errors but i fixed it. Thanks for the help, I will check for those things in the future.