-
Notifications
You must be signed in to change notification settings - Fork 43
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
SIGSEGV Crash on run #4
Comments
Just realized you have a
Ultimately I just needed a way to generate screenshots of the Blueprint nodes, and I have that now even without |
Thanks for the info, but I'm afraid aside from not having any time, this is way out of my range of understanding. The exception is in the doc gen tool (source for that is in another repo also here on my Github), which is a C# app. It's packaged prebuilt with the plugin. I have no experience with Linux or Mono, and very little with C# generally. My guess is that the important part is: |
In UE5, it needs to conditionally ask for the "PlatformFileManager" instead of "PlatformFilemanager" modio#4
The plugin crashes (SIGSEGV) when generating documentation for my project on
NodeDocsGenerator.cpp:181. The next time I boot into Windows I will attempt to replicate there.
KantanDocGenPlugin/Source/KantanDocGen/Private/NodeDocsGenerator.cpp
Line 181 in 37c5be2
Call stack:
I'm excited to make use of this plugin for documenting my own open source plugin, so whatever I can do to help troubleshoot, please let me know :)
The text was updated successfully, but these errors were encountered: