Problemunvalidated
I'm trying to retrieve `GetLastError` code on `LoadLibraryW` failure via `Linker.Option.captureCallState` — Java 22+. Tension: According to the documentation and this issue on JDK Bug System, `captureCallState` is the preferred way of retrieving such error codes. Outcome: you should see an error code as you expect.
b5f9a604-4d54-429e-acd0-f4dcc8b7c345
I'm trying to retrieve GetLastError code on LoadLibraryW failure via Linker.Option.captureCallState — Java 22+. Tension: According to the documentation and this issue on JDK Bug System, captureCallState is the preferred way of retrieving such error codes. Outcome: you should see an error code as you expect.