Advertisement
Guest User

Untitled

a guest
Feb 21st, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.37 KB | None | 0 0
  1. [fox@darkstar game-develop]$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
  2. [fox@darkstar game-develop]$ gdb GDIDE
  3. GNU gdb (GDB) 7.6.2
  4. Copyright (C) 2013 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "x86_64-unknown-linux-gnu".
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>...
  12. Reading symbols from /opt/game-develop/GDIDE...(no debugging symbols found)...done.
  13. (gdb) r
  14. Starting program: /opt/game-develop/GDIDE
  15. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
  16. warning: Could not load shared library symbols for linux-vdso.so.1.
  17. Do you need "set solib-search-path" or "set sysroot"?
  18. [Thread debugging using libthread_db enabled]
  19. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  20. [New Thread 0x7fffdd004700 (LWP 2974)]
  21.  
  22. (GDIDE:2968): Gtk-WARNING **: Theme parsing error: gtk.css:72:18: Not using units is deprecated. Assuming 'px'.
  23.  
  24. (GDIDE:2968): Gtk-WARNING **: Theme parsing error: gtk.css:72:20: Not using units is deprecated. Assuming 'px'.
  25. Game Develop initialization started:
  26. * Config file set.
  27. * Language loaded
  28. * Single instance handling done
  29. * Image handlers loaded
  30. * Crash management ended
  31. [New Thread 0x7fffd7da2700 (LWP 2975)]
  32. [New Thread 0x7fffd75a1700 (LWP 2976)]
  33. * Splash Screen created
  34. * Displaying Game Develop version information :
  35. Game Develop 3.2.69.0, built 4/01/2014
  36. * Creating a useless SFML texture
  37. * Loading platforms and extensions:
  38. Loading platform libGDCpp.so.....* Setting up events compiler...
  39. Create* Loading events code compiler configuration
  40. Adding extension BuiltinObject (Game Develop C++ platform)....done.
  41. Adding extension Sprite (Game Develop C++ platform)....done.
  42. Adding extension BuiltinCommonInstructions (Game Develop C++ platform)....done.
  43. Adding extension BuiltinCommonConversions (Game Develop C++ platform)....done.
  44. Adding extension BuiltinVariables (Game Develop C++ platform)....done.
  45. Adding extension BuiltinMouse (Game Develop C++ platform)....done.
  46. Adding extension BuiltinKeyboard (Game Develop C++ platform)....done.
  47. Adding extension BuiltinJoystick (Game Develop C++ platform)....done.
  48. Adding extension BuiltinScene (Game Develop C++ platform)....done.
  49. Adding extension BuiltinTime (Game Develop C++ platform)....done.
  50. Adding extension BuiltinMathematicalTools (Game Develop C++ platform)....done.
  51. Adding extension BuiltinCamera (Game Develop C++ platform)....done.
  52. Adding extension BuiltinAudio (Game Develop C++ platform)....done.
  53. Adding extension BuiltinFile (Game Develop C++ platform)....done.
  54. Adding extension BuiltinNetwork (Game Develop C++ platform)....done.
  55. Adding extension BuiltinWindow (Game Develop C++ platform)....done.
  56. Adding extension BuiltinStringInstructions (Game Develop C++ platform)....done.
  57. Adding extension BuiltinAdvanced (Game Develop C++ platform)....done.
  58. Adding extension BuiltinExternalLayouts (Game Develop C++ platform)....done.
  59. .done.
  60. Adding extension PathAutomatism (Game Develop C++ platform)....done.
  61. Adding extension TextEntryObject (Game Develop C++ platform)....done.
  62. Adding extension Light (Game Develop C++ platform)....done.
  63. Adding extension PrimitiveDrawing (Game Develop C++ platform)....done.
  64. Adding extension AdvancedXML (Game Develop C++ platform)....done.
  65. Adding extension Function (Game Develop C++ platform)....done.
  66. Adding extension TiledSpriteObject (Game Develop C++ platform)....done.
  67. Adding extension PanelSpriteObject (Game Develop C++ platform)....done.
  68. Adding extension DraggableAutomatism (Game Develop C++ platform)....done.
  69. Adding extension PlatformAutomatism (Game Develop C++ platform)....done.
  70. Adding extension Box3DObject (Game Develop C++ platform)....done.
  71. Adding extension DestroyOutsideAutomatism (Game Develop C++ platform)....done.
  72. Adding extension SoundObject (Game Develop C++ platform)....done.
  73. Adding extension TextObject (Game Develop C++ platform)....done.
  74. Adding extension ParticleSystem (Game Develop C++ platform)....done.
  75. Adding extension Network (Game Develop C++ platform)....done.
  76. Adding extension PhysicsAutomatism (Game Develop C++ platform)....done.
  77. Adding extension AStarAutomatism (Game Develop C++ platform)....done.
  78. Adding extension TimedEvent (Game Develop C++ platform)....done.
  79. Adding extension LinkedObjects (Game Develop C++ platform)....done.
  80. Adding extension CommonDialogs (Game Develop C++ platform)....done.
  81. Adding extension AES (Game Develop C++ platform)....done.
  82. Loading platform ./JsPlatform/libGDJS.so.....Adding extension BuiltinObject (Game Develop JS platform)....done.
  83. Adding extension Sprite (Game Develop JS platform)....done.
  84. Adding extension BuiltinCommonInstructions (Game Develop JS platform)....done.
  85. Adding extension BuiltinCommonConversions (Game Develop JS platform)....done.
  86. Adding extension BuiltinVariables (Game Develop JS platform)....done.
  87. Adding extension BuiltinMouse (Game Develop JS platform)....done.
  88. Adding extension BuiltinKeyboard (Game Develop JS platform)....done.
  89. Adding extension BuiltinJoystick (Game Develop JS platform)....done.
  90. Adding extension BuiltinScene (Game Develop JS platform)....done.
  91. Adding extension BuiltinTime (Game Develop JS platform)....done.
  92. Adding extension BuiltinMathematicalTools (Game Develop JS platform)....done.
  93. Adding extension BuiltinCamera (Game Develop JS platform)....done.
  94. Adding extension BuiltinAudio (Game Develop JS platform)....done.
  95. Adding extension BuiltinFile (Game Develop JS platform)....done.
  96. Adding extension BuiltinNetwork (Game Develop JS platform)....done.
  97. Adding extension BuiltinWindow (Game Develop JS platform)....done.
  98. Adding extension BuiltinStringInstructions (Game Develop JS platform)....done.
  99. Adding extension BuiltinAdvanced (Game Develop JS platform)....done.
  100. Adding extension BuiltinExternalLayouts (Game Develop JS platform)....done.
  101. Adding extension TextObject (Game Develop JS platform)....done.
  102. Adding extension DraggableAutomatism (Game Develop JS platform)....done.
  103. Adding extension DestroyOutsideAutomatism (Game Develop JS platform)....done.
  104. Adding extension PhysicsAutomatism (Game Develop JS platform)....done.
  105. Adding extension LinkedObjects (Game Develop JS platform)....done.
  106. Adding extension TiledSpriteObject (Game Develop JS platform)....done.
  107. Adding extension PlatformAutomatism (Game Develop JS platform)....done.
  108. .done.
  109. Unable to open Extensions (./JsPlatform/Extensions/) directory.
  110. * Platform and extensions loading ended.
  111. * Creating main window
  112.  
  113. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  114. * Connecting shortcuts
  115. * Help provider set
  116. * Loading events editor configuration
  117. * Creating log file (if activated)
  118. * Initializing platforms...
  119. Starting web server...
  120. [New Thread 0x7fffccd74700 (LWP 2977)]
  121. [New Thread 0x7fffc7fff700 (LWP 2978)]
  122. [New Thread 0x7fffc77fe700 (LWP 2979)]
  123. [New Thread 0x7fffc6ffd700 (LWP 2980)]
  124. [New Thread 0x7fffc67fc700 (LWP 2981)]
  125. [New Thread 0x7fffc5ffb700 (LWP 2982)]
  126. [New Thread 0x7fffc57fa700 (LWP 2983)]
  127. [New Thread 0x7fffc4ff9700 (LWP 2984)]
  128. [New Thread 0x7fffa7fff700 (LWP 2985)]
  129. [New Thread 0x7fffa77fe700 (LWP 2986)]
  130. [New Thread 0x7fffa6ffd700 (LWP 2987)]
  131. [New Thread 0x7fffa67fc700 (LWP 2988)]
  132. [New Thread 0x7fffa5ffb700 (LWP 2989)]
  133. [New Thread 0x7fffa57fa700 (LWP 2990)]
  134. [New Thread 0x7fffa4ff9700 (LWP 2991)]
  135. [New Thread 0x7fff8ffff700 (LWP 2992)]
  136. [New Thread 0x7fff8f7fe700 (LWP 2993)]
  137. [New Thread 0x7fff8effd700 (LWP 2994)]
  138. [New Thread 0x7fff8e7fc700 (LWP 2995)]
  139. [New Thread 0x7fff8dffb700 (LWP 2996)]
  140. [New Thread 0x7fff8d7fa700 (LWP 2997)]
  141. [New Thread 0x7fff8cff9700 (LWP 2998)]
  142. [New Thread 0x7fff8c7f8700 (LWP 2999)]
  143. [New Thread 0x7fff8bff7700 (LWP 3000)]
  144. [New Thread 0x7fff8b7f6700 (LWP 3001)]
  145. [New Thread 0x7fff8aff5700 (LWP 3002)]
  146. [New Thread 0x7fff8a7f4700 (LWP 3003)]
  147. [New Thread 0x7fff89ff3700 (LWP 3004)]
  148. [New Thread 0x7fff897f2700 (LWP 3005)]
  149. [New Thread 0x7fff88ff1700 (LWP 3006)]
  150. [New Thread 0x7fff887f0700 (LWP 3007)]
  151. [New Thread 0x7fff87fef700 (LWP 3008)]
  152. [New Thread 0x7fff877ee700 (LWP 3009)]
  153. [New Thread 0x7fff86fed700 (LWP 3010)]
  154. [New Thread 0x7fff867ec700 (LWP 3011)]
  155. [New Thread 0x7fff85feb700 (LWP 3012)]
  156. [New Thread 0x7fff857ea700 (LWP 3013)]
  157. [New Thread 0x7fff84fe9700 (LWP 3014)]
  158. [New Thread 0x7fff847e8700 (LWP 3015)]
  159. [New Thread 0x7fff83fe7700 (LWP 3016)]
  160. [New Thread 0x7fff837e6700 (LWP 3017)]
  161. [New Thread 0x7fff82fe5700 (LWP 3018)]
  162. [New Thread 0x7fff827e4700 (LWP 3019)]
  163. [New Thread 0x7fff81fe3700 (LWP 3020)]
  164. [New Thread 0x7fff817e2700 (LWP 3021)]
  165. [New Thread 0x7fff80fe1700 (LWP 3022)]
  166. [New Thread 0x7fff807e0700 (LWP 3023)]
  167. [New Thread 0x7fff7ffdf700 (LWP 3024)]
  168. [New Thread 0x7fff7f7de700 (LWP 3025)]
  169. [New Thread 0x7fff7efdd700 (LWP 3026)]
  170. [New Thread 0x7fff7e7dc700 (LWP 3027)]
  171. * Initialization ended.
  172. Asking for update info: http://www.compilgames.net/update/?p=GD&l=en_GB&v=3.2.69.0
  173. [Thread 0x7fffd75a1700 (LWP 2976) exited]
  174.  
  175. (GDIDE:2968): Gtk-WARNING **: Unable to show '-': Operation not supported
  176.  
  177. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  178. b
  179. *** BUG ***
  180. In pixman_region32_init_rect: Invalid rectangle passed
  181. Set a breakpoint on '_pixman_log_error' to debug
  182.  
  183. *** BUG ***
  184. In pixman_region32_init_rect: Invalid rectangle passed
  185. Set a breakpoint on '_pixman_log_error' to debug
  186.  
  187. *** BUG ***
  188. In pixman_region32_init_rect: Invalid rectangle passed
  189. Set a breakpoint on '_pixman_log_error' to debug
  190.  
  191. *** BUG ***
  192. In pixman_region32_init_rect: Invalid rectangle passed
  193. Set a breakpoint on '_pixman_log_error' to debug
  194.  
  195. *** BUG ***
  196. In pixman_region32_init_rect: Invalid rectangle passed
  197. Set a breakpoint on '_pixman_log_error' to debug
  198.  
  199. *** BUG ***
  200. In pixman_region32_init_rect: Invalid rectangle passed
  201. Set a breakpoint on '_pixman_log_error' to debug
  202.  
  203. *** BUG ***
  204. In pixman_region32_init_rect: Invalid rectangle passed
  205. Set a breakpoint on '_pixman_log_error' to debug
  206.  
  207. *** BUG ***
  208. In pixman_region32_init_rect: Invalid rectangle passed
  209. Set a breakpoint on '_pixman_log_error' to debug
  210.  
  211. *** BUG ***
  212. In pixman_region32_init_rect: Invalid rectangle passed
  213. Set a breakpoint on '_pixman_log_error' to debug
  214.  
  215. *** BUG ***
  216. In pixman_region32_init_rect: Invalid rectangle passed
  217. Set a breakpoint on '_pixman_log_error' to debug
  218.  
  219. ImageManager: Loading p1_stand.png.
  220. ImageManager: Loading p1_jump.png.
  221. ImageManager: Loading p1_walk03.png.
  222. ImageManager: Loading p1_walk04.png.
  223. ImageManager: Loading p1_walk05.png.
  224. ImageManager: Loading p1_walk06.png.
  225. ImageManager: Loading p1_walk07.png.
  226. ImageManager: Loading brickWall.png.
  227. ImageManager: Loading grass.png.
  228. ImageManager: Loading bridgeLogs.png.
  229. ImageManager: Loading grassHalfMid.png.
  230. ImageManager: Loading castleCenter.png.
  231. ImageManager: Loading bridge.png.
  232. ImageManager: Loading Left.png.
  233. ImageManager: Loading Right.png.
  234. ImageManager: Loading ladder_mid.png.
  235. ImageManager: Loading PlayerArea.png.
  236. ImageManager: Loading slimeWalk1.png.
  237. ImageManager: Loading slimeWalk2.png.
  238. ImageManager: Loading slimeDead.png.
  239. ImageManager: Loading flyFly1.png.
  240. ImageManager: Loading flyFly2.png.
  241. ImageManager: Loading flyDead.png.
  242. ImageManager: Loading cloud1.png.
  243. ImageManager: Loading cloud2.png.
  244. ImageManager: Loading cloud3.png.
  245. ImageManager: Loading bush.png.
  246. ImageManager: Loading cactus.png.
  247. ImageManager: Loading plant.png.
  248. ImageManager: Loading coinGold.png.
  249. libs/pixi.js
  250. libs/jshashtable.js
  251. libs/hshg.js
  252. gd.js
  253. commontools.js
  254. runtimeobject.js
  255. runtimescene.js
  256. polygon.js
  257. force.js
  258. layer.js
  259. timer.js
  260. imagemanager.js
  261. runtimegame.js
  262. variable.js
  263. variablescontainer.js
  264. runtimeautomatism.js
  265. spriteruntimeobject.js
  266. soundmanager.js
  267. runtimescenetools.js
  268. inputtools.js
  269. objecttools.js
  270. cameratools.js
  271. soundtools.js
  272. storagetools.js
  273. stringtools.js
  274. windowtools.js
  275. GDCpp/BuiltinExtensions/AudioTools.h
  276. Could not copy include file GDCpp/BuiltinExtensions/AudioTools.h (File not found).
  277. GDCpp/BuiltinExtensions/ObjectTools.h
  278. Could not copy include file GDCpp/BuiltinExtensions/ObjectTools.h (File not found).
  279. GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h
  280. Could not copy include file GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h (File not found).
  281. GDCpp/BuiltinExtensions/RuntimeSceneTools.h
  282. Could not copy include file GDCpp/BuiltinExtensions/RuntimeSceneTools.h (File not found).
  283. GDCpp/BuiltinExtensions/TimeTools.h
  284. Could not copy include file GDCpp/BuiltinExtensions/TimeTools.h (File not found).
  285. GDCpp/SpriteObject.h
  286. Could not copy include file GDCpp/SpriteObject.h (File not found).
  287. PlatformAutomatism/PlatformerObjectAutomatism.h
  288. Could not copy include file PlatformAutomatism/PlatformerObjectAutomatism.h (File not found).
  289. PlatformAutomatism/hshg.js
  290. PlatformAutomatism/platformerobjectruntimeautomatism.js
  291. PlatformAutomatism/platformruntimeautomatism.js
  292. TextObject/textruntimeobject.js
  293. TiledSpriteObject/tiledspriteruntimeobject.js
  294. inputtools.h
  295. Could not copy include file inputtools.h (File not found).
  296. /tmp/GDTemporaries/JSCodeTemp/code0.js
  297. /tmp/GDTemporaries/JSCodeTemp/data.js
  298. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/AudioTools.h.
  299. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/ObjectTools.h.
  300. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h.
  301. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/RuntimeSceneTools.h.
  302. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/TimeTools.h.
  303. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/SpriteObject.h.
  304. Warning: Unable to found /tmp/GDTemporaries/JSPreview//PlatformAutomatism/PlatformerObjectAutomatism.h.
  305. Warning: Unable to found /tmp/GDTemporaries/JSPreview//inputtools.h.
  306. Created new window in existing browser session.
  307. libs/pixi.js
  308. libs/jshashtable.js
  309. libs/hshg.js
  310. gd.js
  311. commontools.js
  312. runtimeobject.js
  313. runtimescene.js
  314. polygon.js
  315. force.js
  316. layer.js
  317. timer.js
  318. imagemanager.js
  319. runtimegame.js
  320. variable.js
  321. variablescontainer.js
  322. runtimeautomatism.js
  323. spriteruntimeobject.js
  324. soundmanager.js
  325. runtimescenetools.js
  326. inputtools.js
  327. objecttools.js
  328. cameratools.js
  329. soundtools.js
  330. storagetools.js
  331. stringtools.js
  332. windowtools.js
  333. GDCpp/BuiltinExtensions/AudioTools.h
  334. Could not copy include file GDCpp/BuiltinExtensions/AudioTools.h (File not found).
  335. GDCpp/BuiltinExtensions/ObjectTools.h
  336. Could not copy include file GDCpp/BuiltinExtensions/ObjectTools.h (File not found).
  337. GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h
  338. Could not copy include file GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h (File not found).
  339. GDCpp/BuiltinExtensions/RuntimeSceneTools.h
  340. Could not copy include file GDCpp/BuiltinExtensions/RuntimeSceneTools.h (File not found).
  341. GDCpp/BuiltinExtensions/TimeTools.h
  342. Could not copy include file GDCpp/BuiltinExtensions/TimeTools.h (File not found).
  343. GDCpp/SpriteObject.h
  344. Could not copy include file GDCpp/SpriteObject.h (File not found).
  345. PlatformAutomatism/PlatformerObjectAutomatism.h
  346. Could not copy include file PlatformAutomatism/PlatformerObjectAutomatism.h (File not found).
  347. PlatformAutomatism/hshg.js
  348. PlatformAutomatism/platformerobjectruntimeautomatism.js
  349. PlatformAutomatism/platformruntimeautomatism.js
  350. TextObject/textruntimeobject.js
  351. TiledSpriteObject/tiledspriteruntimeobject.js
  352. inputtools.h
  353. Could not copy include file inputtools.h (File not found).
  354. /tmp/GDTemporaries/JSCodeTemp/code0.js
  355. /tmp/GDTemporaries/JSCodeTemp/data.js
  356. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/AudioTools.h.
  357. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/ObjectTools.h.
  358. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h.
  359. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/RuntimeSceneTools.h.
  360. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/TimeTools.h.
  361. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/SpriteObject.h.
  362. Warning: Unable to found /tmp/GDTemporaries/JSPreview//PlatformAutomatism/PlatformerObjectAutomatism.h.
  363. Warning: Unable to found /tmp/GDTemporaries/JSPreview//inputtools.h.
  364. Created new window in existing browser session.
  365.  
  366. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  367.  
  368. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  369.  
  370. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 16
  371.  
  372. (GDIDE:2968): Gtk-CRITICAL **: gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed
  373.  
  374. (GDIDE:2968): Gtk-CRITICAL **: gtk_window_resize: assertion 'width > 0' failed
  375.  
  376. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  377.  
  378. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  379.  
  380. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 16
  381.  
  382. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  383.  
  384. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  385.  
  386. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 16
  387.  
  388. (GDIDE:2968): Gtk-WARNING **: Unable to show 'No errors.': Operation not supported
  389.  
  390. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  391.  
  392. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  393.  
  394. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 16
  395. Need for RECOMPILATIOOOON: extern:0Need for RECOMPILATIOOOON: extern:0Need for RECOMPILATIOOOON: extern:0Need for RECOMPILATIOOOON: extern:0libs/pixi.js
  396. libs/jshashtable.js
  397. libs/hshg.js
  398. gd.js
  399. commontools.js
  400. runtimeobject.js
  401. runtimescene.js
  402. polygon.js
  403. force.js
  404. layer.js
  405. timer.js
  406. imagemanager.js
  407. runtimegame.js
  408. variable.js
  409. variablescontainer.js
  410. runtimeautomatism.js
  411. spriteruntimeobject.js
  412. soundmanager.js
  413. runtimescenetools.js
  414. inputtools.js
  415. objecttools.js
  416. cameratools.js
  417. soundtools.js
  418. storagetools.js
  419. stringtools.js
  420. windowtools.js
  421. GDCpp/BuiltinExtensions/AudioTools.h
  422. Could not copy include file GDCpp/BuiltinExtensions/AudioTools.h (File not found).
  423. GDCpp/BuiltinExtensions/ObjectTools.h
  424. Could not copy include file GDCpp/BuiltinExtensions/ObjectTools.h (File not found).
  425. GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h
  426. Could not copy include file GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h (File not found).
  427. GDCpp/BuiltinExtensions/RuntimeSceneTools.h
  428. Could not copy include file GDCpp/BuiltinExtensions/RuntimeSceneTools.h (File not found).
  429. GDCpp/BuiltinExtensions/TimeTools.h
  430. Could not copy include file GDCpp/BuiltinExtensions/TimeTools.h (File not found).
  431. GDCpp/SpriteObject.h
  432. Could not copy include file GDCpp/SpriteObject.h (File not found).
  433. PlatformAutomatism/PlatformerObjectAutomatism.h
  434. Could not copy include file PlatformAutomatism/PlatformerObjectAutomatism.h (File not found).
  435. PlatformAutomatism/hshg.js
  436. PlatformAutomatism/platformerobjectruntimeautomatism.js
  437. PlatformAutomatism/platformruntimeautomatism.js
  438. TextObject/textruntimeobject.js
  439. TiledSpriteObject/tiledspriteruntimeobject.js
  440. inputtools.h
  441. Could not copy include file inputtools.h (File not found).
  442. /tmp/GDTemporaries/JSCodeTemp/code0.js
  443. /tmp/GDTemporaries/JSCodeTemp/data.js
  444. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/AudioTools.h.
  445. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/ObjectTools.h.
  446. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.h.
  447. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/RuntimeSceneTools.h.
  448. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/BuiltinExtensions/TimeTools.h.
  449. Warning: Unable to found /tmp/GDTemporaries/JSPreview//GDCpp/SpriteObject.h.
  450. Warning: Unable to found /tmp/GDTemporaries/JSPreview//PlatformAutomatism/PlatformerObjectAutomatism.h.
  451. Warning: Unable to found /tmp/GDTemporaries/JSPreview//inputtools.h.
  452. Created new window in existing browser session.
  453. [New Thread 0x7fffd75a1700 (LWP 3228)]
  454. [New Thread 0x7fff760d2700 (LWP 3229)]
  455. [New Thread 0x7fff758d1700 (LWP 3231)]
  456. [New Thread 0x7fff750d0700 (LWP 3232)]
  457. [Thread 0x7fffd75a1700 (LWP 3228) exited]
  458. [Thread 0x7fff750d0700 (LWP 3232) exited]
  459. [Thread 0x7fff758d1700 (LWP 3231) exited]
  460.  
  461. (GDIDE:2968): Gtk-WARNING **: Unable to show 'Open examples': Operation not supported
  462. [New Thread 0x7fff758d1700 (LWP 3238)]
  463. [New Thread 0x7fff750d0700 (LWP 3239)]
  464. [Thread 0x7fff758d1700 (LWP 3238) exited]
  465. [Thread 0x7fff750d0700 (LWP 3239) exited]
  466. [New Thread 0x7fff750d0700 (LWP 3240)]
  467. [Thread 0x7fff750d0700 (LWP 3240) exited]
  468. New pending task added (Compilation of events of scene Nouvelle sc�ne 1)
  469. Launching new compilation runProcessing task Compilation of events of scene Nouvelle sc�ne 1...
  470. Launching pre work...
  471. Generating C++ code...
  472. Error in text expressionThe expression is invalid or empty. Enter a text ( surrounded by quotes ) or a function.
  473. Error in text expressionThe expression is invalid or empty. Enter a text ( surrounded by quotes ) or a function.
  474. Launching compiler process...
  475. g++ -fPIC -o "/tmp/GDTemporaries/GD0x2a14e40ObjectFile.o" -include "/opt/game-develop/CppPlatform/include/GDCpp/GDCpp/EventsPrecompiledHeader.h" -c "/tmp/GDTemporaries/GD0x2a14e40EventsSource.cpp" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/opt/game-develop/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/opt/game-develop/CppPlatform/include/linux/usr/include" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/opt/game-develop/CppPlatform/include/GDCpp" -I"/opt/game-develop/CppPlatform/include/Core" -I"/opt/game-develop/CppPlatform/include/boost" -I"/opt/game-develop/CppPlatform/include/SFML/include" -I"/opt/game-develop/CppPlatform/include/wxwidgets/include" -I"/opt/game-develop/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/opt/game-develop/CppPlatform/Extensions/include" -DGD_IDE_ONLY -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
  476. CodeCompilerProcess created.
  477. [New Thread 0x7fff750d0700 (LWP 3242)]
  478.  
  479. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  480.  
  481. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  482. b
  483. ImageManager: Loading Block-Normal.png.
  484. CodeCompilerProcess terminated with status 0.
  485. CodeCompiler notified that the current process ended work.
  486. Compilation succeeded.
  487. [Thread 0x7fff750d0700 (LWP 3242) exited]
  488. Launching post task
  489. Preparing linking task for scene Nouvelle sc�ne 1...
  490. New pending task added (Linking code for scene Nouvelle sc�ne 1)
  491. Task ended.
  492. Processing task Linking code for scene Nouvelle sc�ne 1...
  493. Launching compiler process...
  494. g++ -fPIC -o "/tmp/GDTemporaries/GD0x2a14e40Code.dll" -shared "/tmp/GDTemporaries/GD0x2a14e40ObjectFile.o" -L"/opt/game-develop/" -L"/opt/game-develop/CppPlatform/Extensions/" -lGDCpp -lstdc++ -lGDCore "/opt/game-develop/libsfml-audio.so.2" "/opt/game-develop/libsfml-network.so.2" "/opt/game-develop/libsfml-graphics.so.2" "/opt/game-develop/libsfml-window.so.2" "/opt/game-develop/libsfml-system.so.2"
  495. CodeCompilerProcess created.
  496. [New Thread 0x7fff750d0700 (LWP 3246)]
  497. CodeCompilerProcess terminated with status 0.
  498. CodeCompiler notified that the current process ended work.
  499. Compilation succeeded.
  500. Launching post task
  501. Task ended.
  502. No more task to be processed.
  503. [Thread 0x7fff750d0700 (LWP 3246) exited]
  504. Launching GD C++ Platform preview...
  505. Scene Editor canvas reloading... ( Step 1/2 )
  506. Switching to preview mode...
  507. Scene canvas reloading... ( Step 2/2 )
  508. Disabling tasks related to scene:Nouvelle sc�ne 1
  509. Initializing RuntimeScene from layout...
  510. Loading RuntimeScene from a scene....... Done.
  511. Loading compiled code...
  512. Loaded compiled code0x279ff10
  513. 0x23e1e18<-
  514. Switching to edition mode...
  515. Stopping GD C++ preview...
  516. Enabling tasks related to scene:Nouvelle sc�ne 1
  517. Unloaded compiled code0x279ff10
  518.  
  519. (GDIDE:2968): Gtk-WARNING **: Unable to show '-': Operation not supported
  520.  
  521. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  522. b
  523. ImageManager: Loading p1_stand.png.
  524. ImageManager: Loading p1_jump.png.
  525. ImageManager: Loading p1_walk03.png.
  526. ImageManager: Loading p1_walk04.png.
  527. ImageManager: Loading p1_walk05.png.
  528. ImageManager: Loading p1_walk06.png.
  529. ImageManager: Loading p1_walk07.png.
  530. ImageManager: Loading brickWall.png.
  531. ImageManager: Loading grass.png.
  532. ImageManager: Loading bridgeLogs.png.
  533. ImageManager: Loading grassHalfMid.png.
  534. ImageManager: Loading castleCenter.png.
  535. ImageManager: Loading bridge.png.
  536. ImageManager: Loading Left.png.
  537. ImageManager: Loading Right.png.
  538. ImageManager: Loading ladder_mid.png.
  539. ImageManager: Loading PlayerArea.png.
  540. ImageManager: Loading slimeWalk1.png.
  541. ImageManager: Loading slimeWalk2.png.
  542. ImageManager: Loading slimeDead.png.
  543. ImageManager: Loading flyFly1.png.
  544. ImageManager: Loading flyFly2.png.
  545. ImageManager: Loading flyDead.png.
  546. ImageManager: Loading cloud1.png.
  547. ImageManager: Loading cloud2.png.
  548. ImageManager: Loading cloud3.png.
  549. ImageManager: Loading bush.png.
  550. ImageManager: Loading cactus.png.
  551. ImageManager: Loading plant.png.
  552. ImageManager: Loading coinGold.png.
  553. [New Thread 0x7fff750d0700 (LWP 3251)]
  554. [New Thread 0x7fff758d1700 (LWP 3252)]
  555. [Thread 0x7fff758d1700 (LWP 3252) exited]
  556.  
  557. (GDIDE:2968): Gtk-WARNING **: Unable to show 'Open examples': Operation not supported
  558. [New Thread 0x7fff758d1700 (LWP 3253)]
  559. [Thread 0x7fff758d1700 (LWP 3253) exited]
  560. New pending task added (Compilation of events of scene New scene)
  561. Launching new compilation runProcessing task Compilation of events of scene New scene...
  562. Launching pre work...
  563. Generating C++ code...
  564. Launching compiler process...
  565. g++ -fPIC -o "/tmp/GDTemporaries/GD0x2749000ObjectFile.o" -include "/opt/game-develop/CppPlatform/include/GDCpp/GDCpp/EventsPrecompiledHeader.h" -c "/tmp/GDTemporaries/GD0x2749000EventsSource.cpp" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/opt/game-develop/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/opt/game-develop/CppPlatform/include/linux/usr/include" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/opt/game-develop/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/opt/game-develop/CppPlatform/include/GDCpp" -I"/opt/game-develop/CppPlatform/include/Core" -I"/opt/game-develop/CppPlatform/include/boost" -I"/opt/game-develop/CppPlatform/include/SFML/include" -I"/opt/game-develop/CppPlatform/include/wxwidgets/include" -I"/opt/game-develop/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/opt/game-develop/CppPlatform/Extensions/include" -DGD_IDE_ONLY -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
  566. CodeCompilerProcess created.
  567. [New Thread 0x7fff758d1700 (LWP 3255)]
  568.  
  569. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  570.  
  571. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  572. b
  573. ImageManager: Loading p1_stand.png.
  574. ImageManager: Loading p1_jump.png.
  575. ImageManager: Loading p1_walk03.png.
  576. ImageManager: Loading p1_walk04.png.
  577. ImageManager: Loading p1_walk05.png.
  578. ImageManager: Loading p1_walk06.png.
  579. ImageManager: Loading p1_walk07.png.
  580. ImageManager: Loading brickWall.png.
  581. Failed to load image "grass.png". Reason : Unable to open file
  582. ImageManager: Loading grass.pngFailed to load a SFML texture: grass.png
  583. .
  584. ImageManager: Loading bridgeLogs.png.
  585. ImageManager: Loading grassHalfMid.png.
  586. ImageManager: Loading castleCenter.png.
  587. ImageManager: Loading bridge.png.
  588. ImageManager: Loading Left.png.
  589. ImageManager: Loading Right.png.
  590. ImageManager: Loading ladder_mid.png.
  591. CodeCompilerProcess terminated with status 0.
  592. CodeCompiler notified that the current process ended work.
  593. Compilation succeeded.
  594. Launching post task
  595. Preparing linking task for scene New scene...
  596. [Thread 0x7fff758d1700 (LWP 3255) exited]
  597. New pending task added (Linking code for scene New scene)
  598. Task ended.
  599. Processing task Linking code for scene New scene...
  600. Launching compiler process...
  601. g++ -fPIC -o "/tmp/GDTemporaries/GD0x2749000Code.dll" -shared "/tmp/GDTemporaries/GD0x2749000ObjectFile.o" -L"/opt/game-develop/" -L"/opt/game-develop/CppPlatform/Extensions/" -lGDCpp -lstdc++ -lGDCore "/opt/game-develop/libsfml-audio.so.2" "/opt/game-develop/libsfml-network.so.2" "/opt/game-develop/libsfml-graphics.so.2" "/opt/game-develop/libsfml-window.so.2" "/opt/game-develop/libsfml-system.so.2"
  602. CodeCompilerProcess created.
  603. [New Thread 0x7fff758d1700 (LWP 3259)]
  604. CodeCompilerProcess terminated with status 0.
  605. CodeCompiler notified that the current process ended work.
  606. Compilation succeeded.
  607. Launching post task
  608. Task ended.
  609. No more task to be processed.
  610. [Thread 0x7fff758d1700 (LWP 3259) exited]
  611. Launching GD C++ Platform preview...
  612. Scene Editor canvas reloading... ( Step 1/2 )
  613. Switching to preview mode...
  614. Scene canvas reloading... ( Step 2/2 )
  615. Disabling tasks related to scene:New scene
  616. Initializing RuntimeScene from layout...
  617. Loading RuntimeScene from a scene.....ERROR: Unable to create shared data for automatism "Platform".ERROR: Unable to create shared data for automatism "PlatformerObject"... Done.
  618. Loading compiled code...
  619. Loaded compiled code0x2af3df0
  620. 0x23ec0f8<-
  621.  
  622. (GDIDE:2968): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
  623. [Thread 0x7fff750d0700 (LWP 3251) exited]
  624.  
  625. Program received signal SIGSEGV, Segmentation fault.
  626. 0x00007ffff5ffcdf9 in wxFormatConverterBase<wchar_t>::Convert(wchar_t const*)
  627. () from libwx_baseu-3.0.so.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement