-
#1
I noticed some people are still going through this problem:
— Fixes —
1. il2cppdumper files, metadata, and .so file are all in same folder
2. Use il2cppdumper latest version
3. Correct unity version
4. Try different mode
5. Game has protection against dump, you can’t hack
7. Run il2cppdumper as admin
8. [if above doesn’t work] Use GUI Tool
**Reply if you don’t understand/need help**
Last edited by a moderator: Nov 18, 2020
-
#2
thank u so much, i run as admin as you writen, and it works
-
#3
Hello,
I have this insue any one can help?
Initializing metadata…
System.IO.InvalidDataException: ERROR: Metadata file supplied is not valid metadata file.
en Il2CppDumper.Metadata..ctor(Stream stream) en C:projectsil2cppdumperIl2CppDumperIl2CppMetadata.cs:línea 51
en Il2CppDumper.Program.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp) en C:projectsil2cppdumperIl2CppDumperProgram.cs:línea 126
en Il2CppDumper.Program.Main(String[] args) en C:projectsil2cppdumperIl2CppDumperProgram.cs:línea 100
Press any key to exit…
1- I use Il2CppDumper last version.
-
#4
iAlex
t.me/androidrepublicnews
Thread Author
ERROR: Metadata file supplied is not valid metadata file.
The error literally says the issue tho, it’s not due to il2cpp dumper acting up but simply metadata being broken, simply read READ.ME on github…. read…
-
#5
PnoyAko
Advance Member
Thread Author
5. — you can hack but you need the brain of a advance modder.
-
#1
Hey, new here.
I wanted to start modding, I wanted to look at «Last Island of Survival» and I know I didn’t choose an easy game, even if it’s my 1st game that I want to mod, but I have seen it’s been modded before on an older version so I wanted to give it a try.
When I went to decompile the il2cpp and provided the metadata from assetsbinDataManagedMetadata I got this error and wanted to ask if there is a way around it. I was thinking either the il2cpp or metadata were protected so I tried the «Game Guardian method» to dump the game and check for il2cpp and metadata, I found il2cpp and dumped it, same error (with the original metadata), then I looked for the metadata in the game dump, but I can’t find anything related only found stuff related to «[anon:dalvik-CompilerMetadata]» and «/system/lib/libcamera_metadata.so».
The older mod was on version 2.9 (current 3.8 last updated today), and it was a mod made by @F4OST with an ESP mod menu (was great while it lasted ). Tried to dump the il2cpp on the 2.9 version to see if it was different but same error there too.
I’m sure there is a way to mod it since just a hour after the update chinese hackers were reported on a group chat.
And I’m sure the usual way (Game Guardian and a modified virtual that won’t be detected by the game will be back soon), but for now I wanted to see if some of the addresses that were changed mid-game with Game Guardian are possible to be modded inside the apk (since some time ago on v3.6 or v3.7someone had found what we call «antenna» offset inside il2cpp, but he didn’t want to share anything unpaid).
So if anyone can help please do.
Last edited: Oct 2, 2021
-
#3
Antenna is basically making the neck extremely long so you can see it in the sky (sort of wallhack which was mainly done in Game Guardian), but a guy named «warlockgaming» (after it’s youtube channel), has a telegram channel named «Script Maker» where he posts game guardian scripts/mod menus for this game (mod menus is much said since 99% of them are similar to game guardian just masked as a mod menu, they attach to the game and do search and modify of the addresses) but he did said on 29 august that he found «lib base antenna» and lib base offsets…
Idk how he did that but I would love to get them too
-
#4
The game list is perfect and has a lot of interesting content.
Il2CppDumper
中文说明请戳这里
Unity il2cpp reverse engineer
Features
- Complete DLL restore (except code), can be used to extract
MonoBehaviour
andMonoScript
- Supports ELF, ELF64, Mach-O, PE, NSO and WASM format
- Supports Unity 5.3 — 2021.3
- Supports generate IDA, Ghidra and Binary Ninja scripts to help them better analyze il2cpp files
- Supports generate structures header file
- Supports Android memory dumped
libil2cpp.so
file to bypass protection - Support bypassing simple PE protection
Usage
Run Il2CppDumper.exe
and choose the il2cpp executable file and global-metadata.dat
file, then enter the information as prompted
The program will then generate all the output files in current working directory
Command-line
Il2CppDumper.exe <executable-file> <global-metadata> <output-directory>
Outputs
DummyDll
Folder, containing all restored dll files
Use dnSpy, ILSpy or other .Net decompiler tools to view
Can be used to extract Unity MonoBehaviour
and MonoScript
, for UtinyRipper, UABE
ida.py
For IDA
ida_with_struct.py
For IDA, read il2cpp.h file and apply structure information in IDA
il2cpp.h
structure information header file
ghidra.py
For Ghidra
Il2CppBinaryNinja
For BinaryNinja
ghidra_wasm.py
For Ghidra, work with ghidra-wasm-plugin
script.json
For ida.py, ghidra.py and Il2CppBinaryNinja
stringliteral.json
Contains all stringLiteral information
Configuration
All the configuration options are located in config.json
Available options:
-
DumpMethod
,DumpField
,DumpProperty
,DumpAttribute
,DumpFieldOffset
,DumpMethodOffset
,DumpTypeDefIndex
- Whether to output these information to dump.cs
-
GenerateDummyDll
,GenerateScript
- Whether to generate these things
-
DummyDllAddToken
- Whether to add token in DummyDll
-
RequireAnyKey
- Whether to press any key to exit at the end
-
ForceIl2CppVersion
,ForceVersion
- If
ForceIl2CppVersion
istrue
, the program will use the version number specified inForceVersion
to choose parser for il2cpp binaries (does not affect the choice of metadata parser). This may be useful on some older il2cpp version (e.g. the program may need to use v16 parser on il2cpp v20 (Android) binaries in order to work properly)
- If
-
ForceDump
- Force files to be treated as dumped
-
NoRedirectedPointer
- Treat pointers in dumped files as unredirected, This option needs to be
true
for files dumped from some devices
- Treat pointers in dumped files as unredirected, This option needs to be
Common errors
ERROR: Metadata file supplied is not valid metadata file.
Make sure you choose the correct file. Sometimes games may obfuscate this file for content protection purposes and so on. Deobfuscating of such files is beyond the scope of this program, so please DO NOT file an issue regarding to deobfuscating.
If your file is libil2cpp.so
and you have a rooted Android phone, you can try my other project Zygisk-Il2CppDumper, it can bypass this protection.
ERROR: Can't use auto mode to process file, try manual mode.
Please note that the executable file for the PC platform is GameAssembly.dll
or *Assembly.dll
You can open a new issue and upload the file, I will try to solve.
ERROR: This file may be protected.
Il2CppDumper detected that the executable file has been protected, use GameGuardian
to dump libil2cpp.so
from the game memory, then use Il2CppDumper to load and follow the prompts, can bypass most protections.
If you have a rooted Android phone, you can try my other project Zygisk-Il2CppDumper, it can bypass almost all protections.
Credits
- Jumboperson — Il2CppDumper
Open Source Agenda is not affiliated with «Il2CppDumper» Project. README Source: Perfare/Il2CppDumper
Question
-
- Share
Hey Friends!
I decompiled Garena Free Fire apk and tried to dump its libil2cpp.so file but its showing me this error —
ERROR: Metadata file supplied is not valid metadata file.
Can anyone tell me why this is happening and what is the solution to fix it.
Thanks.
Link to comment
Share on other sites
Recommended Posts
-
- Share
Hi.
Are you using the newest version of dumper ?
Also. Try Inspector
Some games have protection from dumper
Link to comment
Share on other sites
- Author
-
- Share
On 05/02/2021 at 11:52 AM, ANKIT0A said:
I have faced this metadat problem
@ANKIT0A Did Your Problem Solved Solved ?
Link to comment
Share on other sites
-
- Share
Some games have fake global-metadata.dat files, you can look in the memory ranges for the real one and dump it from memory in GG
Link to comment
Share on other sites
- Author
-
- Share
9 hours ago, BadCase said:
Some games have fake global-metadata.dat files, you can look in the memory ranges for the real one and dump it from memory in GG
How to do that ? Please help me.
Link to comment
Share on other sites
-
- Share
On 1/27/2021 at 12:38 AM, BadCase said:
Some games have fake global-metadata.dat files, you can look in the memory ranges for the real one and dump it from memory in GG
For this game you won’t find that metadata in dump also
Link to comment
Share on other sites
- Author
-
- Share
2 minutes ago, RevealedSoulEven said:
For this game you won’t find that metadata in dump also
I tried it and didn’t got any results.
Link to comment
Share on other sites
-
- Share
I have faced this metadat problem
Link to comment
Share on other sites
Archived
This topic is now archived and is closed to further replies.
-
Laxus posted a topic in ViP Cheats, October 7, 2020
Modded/Hacked App: 超異域公主連結!Re:Dive by So-net Entertainment Taiwan Limited
Bundle ID: tw.sonet.princessconnect
iTunes Store Link: https://apps.apple.com/tw/app/%E8%B6%85%E7%95%B0%E5%9F%9F%E5%85%AC%E4%B8%BB%E9%80%A3%E7%B5%90-re-dive/id1390473317?uo=4&at=1010lce4Hack Features:
— Multiply Attack
— Multiply Defense
— Instant SkilliOS Hack Download Link: https://iosgods.com/topic/134431-%E8%B6%85%E7%95%B0%E5%9F%9F%E5%85%AC%E4%B8%BB%E9%80%A3%E7%B5%90%EF%BC%81redive-cheats-v220-3/
-
-
- 202 replies
Picked By
Laxus , 3 hours ago
-
-
Rook posted a topic in Free Jailbroken Cydia Cheats, October 27, 2019
Modded/Hacked App: 七つの大罪 光と闇の交戦 : グラクロ By Netmarble Corporation
Bundle ID: com.netmarble.nanatsunotaizai
iTunes Store Link: https://apps.apple.com/jp/app/七つの大罪-光と闇の交戦-グラクロ/id1268959718?uo=4&at=1010lce4Hack Features:
— God Mode
— OHKiOS Hack Download Link: https://iosgods.com/topic/112888-seven-deadly-sins-%E4%B8%83%E3%81%A4%E3%81%AE%E5%A4%A7%E7%BD%AA-%E5%85%89%E3%81%A8%E9%97%87%E3%81%AE%E4%BA%A4%E6%88%A6-%E3%82%B0%E3%83%A9%E3%82%AF%E3%83%AD-v340-god-mode-unlimited-mp/
- 859 replies
Picked By
Laxus , 3 hours ago
-
Laxus posted a topic in ViP Cheats, February 11, 2022
Modded/Hacked App: 일곱 개의 대죄: GRAND CROSS By Netmarble Corporation
Bundle ID: com.netmarble.nanakr
iTunes Store Link: https://apps.apple.com/kr/app/%EC%9D%BC%EA%B3%B1-%EA%B0%9C%EC%9D%98-%EB%8C%80%EC%A3%84-grand-cross/id1449552940?uo=4Hack Features:
— God Mode
— One Hit Kill
— Multiply Attack
— Multiply Defense
— Make Enemies God Mode for some questsiOS Hack Download Link: https://iosgods.com/topic/154899-seven-deadly-sins-kr-%EC%9D%BC%EA%B3%B1-%EA%B0%9C%EC%9D%98-%EB%8C%80%EC%A3%84-grand-cross-cheats-v750-5/
- 79 replies
Picked By
Laxus , 4 hours ago
-
Rook posted a topic in Free Jailbroken Cydia Cheats, May 16, 2019
Modded/Hacked App: Toram Online By ASOBIMO,Inc.
Bundle ID: com.asobimo.toramonline
iTunes Store Link: https://itunes.apple.com/us/app/toram-online/id988683886?mt=8&uo=4&at=1010lce4Mod Requirements:
— Jailbroken iPhone/iPad/iPod Touch.
— iFile / Filza / iFunBox / iTools or any other file managers for iOS.
— Cydia Substrate or Substitute.
— PreferenceLoader (from Cydia or Sileo).Hack Features:
— Custom Move Speed
— God Mode
— Fast Attack Speed
— Fast Cast Speed
— Always Critical Chance
— Never Miss Hit
— Mobs/Bosses Can’t Avoid & Guard
— Quick Draw
— Armor Break
— Magic Wall — Stun + Full Map Hack- 2,071 replies
Picked By
Laxus , 9 hours ago
-
Laxus posted a topic in ViP Cheats, July 10, 2021
Modded/Hacked App: Sword Master Story By SuperPlanet corp.
Bundle ID: com.superplanet.swordmaster
iTunes Store Link: https://apps.apple.com/us/app/sword-master-story/id1521447065?uo=4Hack Features:
— Custom Player Stats
— Weak Enemies
— One Hit Kill
— & MorePress & Hold to read feature description
iOS Hack Download Link: https://iosgods.com/topic/146819-sword-master-story-cheats-v42294-3/
- 1,018 replies
Picked By
Laxus , 10 hours ago
-
Rook posted a topic in ViP Cheats, February 11, 2019
Modded/Hacked App: Need for Speed No Limits by EA Swiss Sarl
Bundle ID: com.ea.nfs2014.bv
iTunes Store Link: https://itunes.apple.com/us/app/need-for-speed-no-limits/id883393043Mod Requirements:
— Jailbroken iPhone/iPad/iPod Touch.
— iFile / Filza / iFunBox / iTools or any other file managers for iOS.
— Cydia Substrate (from Cydia).
— PreferenceLoader (from Cydia).Hack Features:
— Godmode — The car will take visual damage.
— Dumb Opponents — Will cause all opponents and police to drive into the walls.
— No Traffic — Will disable all traffic cars from spawning in.
— No Cops — Will disable all cop cars from spawning in.
— Unlimited Nitro — Use some nitro to fill the whole nitro bar.
— Huge Rewards — For every drift, air time or closs miss you perform, the score will be multiplied resulting in a huge cash prize.
— Drive Through Traffic — Will allow you to drive through traffic cars without crashing them.
— No Camera Shake — Will disable the camera from shaking when crashing.- 1,885 replies
Picked By
Rook, 14 hours ago
-
Rook posted a topic in ViP Non-Jailbroken Hacks & Cheats, Tuesday at 02:37 PM
Modded/Hacked App: CSR 2 Drag Racing Car Games By Zynga Inc.
Bundle ID: com.naturalmotion.customstreetracer2
iTunes Store Link: https://apps.apple.com/us/app/csr-2-drag-racing-car-games/id887947640?uo=4Hack Features:
— Buy Anything for 1 Gold
— Buy Anything for 1 Cash
— Instant Car Delivery
— Instant Part DeliveryJailbreak required hack(s): https://iosgods.com/topic/73095-csr-2-drag-racing-car-games-v431-gold-cash-keys-more/
Modded Android APK(s): https://iosgods.com/forum/68-android-section/
For more fun, check out the Club(s): https://iosgods.com/clubs/- 27 replies
Picked By
Rook, 20 hours ago
-
Parxdy posted a topic in Free Non-Jailbroken IPA Cheats, Yesterday at 12:21 PM
Modded/Hacked App: Idle Used Car Tycoon By HONGKONG COOLMIND LIMITED
Bundle ID: com.orglh.empirecar.ios
iTunes Store Link: https://apps.apple.com/us/app/idle-used-car-tycoon/id1610051578?uo=4Mod Requirements:
— Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
— Sideloadly / Cydia Impactor or alternatives.
— A Computer Running Windows/macOS/Linux with iTunes installed.Hack Features:
— Freeze Currency
— Infinite Talents
— Infinite DIA
— Instant Level 20Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
Modded Android APK(s): https://iosgods.com/forum/68-android-section/
For more fun, check out the Club(s): https://iosgods.com/clubs/- 3 replies
Picked By
Parxdy, Yesterday at 12:25 PM
-
Parxdy posted a topic in Free Jailbroken Cydia Cheats, Yesterday at 12:21 PM
Modded/Hacked App: Idle Used Car Tycoon By HONGKONG COOLMIND LIMITED
Bundle ID: com.orglh.empirecar.ios
iTunes Store Link: https://apps.apple.com/us/app/idle-used-car-tycoon/id1610051578?uo=4Mod Requirements:
— Jailbroken iPhone/iPad/iPod Touch.
— iGameGod / Filza / iMazing or any other file managers for iOS.
— Cydia Substrate, Substitute or libhooker depending on your jailbreak.
— PreferenceLoader (from Cydia, Sileo or Zebra).Hack Features:
— Freeze Currency
— Infinite Talents
— Infinite DIA
— Instant Level 20Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
Modded Android APK(s): https://iosgods.com/forum/68-android-section/
For more fun, check out the Club(s): https://iosgods.com/clubs/- 4 replies
Picked By
Parxdy, Yesterday at 12:25 PM
-
Laxus posted a topic in Free Jailbroken Cydia Cheats, July 27, 2020
Modded/Hacked App: Homerun Clash by HAEGIN Co.,Ltd.
Bundle ID: com.haegin.homerunclash
iTunes Store Link: https://apps.apple.com/us/app/homerun-clash/id1345750763?uo=4&at=1010lce4Hack Features:
— Always Crit Strike
— No Jailbreak CheckiOS Hack Download Link: https://iosgods.com/topic/130840-arm64-homerun-clash-cheats-v2130-2/
- 487 replies
Picked By
Laxus , Yesterday at 04:53 AM
-
Rook posted a topic in Free Non-Jailbroken IPA Cheats, March 22, 2019
Modded/Hacked App: Need for Speed No Limits by EA Swiss Sarl
Bundle ID: com.ea.nfs2014.bv
iTunes Store Link: https://itunes.apple.com/us/app/need-for-speed-no-limits/id883393043Mod Requirements:
— Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
— Cydia Impactor.
— A Computer Running Windows/Mac/Linux.Hack Features:
— Dumb Opponents — Will cause all opponents and police to drive into the walls.
— Unlimited Nitro — Use some nitro to fill the whole nitro bar.- 913 replies
Picked By
Rook, Yesterday at 04:29 AM
-
Rook posted a topic in ViP Non-Jailbroken Hacks & Cheats, February 6, 2019
Modded/Hacked App: Need for Speed No Limits by EA Swiss Sarl
Bundle ID: com.ea.nfs2014.bv
iTunes Store Link: https://itunes.apple.com/us/app/need-for-speed-no-limits/id883393043Mod Requirements:
— Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
— Cydia Impactor.
— A Computer Running Windows/Mac/Linux.Hack Features:
— Godmode — The car will take visual damage.
— Dumb Opponents — Will cause all opponents and police to drive into the walls.
— No Traffic — Will disable all traffic cars from spawning in.
— No Cops — Will disable all cop cars from spawning in.
— Unlimited Nitro — Use some nitro to fill the whole nitro bar.
— Huge Rewards — For every drift, air time or closs miss you perform, the score will be multiplied resulting in a huge cash prize.
— No Camera Shake — Will disable the camera from shaking when crashing.- 676 replies
Picked By
Rook, Yesterday at 04:29 AM
Extract .NET metadata from il2cpp binaries. (types, methods, fields, etc.)
Extraction code is based on Il2CppDumper
Requirements:
- Net Framework 4
- Windows 7 and above
Features:
- Select files
- Rename files
- Set output directory.
- Set mode.
- Set registration offsets
- Auto fill up offset registrations after dump
- Drag and drop support
- Remember everything except registrations
- Logs saves on exit. It saves on your documents if tool is located in C drive.
- Works as same as original Il2CppDumper
Changelog:
1.1.3 (2019-09-02)
— Bypass false positive. Gen:Variant.Ursu does not make sense at all.
How to use:
- This works as same as original Il2CppDumper but with more advanced features.
- Open .apk (Android) or .ipa (iOS) using 7-zip or Winrar.
- Extract libil2cpp.so file from ARM or x86 folder (Android) or extract binary file that does not have a file extension (iOS)
- Extract global-metadata.dat from DataManagedMetadata
- Select binary file (.so file or iOS binary) and global-metadata.dat file.
- Set your output directory
- Rename the files if you want
- Select your mode. If manual set, you need to imput offsets you found in the binary file.
- Press start when you are ready
Extraction Modes
Manual
The parameters (CodeRegistration and MetadataRegistration) that are passed to il2cpp::vm::MetadataCache::Register()needs to be manually reverse engineered and passed to the program.
Auto
Automatically finds the il2cpp_codegen_register() function by signature matching and read out the first (CodeRegistration) and second (MetadataRegistration) parameter passed to the il2cpp::vm::MetadataCache::Register()method that will be invoked in the registration function. May not work well due to compiler optimizations.
Auto(Advanced)
Matches possible pointers in the data section. Generally works better than Auto mode.
Supports metadata version 20 and later (only CodeRegistration address can be found on metadata version 16).
Auto(Plus) — Recommended
Matches possible pointers in the data section with some guidance from global-metadata. Works better than Auto(Advanced)mode on certain binaries.
Supports metadata version 20 and later (only CodeRegistration address can be found on metadata version 16).
Auto(Symbol)
Uses symbols in the il2cpp binary to locate CodeRegistration and MetadataRegistration.
Only supports certain Android ELF files.
Output files
dump.cs
C# pseudocode. Can be viewed in text editors (syntax highlighting recommended)
script.py
Requires IDA and IDAPython. Can be loaded in IDA via File -> Script file.
DummyDll
DLLs generated by Mono.Cecil which contain the .NET metadata extracted from the binary (no code included). Can be viewed in .NET decompilers.
Configuration
All the configuration options are located in config.json Available options:
DumpMethod, DumpField, DumpProperty, DumpAttribute, DumpFieldOffset
Whether or not the program should extract these information
DummyDll
Whether or not the program should generate dummy DLLs
ForceIl2CppVersion, ForceVersion
If ForceIl2CppVersion is true, the program will use the version number specified in ForceVersion to choose parser for il2cpp binaries (does not affect the choice of metadata parser). This may be useful on some older il2cpp version (e.g. the program may need to use v16 parser on ilcpp v20 (Android) binaries in order to work properly)
Common errors
ERROR: Metadata file supplied is not valid metadata file.
The specified global-metadata.dat is invalid and the program cannot recognize it. Make sure you choose the correct file. Sometimes games may obfuscate this file for content protection purposes and so on. Deobfuscating of such files is beyond the scope of this program, so please DO NOT file an issue regarding to deobfuscating.
ERROR: Can’t use this mode to process file, try another mode.
Try other extraction modes.
WARNING: Version 16 can only get CodeRegistration
Use the CodeRegistration information to get the MetadataRegistration, then use the manual mode to process the file.
If all automated extraction modes failed with this error and you are sure that the files you supplied are not corrupted/obfuscated, please file an issue with the logs and sample files.
Credits:
Perfare: Perfare/Il2CppDumper
iAndroHacker (GUI)
|
Authenticator Code |
Thread Tools |
Il2CppInspector error suggestions? |
|
#1 |
|||||||||||
SKITZOTG n00bie Join Date: Oct 2020
Reputation: 10 Points: 1,592, Level: 3 Level up: 28%, 508 Points needed Activity: 5.0% Last Achievements |
Il2CppInspector error suggestions? Whenever i try to use the program i get the error: Tbh im unsure of what to do at this point or what else i could use too actually make a program any help would be appreciated as i was looking to learn this kind of stuff. |
|||||||||||
SKITZOTG is offline |
|
#2 |
|||||||||||
Crassmaker Pogo Join Date: Oct 2017 Location: 52.800530, 8.804668
Reputation: 7327 Points: 18,018, Level: 18 Level up: 15%, 1,282 Points needed Activity: 7.0% Last Achievements |
Quote:
Originally Posted by SKITZOTG Whenever i try to use the program i get the error: Tbh im unsure of what to do at this point or what else i could use too actually make a program any help would be appreciated as i was looking to learn this kind of stuff. You need to add support for this unity version (metadata version) to inspector. |
|||||||||||
Crassmaker is offline |
|
#3 |
|||||||||||
chaseplays God-Like Join Date: May 2019
Reputation: 814 Points: 4,493, Level: 6 Level up: 99%, 7 Points needed Activity: 56.1% Last Achievements |
Quote:
Originally Posted by SKITZOTG Whenever i try to use the program i get the error: Tbh im unsure of what to do at this point or what else i could use too actually make a program any help would be appreciated as i was looking to learn this kind of stuff. Download latest version of Il2cpp |
|||||||||||
chaseplays is online now |
|
#4 |
|||||||||||
SKITZOTG n00bie
Join Date: Oct 2020
Reputation: 10 Points: 1,592, Level: 3 Level up: 28%, 508 Points needed Activity: 5.0% Last Achievements |
Quote:
Originally Posted by Crassmaker You need to add support for this unity version (metadata version) to inspector. alright appreciate the response <3 |
|||||||||||
SKITZOTG is offline |
Similar Threads |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Help] Getting player/ghost positions with il2cppinspector project | BizrGaming | Phasmophobia | 22 | 16th March 2022 05:11 PM |
[Coding] GC Error (IL2CPPInspector) | h1ff1dz1 | Programming for Beginners | 0 | 14th February 2021 10:17 AM |
[Help] Someone with Il2CppInspector C++ scaffolding knowledge here? | Crassmaker | Phasmophobia | 18 | 1st January 2021 01:17 AM |
Among Us update patches Il2cppInspector? | anqxll | Among Us | 13 | 28th November 2020 05:10 PM |
Tags |
error, program, learn, unsure, file, supplied, metadata, supported, version, tbh |
«
Previous Thread
|
Next Thread
»
Forum Jump |
All times are GMT. The time now is 02:33 PM.
Contact Us —
Toggle Dark Theme
Terms of Use Information Privacy Policy Information
Copyright ©2000-2023, Unknowncheats� UKCS #312436
no new posts
I don’t know what’s going on here. I was able to create an APK for Android. So, it should be easy to make it a Facebook/WebGL game too, right? Apparently not. And, worse: even if I try to make a stand alone or Android build, I get the same error now.
error CS0009: Metadata file `C:...Library/FacebookSDK/CanvasJSSDKBindings.jslib' does not contain valid metadata
I don’t know what to do with this. I tried deleting it and letting it rebuild. I tried deleting everything in the project (except assets) and let all of that rebuild. I’m using Facebook SDK version 7.12.2. I’m using Unity 2017.3.1f1. Anyone know how to fix this?
asked Jun 18, 2018 at 4:51
This answer was taken verbatim from the Unity forums.
Deleting folder [game path]LibraryFacebookSDK works for me.
You need to verify there is not a file named CanvasJSSDKBindings.jslib in this location.
You must have the following files inside the folder:
- Facebook.Unity.dll
- Facebook.Unity.Gameroom.dll
- Facebook.Unity.Settings.dll
- FacebookNamedPipeClient.dll
- ivy.xml
- version.txt
The contents of ivy.xml must be:
`<?xml version="1.0" encoding="utf-8"?>
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
<info organisation="Facebook" module="FacebookSDK" e:packageType="UnityExtension">
<description>Facebook SDK</description>
</info>
<publications>
<artifact name="Facebook.Unity" type="dll" ext="dll" e:guid="2403d1f95ea54028853403e595bc9274" />
<artifact name="Facebook.Unity.Gameroom" type="dll" ext="dll" e:guid="063ad293d9fe40e18bde10bbc71df334" />
<artifact name="Facebook.Unity.Settings" type="dll" ext="dll" e:guid="18b4dbf8a0b54ea4adf46fb7f4d71dd0" />
<artifact name="FacebookNamedPipeClient" type="dll" ext="dll" e:guid="51288a4fc4384861a5b1f9dd49b3da26" />
</publications>
</ivy-module>`
I’m using Unity 2018.1.6f1 and Facebook SDK 7.13.0.
AStopher
4,08511 gold badges51 silver badges72 bronze badges
answered Jun 28, 2018 at 20:06