jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Moderator: gnozal
jaPBe 3.9.6 build 795 crash
hello!
jaPBe 3.9.6 build 795 crash when i try open files in explorer tab.
i will wait a fix in new version thanks......
jaPBe 3.9.6 build 795 crash when i try open files in explorer tab.
i will wait a fix in new version thanks......
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: jaPBe 3.9.6 build 795 crash
Hello,mx101 wrote:hello!
jaPBe 3.9.6 build 795 crash when i try open files in explorer tab.
i will wait a fix in new version thanks......
no crash here (NT4 or XP x86). Does it happen with any file ?
I will wait for error number / error line thanks ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: jaPBe 3.9.6 build 795 crash
gnozal wrote:Hello,mx101 wrote:hello!
jaPBe 3.9.6 build 795 crash when i try open files in explorer tab.
i will wait a fix in new version thanks......
no crash here (NT4 or XP x86). Does it happen with any file ?
I will wait for error number / error line thanks ...
hi...
crash when i try open the second file (pbi) of the same project my version of purebasic is 4.30 x86 OS is xp pro.
later i put here the error number.
sorry for my english

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: jaPBe 3.9.6 build 795 crash
I can't reproduce the problem with my files, sorry.mx101 wrote:crash when i try open the second file (pbi) of the same project my version of purebasic is 4.30 x86 windows xp pro
Note that if you activate the 'Autoload (x)included files' option in Preferences [CTRL+P], jaPBe automatically loads all (x)included files when loading a project .
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
crash
hi again!!
the error message is:
http://rapidshare.com/files/240899094/j ... h.rar.html
above say (PureBasic394)??? i don't have this version.
and crash is not only in explorer tab
in code editor crash too.
where i can download the build 794 or 793?
the error message is:
here is a screenshot and crash filesAn attemped read or write to/from an address to which that process isn't allowed
Address: 0
Line: 1681
Module : C:\PureBasic394\Program\jaPBeForPB400\CUT.jaPBe.pb
I will try to save the sourcecode.
http://rapidshare.com/files/240899094/j ... h.rar.html
above say (PureBasic394)??? i don't have this version.
and crash is not only in explorer tab
in code editor crash too.
where i can download the build 794 or 793?
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Thanks for the information, but unfortunately it doesn't help ; the crash occurs during a scintilla call.
And I can't reproduce the crash when loading your file. I tried 3 times : it just loads fine.
Here is the previous build : http://freenet-homepage.de/gnozal/jaPBe_794.zip
What build did you use before ?
And I can't reproduce the crash when loading your file. I tried 3 times : it just loads fine.
Here is the previous build : http://freenet-homepage.de/gnozal/jaPBe_794.zip
What build did you use before ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
hi again!!!gnozal wrote:Thanks for the information, but unfortunately it doesn't help ; the crash occurs during a scintilla call.
And I can't reproduce the crash when loading your file. I tried 3 times : it just loads fine.
Here is the previous build : http://freenet-homepage.de/gnozal/jaPBe_794.zip
What build did you use before ?
The build i use before is 793, thanks for the 794.
i have detect the problem

the problem is not when you open files.
the bluid 796 crash when you click in the left white arrow of fold or unfold procedure on editor.
thanks again i hope help this time.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Thanks, I could reproduce the problem.mx101 wrote:crash when you click in the left white arrow of fold or unfold procedure on editor.
I have uploaded build 796.
Build 795 and 796 share the same code, but where compiled on different machines. Looks like I may have a scintilla 1.78 left on the other PC (I switched back to 1.76 because of random crash problems related to folding). I will have to check this later.
[EDIT] Confirmed, build 795 was compiled with scintilla 1.78 ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
autocomplete
Hi, i have a simple question, is possible to set in Japbe how many characters will be typed before the auto-complete box appears? if not, is possible to add this option in next version of japbe?
Thank' you
Thank' you

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: autocomplete
Currently, it's not possible.le_magn wrote:Hi, i have a simple question, is possible to set in Japbe how many characters will be typed before the auto-complete box appears? if not, is possible to add this option in next version of japbe?
Maybe in the future.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Backup Policy and Temporary Executable location
Good afternoon,
I develop programs with PB on my computer, which is networked with several others to a central server. The PB source files are stored within a project directory on the server. The server caries out regular backups to tape and backup hard drives.
Backups
=======
I have the jaPBe backup feature active. I recently found over 600 backups of a fairly major project on the network drive, occupying most of a GByte; the network manager was not too pleased about this so I removed them and now have the backups directed to my local drive.
Mini-Bug?: I recently started a new project and set the backups to my local drive and the number of backups to 10. This morning I have 126 backup files! I checked that the ‘Maximum Count of Backups’ is set to ‘10’. It is
.
Location of Temporary EXE
======================
When I test compile a program it executes on my machine but my program then determines that the Boot Path was from the Server. Files that would (should) be created on my local ‘C:\’ drive get created on the server… giving the network manager more cause for grief!
Request for Change: Could jaPBe direct the compiler to create the temporary EXE file in the Source directory (as at present) or at a user defined location thus allowing network users to always have the executable run on their local machine?
Best regards,
RichardL
I develop programs with PB on my computer, which is networked with several others to a central server. The PB source files are stored within a project directory on the server. The server caries out regular backups to tape and backup hard drives.
Backups
=======
I have the jaPBe backup feature active. I recently found over 600 backups of a fairly major project on the network drive, occupying most of a GByte; the network manager was not too pleased about this so I removed them and now have the backups directed to my local drive.
Mini-Bug?: I recently started a new project and set the backups to my local drive and the number of backups to 10. This morning I have 126 backup files! I checked that the ‘Maximum Count of Backups’ is set to ‘10’. It is

Location of Temporary EXE
======================
When I test compile a program it executes on my machine but my program then determines that the Boot Path was from the Server. Files that would (should) be created on my local ‘C:\’ drive get created on the server… giving the network manager more cause for grief!
Request for Change: Could jaPBe direct the compiler to create the temporary EXE file in the Source directory (as at present) or at a user defined location thus allowing network users to always have the executable run on their local machine?
Best regards,
RichardL
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: Backup Policy and Temporary Executable location
Hi Richard,
[1] the PBCompiler temporary path is %TEMP% unless you start jaPBe with /LOCAL, then it is %PB%\Compilers.
I will see if I can add a user specified path anyway.
I don't use this feature myself but you are right, there is a bug (I just checked). I will try to fix it for the next release.RichardL wrote:Backups
Mini-Bug?: I recently started a new project and set the backups to my local drive and the number of backups to 10. This morning I have 126 backup files! I checked that the ‘Maximum Count of Backups’ is set to ‘10’. It is.
Currently the location of the temporary EXE is the PBCompiler temporary path [1], unless you check 'Create temp EXE in source dir' in project options.RichardL wrote:Location of Temporary EXE
Request for Change: Could jaPBe direct the compiler to create the temporary EXE file in the Source directory (as at present) or at a user defined location thus allowing network users to always have the executable run on their local machine?
[1] the PBCompiler temporary path is %TEMP% unless you start jaPBe with /LOCAL, then it is %PB%\Compilers.
I will see if I can add a user specified path anyway.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).