slopy we need return trip button.....palease pretty please?
I'm aware of it, I've had other things to worry about, but it is on the cards for a fix asap.
Yes, uncheck "auto-updates", quit the BPC. Then delete ED4.db from the BPC directory and copy ED4.backup to ED4.db. Then restart the BPC. That'll keep all your data intact - the BPC always backs-up ED4 when you start it.
Quote Originally Posted by Antk
Updated to 4.2.0.3 , slowest parsing ever.. only 16% after 'round 15min.. Anyway thanks for you work
If you don't need to keep historic data, delete ED4.db and restart it.
Quote Originally Posted by Kozmyk
I've got 4.2.0.3 in but Parsing is running at about 11secs per 1% ... 10 mins or so
As above.
I did. Doublechecked it in fact. No big deal though, I'm over it.Did you write the exact station name in the dropdown before you imported the .bpc file? You must write it down manually if it is not already in the dropdown otherwise it will not import any data.
Forget it, this tool is getting worse by the day. I'm getting a locked message now. Thanks for the effort Slopey, I'll stick to the less populated but more reliable Thrudds.
If Slopey's becomes stable I will consider donating as a thank you.
Slopey,
Thanks for making a great tool.
Regarding distance data.
Noticed that I didn't get any results when I was in 'Shinrarta Dezhra' and had 'Within Distance' selected. Checked table system in the db and there was no data for the system.
How can I add missing system data? I tried to just add it to the table and started BPC again but that seems to do nothing. I see no other data for calculating distance in the db.
It was a bit of a blow to see several systems missing that were there before, I manually added them again, like others have suggested, out of date data stays relevant for weeks in my experience, maybe add a check which applies a filter to show/hide out of date data, only removing it after a month, or use two sources and warn that using out of date data will take much longer
Edit also only the last prices really need to be shown for those who care about how much data is shown
wouldn't bother (2x £10 donations so far) not even a acknowledgment or a thank you back just total ignorance. wont be donating again his charity's loss not mine (I regulary donate to charity's)
Is there any chance of this working acceptably again? I reinstalled last night and after 3 hours, the tool was only up to 300 systems known. I can't use it if it will take a month to populate the data.
Some serious problem with the network code, it seems.
It has nothing to do with network code. It's actually due to the speed at which SQLite processes a Delete command. I've worked around that now and can parse 72,000 entries in 43 seconds, which is the size of a nomal 48 hour duration update. I'm going to try and optimise it further but that's likely about the best I can do for the moment.
There'll be a new version very soon which takes advantage of the above.
I still can't use the latest version.
Sometimes it loads, updates the markets then stalls on Parsing.
Other times it just crashes.
For the crashing incidents, I have two files. The first (called Error 01) asked me if I wanted to continue. The second (called error 02) was a fatal crash.
I have tried uninstalling the program and reinstalling, several times.
I will be really grateful for any advice.
View attachment 6939
View attachment 6940
Interesting! I've not used SQLite before (MySql/PostGRESQL/etc type guy here). (But then again, why on a fresh install would it be doing a bunch of DELETEs? Maybe this is not the problem I'm having?) Either way, will love to see the new version.
I let the parsing run its course. It took 2 1/2 hours.
logged off then back again. This time
A Table in the Database is Locked.
Is anyone that can suggest a solution I haven't done yet?
Both delete and update are very slow in SQLite. INSERT OR REPLACE is much faster, which is what I'm using now, but it necessitated a new unique key on the database.
If I wasn't bothered about keeping historical data at launch, I could dump the table and insert from scratch in about 35 seconds, but as people want to keep historical data, I've not had that option.
- - - - - Additional Content Posted / Auto Merge - - - - -
Delete your ED4.db, and try again. 2 1/2 hours is wierd though, never takes longer than 3mins on my system fora 48 hour data set.. Have you got a load of historical data in it?