Advertisement
Guest User

Untitled

a guest
Mar 12th, 2019
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. at PdfSharp.Pdf.PdfPage.Initialize () [0x00000] in <filename unknown>:0
  3. at PdfSharp.Pdf.PdfPage..ctor () [0x00000] in <filename unknown>:0
  4. at PdfSharp.Pdf.PdfPages.Add () [0x00000] in <filename unknown>:0
  5. at PdfSharp.Pdf.PdfDocument.AddPage () [0x00000] in <filename unknown>:0
  6. at PDFExportJob.ThreadFunction () [0x0016c] in C:\Users\Software Student\Desktop\PhazerConfig-New\Assets\Scripts\Utility\BarManager.cs:6214
  7. UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
  8. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  9. UnityEngine.Logger:LogException(Exception, Object)
  10. UnityEngine.Debug:LogException(Exception)
  11. PDFExportJob:OnFinished() (at C:\Users\Software Student\Desktop\PhazerConfig-New\Assets\Scripts\Utility\BarManager.cs:6119)
  12. PDFExportJob:Update() (at C:\Users\Software Student\Desktop\PhazerConfig-New\Assets\Scripts\Utility\BarManager.cs:6095)
  13. <SavePDF>c__Iterator4:MoveNext() (at C:\Users\Software Student\Desktop\PhazerConfig-New\Assets\Scripts\Utility\BarManager.cs:5180)
  14. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement