Out of memory loading solid: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (clean up, added orphan, uncategorised, underlinked tags)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This error appers while loading a [[VMF]]. Caused by invalid vertices data in solid structure. It is rarely seen but can appear if there are '''too many''' solids at once tied to an entity or the world. Simply just try to save your project as many times as you can and reload hammer while creating complicated solids that are combined with [[func_detail]]s. It can also appear while rtating [[func_detail]]s entities that contains a lot of construction blocks (meanwhile during rotation this entity will disappear from the world because Hammer has '''misplaced''' vertices) {{TODO|write a better description}}
{{Multiple issues|
{{Underlinked|date=January 2024}}
{{Orphan|date=January 2024}}
}}


----
This [[Hammer]] error usually occurs when loading invalid solid structures, but can occur in other ways as well. Until the solids are removed in a text editor, the map won't load in the editor.


Here is an example how to erase WRONG solids:
==Fixing==
Open your map in your text editor of choice. Go to the line that Hammer specifies and delete the entire solid class that encases it. An example of a damaged solid is listed below.


1. Open your map file with Notepad++ and go to line that Hammer tells you where ERROR:7 exist.
2. You should find a SOLID group there.
3. While looking at it's settings it will look like this (notice invalid vertex positon data in the plane line):
  solid
  solid
  {
  {
Line 84: Line 85:
  }
  }
  }
  }
4. By the look there is no such location as written above '''"1.#QNAN"'''. {{confirm|(it is probably the solid with QUERY NO ASSINGED to NORMALS)}}
5. Simply erase all wrong solid data from your '''VMF''' and that ought to bring your level back to usable form.


--[[User:Pitt1993|Pitt1993]] 02:37, 4 February 2012 (PST)
{{Uncategorized|date=January 2024}}

Latest revision as of 22:49, 21 January 2024

Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Underlinked - Logo.png
This article needs more Wikipedia icon links to other articles to help Wikipedia icon integrate it into the encyclopedia. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

This Hammer error usually occurs when loading invalid solid structures, but can occur in other ways as well. Until the solids are removed in a text editor, the map won't load in the editor.

Fixing

Open your map in your text editor of choice. Go to the line that Hammer specifies and delete the entire solid class that encases it. An example of a damaged solid is listed below.

solid
	{
		"id" "33026"
		side
		{
			"id" "21912"
			"plane" "(1.#QNAN 1.#QNAN -132) (1.#QNAN 1.#QNAN -168) (1.#QNAN 1.#QNAN -168)"
			"material" "TOOLS/TOOLSNODRAW"
			"uaxis" "[1 0 0 0] 0.25"
			"vaxis" "[0 -1 0 0] 0.25"
			"rotation" "0"
			"lightmapscale" "16"
			"smoothing_groups" "0"
		}
		side
		{
			"id" "21911"
			"plane" "(1.#QNAN 1.#QNAN -140) (1.#QNAN 1.#QNAN -176) (1.#QNAN 1.#QNAN -176)"
			"material" "TOOLS/TOOLSNODRAW"
			"uaxis" "[1 0 0 0] 0.25"
			"vaxis" "[0 -1 0 0] 0.25"
			"rotation" "0"
			"lightmapscale" "16"
			"smoothing_groups" "0"
		}
		side
		{
			"id" "21910"
			"plane" "(1.#QNAN 1.#QNAN -132) (1.#QNAN 1.#QNAN -132) (1.#QNAN 1.#QNAN -140)"
			"material" "TOOLS/TOOLSNODRAW"
			"uaxis" "[0 1 0 0] 0.25"
			"vaxis" "[0 0 -1 0] 0.25"
			"rotation" "0"
			"lightmapscale" "16"
			"smoothing_groups" "0"
		}
		side
		{
			"id" "21909"
			"plane" "(1.#QNAN 1.#QNAN -176) (1.#QNAN 1.#QNAN -176) (1.#QNAN 1.#QNAN -168)"
			"material" "TOOLS/TOOLSNODRAW"
			"uaxis" "[0 1 0 0] 0.25"
			"vaxis" "[0 0 -1 0] 0.25"
			"rotation" "0"
			"lightmapscale" "16"
			"smoothing_groups" "0"
		}
		side
		{
			"id" "21908"
			"plane" "(1.#QNAN 1.#QNAN -168) (1.#QNAN 1.#QNAN -132) (1.#QNAN 1.#QNAN -140)"
			"material" "TOOLS/TOOLSNODRAW"
			"uaxis" "[1 0 0 0] 0.25"
			"vaxis" "[0 0 -1 0] 0.25"
			"rotation" "0"
			"lightmapscale" "16"
			"smoothing_groups" "0"
		}
		side
		{
			"id" "21907"
			"plane" "(1.#QNAN 1.#QNAN -176) (1.#QNAN 1.#QNAN -140) (1.#QNAN 1.#QNAN -132)"
			"material" "TOOLS/TOOLSNODRAW"
			"uaxis" "[1 0 0 0] 0.25"
			"vaxis" "[0 0 -1 0] 0.25"
			"rotation" "0"
			"lightmapscale" "16"
			"smoothing_groups" "0"
		}
		editor
		{
			"color" "0 219 116"
			"visgroupshown" "1"
			"visgroupautoshown" "1"
		}
}
Wikipedia - Letter.png
This article has not been added to any content Wikipedia icon categories. Please help out by Wikipedia icon adding categories.
January 2024