Hi All,
Windows 11-24H4 Pro
After upgrading to
RakudoMoar-2024.10.01-win-x86_64-msvc.msi
from
RakudoMoar-2022.06.01-win-x86_64-msvc.msi
I am throwing this error:
Internal error: unhandled target type
in method AT-POS
at C:
\Rakudo\share\perl6\core\sources\E72A080325813175F67842B7D3CC6BFBA617C343
(NativeCall::Types) line 114
in sub postcircumfix:<[ ]> at
'SETTING::'src/core.c/array_slice.rakumod line 14
in sub GetSession at C:
\NtUtil\NativeWinUtils.rakumod (NativeWinUtils) line 255
in block <unit> at CobianWrapper.pl6 line 908
This is NativeWinUtils.rakumod (NativeWinUtils) line 255
244: my $array = nativecast(Pointer[WTS_SESSION_INFOA], $ppSession.deref);
255: if $array[$i].State.EVAL eq 0 {
256: $Session = $array[$i].SessionId.EVAL;
257: if not $Debug { last; }
258: }
Any idea what this is about?
Many thanks,
-T