Advertisement
Guest User

Weird

a guest
Nov 8th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Warning: LANG chunk is not empty, its content will not be exported!
  2. Warning: EXTN chunk is not empty, its content will not be exported!
  3. Warning: unknown chunk GLOB, chunk is not empty, its content will not be exported!
  4. Warning: SHDR chunk is not empty, its content will not be exported!
  5. Warning: TMLN chunk is not empty, its content will not be exported!
  6. Warning: DAFL chunk is not empty, its content will not be exported!
  7. An error occured:
  8. System.ArgumentException: An item with the same key has already been added.
  9. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  10. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  11. at Altar.Decomp.Disassembler.GetReferenceTable(GMFileContent content, ReferenceDef[] defs)
  12. at Altar.GMFile..ctor(GMFileContent f)
  13. at Altar.GMFile.GetFile(Byte[] data)
  14. at Altar.Program.Export(ExportOptions eo)
  15. at Altar.Program.<>c.<Main>b__9_0(String verb, Object vo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement