stability of editor/IDE

Just starting out? Need help? Post your questions and find answers here.
Tiuri
User
User
Posts: 20
Joined: Fri Aug 15, 2003 2:44 am
Location: Canberra, Australia

stability of editor/IDE

Post by Tiuri »

Hi all,

I recently downloaded the PB demoversion 3.72. As someone who is new to programming under Windows I like its simplicity a lot, and I am close to buying the full version. The one thing that is holding me back though are the frequent crashes of the IDE/Editor that I am experiencing. Sometimes it is the fault of my own program, but I have had it crashing many times while doing absolutely nothing (just looking at my program) or when performing some actions involving the online help. I am running WinXP Home on a very new PC.

Are other people experiencing the same thing, or is it something about my computer? Can something be done to make it more stable?

Thanks
pthien
Enthusiast
Enthusiast
Posts: 150
Joined: Sun Jun 29, 2003 9:39 pm

Post by pthien »

No problems here. Maybe something else running is conflicting w/ PureBasic?

Thanks,
Phil
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

Hm, no problems here at all. Why not use jaPBe? A great Editor-Mod by GBI. A download link can be found on this forum.

Cheers
Mike
Tranquil
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

>Hm, no problems here at all. Why not use jaPBe? A great Editor-Mod by
>GBI. A download link can be found on this forum.


jaPBe is no mod. Its a complete rewrite of an editor. It based on the original editor, and some codes are nearly the same, but it isn't a mod.

http://caosandkin.bei.t-online.de/purebasic/jaPBe/

and finaly:


GPI! Ther is no b, d or some other char, only GPI.

(Why nearly nobody in this forum writes my name right...)
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

Tiuri,

Personallly I've always been impressed with the stability of PureBasic's IDE. I've never had it crash, even when my own programs, launched
from the IDE, have caused GPF.

How much disk space have you left?

GBH,

You tell em.
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

yes, PIG. you tell 'em..


LOL


(just kidding)

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

GPI wrote:>Hm, no problems here at all. Why not use jaPBe? A great Editor-Mod by
>GBI. A download link can be found on this forum.


jaPBe is no mod. Its a complete rewrite of an editor. It based on the original editor, and some codes are nearly the same, but it isn't a mod.

http://caosandkin.bei.t-online.de/purebasic/jaPBe/

and finaly:


GPI! Ther is no b, d or some other char, only GPI.

(Why nearly nobody in this forum writes my name right...)
Sorry I misstyped me, could be happen. I thought it was a huge modification of Freds editor. Sorry then.

Mike
Tranquil
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

GPI wrote: (Why nearly nobody in this forum writes my name right...)
I do 8O

I am to provide the public with beneficial shocks.
Alfred Hitshock
Tiuri
User
User
Posts: 20
Joined: Fri Aug 15, 2003 2:44 am
Location: Canberra, Australia

Post by Tiuri »

Thank you for all your comments. It sounds like I definitely shouldn't be having those problems.

pthien: Could you give me an idea on what kind of conflicts there could be? Sorry, I am just not very familiar with the ins and outs of Windows.

Tranquil: I will have look at jaPBe

GedB: I just bought a new computer, so I have more than 100GB of disk space left. My configuration is P4 2.8C , 1 GB of PC3200 RAM, 120GB SATA HD, Gigabyte GA-8IK1100 (Intel 875P based) MB.
I vaguely remember another post somewhere mentioning possible problems due to the P4 "hyperthreading" feature?

Thanks again.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Has far has i know hyperthreading can only be used by software that was written specific for it...

There could be a problem if the compiler by mistake switches on same feature of hyperthreading, but i don't think that happens, or that would mean all software for windows could eventually not run on P4...

Anyway, studies indicate that common software only gains 1% with hyperthreading, and like there isn't any software that uses that tecnologie yet we can't tell if it works...

Another white mammot from intel I supose...
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Num3 wrote:Has far has i know hyperthreading can only be used by software that was written specific for it...
There could be a problem if the compiler by mistake switches on same feature of hyperthreading, but i don't think that happens, or that would mean all software for windows could eventually not run on P4...

Anyway, studies indicate that common software only gains 1% with hyperthreading, and like there isn't any software that uses that tecnologie yet we can't tell if it works...
Another white mammot from intel I supose...
mmm i think you don't realy know what hypertreading does?
Intel wrote: Hyper-Threading Technology, which was pioneered on Intel's advanced server processors, helps your PC work more efficiently by maximizing processor resources and enabling a single processor to run two separate threads of software simultaneously.
So all you need is apps with multiple threads, or more than one app running at the same time.

The PureBasic IDE uses only one thread, so this stability problem got nothing to do with hyperthreading.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Berikco wrote:The PureBasic IDE uses only one thread, so this stability problem got nothing to do with hyperthreading.
Wrong. When you start tools, a Thread can be created.

And a other question: When you load a DLL, is this not also a Thread?
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Starting a tool got not much to do with IDE stability...
But the whole windows OS runs in hundreds of threads, and every windows app is using them...
So hyperthreading while speed up every app, some only 1% but others by as much as 30 % says intel ( :D that must be comercial crap, never found HT it to be 30% faster in an app i tested )
Tiuri
User
User
Posts: 20
Joined: Fri Aug 15, 2003 2:44 am
Location: Canberra, Australia

Post by Tiuri »

Hi,

I just wanted to end this topic with the report that I have been able to get the standard PB IDE to run stably (so far, fingers crossed). I was not able to identify the reason for my problems with any certainty, but i did a system restore to a month ago, and after that things seem to work better. I supect that it was somehow related to the HTML help, since I also had some weird behaviour with the help not wanting to open when I had IE open at the same time. Maybe it had something to do with system settings being changed by the Mozilla Firebird browser, since my settings were restored to the time before I installed that on my computer...

Cheers, and thanks for your comments once more
Post Reply