I am bored with Blitz plus
Archives Forums/BlitzPlus Bug Reports/I am bored with Blitz plus
| ||
So here is my story : - in the begining, I tried the demo of BP on windows 98. I had some problems when exiting a program created with it : crash and reboot my computer. I thank that wasn't matter, maybe because I used W98SE and because it was the first version of BP. - I waited some months and finaly bought BP... - Now I am bored with it and I think I should use my money for something else. I've got XP Home SP2 and it always crash and reboot my computer when exiting a BP program. I can't code with BP, I can't run a BP application... I can't use BP. And I am bored too because the doc is not updated. I was very excited to use BP, but now I am very disapointed. I look on the forum, I tried to free Canvas, I tried to make SetBuffer(DesktopBuffer)... I tried a lot of things... but I get always the same thing CRASH + REBOOT. BAD_POOL_CALLER ? I don't want to see this XPSP2 bleu screen again... sorry BR, I will return with my good old Blitz Basic 2D. 4 Windows bugs reports : BCCode : c2 BCP1 : 00000007 BCP2 : 00000CD4 BCP3 : 024C0025 BCP4 : 852F6390 OSVer : 5_1_2600 SP : 2_0 Product : 768_1 BCCode : c2 BCP1 : 00000007 BCP2 : 00000CD4 BCP3 : 024C0003 BCP4 : 854686A0 OSVer : 5_1_2600 SP : 2_0 Product : 768_1 BCCode : c2 BCP1 : 00000007 BCP2 : 00000CD4 BCP3 : 024C0003 BCP4 : 8546C698 OSVer : 5_1_2600 SP : 2_0 Product : 768_1 BCCode : c2 BCP1 : 00000007 BCP2 : 00000CD4 BCP3 : 024C0003 BCP4 : 8540DDA8 OSVer : 5_1_2600 SP : 2_0 Product : 768_1 |
| ||
Hey Réno, please post your code so we can help you... |
| ||
There are nothing to do. BP crashes my computer with every code : BP sample code and every compiled code ( Blood And Plunder, etc ). In french : ça plante 2 fois sur 4, c'est complètement aléatoire... un BAD_POOL_CALLER, et un redémarrage de l'ordi. Ca me gonfle depuis 3 mois, j'en ai marre. |
| ||
Je t'envoie un mail. |
| ||
are you sure you have used an event loop like: en français: t'es sûr que t'as bien utilisé un truc comm le suivant? repeat select waitevent() case $803 ;Close event: close button clicked end ... end select forever parce que sinon il se passe rien du tout |