Jitex icon indicating copy to clipboard operation
Jitex copied to clipboard

Internal CLR Error on .NET 7-windows

Open JenyaRostov opened this issue 1 year ago • 3 comments

After force recompiling a method (without replacing it or anything) subsequent calls to the method throw access violation exception

JenyaRostov avatar Apr 18 '24 08:04 JenyaRostov

Hello,

It's x86, x64 or ARM64?

Can you detail more about the method you tried to recompile? Signature or something like:

class MyClass {
  
  //Is implementation from some interface or abstract class?
  public [virtual|abstract|override] [void|T|int|...] MyMethod[<T>](){
     //... 
  }
}

Hitmasu avatar Apr 18 '24 13:04 Hitmasu

Hi, windows x64 its abstract class with this method signature private void Method(AnotherClass arg1) Method has a body in the abstract class, not overrided

JenyaRostov avatar Apr 18 '24 18:04 JenyaRostov

Hi, windows x64 its abstract class with this method signature private void Method(AnotherClass arg1) Method has a body in the abstract class, not overrided

Thanks for the info!

I was able to reproduce the issue and have already fixed it.

I'll run some additional tests and release a preview version for 7.0.0 on next week that includes this fix.

Hitmasu avatar Apr 19 '24 04:04 Hitmasu