Author Topic: Blockland closes.  (Read 3617 times)

My Blockland seems to just close whenever I try to load my up in the Mission editor, or even through the "Start Game" menu, Blockland just closes.
It closes as soon as I click on the map.
I don't know what's wrong, please help.  :panda:

Wrong Forum try the Help forum.

Wrong Forum try the Help forum.
Uhh no?
This is the correct forum.
I don't need help about Blockland, I need help on what I've done wrong with MY map, that Blockland seems to crash whenever I try to load it.


Wrong Forum try the Help forum.
Uhh no?
This is the correct forum.
I don't need help about Blockland, I need help on what I've done wrong with MY map, that Blockland seems to crash whenever I try to load it.


Your map? Or any map? Post Console.

Your map? Or any map? Post Console.
This happens only in my map.
Here is the console.

Hmmz, check the .mis file it may have something there. Console tells me to gtfo but doesn't help.

Everything seems fine... I'll just redo the map and see if that happens again.

Hm, okay, well, The problem was that the preview image was too large.
Now that is fixed, another error occurs.  :panda:
I can't really tell what the error is about, Console attached, please help.

You've miss typed some thing on line 261, go into the Mis and press Ctrl G then goto 261.
Code: [Select]
         envMapTexture = "common/data/skies/sunset_0007";

   };

}##;##

//--- OBJECT WRITE END ---

That is what the problem is.

I don't see anything wrong with it, I opened up other .mis files to compare, and everything seems in order..

Post your mission file. You've stuffed up something.

I'm sure
Code: [Select]
}##;##is meant to be:
Code: [Select]
};

No. That was the error report, it always does that.