#Fishnet Andorid, iOS, 64bit (IL2CPP)

24 messages · Page 1 of 1 (latest)

coarse raft
#

We are trying to use FishNet with Unity 2022.2, trying to compile it for Android and iOS. seems like there is a problem with IL2CPP and the default .net framework, I switched to .net 2.1. Desktop will work but I still get exceptions for Android and iOS.

https://pastebin.com/qpMDJweX

Processing assembly Library/Bee/artifacts/1300b0aEDbg.dag/FishNet.Example.dll, with 129 defines and 243 references
processors: FishNet.CodeGenerating.ILCore.FishNetILPP, zzzUnity.Burst.CodeGen.BurstILPostProcessor
running FishNet.CodeGenerating.ILCore.FishNetILPP
FishNet.CodeGenerating.ILCore.FishNetILPP: ILPostProcessor has thrown an exception: System.NullReferenceException: Object reference not set to an instance of an object

This is weird since we are not using Mono.

#

<@&890594562412773426> <@&733295429554274355>

#

<@&716724875066212354>

#

@grizzled crypt I need your help please. I am struggling with it and I need show it can work (I put my word on it)

wary nebula
#

which version of FN are you on? there were some IL2CPP fixes recently

coarse raft
#

the one I downloaded from the website

#

@wary nebula let me check

#

3.1.5

wary nebula
#

oof thats the version that got the "fixes"

#

idk much to help but maybe downgrade to 3.1.4 and see if it helps?

coarse raft
#

can you give me a link please?

wary nebula
coarse raft
#

ok, let me try.

grizzled crypt
#

@coarse raft thats a known bug and is expected to be resolved soon.

#

Well, kind of a bug.

#

It's more like Unity constantly changes how their IL2CPP compiles and I have to play keep up.

#

So that's something I have to update FN for.

coarse raft
coarse raft
#

@wary nebula I removed codegen folder and it works (for now)

#

but I think it removed obfuscation and stuff....

#

using 3.1.6 pro

grizzled crypt
#

@coarse raft just a heads up that this is going to be investigated soon.

grizzled crypt
#

I was not able to replicate on any 2019-2021

coarse raft
#

Thank you @grizzled crypt, we managed to walk around it. i'll check and let you know. I have another question about how to proxy an scale up FN). it's on the other thread, i'd appreciate if you answer to this one.