t's not that improbable. If you have ne shared piece of hardware between all 4 PCs, there could be a screwy driver affecting something. For example something for a router? printer? Or is there some essential bit of software that you choose to run on startup on all of your 4 PCs, which could be interfering?
No shared hardware, no. That's why I say it's so improbable. We're talking different monitors, different keyboard, even the most unlikely candidates. And no, no links in software either. AV software has changed twice over that period, as has software firewall of choice and spyware removal tools of choice. I don't think I even have anything else installed and NOT running which is the same between all machines. In fact I'm sure of it, as this latest machine has no old software at all.
AsI'm sure you realise, it is virtually impossible to fix a bug when you cannot reproduce it.
Of course, which is why I asked if there was any chance of just moving the IDE over to something else, because there's no realistic chance of fixing a bug I can't reproduce. I can't make it happen to order on MY machine, let alone anything else. I just type a character ( any character ) and it locks up, or I hit compile, the debugger pops up with a compile error and my modem starts redialling. If it were my code, I wouldn't want to try to find THAT.
It would be really nice to be able to address your complaints Gabriel, but we do have a lot of BlitzMax users and no one has been able to confirm your disconnection problem.
Skid, I sympathize, I genuinely do. You'd have more luck trying to find a needle in a haystack than tracking down the vague problems I'm having. Hence why I'm not posting it as a bug report. But it is annoying, so I just thought I'd ask if there was any hope of the IDE being rewritten, perhaps using an existing component ( scintilla or whatever ) but Mark T's right, that's unrealistic too.
As for the IDE being to blame for lockups, what kind of application are you working on when this happens? I would of course really like to improve things for you if I can.
Sorry if I was vague there, I didn't want to rehash everything again. It doesn't lock up anything else, I just type a character and the IDE locks up. The last time it happened was when it was the first character I typed after minimizing the IDE, doing something else and coming back to it, but I can't say if that's always been the case, because it's just not something I would remember. I'll try to make a mental note to remember though.
We think there is a mem leak in the IDE that we haven't yet tracked down, so if you're keeping the IDE running for along time (many hours), could that be it?
I generally close the IDE several times a day to be on the safe side, and just in case I get a power outage ( we used to get them a lot! ) so this is probably not it.
Other than that, can you offer any clues as to whether there is a specific thing you are doing when it crashes? Is it always during a compile, or just when typing, or...?
Could gaining and losing focus and/or being minimized be any part of it? It's the only thing that springs to mind. The lockup is absolutely always when I press a key ( type something ) in the IDE. I'm 99% certain that the IDE has never locked up under any other circumstances, such as compiling, changing a menu option or whatever. And it's definitely never locked up during execution of a program.
I almost always code in debug, with GUI enabled, so that's the only settings I can comment on.