Warning if I open 2 different IDE versions at same time
Warning if I open 2 different IDE versions at same time
Everytime I get a warning to open the history if I open a second IDE of another PB version. It seems there is a conflict and the second IDE thinks there has been a crash...
Re: Warning if I open 2 different IDE versions at same time
Are you using the '/PORTABLE' command line option with either or both IDE versions? If not, my guess is that both IDEs may be updating the preference or settings file and that is causing issues. If you use the '/PORTABLE' it will create a preferences file in the directory of the IDE executable and use that.Lebostein wrote: Sat Jan 06, 2024 9:10 am Everytime I get a warning to open the history if I open a second IDE of another PB version. It seems there is a conflict and the second IDE thinks there has been a crash...
Re: Warning if I open 2 different IDE versions at same time
You also can use other command line options to define specific locations for certain files/paths:
See: https://www.purebasic.com/documentation ... dline.html
See: https://www.purebasic.com/documentation ... dline.html
- Preferences file
- History database
- Default souce path
- ...
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
PB Last Final / Last Beta Testing
Re: Warning if I open 2 different IDE versions at same time
It seem the problem is Mac OS only. Tested on Windows -> no problems