Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.92 KB | None | 0 0
  1. 01/03/16 05:52:27,969.000 [9160] main.cpp:149 INFO main – Initializing python
  2. 01/03/16 05:52:28,084.000 [9160] main.cpp:152 INFO main – Finished initializing python
  3. 01/03/16 05:52:28,756.000 [9160] main.cpp:173 INFO main – Initialized Steam API
  4. 01/03/16 05:52:30,355.000 [9160] GameManager.cpp:143 INFO main – Initializing the GameManager and all Subsystems: 0.33.0
  5. 01/03/16 05:52:30,356.000 [9160] Random.cpp:18 INFO main – Random: setting seed to 1451800350
  6. 01/03/16 05:52:30,356.000 [9160] RenderSystem.cpp:38 INFO main – Initializing RenderSystem
  7. 01/03/16 05:52:30,357.000 [9160] RenderSystem.cpp:40 INFO main – Creating Window: <PixelVector(x=1280, y=800)> in mode 0
  8. 01/03/16 05:52:31,767.000 [9160] RenderSystem.cpp:44 INFO main – Maximum Texture Size: 16384
  9. 01/03/16 05:52:34,552.000 [9160] GameManager.cpp:213 INFO main – Commandline:
  10. 01/03/16 05:52:34,553.000 [9160] Scene.cpp:18 INFO main – Creating Scene: Logo
  11. 01/03/16 05:52:35,088.000 [9160] AchievementSystem.cpp:105 WARN main – Failed to receive user stats: 2
  12. 01/03/16 05:52:37,579.000 [9160] Scene.cpp:18 INFO main – Creating Scene: Menu
  13. 01/03/16 05:52:46,563.000 [9160] ContentStash.cpp:182 INFO main – Loading mod package: core
  14. 01/03/16 05:52:46,564.000 [9160] ContentStash.cpp:182 INFO main – Loading mod package: architecture_pack
  15. 01/03/16 05:52:46,565.000 [9160] ContentStash.cpp:182 INFO main – Loading mod package: grugs_skirt
  16. 01/03/16 05:52:46,565.000 [9160] ContentStash.cpp:182 INFO main – Loading mod package: boots
  17. 01/03/16 05:52:46,565.000 [9160] ContentStash.cpp:182 INFO main – Loading mod package: fantasy_biomes
  18. 01/03/16 05:52:46,565.000 [9160] ContentStash.cpp:182 INFO main – Loading mod package: creamon
  19. 01/03/16 05:52:46,565.000 [9160] CraftSystem.cpp:28 INFO main – Initializing CraftSystem
  20. 01/03/16 05:52:46,565.000 [9160] FoliageSystem.cpp:26 INFO main – Initializing FoliageSystem
  21. 01/03/16 05:52:46,566.000 [9160] TileSystem.cpp:24 INFO main – Initializing TileSystem
  22. 01/03/16 05:52:47,841.000 [9160] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260
  23. 01/03/16 05:52:47,841.000 [9160] Registration.cpp:225 INFO main – Core Mod for package: Creamon
  24. 01/03/16 05:52:47,843.000 [9160] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/331221837
  25. 01/03/16 05:52:47,843.000 [9160] Registration.cpp:225 INFO main – Core Mod for package: Surreal Biomes
  26. 01/03/16 05:52:47,844.000 [9160] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/333753021
  27. 01/03/16 05:52:47,844.000 [9160] Registration.cpp:225 INFO main – Core Mod for package: Hermes Boots
  28. 01/03/16 05:52:47,845.000 [9160] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601
  29. 01/03/16 05:52:47,845.000 [9160] Registration.cpp:225 INFO main – Core Mod for package: Basic Short Skirt
  30. 01/03/16 05:52:47,845.000 [9160] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/340020090
  31. 01/03/16 05:52:47,845.000 [9160] Registration.cpp:225 INFO main – Core Mod for package: Architecture Pack
  32. 01/03/16 05:53:01,949.000 [9160] mods\core\system\travel.py:132 INFO main – Creating TravelSystem
  33. 01/03/16 05:53:02,261.000 [9160] Registration.cpp:243 INFO main – Failed to register module: <type 'exceptions.ImportError'>: No module named template.customization: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601\grugs_skirt\registration.py", line 1, in <module>
  34. import grugs_skirt.template.customization
  35.  
  36. 01/03/16 05:53:55,200.000 [9160] EntityManager.cpp:212 FATAL main – Assert Error:
  37. 01/03/16 05:53:55,217.000 [9160] EntityManager.cpp:212 FATAL main – Failed to load components for content "C:\Program Files (x86)\Steam\steamapps\workshop\content\280520\433549260\creamon\body\hm\human_male.ce": <type 'exceptions.ImportError'>: cannot import name createSkill: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260/creamon/body/hm/human_male.ce", line 11, in <module>
  38. import creamon.talent.catcher
  39.  
  40. File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260\creamon\talent\catcher.py", line 3, in <module>
  41. from core.talent import createSkill
  42.  
  43. 01/03/16 05:53:55,218.000 [9160] EntityManager.cpp:212 FATAL main – Line: 212
  44. 01/03/16 05:53:55,218.000 [9160] EntityManager.cpp:212 FATAL main – File: EntityManager.cpp
  45. 01/03/16 05:53:55,218.000 [9160] EntityManager.cpp:212 FATAL main – Func: sg::EntityManager::loadContentComponents
  46. 01/03/16 05:53:55,256.000 [9160] EntityManager.cpp:212 FATAL main – Stacktrace:
  47. 005F80DF: initsiege +0x3a960f
  48. 0024BD65: ???
  49. 003FA081: initsiege +0x1ab5b1
  50. 004004AB: initsiege +0x1b19db
  51. 004C62F2: initsiege +0x277822
  52. 0081D404: initsiege +0x5ce934
  53. 0037DE31: initsiege +0x12f361
  54. 003CE75F: initsiege +0x17fc8f
  55. 0037C646: initsiege +0x12db76
  56. 003C5950: initsiege +0x176e80
  57. 0024AE11: ???
  58. 00AAE826: initsiege +0x85fd56
  59. 76E63744: BaseThreadInitThunk +0x24
  60. 772C9CD4: RtlSetCurrentTransaction +0xd4
  61. 772C9C9F: RtlSetCurrentTransaction +0x9f
  62.  
  63. 01/03/16 05:53:55,257.000 [9160] EntityManager.cpp:212 FATAL main – Python Stacktrace:
  64. File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  65. return format_list(extract_stack(f, limit))
  66.  
  67. 01/03/16 05:53:58,880 [4320] main.cpp:48 FATAL main – Python Stacktrace: File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  68. return format_list(extract_stack(f, limit))
  69.  
  70. 01/03/16 05:59:03,481.000 [1748] main.cpp:149 INFO main – Initializing python
  71. 01/03/16 05:59:03,506.000 [1748] main.cpp:152 INFO main – Finished initializing python
  72. 01/03/16 05:59:03,891.000 [1748] main.cpp:173 INFO main – Initialized Steam API
  73. 01/03/16 05:59:04,098.000 [1748] GameManager.cpp:143 INFO main – Initializing the GameManager and all Subsystems: 0.33.0
  74. 01/03/16 05:59:04,098.000 [1748] Random.cpp:18 INFO main – Random: setting seed to 1451800744
  75. 01/03/16 05:59:04,099.000 [1748] RenderSystem.cpp:38 INFO main – Initializing RenderSystem
  76. 01/03/16 05:59:04,099.000 [1748] RenderSystem.cpp:40 INFO main – Creating Window: <PixelVector(x=1280, y=800)> in mode 0
  77. 01/03/16 05:59:05,517.000 [1748] RenderSystem.cpp:44 INFO main – Maximum Texture Size: 16384
  78. 01/03/16 05:59:06,874.000 [1748] GameManager.cpp:213 INFO main – Commandline:
  79. 01/03/16 05:59:06,874.000 [1748] Scene.cpp:18 INFO main – Creating Scene: Logo
  80. 01/03/16 05:59:07,018.000 [1748] AchievementSystem.cpp:105 WARN main – Failed to receive user stats: 2
  81. 01/03/16 05:59:09,894.000 [1748] Scene.cpp:18 INFO main – Creating Scene: Menu
  82. 01/03/16 05:59:10,250.000 [1748] ContentStash.cpp:182 INFO main – Loading mod package: core
  83. 01/03/16 05:59:10,251.000 [1748] ContentStash.cpp:182 INFO main – Loading mod package: architecture_pack
  84. 01/03/16 05:59:10,251.000 [1748] ContentStash.cpp:182 INFO main – Loading mod package: grugs_skirt
  85. 01/03/16 05:59:10,251.000 [1748] ContentStash.cpp:182 INFO main – Loading mod package: boots
  86. 01/03/16 05:59:10,251.000 [1748] ContentStash.cpp:182 INFO main – Loading mod package: fantasy_biomes
  87. 01/03/16 05:59:10,251.000 [1748] ContentStash.cpp:182 INFO main – Loading mod package: creamon
  88. 01/03/16 05:59:10,252.000 [1748] CraftSystem.cpp:28 INFO main – Initializing CraftSystem
  89. 01/03/16 05:59:10,252.000 [1748] FoliageSystem.cpp:26 INFO main – Initializing FoliageSystem
  90. 01/03/16 05:59:10,252.000 [1748] TileSystem.cpp:24 INFO main – Initializing TileSystem
  91. 01/03/16 05:59:10,460.000 [1748] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260
  92. 01/03/16 05:59:10,464.000 [1748] Registration.cpp:225 INFO main – Core Mod for package: Creamon
  93. 01/03/16 05:59:10,465.000 [1748] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/331221837
  94. 01/03/16 05:59:10,465.000 [1748] Registration.cpp:225 INFO main – Core Mod for package: Surreal Biomes
  95. 01/03/16 05:59:10,466.000 [1748] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/333753021
  96. 01/03/16 05:59:10,466.000 [1748] Registration.cpp:225 INFO main – Core Mod for package: Hermes Boots
  97. 01/03/16 05:59:10,467.000 [1748] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601
  98. 01/03/16 05:59:10,467.000 [1748] Registration.cpp:225 INFO main – Core Mod for package: Basic Short Skirt
  99. 01/03/16 05:59:10,467.000 [1748] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/340020090
  100. 01/03/16 05:59:10,468.000 [1748] Registration.cpp:225 INFO main – Core Mod for package: Architecture Pack
  101. 01/03/16 05:59:15,397.000 [1748] mods\core\system\travel.py:132 INFO main – Creating TravelSystem
  102. 01/03/16 05:59:15,466.000 [1748] Registration.cpp:243 INFO main – Failed to register module: <type 'exceptions.ImportError'>: No module named template.customization: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601\grugs_skirt\registration.py", line 1, in <module>
  103. import grugs_skirt.template.customization
  104.  
  105. 01/03/16 05:59:28,510.000 [1748] EntityManager.cpp:212 FATAL main – Assert Error:
  106. 01/03/16 05:59:28,512.000 [1748] EntityManager.cpp:212 FATAL main – Failed to load components for content "C:\Program Files (x86)\Steam\steamapps\workshop\content\280520\433549260\creamon\body\hm\human_male.ce": <type 'exceptions.ImportError'>: cannot import name createSkill: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260/creamon/body/hm/human_male.ce", line 11, in <module>
  107. import creamon.talent.catcher
  108.  
  109. File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260\creamon\talent\catcher.py", line 3, in <module>
  110. from core.talent import createSkill
  111.  
  112. 01/03/16 05:59:28,512.000 [1748] EntityManager.cpp:212 FATAL main – Line: 212
  113. 01/03/16 05:59:28,512.000 [1748] EntityManager.cpp:212 FATAL main – File: EntityManager.cpp
  114. 01/03/16 05:59:28,512.000 [1748] EntityManager.cpp:212 FATAL main – Func: sg::EntityManager::loadContentComponents
  115. 01/03/16 05:59:28,528.000 [1748] EntityManager.cpp:212 FATAL main – Stacktrace:
  116. 005980DF: initsiege +0x3a960f
  117. 001EBD65: ???
  118. 0039A081: initsiege +0x1ab5b1
  119. 003A04AB: initsiege +0x1b19db
  120. 004662F2: initsiege +0x277822
  121. 007BD404: initsiege +0x5ce934
  122. 0031DE31: initsiege +0x12f361
  123. 0036E75F: initsiege +0x17fc8f
  124. 0031C646: initsiege +0x12db76
  125. 00365950: initsiege +0x176e80
  126. 001EAE11: ???
  127. 00A4E826: initsiege +0x85fd56
  128. 76E63744: BaseThreadInitThunk +0x24
  129. 772C9CD4: RtlSetCurrentTransaction +0xd4
  130. 772C9C9F: RtlSetCurrentTransaction +0x9f
  131.  
  132. 01/03/16 05:59:28,531.000 [1748] EntityManager.cpp:212 FATAL main – Python Stacktrace:
  133. File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  134. return format_list(extract_stack(f, limit))
  135.  
  136. 01/03/16 05:59:28,8540 [784] main.cpp:48 FATAL main – Python Stacktrace: File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  137. return format_list(extract_stack(f, limit))
  138.  
  139. 01/03/16 06:00:24,813.000 [4264] main.cpp:149 INFO main – Initializing python
  140. 01/03/16 06:00:24,822.000 [4264] main.cpp:152 INFO main – Finished initializing python
  141. 01/03/16 06:00:25,121.000 [4264] main.cpp:173 INFO main – Initialized Steam API
  142. 01/03/16 06:00:25,293.000 [4264] GameManager.cpp:143 INFO main – Initializing the GameManager and all Subsystems: 0.33.0
  143. 01/03/16 06:00:25,293.000 [4264] Random.cpp:18 INFO main – Random: setting seed to 1451800825
  144. 01/03/16 06:00:25,294.000 [4264] RenderSystem.cpp:38 INFO main – Initializing RenderSystem
  145. 01/03/16 06:00:25,294.000 [4264] RenderSystem.cpp:40 INFO main – Creating Window: <PixelVector(x=1280, y=800)> in mode 0
  146. 01/03/16 06:00:25,889.000 [4264] RenderSystem.cpp:44 INFO main – Maximum Texture Size: 16384
  147. 01/03/16 06:00:26,594.000 [4264] GameManager.cpp:213 INFO main – Commandline:
  148. 01/03/16 06:00:26,594.000 [4264] Scene.cpp:18 INFO main – Creating Scene: Logo
  149. 01/03/16 06:00:26,732.000 [4264] AchievementSystem.cpp:105 WARN main – Failed to receive user stats: 2
  150. 01/03/16 06:00:29,626.000 [4264] Scene.cpp:18 INFO main – Creating Scene: Menu
  151. 01/03/16 06:00:29,797.000 [4264] ContentStash.cpp:182 INFO main – Loading mod package: core
  152. 01/03/16 06:00:29,798.000 [4264] ContentStash.cpp:182 INFO main – Loading mod package: architecture_pack
  153. 01/03/16 06:00:29,798.000 [4264] ContentStash.cpp:182 INFO main – Loading mod package: grugs_skirt
  154. 01/03/16 06:00:29,798.000 [4264] ContentStash.cpp:182 INFO main – Loading mod package: boots
  155. 01/03/16 06:00:29,798.000 [4264] ContentStash.cpp:182 INFO main – Loading mod package: fantasy_biomes
  156. 01/03/16 06:00:29,798.000 [4264] ContentStash.cpp:182 INFO main – Loading mod package: creamon
  157. 01/03/16 06:00:29,798.000 [4264] CraftSystem.cpp:28 INFO main – Initializing CraftSystem
  158. 01/03/16 06:00:29,798.000 [4264] FoliageSystem.cpp:26 INFO main – Initializing FoliageSystem
  159. 01/03/16 06:00:29,798.000 [4264] TileSystem.cpp:24 INFO main – Initializing TileSystem
  160. 01/03/16 06:00:29,872.000 [4264] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260
  161. 01/03/16 06:00:29,872.000 [4264] Registration.cpp:225 INFO main – Core Mod for package: Creamon
  162. 01/03/16 06:00:29,873.000 [4264] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/331221837
  163. 01/03/16 06:00:29,873.000 [4264] Registration.cpp:225 INFO main – Core Mod for package: Surreal Biomes
  164. 01/03/16 06:00:29,873.000 [4264] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/333753021
  165. 01/03/16 06:00:29,873.000 [4264] Registration.cpp:225 INFO main – Core Mod for package: Hermes Boots
  166. 01/03/16 06:00:29,873.000 [4264] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601
  167. 01/03/16 06:00:29,873.000 [4264] Registration.cpp:225 INFO main – Core Mod for package: Basic Short Skirt
  168. 01/03/16 06:00:29,873.000 [4264] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/340020090
  169. 01/03/16 06:00:29,874.000 [4264] Registration.cpp:225 INFO main – Core Mod for package: Architecture Pack
  170. 01/03/16 06:00:32,627.000 [4264] mods\core\system\travel.py:132 INFO main – Creating TravelSystem
  171. 01/03/16 06:00:32,658.000 [4264] Registration.cpp:243 INFO main – Failed to register module: <type 'exceptions.ImportError'>: No module named template.customization: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601\grugs_skirt\registration.py", line 1, in <module>
  172. import grugs_skirt.template.customization
  173.  
  174. 01/03/16 06:00:40,951.000 [4264] EntityManager.cpp:212 FATAL main – Assert Error:
  175. 01/03/16 06:00:40,952.000 [4264] EntityManager.cpp:212 FATAL main – Failed to load components for content "C:\Program Files (x86)\Steam\steamapps\workshop\content\280520\433549260\creamon\body\hm\human_male.ce": <type 'exceptions.ImportError'>: cannot import name createSkill: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260/creamon/body/hm/human_male.ce", line 11, in <module>
  176. import creamon.talent.catcher
  177.  
  178. File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260\creamon\talent\catcher.py", line 3, in <module>
  179. from core.talent import createSkill
  180.  
  181. 01/03/16 06:00:40,953.000 [4264] EntityManager.cpp:212 FATAL main – Line: 212
  182. 01/03/16 06:00:40,953.000 [4264] EntityManager.cpp:212 FATAL main – File: EntityManager.cpp
  183. 01/03/16 06:00:40,953.000 [4264] EntityManager.cpp:212 FATAL main – Func: sg::EntityManager::loadContentComponents
  184. 01/03/16 06:00:40,967.000 [4264] EntityManager.cpp:212 FATAL main – Stacktrace:
  185. 005980DF: initsiege +0x3a960f
  186. 001EBD65: ???
  187. 0039A081: initsiege +0x1ab5b1
  188. 003A04AB: initsiege +0x1b19db
  189. 004662F2: initsiege +0x277822
  190. 007BD404: initsiege +0x5ce934
  191. 0031DE31: initsiege +0x12f361
  192. 0036E75F: initsiege +0x17fc8f
  193. 0031C646: initsiege +0x12db76
  194. 00365950: initsiege +0x176e80
  195. 001EAE11: ???
  196. 00A4E826: initsiege +0x85fd56
  197. 76E63744: BaseThreadInitThunk +0x24
  198. 772C9CD4: RtlSetCurrentTransaction +0xd4
  199. 772C9C9F: RtlSetCurrentTransaction +0x9f
  200.  
  201. 01/03/16 06:00:40,968.000 [4264] EntityManager.cpp:212 FATAL main – Python Stacktrace:
  202. File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  203. return format_list(extract_stack(f, limit))
  204.  
  205. 01/03/16 06:00:41,1970 [6348] main.cpp:48 FATAL main – Python Stacktrace: File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  206. return format_list(extract_stack(f, limit))
  207.  
  208. 01/03/16 10:25:27,647.000 [9472] main.cpp:149 INFO main – Initializing python
  209. 01/03/16 10:25:27,677.000 [9472] main.cpp:152 INFO main – Finished initializing python
  210. 01/03/16 10:25:27,889.000 [9472] main.cpp:173 INFO main – Initialized Steam API
  211. 01/03/16 10:25:28,021.000 [9472] GameManager.cpp:143 INFO main – Initializing the GameManager and all Subsystems: 0.33.0
  212. 01/03/16 10:25:28,021.000 [9472] Random.cpp:18 INFO main – Random: setting seed to 1451816728
  213. 01/03/16 10:25:28,021.000 [9472] RenderSystem.cpp:38 INFO main – Initializing RenderSystem
  214. 01/03/16 10:25:28,021.000 [9472] RenderSystem.cpp:40 INFO main – Creating Window: <PixelVector(x=1280, y=800)> in mode 0
  215. 01/03/16 10:25:28,392.000 [9472] RenderSystem.cpp:44 INFO main – Maximum Texture Size: 16384
  216. 01/03/16 10:25:28,998.000 [9472] GameManager.cpp:213 INFO main – Commandline:
  217. 01/03/16 10:25:28,998.000 [9472] Scene.cpp:18 INFO main – Creating Scene: Logo
  218. 01/03/16 10:25:29,204.000 [9472] AchievementSystem.cpp:105 WARN main – Failed to receive user stats: 2
  219. 01/03/16 10:25:32,019.000 [9472] Scene.cpp:18 INFO main – Creating Scene: Menu
  220. 01/03/16 10:25:36,507.000 [9472] ContentStash.cpp:182 INFO main – Loading mod package: core
  221. 01/03/16 10:25:36,507.000 [9472] ContentStash.cpp:182 INFO main – Loading mod package: architecture_pack
  222. 01/03/16 10:25:36,507.000 [9472] ContentStash.cpp:182 INFO main – Loading mod package: grugs_skirt
  223. 01/03/16 10:25:36,507.000 [9472] ContentStash.cpp:182 INFO main – Loading mod package: boots
  224. 01/03/16 10:25:36,507.000 [9472] ContentStash.cpp:182 INFO main – Loading mod package: fantasy_biomes
  225. 01/03/16 10:25:36,507.000 [9472] ContentStash.cpp:182 INFO main – Loading mod package: creamon
  226. 01/03/16 10:25:36,523.000 [9472] CraftSystem.cpp:28 INFO main – Initializing CraftSystem
  227. 01/03/16 10:25:36,523.000 [9472] FoliageSystem.cpp:26 INFO main – Initializing FoliageSystem
  228. 01/03/16 10:25:36,539.000 [9472] TileSystem.cpp:24 INFO main – Initializing TileSystem
  229. 01/03/16 10:25:37,031.000 [9472] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260
  230. 01/03/16 10:25:37,031.000 [9472] Registration.cpp:225 INFO main – Core Mod for package: Creamon
  231. 01/03/16 10:25:37,031.000 [9472] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/331221837
  232. 01/03/16 10:25:37,031.000 [9472] Registration.cpp:225 INFO main – Core Mod for package: Surreal Biomes
  233. 01/03/16 10:25:37,031.000 [9472] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/333753021
  234. 01/03/16 10:25:37,031.000 [9472] Registration.cpp:225 INFO main – Core Mod for package: Hermes Boots
  235. 01/03/16 10:25:37,031.000 [9472] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601
  236. 01/03/16 10:25:37,063.000 [9472] Registration.cpp:225 INFO main – Core Mod for package: Basic Short Skirt
  237. 01/03/16 10:25:37,063.000 [9472] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/340020090
  238. 01/03/16 10:25:37,063.000 [9472] Registration.cpp:225 INFO main – Core Mod for package: Architecture Pack
  239. 01/03/16 10:25:41,947.000 [9472] mods\core\system\travel.py:132 INFO main – Creating TravelSystem
  240. 01/03/16 10:25:42,124.000 [9472] Registration.cpp:243 INFO main – Failed to register module: <type 'exceptions.ImportError'>: No module named template.customization: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/336085601\grugs_skirt\registration.py", line 1, in <module>
  241. import grugs_skirt.template.customization
  242.  
  243. 01/03/16 10:26:08,128.000 [9472] EntityManager.cpp:212 FATAL main – Assert Error:
  244. 01/03/16 10:26:08,160.000 [9472] EntityManager.cpp:212 FATAL main – Failed to load components for content "C:\Program Files (x86)\Steam\steamapps\workshop\content\280520\433549260\creamon\body\hm\human_male.ce": <type 'exceptions.ImportError'>: cannot import name createSkill: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260/creamon/body/hm/human_male.ce", line 11, in <module>
  245. import creamon.talent.catcher
  246.  
  247. File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260\creamon\talent\catcher.py", line 3, in <module>
  248. from core.talent import createSkill
  249.  
  250. 01/03/16 10:26:08,160.000 [9472] EntityManager.cpp:212 FATAL main – Line: 212
  251. 01/03/16 10:26:08,160.000 [9472] EntityManager.cpp:212 FATAL main – File: EntityManager.cpp
  252. 01/03/16 10:26:08,160.000 [9472] EntityManager.cpp:212 FATAL main – Func: sg::EntityManager::loadContentComponents
  253. 01/03/16 10:26:08,160.000 [9472] EntityManager.cpp:212 FATAL main – Stacktrace:
  254. 00EB80DF: initsiege +0x3a960f
  255. 00B0BD65: ???
  256. 00CBA081: initsiege +0x1ab5b1
  257. 00CC04AB: initsiege +0x1b19db
  258. 00D862F2: initsiege +0x277822
  259. 010DD404: initsiege +0x5ce934
  260. 00C3DE31: initsiege +0x12f361
  261. 00C8E75F: initsiege +0x17fc8f
  262. 00C3C646: initsiege +0x12db76
  263. 00C85950: initsiege +0x176e80
  264. 00B0AE11: ???
  265. 0136E826: initsiege +0x85fd56
  266. 75213744: BaseThreadInitThunk +0x24
  267. 77719CD4: RtlSetCurrentTransaction +0xd4
  268. 77719C9F: RtlSetCurrentTransaction +0x9f
  269.  
  270. 01/03/16 10:26:08,175.000 [9472] EntityManager.cpp:212 FATAL main – Python Stacktrace:
  271. File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  272. return format_list(extract_stack(f, limit))
  273.  
  274. 01/03/16 10:26:09,2060 [5228] main.cpp:48 FATAL main – Python Stacktrace: File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  275. return format_list(extract_stack(f, limit))
  276.  
  277. 01/03/16 10:28:57,778.000 [7712] main.cpp:149 INFO main – Initializing python
  278. 01/03/16 10:28:57,790.000 [7712] main.cpp:152 INFO main – Finished initializing python
  279. 01/03/16 10:28:58,082.000 [7712] main.cpp:173 INFO main – Initialized Steam API
  280. 01/03/16 10:28:58,171.000 [7712] GameManager.cpp:143 INFO main – Initializing the GameManager and all Subsystems: 0.33.0
  281. 01/03/16 10:28:58,172.000 [7712] Random.cpp:18 INFO main – Random: setting seed to 1451816938
  282. 01/03/16 10:28:58,172.000 [7712] RenderSystem.cpp:38 INFO main – Initializing RenderSystem
  283. 01/03/16 10:28:58,172.000 [7712] RenderSystem.cpp:40 INFO main – Creating Window: <PixelVector(x=1280, y=800)> in mode 0
  284. 01/03/16 10:28:58,580.000 [7712] RenderSystem.cpp:44 INFO main – Maximum Texture Size: 16384
  285. 01/03/16 10:28:59,111.000 [7712] GameManager.cpp:213 INFO main – Commandline:
  286. 01/03/16 10:28:59,111.000 [7712] Scene.cpp:18 INFO main – Creating Scene: Logo
  287. 01/03/16 10:28:59,282.000 [7712] AchievementSystem.cpp:105 WARN main – Failed to receive user stats: 2
  288. 01/03/16 10:29:02,128.000 [7712] Scene.cpp:18 INFO main – Creating Scene: Menu
  289. 01/03/16 10:29:02,277.000 [7712] ContentStash.cpp:182 INFO main – Loading mod package: core
  290. 01/03/16 10:29:02,278.000 [7712] ContentStash.cpp:182 INFO main – Loading mod package: architecture_pack
  291. 01/03/16 10:29:02,278.000 [7712] ContentStash.cpp:182 INFO main – Loading mod package: fantasy_biomes
  292. 01/03/16 10:29:02,278.000 [7712] ContentStash.cpp:182 INFO main – Loading mod package: creamon
  293. 01/03/16 10:29:02,278.000 [7712] CraftSystem.cpp:28 INFO main – Initializing CraftSystem
  294. 01/03/16 10:29:02,278.000 [7712] FoliageSystem.cpp:26 INFO main – Initializing FoliageSystem
  295. 01/03/16 10:29:02,278.000 [7712] TileSystem.cpp:24 INFO main – Initializing TileSystem
  296. 01/03/16 10:29:02,347.000 [7712] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260
  297. 01/03/16 10:29:02,348.000 [7712] Registration.cpp:225 INFO main – Core Mod for package: Creamon
  298. 01/03/16 10:29:02,348.000 [7712] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/331221837
  299. 01/03/16 10:29:02,348.000 [7712] Registration.cpp:225 INFO main – Core Mod for package: Surreal Biomes
  300. 01/03/16 10:29:02,348.000 [7712] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/340020090
  301. 01/03/16 10:29:02,348.000 [7712] Registration.cpp:225 INFO main – Core Mod for package: Architecture Pack
  302. 01/03/16 10:29:04,560.000 [7712] mods\core\system\travel.py:132 INFO main – Creating TravelSystem
  303. 01/03/16 10:29:11,229.000 [7712] EntityManager.cpp:212 FATAL main – Assert Error:
  304. 01/03/16 10:29:11,232.000 [7712] EntityManager.cpp:212 FATAL main – Failed to load components for content "C:\Program Files (x86)\Steam\steamapps\workshop\content\280520\433549260\creamon\body\hm\human_male.ce": <type 'exceptions.ImportError'>: cannot import name createSkill: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260/creamon/body/hm/human_male.ce", line 11, in <module>
  305. import creamon.talent.catcher
  306.  
  307. File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260\creamon\talent\catcher.py", line 3, in <module>
  308. from core.talent import createSkill
  309.  
  310. 01/03/16 10:29:11,232.000 [7712] EntityManager.cpp:212 FATAL main – Line: 212
  311. 01/03/16 10:29:11,232.000 [7712] EntityManager.cpp:212 FATAL main – File: EntityManager.cpp
  312. 01/03/16 10:29:11,232.000 [7712] EntityManager.cpp:212 FATAL main – Func: sg::EntityManager::loadContentComponents
  313. 01/03/16 10:29:11,245.000 [7712] EntityManager.cpp:212 FATAL main – Stacktrace:
  314. 00EB80DF: initsiege +0x3a960f
  315. 00B0BD65: ???
  316. 00CBA081: initsiege +0x1ab5b1
  317. 00CC04AB: initsiege +0x1b19db
  318. 00D862F2: initsiege +0x277822
  319. 010DD404: initsiege +0x5ce934
  320. 00C3DE31: initsiege +0x12f361
  321. 00C8E75F: initsiege +0x17fc8f
  322. 00C3C646: initsiege +0x12db76
  323. 00C85950: initsiege +0x176e80
  324. 00B0AE11: ???
  325. 0136E826: initsiege +0x85fd56
  326. 75213744: BaseThreadInitThunk +0x24
  327. 77719CD4: RtlSetCurrentTransaction +0xd4
  328. 77719C9F: RtlSetCurrentTransaction +0x9f
  329.  
  330. 01/03/16 10:29:11,246.000 [7712] EntityManager.cpp:212 FATAL main – Python Stacktrace:
  331. File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  332. return format_list(extract_stack(f, limit))
  333.  
  334. 01/03/16 10:29:11,4590 [8188] main.cpp:48 FATAL main – Python Stacktrace: File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  335. return format_list(extract_stack(f, limit))
  336.  
  337. 02/07/16 08:17:28,278.000 [13424] main.cpp:150 INFO main – Initializing python
  338. 02/07/16 08:17:28,335.000 [13424] main.cpp:153 INFO main – Finished initializing python
  339. 02/07/16 08:17:28,564.000 [13424] main.cpp:174 INFO main – Initialized Steam API
  340. 02/07/16 08:17:29,570.000 [13424] GameManager.cpp:143 INFO main – Initializing the GameManager and all Subsystems: 0.38.0
  341. 02/07/16 08:17:29,570.000 [13424] Random.cpp:18 INFO main – Random: setting seed to 1454833049
  342. 02/07/16 08:17:29,571.000 [13424] RenderSystem.cpp:47 INFO main – Initializing RenderSystem
  343. 02/07/16 08:17:29,571.000 [13424] RenderSystem.cpp:49 INFO main – Creating Window: <PixelVector(x=1280, y=800)> in mode 0
  344. 02/07/16 08:17:31,337.000 [13424] RenderSystem.cpp:53 INFO main – Maximum Texture Size: 16384
  345. 02/07/16 08:17:32,593.000 [13424] GameManager.cpp:214 INFO main – Commandline:
  346. 02/07/16 08:17:32,593.000 [13424] Scene.cpp:18 INFO main – Creating Scene: Logo
  347. 02/07/16 08:17:37,025.000 [13424] ContentStash.cpp:193 INFO main – Loading mod package: core
  348. 02/07/16 08:17:37,026.000 [13424] ContentStash.cpp:193 INFO main – Loading mod package: architecture_pack
  349. 02/07/16 08:17:37,026.000 [13424] ContentStash.cpp:193 INFO main – Loading mod package: fantasy_biomes
  350. 02/07/16 08:17:37,026.000 [13424] ContentStash.cpp:193 INFO main – Loading mod package: creamon
  351. 02/07/16 08:17:40,035.000 [13424] Scene.cpp:18 INFO main – Creating Scene: Menu
  352. 02/07/16 08:17:40,119.000 [13424] CraftSystem.cpp:28 INFO main – Initializing CraftSystem
  353. 02/07/16 08:17:40,120.000 [13424] FoliageSystem.cpp:26 INFO main – Initializing FoliageSystem
  354. 02/07/16 08:17:40,120.000 [13424] TileSystem.cpp:24 INFO main – Initializing TileSystem
  355. 02/07/16 08:17:41,678.000 [13424] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260
  356. 02/07/16 08:17:41,744.000 [13424] Registration.cpp:225 INFO main – Core Mod for package: Creamon
  357. 02/07/16 08:17:41,745.000 [13424] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/331221837
  358. 02/07/16 08:17:41,745.000 [13424] Registration.cpp:225 INFO main – Core Mod for package: Surreal Biomes
  359. 02/07/16 08:17:41,745.000 [13424] Registration.cpp:219 INFO main – Appending package path to sys.path: C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/340020090
  360. 02/07/16 08:17:41,745.000 [13424] Registration.cpp:225 INFO main – Core Mod for package: Architecture Pack
  361. 02/07/16 08:17:56,500.000 [13424] mods\core\system\travel.py:132 INFO main – Creating TravelSystem
  362. 02/07/16 08:19:14,862.000 [13424] mods\core\template\item.py:475 INFO main – AegnitePyre frame width=16
  363. 02/07/16 08:19:15,093.000 [13424] mods\core\template\item.py:475 INFO main – DesertFoliage frame width=16
  364. 02/07/16 08:19:15,583.000 [13424] mods\core\template\item.py:475 INFO main – GrassDead frame width=16
  365. 02/07/16 08:19:15,618.000 [13424] mods\core\template\item.py:475 INFO main – Foliage frame width=16
  366. 02/07/16 08:19:15,684.000 [13424] mods\core\template\item.py:475 INFO main – Icicle frame width=16
  367. 02/07/16 08:19:15,751.000 [13424] mods\core\template\item.py:475 INFO main – Foliage frame width=16
  368. 02/07/16 08:19:16,024.000 [13424] mods\core\template\item.py:475 INFO main – MushroomFoliage frame width=18
  369. 02/07/16 08:19:16,144.000 [13424] mods\core\template\item.py:475 INFO main – Pots frame width=16
  370. 02/07/16 08:19:16,325.000 [13424] mods\core\template\item.py:475 INFO main – ScorchedFoliage frame width=16
  371. 02/07/16 08:19:16,670.000 [13424] mods\core\template\item.py:475 INFO main – ShrineFoliage frame width=16
  372. 02/07/16 08:19:16,777.000 [13424] mods\core\template\item.py:475 INFO main – SnowFoliage frame width=16
  373. 02/07/16 08:19:17,026.000 [13424] mods\core\template\item.py:475 INFO main – SteamVent frame width=16
  374. 02/07/16 08:19:17,313.000 [13424] mods\core\template\item.py:475 INFO main – Foliage frame width=16
  375. 02/07/16 08:19:19,096.000 [13424] EntityManager.cpp:212 FATAL main – Assert Error:
  376. 02/07/16 08:19:19,099.000 [13424] EntityManager.cpp:212 FATAL main – Failed to load components for content "C:\Program Files (x86)\Steam\steamapps\workshop\content\280520\433549260\creamon\body\hm\human_male.ce": <type 'exceptions.ImportError'>: cannot import name createSkill: File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260/creamon/body/hm/human_male.ce", line 11, in <module>
  377. import creamon.talent.catcher
  378.  
  379. File "C:/Program Files (x86)/Steam/steamapps/workshop/content/280520/433549260\creamon\talent\catcher.py", line 3, in <module>
  380. from core.talent import createSkill
  381.  
  382. 02/07/16 08:19:19,099.000 [13424] EntityManager.cpp:212 FATAL main – Line: 212
  383. 02/07/16 08:19:19,099.000 [13424] EntityManager.cpp:212 FATAL main – File: EntityManager.cpp
  384. 02/07/16 08:19:19,099.000 [13424] EntityManager.cpp:212 FATAL main – Func: sg::EntityManager::loadContentComponents
  385. 02/07/16 08:19:19,408.000 [13424] EntityManager.cpp:212 FATAL main – Stacktrace:
  386. 0121293F: initsiege +0x3c276f
  387. 00E4D4F5: ???
  388. 010053D1: initsiege +0x1b5201
  389. 0100B65B: initsiege +0x1bb48b
  390. 010D3DD2: initsiege +0x283c02
  391. 00F84774: initsiege +0x1345a4
  392. 00FCF750: initsiege +0x17f580
  393. 00E4C537: ???
  394. 016DE276: initsiege +0x88e0a6
  395. 760D3744: BaseThreadInitThunk +0x24
  396. 772A9CD4: RtlSetCurrentTransaction +0xd4
  397. 772A9C9F: RtlSetCurrentTransaction +0x9f
  398.  
  399. 02/07/16 08:19:19,434.000 [13424] EntityManager.cpp:212 FATAL main – Python Stacktrace:
  400. File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  401. return format_list(extract_stack(f, limit))
  402.  
  403. 02/07/16 08:19:23,3130 [21096] main.cpp:49 FATAL main – Python Stacktrace: File "C:\Program Files (x86)\Steam\steamapps\common\Crea\modules\traceback.py", line 278, in format_stack
  404. return format_list(extract_stack(f, limit))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement