Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.87 KB | None | 0 0
  1. Initializing...
  2. variables.txt not found. Creating new variables.txt file
  3. Compiling all global variables...
  4. variables.txt not found. Creating new variables.txt file
  5. variable_uses.txt not found. Creating new variable_uses.txt file
  6. Traceback (most recent call last):
  7. File "process_global_variables.py", line 106, in <module>
  8. save_variables(export_dir, variables,variable_uses)
  9. File "C:\Users\Cas\Desktop\Napoleonic Wars Sourcecode\Old\Sourcecode\mm dev - MS\process_operations.py", line 171, in save_variables
  10. file = open(export_dir + "variables.txt","w")
  11. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/variables.txt'
  12. Exporting strings...
  13. Traceback (most recent call last):
  14. File "process_strings.py", line 26, in <module>
  15. save_strings(strings)
  16. File "process_strings.py", line 9, in save_strings
  17. ofile = open(export_dir + "strings.txt","w")
  18. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/strings.txt'
  19. Exporting skills...
  20. Traceback (most recent call last):
  21. File "process_skills.py", line 32, in <module>
  22. save_skills()
  23. File "process_skills.py", line 15, in save_skills
  24. ofile = open(export_dir + "skills.txt","w")
  25. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/skills.txt'
  26. Exporting tracks...
  27. Traceback (most recent call last):
  28. File "process_music.py", line 23, in <module>
  29. save_tracks()
  30. File "process_music.py", line 15, in save_tracks
  31. file = open(export_dir + "music.txt","w")
  32. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/music.txt'
  33. Exporting animations...
  34. Traceback (most recent call last):
  35. File "process_animations.py", line 61, in <module>
  36. write_actions(animations,len(action_codes),action_codes,"actions.txt")
  37. File "process_animations.py", line 24, in write_actions
  38. file = open(export_dir + file_name,"w")
  39. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/actions.txt'
  40. Exporting meshes...
  41. Traceback (most recent call last):
  42. File "process_meshes.py", line 25, in <module>
  43. save_meshes()
  44. File "process_meshes.py", line 9, in save_meshes
  45. ofile = open(export_dir + "meshes.txt","w")
  46. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/meshes.txt'
  47. Exporting sounds...
  48. Traceback (most recent call last):
  49. File "process_sounds.py", line 51, in <module>
  50. write_sounds(sound_samples, sounds)
  51. File "process_sounds.py", line 13, in write_sounds
  52. ofile = open(export_dir + "sounds.txt","w")
  53. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/sounds.txt'
  54. Exporting skins...
  55. Traceback (most recent call last):
  56. File "process_skins.py", line 105, in <module>
  57. export_skins(skins)
  58. File "process_skins.py", line 45, in export_skins
  59. ofile = open(export_dir + "skins.txt","w")
  60. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/skins.txt'
  61. Exporting map icons...
  62. variables.txt not found. Creating new variables.txt file
  63. variable_uses.txt not found. Creating new variable_uses.txt file
  64. Creating new tag_uses.txt file...
  65. Creating new quick_strings.txt file...
  66. Traceback (most recent call last):
  67. File "process_map_icons.py", line 38, in <module>
  68. save_map_icons(variables,variable_uses,tag_uses,quick_strings)
  69. File "process_map_icons.py", line 9, in save_map_icons
  70. ofile = open(export_dir + "map_icons.txt","w")
  71. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/map_icons.txt'
  72. Exporting faction data...
  73. Traceback (most recent call last):
  74. File "process_factions.py", line 70, in <module>
  75. save_factions(relations)
  76. File "process_factions.py", line 34, in save_factions
  77. file = open(export_dir + "factions.txt","w")
  78. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/factions.txt'
  79. Exporting item data...
  80. variables.txt not found. Creating new variables.txt file
  81. variable_uses.txt not found. Creating new variable_uses.txt file
  82. Creating new tag_uses.txt file...
  83. Creating new quick_strings.txt file...
  84. Traceback (most recent call last):
  85. File "process_items.py", line 72, in <module>
  86. write_items(variables,variable_uses,tag_uses,quick_strings)
  87. File "process_items.py", line 19, in write_items
  88. ofile = open(itemkinds_file_name,"w")
  89. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/item_kinds1.txt'
  90. Exporting scene data...
  91. variables.txt not found. Creating new variables.txt file
  92. variable_uses.txt not found. Creating new variable_uses.txt file
  93. Creating new tag_uses.txt file...
  94. Creating new quick_strings.txt file...
  95. Traceback (most recent call last):
  96. File "process_scenes.py", line 77, in <module>
  97. save_scenes(variables,variable_uses,tag_uses)
  98. File "process_scenes.py", line 46, in save_scenes
  99. ofile = open(export_dir + "scenes.txt","w")
  100. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/scenes.txt'
  101. Exporting troops data
  102. Traceback (most recent call last):
  103. File "process_troops.py", line 107, in <module>
  104. save_troops()
  105. File "process_troops.py", line 13, in save_troops
  106. file = open(export_dir + "troops.txt","w")
  107. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/troops.txt'
  108. Exporting particle data...
  109. Traceback (most recent call last):
  110. File "process_particle_sys.py", line 61, in <module>
  111. save_particle_systems()
  112. File "process_particle_sys.py", line 29, in save_particle_systems
  113. ofile = open(export_dir + "particle_systems.txt","w")
  114. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/particle_systems.txt'
  115. Exporting scene props...
  116. variables.txt not found. Creating new variables.txt file
  117. variable_uses.txt not found. Creating new variable_uses.txt file
  118. Creating new tag_uses.txt file...
  119. Creating new quick_strings.txt file...
  120. Traceback (most recent call last):
  121. File "process_scene_props.py", line 32, in <module>
  122. save_scene_props(variables,variable_uses,tag_uses,quick_strings)
  123. File "process_scene_props.py", line 10, in save_scene_props
  124. ofile = open(export_dir + "scene_props.txt","w")
  125. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/scene_props.txt'
  126. Exporting tableau materials data...
  127. variables.txt not found. Creating new variables.txt file
  128. variable_uses.txt not found. Creating new variable_uses.txt file
  129. Creating new tag_uses.txt file...
  130. Creating new quick_strings.txt file...
  131. Traceback (most recent call last):
  132. File "process_tableau_materials.py", line 31, in <module>
  133. save_tableau_materials(variables,variable_uses,tag_uses,quick_strings)
  134. File "process_tableau_materials.py", line 11, in save_tableau_materials
  135. ofile = open(export_dir + "tableau_materials.txt","w")
  136. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/tableau_materials.txt'
  137. Exporting presentations...
  138. variables.txt not found. Creating new variables.txt file
  139. variable_uses.txt not found. Creating new variable_uses.txt file
  140. Creating new tag_uses.txt file...
  141. Creating new quick_strings.txt file...
  142. Traceback (most recent call last):
  143. File "process_presentations.py", line 33, in <module>
  144. save_presentations(variables,variable_uses,tag_uses,quick_strings)
  145. File "process_presentations.py", line 11, in save_presentations
  146. ofile = open(export_dir + "presentations.txt","w")
  147. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/presentations.txt'
  148. Exporting party_template data...
  149. Traceback (most recent call last):
  150. File "process_party_tmps.py", line 46, in <module>
  151. save_party_templates()
  152. File "process_party_tmps.py", line 20, in save_party_templates
  153. file = open(export_dir + "party_templates.txt","w")
  154. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/party_templates.txt'
  155. Exporting parties
  156. Creating new tag_uses.txt file...
  157. Traceback (most recent call last):
  158. File "process_parties.py", line 69, in <module>
  159. save_parties(parties)
  160. File "process_parties.py", line 12, in save_parties
  161. file = open(export_dir + "parties.txt","w")
  162. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/parties.txt'
  163. Exporting quest data...
  164. Traceback (most recent call last):
  165. File "process_quests.py", line 30, in <module>
  166. save_quests()
  167. File "process_quests.py", line 9, in save_quests
  168. ofile = open(export_dir + "quests.txt","w")
  169. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/quests.txt'
  170. Exporting info_page data...
  171. Traceback (most recent call last):
  172. File "process_info_pages.py", line 26, in <module>
  173. save_info_pages()
  174. File "process_info_pages.py", line 9, in save_info_pages
  175. ofile = open(export_dir + "info_pages.txt","w")
  176. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/info_pages.txt'
  177. Exporting scripts...
  178. variables.txt not found. Creating new variables.txt file
  179. variable_uses.txt not found. Creating new variable_uses.txt file
  180. Creating new tag_uses.txt file...
  181. Creating new quick_strings.txt file...
  182. Traceback (most recent call last):
  183. File "process_scripts.py", line 40, in <module>
  184. save_scripts(variables,variable_uses,scripts,tag_uses,quick_strings)
  185. File "process_scripts.py", line 10, in save_scripts
  186. file = open(export_dir + "scripts.txt","w")
  187. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/scripts.txt'
  188. Exporting mission_template data...
  189. variables.txt not found. Creating new variables.txt file
  190. variable_uses.txt not found. Creating new variable_uses.txt file
  191. Creating new tag_uses.txt file...
  192. Creating new quick_strings.txt file...
  193. Traceback (most recent call last):
  194. File "process_mission_tmps.py", line 64, in <module>
  195. save_mission_templates(variables,variable_uses,tag_uses,quick_strings)
  196. File "process_mission_tmps.py", line 38, in save_mission_templates
  197. file = open(export_dir + "mission_templates.txt","w")
  198. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/mission_templates.txt'
  199. Exporting game menus data...
  200. variables.txt not found. Creating new variables.txt file
  201. variable_uses.txt not found. Creating new variable_uses.txt file
  202. Creating new tag_uses.txt file...
  203. Creating new quick_strings.txt file...
  204. Traceback (most recent call last):
  205. File "process_game_menus.py", line 47, in <module>
  206. save_game_menus(variables,variable_uses,tag_uses,quick_strings)
  207. File "process_game_menus.py", line 22, in save_game_menus
  208. ofile = open(export_dir + "menus.txt","w")
  209. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/menus.txt'
  210. exporting simple triggers...
  211. variables.txt not found. Creating new variables.txt file
  212. variable_uses.txt not found. Creating new variable_uses.txt file
  213. Creating new tag_uses.txt file...
  214. Creating new quick_strings.txt file...
  215. Traceback (most recent call last):
  216. File "process_simple_triggers.py", line 24, in <module>
  217. save_simple_triggers(variables,variable_uses,simple_triggers,tag_uses,quick_strings)
  218. File "process_simple_triggers.py", line 8, in save_simple_triggers
  219. file = open(export_dir + "simple_triggers.txt","w")
  220. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/simple_triggers.txt'
  221. exporting triggers...
  222. variables.txt not found. Creating new variables.txt file
  223. variable_uses.txt not found. Creating new variable_uses.txt file
  224. Creating new tag_uses.txt file...
  225. Creating new quick_strings.txt file...
  226. Traceback (most recent call last):
  227. File "process_dialogs.py", line 193, in <module>
  228. save_triggers(variables,variable_uses,triggers,tag_uses,quick_strings)
  229. File "process_dialogs.py", line 47, in save_triggers
  230. file = open(export_dir + "triggers.txt","w")
  231. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/triggers.txt'
  232. Checking global variable usages...
  233. variables.txt not found. Creating new variables.txt file
  234. variable_uses.txt not found. Creating new variable_uses.txt file
  235. Exporting postfx_params...
  236. Traceback (most recent call last):
  237. File "process_postfx.py", line 27, in <module>
  238. write_postfx_params(postfx_params)
  239. File "process_postfx.py", line 13, in write_postfx_params
  240. ofile = open(export_dir + "postfx.txt","w")
  241. IOError: [Errno 2] No such file or directory: 'C:/Users/Cas/Desktop/Napoleonic Wars Sourcecode/Built/postfx.txt'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement