"시티즈: 스카이라인/오류"의 두 판 사이의 차이

(새 문서: 오류 정리)
 
1번째 줄: 1번째 줄:
오류 정리
 
 
== '''분류되지 않은 오류''' ==
<big>'''Object reference not set to an instance of an object [System.NullReferenceException]'''</big>
<code><nowiki>Details: No Details</nowiki></code>
----
 
<big>'''The requested operation caused a stack overflow. [System.StackOverflowException]'''</big>
<code><nowiki>Details: No Details</nowiki></code>
----
 
<big>'''Argument cannot be null.'''</big>
 
<code><nowiki>Parameter name: source [System.ArgumentNullException]
Details:
No details</nowiki></code>
----
 
== '''로딩 중 오류''' ==
<big>'''Simulation:(failed)</br>Object reference not set to an instance of an object'''</big>
----
 
== '''모드 오류''' ==
<big>'''The Mod C:\Program Files (x86)\Steam\steamapps\workshop\content\255710\912329352 [BuildingAnarchy.dll] has caused an error [ModException]'''</big>
 
<code><nowiki>Details:
System.Runtime.Serialization.SerializationException: Type UnityEngine.Color is not marked as Serializable.
  at System.Runtime.Serialization.Formatters.Binary.BinaryCommon.CheckSerializable (System.Type type, ISurrogateSelector selector, StreamingContext context) [0x00000] in <filename unknown>:0
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.GetObjectData (System.Object obj, System.Runtime.Serialization.Formatters.Binary.TypeMetadata</nowiki></code>
----
 
== '''모드 충돌 관련 오류''' ==
<big>'''나무가 공중에 뜨는 오류'''</big>
 
나무가 공중에 뜨는 경우 [[시티즈: 스카이라인/모드/Tree Snapping|Tree Snapping]]와 [[시티즈: 스카이라인/모드/Unlimited Trees Mod|Unlimited Trees Mod]]의 충돌이라고 의심해볼 수 있습니다. 따라서 두 모드 중 하나만 사용하여야 하고, 만약 나무 무제한 모드를 사용하면서 나무를 스내핑하고 싶다면 [[시티즈: 스카이라인/모드/Tree and Vehicle Props|Tree and Vehicle Props]] 모드 사용을 추천합니다.
----

2020년 9월 4일 (금) 11:17 판


분류되지 않은 오류

Object reference not set to an instance of an object [System.NullReferenceException] Details: No Details


The requested operation caused a stack overflow. [System.StackOverflowException] Details: No Details


Argument cannot be null.

Parameter name: source [System.ArgumentNullException] Details: No details


로딩 중 오류

Simulation:(failed)
Object reference not set to an instance of an object


모드 오류

The Mod C:\Program Files (x86)\Steam\steamapps\workshop\content\255710\912329352 [BuildingAnarchy.dll] has caused an error [ModException]

Details: System.Runtime.Serialization.SerializationException: Type UnityEngine.Color is not marked as Serializable. at System.Runtime.Serialization.Formatters.Binary.BinaryCommon.CheckSerializable (System.Type type, ISurrogateSelector selector, StreamingContext context) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.GetObjectData (System.Object obj, System.Runtime.Serialization.Formatters.Binary.TypeMetadata


모드 충돌 관련 오류

나무가 공중에 뜨는 오류

나무가 공중에 뜨는 경우 Tree SnappingUnlimited Trees Mod의 충돌이라고 의심해볼 수 있습니다. 따라서 두 모드 중 하나만 사용하여야 하고, 만약 나무 무제한 모드를 사용하면서 나무를 스내핑하고 싶다면 Tree and Vehicle Props 모드 사용을 추천합니다.