Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Obi rope removes itself
#8
(12-06-2023, 06:06 PM)uatihb Wrote: Everything is most definitely tracked and I only get this in regards to Obi, but I agree, it's strange. The exact error I get is

Failed to find entry-points:
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Obi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
  at Mono.Cecil.BaseAssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) [0x00105] in <ebb9e4250ed24cbfa42055e3532ef311>:0
  at zzzUnity.Burst.CodeGen.AssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name) [0x00039] in <a2dd15248a25411e914af2a2c82fb63f>:0
  at Burst.Compiler.IL.AssemblyLoader.Resolve (Mono.Cecil.AssemblyNameReference name) [0x00079] in <a2dd15248a25411e914af2a2c82fb63f>:0
  at Burst.Compiler.IL.Server.EntryPointMethodFinder.FindEntryPoints (System.String[] rootAssemblyNames, Burst.Compiler.IL.Hashing.CacheRuntime.HashCacheAssemblyStore assemblyStore, Burst.Compiler.IL.AssemblyLoader assemblyLoader, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Server.ProfileDelegate profileCallback, System.Boolean includeRootAssemblyReferences, System.Boolean splitTargets, Burst.Compiler.IL.Helpers.DebugLogWriter debugWriter) [0x00055] in <a2dd15248a25411e914af2a2c82fb63f>:0
  at Burst.Compiler.IL.Server.FindMethodsJob.Execute (Burst.Compiler.IL.Server.CompilerServerJobExecutionContext context) [0x00133] in <a2dd15248a25411e914af2a2c82fb63f>:0

While compiling job:

So burst (which I don't even use) fails to compile some assemblies. This is indeed probably not Obi's fault, I'll dig a bit when I have time.

Obi depends on Burst, as stated in the asset description in the store as well as the manual. If you don’t have Burst installed, it will attempt to fall back to a (deprecated as of 6.0) native library to perform the simulation, which is slower -specially so on mobile devices- and has limited platform compatibility. See: http://obi.virtualmethodstudio.com/manua...kends.html


Starting with Obi 7.0, Obi won’t work at all if you don’t have the Burst package installed. For proper results I’d recommend installing Burst as well as all other package dependencies listed in the link above.

Kind regards,
Reply


Messages In This Thread
Obi rope removes itself - by Max360 - 22-05-2023, 11:52 AM
RE: Obi rope removes itself - by josemendez - 22-05-2023, 01:35 PM
RE: Obi rope removes itself - by Max360 - 24-05-2023, 09:28 AM
RE: Obi rope removes itself - by josemendez - 24-05-2023, 09:53 AM
RE: Obi rope removes itself - by uatihb - 12-06-2023, 12:04 PM
RE: Obi rope removes itself - by josemendez - 12-06-2023, 12:16 PM
RE: Obi rope removes itself - by uatihb - 12-06-2023, 06:06 PM
RE: Obi rope removes itself - by josemendez - 12-06-2023, 08:08 PM
RE: Obi rope removes itself - by uatihb - 13-06-2023, 01:42 PM