Page 2 of 2
Re: PB Windows IDE not responding for a long time
Posted: Fri Nov 18, 2022 12:33 am
by Demivec
RSrole wrote: Thu Nov 17, 2022 10:48 pm
So for the moment, how can I remove the entry from the database? I don't know where it's stored.
It's stored in the IDE's preferences file.
Re: PB Windows IDE not responding for a long time
Posted: Fri Nov 18, 2022 9:16 am
by Marc56us
A habit to get into: Test the presence of the file before trying to open it, it is much faster.
Code: Select all
Debug FileSize("\\test\hello\world.txt") ; -1 file does not exist
If you don't do this, a local network can take up to 20 minutes to respond if there is no local name resolution system (it looks crashed, but it isn't)
Look up
NetBIOS over TCP/IP to understand how names propagation works (or not) on a local network in the absence of local DNS.

Re: PB Windows IDE not responding for a long time
Posted: Fri Nov 18, 2022 1:29 pm
by mk-soft
I have wrote a tool to remove netwerk files from purebasic preferences
Link:
Purebasic Preferences Cleaner
Re: PB Windows IDE not responding for a long time
Posted: Fri Nov 18, 2022 11:40 pm
by RSrole
So it's purebasic.pref in C:\Users\{username}\AppData\Roaming\PureBasic