UGX-Mods

Call of Duty 5: World at War => Help Desk => Topic started by: RamboBadass on January 05, 2014, 12:32:28 am

Title: ParseEntity: { not found. GetLastError() = 0 An Unrecoverable Error has occured
Post by: RamboBadass on January 05, 2014, 12:32:28 am
i dont know what happen i saved what i was doing and radiant closed i reopened it then tryed to load mymap ...... and get this

(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FBwKXkfr.jpg&hash=186b45d5b18269c95aa78e4a1dedc5bfa9321fc2)

please help me iv been making this for weeks
Title: Re: please take a look at this
Post by: daedra descent on January 05, 2014, 12:44:05 am
Have you tried loading the autosave.map in root/bin?
Title: Re: please take a look at this
Post by: RamboBadass on January 05, 2014, 01:02:41 am
will try now
 
Title: Re: please take a look at this
Post by: treminaor on January 05, 2014, 01:17:24 am
Fixed via PM, he had a malformed brush in the .map file which was crashing Radiant. For future reference, open the .map file with Notepad and search for either of these strings:
Code Snippet
Plaintext
#IND
Code Snippet
Plaintext
#QNAN

Any brushes you find which have those phrases in their data need to be completely removed from the file. Here is an example, which is what I found in the OP's map file:
Code Snippet
Plaintext
// brush 2349
{
 ( 403.75 1127.25 72 ) ( 371.75 1127.25 72 ) ( 371.75 1111.25 72 ) elpresse 256 256 -1255.25 -331.75 -90 0 lightmap_gray 16384 16384.279 -1247.5 -360.25107 -90 0
 ( 403.25 1106 72.75 ) ( 374.75 1106 72.75 ) ( 374.75 1127.5 72.75 ) sort 64 64 -1247.5043 -360.25 -90 0 lightmap_gray 16383.793 16384.055 -1247.5 -360.25 -90 0
 ( 374.75 1119.25 78 ) ( 374.75 1104 78 ) ( 374.75 1104 40.75 ) sort 8.8774672 6 1256.7894 0 0 0 lightmap_gray 16384.076 -16384 -1247.5 0 -180 0
 ( 780.88745 856.54028 80.75 ) ( 809.38745 856.54028 80.75 ) ( 809.38745 856.54028 80 ) elpresse 256 256 331.75 0 0 0 lightmap_gray 16384.412 16384 360.25 0 0 0
 ( 403.25 1104 78 ) ( 403.25 1119.25 78 ) ( 403.25 1119.25 40.75 ) sort 64 -64 -1247.5027 0 180 0 lightmap_gray 16383.961 -16384 -1247.5 0 180 0
 ( 371.75 1127.25 72 ) ( 403.75 1127.25 72 ) ( 403.75 1127.25 72 ) sort 1.#QNAN -1.#IND 1.#QNAN 1.#QNAN 1.#QNAN -1.#IND lightmap_gray 1.#QNAN -1.#IND 1.#QNAN 1.#QNAN 1.#QNAN -1.#IND
}

The error was about halfway through the file, so there's no chance his autosave would have been before this happened lol.
Title: Re: ParseEntity: { not found. GetLastError() = 0 An Unrecoverable Error has occured
Post by: RamboBadass on January 05, 2014, 01:21:40 am
thank you again Trem.
Title: Re: ParseEntity: { not found. GetLastError() = 0 An Unrecoverable Error has occured
Post by: MurdaInc on February 16, 2014, 09:04:43 pm
+1 respect this just saved me man :P