Page 1 of 1
Radiant crash
Posted: December 13th, 2011, 7:40 pm
by Moustache
When I open my custom made map in radiant I get this error (this doesn't happen when I open radiant normally or open an other map):
ParseEntity: ( not found
GetLastError() = 0
An unrecoverable error has occurred. Would you like to edit Preferences before exiting Q3Radiant
Re: Radiant crash
Posted: December 13th, 2011, 7:53 pm
by Moustache
Sorry for the double post but I couldn't edit the start post.
On line I found that I need to edit the .map file and remove the fucked up entity. Does anyone know how I can find the one that gives me the error?
Re: Radiant crash
Posted: December 13th, 2011, 8:34 pm
by Moustache
Phieuw I found the a way to fix it
Tutorial to fix that error:
1) Make a backup of your .map file.
2) Open the .map file in notepad.
3) Look for strange things in one of your last brushes or entities. If you can't find anything strange in your last brushes or entities check the whole file.
4) Remove the strange things.
5) Save the file as a .map file.
6) Open the modified .map in radiant.
This is how my fucked up brush looked like:
Code: Select all
// brush 996
{
( 652 340 -640 ) ( 588 340 -640 ) ( 588 -44 -640 ) clip_player 64 64 12 -20 0 0 lightmap_gray 16384 16384 0 0 0 0
( 596 16 -576 ) ( 596 16 -576 ) ( 596 304 -576 ) clip_player 1.#QNAN -1.#IND 1.#QNAN 1.#QNAN 1.#QNAN -1.#IND lightmap_gray 16384 16384 0 0 0 0
( 596 16 -576 ) ( 596 16 -576 ) ( 596 16 -640 ) clip_player 64 64 8 0 0 0 lightmap_gray 16384 16384 0 0 0 0
( 596 312 -576 ) ( 596 312 -640 ) ( 596 12 -640 ) clip_player 64 64 20 0 0 0 lightmap_gray 16384 16384 0 0 0 0
( 596 312 -640 ) ( 596 312 -576 ) ( 588 304 -576 ) clip_player 64 64 8 0 0 0 lightmap_gray 16384 16384 0 0 0 0
( 588 340 -576 ) ( 588 -44 -576 ) ( 588 -44 -640 ) clip_player 64 64 20 0 0 0 lightmap_gray 16384 16384 0 0 0 0
}
Sorry for this crazy topic and the tipple post

Re: Radiant crash
Posted: December 13th, 2011, 8:36 pm
by Goro92
i get this error only if i load the file ...
try to open the file

Re: Radiant crash
Posted: December 13th, 2011, 8:54 pm
by Moustache
serveaiuto wrote:i get this error only if i load the file ...
try to open the file

That also didn't work. But it is fixed now
