-
Notifications
You must be signed in to change notification settings - Fork 103
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
Logger does not know filename #93
Comments
Try adding a pdb |
I alredy have a .pdb file in the same directory as the .dll file (Planetbase/Mods). Tried debuging it in visual studio via attaching to |
It just doesn't work that way, you need to do magic there. rimworld tutorial dnspy guide |
Planetbase does not contain |
I'm updating FastAirlock to UMM. I'm getting this error upon starting the game:
The important part is the
<filename unknown>:0
- without that bit of information I have no idea where the issue is. How can I add something likepublic StackTrace (bool fNeedFileInfo)
toLogger.LogException
?Source code of updated mod: https://github.com/Zemogiter/FastAirlock-Remake
The text was updated successfully, but these errors were encountered: