Kirill Prazdnikov
Kirill Prazdnikov
same here, but on test-nest last block: `2022-08-07 20:20:50.176+03:00 | EthScheduler-Workers-1 | INFO | PersistBlockTask | Imported #7,363,647 / 4 tx / 0 om / 190,397 (0.6%) gas / (0x35c43081124438426a2bea5c39f7971de56ec5fa1a7aef6bb31faccc50d5dc9f)...
it is running and stuck but it does not have "--rpc-http-enabled" in the start args, it is commented ;( however it is responding to this: > curl -X POST --data...
> probably on Window the command needs to be written differently request itself works, but it needs authorization
> It's an [ADMIN API method](https://besu.hyperledger.org/en/stable/Reference/API-Methods/#admin-methods) and isn't enabled by default with `--rpc-http-enabled` - you need to add [--rpc-http-api](https://besu.hyperledger.org/en/stable/Reference/CLI/CLI-Syntax/#rpc-http-api) (and specify the APIs to use) as well. I restarted with...
default it set to Scanner window: x=88, y=316, width=362, height=362 which is not correct, the window is about (112,383) wh=( 640 640) IF I set imagescale to 0.8461 it crash...
> Are you playing PoE in windowed mode perchance? I'm playing in a maximized window, the tool does not work for fill screen windowed as well > Does PoE have...
> Could you try adjusting scanner-window-{x,y,width,height} so your scanner-capture-image would look like this: `poe_arch_scanner.exe --scanner-window-x 144 --scanner-window-y 462 --scanner-window-width 540 --scanner-window-height 540 --show-capture-image` in that case I get ``` Scanner...
what about this `@TargetClass` and `@Substitute?` Without scanning GraalVM can never see this classes. ``` @TargetClass(value = Png.class) public final class PngReplacement { @Substitute long encodeRGBA(...); } ```
Can I also compile and link my JNI into a libjni.so and later link it statically to the .so produced by GraalVM ? So it loads without any callto dlopen
the problem with resulting executable does not work > the result executable crashes with NPE