Jump to content

Il2cppdumper online


Go to solution Solved by Rook,

5 posts in this topic

Recommended Posts

Posted

I get this error from your server trying to use the tool 

Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract (System.Type objectType) [0x00007] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract (System.Type objectType) [0x0010f] in <569252d843254bb09feb52c55f3e7f47>:0 
  at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x0003d] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 
  at Newtonsoft.Json.Utilities.ThreadSafeStore`2[TKey,TValue].Get (TKey key) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContract (System.Type type) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContractSafe (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x0000e] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00054] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Il2CppDumper.Program.Main (System.String[] args) [0x00019] in <41452dcccd8848159dda289f2a8a5641>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract (System.Type objectType) [0x00007] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract (System.Type objectType) [0x0010f] in <569252d843254bb09feb52c55f3e7f47>:0 
  at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x0003d] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 
  at Newtonsoft.Json.Utilities.ThreadSafeStore`2[TKey,TValue].Get (TKey key) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContract (System.Type type) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContractSafe (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x0000e] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00054] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Il2CppDumper.Program.Main (System.String[] args) [0x00019] in <41452dcccd8848159dda289f2a8a5641>:0 

Total time for il2cppdumper: 0:00:00.081882
Posted

Hello,

 Your metadata is likely encrypted or broken.

Posted
1 hour ago, Rook said:

Hello,

 Your metadata is likely encrypted or broken.

A network error is even more reasonable then saying it's broken and no it's not encrypted as I have a dump for the same app on one of my pics at home I just had to 

but anyway I'm returning home so this tool won't be needed 

Btw took 

Is there any idea to implement  something similar to this into I game god ? 

https://github.com/Perfare/Riru-Il2CppDumper

Posted
2 minutes ago, ggwellplayedbb said:

A network error is even more reasonable

Are you getting this issue with other metadata files too?

  • Solution
Posted

This was an issue on our end. Fixed!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines