Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No log of known format is detected #16

Open
ianrego opened this issue Aug 17, 2021 · 5 comments
Open

No log of known format is detected #16

ianrego opened this issue Aug 17, 2021 · 5 comments

Comments

@ianrego
Copy link

ianrego commented Aug 17, 2021

Can you write some debug output to be able to debug issues like these when trying to opening files?

image

The following file works in some machines but not in others among different peers I have:

app_process32.msrtc-0-s2696500524.blog.zip

@sergey-su
Copy link
Owner

Try using debug logging into lj-debug.log by adding the following to logjoint.exe.config that resides next to the logjoint.exe

<configuration>
  <system.diagnostics>
    <sharedListeners>
      <add name="file" type="LogJoint.TraceListener, logjoint.model" initializeData="lj-debug.log;membuf=1" traceOutputOptions="DateTime, ThreadId"></add>
    </sharedListeners>
...

I suspect the difference between machines is in the list of recent log types that have been open on a machine. When auto-detecting log format logjoint tries most recently used formats first. Try deleting the recent factories cache that may look like that
c:\Users<username>\AppData\Roaming\LogJoint\e-E7FFECFD5A7308D0-global\x-2E24B3FA9320E2B3-recent-factories.

Also verify that the definition for the desired format is present in Formats folder, that also resides next to the executable.

@ianrego
Copy link
Author

ianrego commented Aug 26, 2021 via email

@sergey-su
Copy link
Owner

Your installation lacks required plugins indeed. I guess you installed it from the homepage https://github.com/sergey-su/logjoint, but you probably want to install a private MSFT build. MSFT has a fork of logjoint that adds a private plugin. As I no longer work in MSFT, I can not give you up to date instructions. You can probably copy the folder with the binaries (where logjoint.exe resides) as is from a colleague who has the right version capable of opening your blog file. Logjoint supports x-copy installation, and will be able to update itself even if installed by copying from someone else. Maybe you can ask for installation instruction from David Zhao who was the one whom I transferred the knowledge before leaving MSFT 3yrs ago.

@ianrego
Copy link
Author

ianrego commented Aug 27, 2021

Thank you for the clarification! There are many David Zhaos' in the community, could you specify his alias?

@sergey-su
Copy link
Owner

https://www.linkedin.com/in/drdavidzhao/. Sorry, don't remember the alias.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants