Sry to my bad english !chaos@chaos:/media/disk/yame/sources/Melchior$ pbcompiler Main.pb
******************************************
PureBasic 4.20 (Linux - x86)
******************************************
Loading external modules...
Starting compilation...
Including source: ClassPath.pbi
Including source: debug.pb
Including source: POO_macro.pb
Including source: constantes.pb
Including source: Constantes Magi.pbi
Including source: Sprite.pb
Including source: Fonctions XOR.pbi
Including source: Nexus.class.pb
Including source: Atlas.class.pb
Including source: Chaos.class.pb
Including source: variable.class.pb
Including source: fonction.class.pb
Including source: script.class.pb
Including source: Adonis.class.pb
Including source: window.pb
Including source: gadget.pb
Including source: event.pb
Erreur de segmentation
[4.20][linux] segmentation error
[4.20][linux] segmentation error
My code is under 3-5k line but one the IDE the compilation block at the 1000 line and in the console mode :
if i remove the inclusion file of "event.pb"
that why its really a bug at the line 1000.
if i remove the inclusion file of "Adonis.class.pb"chaos@chaos:/media/disk/yame/sources/Melchior$ pbcompiler Main.pb
******************************************
PureBasic 4.20 (Linux - x86)
******************************************
Loading external modules...
Starting compilation...
Including source: ClassPath.pbi
Including source: debug.pb
Including source: POO_macro.pb
Including source: constantes.pb
Including source: Constantes Magi.pbi
Including source: Sprite.pb
Including source: Fonctions XOR.pbi
Including source: Nexus.class.pb
Including source: Atlas.class.pb
Including source: Chaos.class.pb
Including source: variable.class.pb
Including source: fonction.class.pb
Including source: script.class.pb
Including source: Adonis.class.pb
Including source: window.pb
Including source: gadget.pb
Erreur de segmentation
chaos@chaos:/media/disk/yame/sources/Melchior$ pbcompiler Main.pb
******************************************
PureBasic 4.20 (Linux - x86)
******************************************
Loading external modules...
Starting compilation...
Including source: ClassPath.pbi
Including source: debug.pb
Including source: POO_macro.pb
Including source: constantes.pb
Including source: Constantes Magi.pbi
Including source: Sprite.pb
Including source: Fonctions XOR.pbi
Including source: Nexus.class.pb
Including source: Atlas.class.pb
Including source: Chaos.class.pb
Including source: variable.class.pb
Including source: fonction.class.pb
Including source: script.class.pb
Including source: Dionysos.class.pb
Including source: Amphore.class.pb
Erreur de segmentation
that why its really a bug at the line 1000.