Jump to content

Logbook -- a tool to record SP & MP progress


Recommended Posts

Posted
Il 2/2/2024 at 07:49, Nirvi ha scritto:

I still have problems with uploading the debrief files. My Callsign in the file always shows as empty. I have to manually add it, then the upload works. From which file does the logbook gets the callsign? Maybe there is something wrong there...

Hi Nirvi,

The callsign is obtained directly from the log file; there is a cycle to get the callsign then, from there the ID is obtained. With the ID the whole log is read.

Would you like to share one of this log file where it's missing? Maybe I will be able to manage to make the procedure more robust.

Have a great day

1.jpg

Posted
1 час назад, Ansirial сказал:

Hi Nirvi,

The callsign is obtained directly from the log file; there is a cycle to get the callsign then, from there the ID is obtained. With the ID the whole log is read.

Would you like to share one of this log file where it's missing? Maybe I will be able to manage to make the procedure more robust.

Have a great day

Hi Ansirial,
Could you please look up the problem of "ArgumentOutOfRangeException" error when accessing Leadership DCS Greenie Board (by any user) and my character page? (http://logbook.ansirial.it/Character/3180).
It seems LSO grading uploaded in my old debrief contained some kind of broken value that collapsed the whole server ranking system.

Posted
3 ore fa, Kormorant ha scritto:

Hi Ansirial,
Could you please look up the problem of "ArgumentOutOfRangeException" error when accessing Leadership DCS Greenie Board (by any user) and my character page? (http://logbook.ansirial.it/Character/3180).
It seems LSO grading uploaded in my old debrief contained some kind of broken value that collapsed the whole server ranking system.

Hi Kormorant,

The LSO logs in the logfile are not very regular, I added a fix to manage your case, now it should work.

Have a great day

1.jpg

Posted
19 hours ago, Ansirial said:

Hi Nirvi,

The callsign is obtained directly from the log file; there is a cycle to get the callsign then, from there the ID is obtained. With the ID the whole log is read.

Would you like to share one of this log file where it's missing? Maybe I will be able to manage to make the procedure more robust.

Have a great day

Hello, I attached the logfile from yesterdays flight. Callsign is empty.

 

debrief - Kopie.log

Posted
Il 4/2/2024 at 09:40, Nirvi ha scritto:

Hello, I attached the logfile from yesterdays flight. Callsign is empty.

 

12 ore fa, MirabelleBenou ha scritto:

Hhmmmm, I checked the content of my debrief log file and everything seems correct inside. Any idea why the import generate an error ? I may try to correct the file but I can't find any issue inside.

Thanks again ! 🙂

Hi everybody,

I will give a look asap.

  • Thanks 1

1.jpg

Posted

Hi,

New to this application that seems well appreciated by many...
I went through the 20 pages but it sounds that I missed something because I have :
registered
- create a chartaer
Then I launch the DCS Logbook Sync that I have downloaded, browse the file and choose the debrief file in my DCS log directory and then at step one, the "Please select a character" drop menu is empty....

So I think I missed something...

I have also some basic questions:
- which file should we select for the DCS Logbook Syn application : debrief or log ?
- Is it possible to import at the begining all "missions" we flew since the begining of the DCS Logbook we see in the DCS interface ?
- Is there a documentation or cookbook somewhere ?

Thanks

Posted
1 ora fa, CougarFFW04 ha scritto:

Hi,

New to this application that seems well appreciated by many...
I went through the 20 pages but it sounds that I missed something because I have :
registered
- create a chartaer
Then I launch the DCS Logbook Sync that I have downloaded, browse the file and choose the debrief file in my DCS log directory and then at step one, the "Please select a character" drop menu is empty....

So I think I missed something...

I have also some basic questions:
- which file should we select for the DCS Logbook Syn application : debrief or log ?
- Is it possible to import at the begining all "missions" we flew since the begining of the DCS Logbook we see in the DCS interface ?
- Is there a documentation or cookbook somewhere ?

Thanks

Hi Cougar,

In order to see the character in the sync app you need to select DCS in your character. Go to setting in the character and chose DCS in "Platform".

The file needed for the parsing is the debrief file, the log contains only technical log.

If you saved all your debrief log file, yes is possible; if you didn't have them in the settings of the character you can insert values even if your are logging anything in this way.

And no sorry, I hoped to design the interface fairly ergonomic. But if you need any advice don't hesitate to ask.

Have a great day!

 

 

1.jpg

Posted (edited)
19 hours ago, Ansirial said:

Hi Cougar,

In order to see the character in the sync app you need to select DCS in your character. Go to setting in the character and chose DCS in "Platform".

The file needed for the parsing is the debrief file, the log contains only technical log.

Did it but still no Charracter in the dropdown menu.

Ok. Did it. I was confused because DCS was shown in my profile but it was not selected in the character...

Now still have to discover all the features..

Thanks for the help and impatient to use your great tool 

Edited by CougarFFW04
  • 3 weeks later...
Posted

Recently when flying online missions I'm having some kills (it appears to be only A2A kills but not sure) being recorded twice, often with incorrect or out-of-order timestamps.

Posted
Il 12/2/2024 at 14:16, CougarFFW04 ha scritto:

Hi,

Stupid question but I flew 3 missions totalising 2H48' (54 +58 + 57) but my profile shows only 2H experience ?
Is it because it is rounded or did I miss something ?
Thanks

Hi Cougar,

Yes it's rounded and also it counts from takeoff to land.

 

1 minuto fa, Nealius ha scritto:

Recently when flying online missions I'm having some kills (it appears to be only A2A kills but not sure) being recorded twice, often with incorrect or out-of-order timestamps.

Hi Nealius,

Strange would you add the log file please? I don't have much time in these days but I will check as soon as possible.

Have a great day

1.jpg

  • 2 weeks later...
Posted (edited)

Hello !

I had another server crash on a multiplayer server and again, it's not possible again to browser the debrief.log file (DCS crashed just after).

If you have any time to check what cause the crash of log browsing ?

Here the error I got, I think it may be because everything was not registered in the file because of the crash :

************** Texte de l'exception **************
System.ArgumentOutOfRangeException: L'index était hors limites. Il ne doit pas être négatif et doit être inférieur à la taille de la collection.
Nom du paramètre : index
   à System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   à DCSLogbookSync.Form1.gotoStep2_Click(Object sender, EventArgs e)
   à System.Windows.Forms.Control.OnClick(EventArgs e)
   à System.Windows.Forms.Button.OnClick(EventArgs e)
   à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ButtonBase.WndProc(Message& m)
   à System.Windows.Forms.Button.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Thanks 🙂

debrief.log

 

EDIT : Found it ! Because of server crash, the callsign was not correctly set in the debrief.log. Line 81574 in my file. I put my callsign used ingame, and then the tool was able to parse the file correctly.

Edited by MirabelleBenou

ban.png

06th Multirole Helicopter Regiment

Bataillon d'hélicoptères de combat - Escadrille FENNEC

Posted
Il 4/2/2024 at 09:40, Nirvi ha scritto:

Hello, I attached the logfile from yesterdays flight. Callsign is empty.

 

debrief - Kopie.log 1.56 MB · 10 download

 

Il 8/2/2024 at 23:17, MirabelleBenou ha scritto:

Hello !

I had a DCS crash before landing and seems like I cannot import the debrief.log file. Can you help to get the log imported ?

Thanks !

debrief.log 1.51 MB · 8 download

Hi Nirvi & Mirabelle,

I think I find the problem, something has changed since last updates... I published a fix with a new version of the upload app.

I fear can produce some problems like duplicate missions in multiplayer mission logs, some tests are needed, if you find some strange behaviours please let me know and send me attached the log file.

Have a great day!

  • Thanks 1

1.jpg

Posted

First off, I have not read every part of this thread.

This is a great mod that I use following every flight and I applaud the work you've put into it.

Is it possible to add ground forces to the Main Enemy Alliance selections?

 

Cheers!

 

  • 5 months later...
  • 2 weeks later...
  • 4 weeks later...
Posted
17 ore fa, Rhayvn ha scritto:

Is anyone having issues since the most recent DCS patch?  I get an error after selecting the debrief.log.

Hi Rhayvn, 

If you find some issues with a specified log file please attach it here so I can check.

Thanks

1.jpg

Posted
On 10/3/2024 at 12:34 PM, Ansirial said:

Hi Rhayvn, 

If you find some issues with a specified log file please attach it here so I can check.

Thanks

Sent you the file.  Also, the total time seems to be off randomly.  Like in game for 78 minutes according to tacview but the flight in logbook may show 325 minutes or some other odd amount.  I don't have an example of one of those logs.

  • 3 months later...
Posted
On 2/12/2024 at 2:16 PM, CougarFFW04 said:

Hi,

Stupid question but I flew 3 missions totalising 2H48' (54 +58 + 57) but my profile shows only 2H experience ?
Is it because it is rounded or did I miss something ?
Thanks

Hi,

Lost my passaword 😔
But I do not see any option to recover it...
Any idea ?
Thanks

Posted
Il 21/01/2025 at 23:02, CougarFFW04 ha scritto:

Hi,

Lost my passaword 😔
But I do not see any option to recover it...
Any idea ?
Thanks

Hi Cougar, 

I'm in touch with you via PM.

Have a great day

1.jpg

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...