New Version of Cmdr's Log Available!

The import csv causes the program to crash.
Exception code 0x0000005. Fault process I'd 0x1298

Probably my system??

Oh well the v2.0 is ok

getting the same , i downloaded , 2.1 did not transfer my files from 2.0 actually went out and got csv's and imported , all fresh new data
every time i hit trade it crashes , some times if i select a station then trade it will load the trade window ,but set to anywhere to anywhere certain crash
i have no error to report from windows im afraid ,
 
You CSV file just crashed my CMDRs Log several tries... I am using EliteOCR 0.4.1.2
Your CSV in corrupted.

I was curious so I checked out this file... the crash is something I can prevent and recover from, which would make this file work. The issue is that 3 lines up from the bottom, that entry has no commodity listed. I can effectively make it ignore this line. I can possibly even do it and create a warning dialog at the end that's like "Warning: There may be corrupted entries in this file!" or something.

I know from multiple posts that EliteOCR is unreliable sometimes, and even the program itself proclaims it's not 100% accurate. I just need a few example of these "broken files" in order to handle the cases properly. This might not be the last crash either. So if anyone has a particular CSV that crashes the app, let me have it so I can find out why :)

- - - - - Additional Content Posted / Auto Merge - - - - -

The import csv causes the program to crash.
Exception code 0x0000005. Fault process I'd 0x1298

Probably my system??

Oh well the v2.0 is ok

Send me your csv file that does it, might be the same issue as the other crash. Sometimes EliteOCR is missing the Commodity name entirely.
 
I've found that hitting "set all to current" gets rid of that

You mean the option that sets everything to "new"?

That's great except that I want it to sort the stations properly so I can visit them in the order of the oldest first.

Here's an example, the highlighted entries seem like they don't belong there in the middle, right next to eachother. I suspect there's something wrong with the sorting.

example.png
 
You mean the option that sets everything to "new"?

That's great except that I want it to sort the stations properly so I can visit them in the order of the oldest first.

Here's an example, the highlighted entries seem like they don't belong there in the middle, right next to eachother. I suspect there's something wrong with the sorting.

View attachment 10401

Yeahhh this won't be fixed until probably the next version. Even 2.1a doesn't have that fixed. The problem is that field is treated like a string instead of a number. And for strings 12d comes before 2d, not after, like you'd expect. I have to do some fancy string hackery to get that sorted correctly. Next version though :)
 
just tryed 2.1a , clean files , imported 1 by 1 , then check trade search window , that file i sent you still crash's the log , and got no warning when imported ?????


arh you got it to crash just seen your pm's sorry
 
Last edited:
i deleted that station and imported the same csv you have , i did get the warning of non-lethal having a price issue , and it looks like you set it to 0 so it dose not crash the log kudos
 
ok moving on for me anyway
custom fields , 1st time use , i selected edit drop list (fixed + edit) the boc appears and the drop works but how do i edit within app, only seem to edit in custon_fields file or is this bit still WIP
also if possible journal would be good for a edit in the window , so you can edit the entry , ?????

this app is for going from strength to strength
 
ok moving on for me anyway
custom fields , 1st time use , i selected edit drop list (fixed + edit) the boc appears and the drop works but how do i edit within app, only seem to edit in custon_fields file or is this bit still WIP
also if possible journal would be good for a edit in the window , so you can edit the entry , ?????

this app is for going from strength to strength

For custom fields, I don't quite know what you mean... when you create the field you can add the entries that the drop down box will display on the right side. The ones that you type in manually later won't show up in the drop down box (I need to make a new control type for this I think), but they will be preserved even if its not in the drop list.

For the Journal, no, it just needs more love to add edit features to it. The display is in a fairly specific format, so you can't edit it directly. That will be some work and probably worthy of a 3.0 version or something. You can always edit the raw files directly if you need to fix little typos or something.
 
ok i understand that for journal

as in custom fields , in the window after clicking new custom field, you have 3 options last being edit drop list ( fixed + edit) this is the one i selected , so i assumed i could edit the drop list within app, after i created this field , i must be wrong in what i thought i could do
 
ok i understand that for journal

as in custom fields , in the window after clicking new custom field, you have 3 options last being edit drop list ( fixed + edit) this is the one i selected , so i assumed i could edit the drop list within app, after i created this field , i must be wrong in what i thought i could do

Oh yeah it probably needs better explanation. For that field type, it means it's a list with preset values AND you can actually type in the field to enter a value that's not in the list (that's the edit part). The drop list without editing you can't type anything, it just a list of fixed values to pick from. If you need more or less fields for any of those after you've already created them, you can manually edit the custom_fields.txt file.
 
Aww.

>:

Can't you just pad the single digits out with zeroes?

I.e. 6d becomes 06d?


I think making them double digits would be the safest way to go, I have one that is 9d and it sorts to the bottom. ArchV1 is correct, it's string sorting so with "23d" the 2 comes before the 9, but if it was 09d then 2 would come after 0.
 
For custom fields, I don't quite know what you mean... when you create the field you can add the entries that the drop down box will display on the right side. The ones that you type in manually later won't show up in the drop down box (I need to make a new control type for this I think), but they will be preserved even if its not in the drop list.

For the Journal, no, it just needs more love to add edit features to it. The display is in a fairly specific format, so you can't edit it directly. That will be some work and probably worthy of a 3.0 version or something. You can always edit the raw files directly if you need to fix little typos or something.

Arch,

Thanks for the continued updates. Now that OCR import is built in it's the only 3rd party trading tool I use. BTW, since you are thinking of version 3.0 Cmdr's Log :p I hope you will consider expanding the scope of the app a bit to help us folks who also enjoy gathering complete info for exploring, bounty hunting and even mining. The main change would be to split the System/Station-centric focus into separate System and Station modes. Systems would be color-coded based on Allegiance and Stations still by Economy. I made a couple mock-ups to give you a better idea of what I was thinking. I apologize for the amateur-level editing :eek:

System Data
Cmdr Log Mockup - System Data.jpg

Station Data
Cmdr's Log Mockup - Station Data.jpg

I hope I'm not over stepping my bounds....
 
Back
Top Bottom