Fantom579
Fantom579
```cs try { Client.Install(Device, File.OpenRead(this.ProxyDroidPath), null); } catch (AdvancedSharpAdbClient.Exceptions.AdbException) { } try { Client.StartApp(Device, "org.proxydroid"); } catch (AdvancedSharpAdbClient.Exceptions.AdbException) { } try { Client.Disconnect(new DnsEndPoint(this.Ip.Split(':')[0], Convert.ToInt32(this.Ip.Split(':')[1]))); } catch (AdvancedSharpAdbClient.Exceptions.AdbException) { }...
Возможно есть место ошибке в библиотеке советую посмотреть на этот случай. https://github.com/quamotion/madb/issues/67
Применение `Thread.Sleep(5000);` сразу после `Client.GetDevices().FirstOrDefault();` частично решает проблему.
Example of wallet - https://starkscan.co/tx/0x074405b8520d9e55c720fe6b9bdccba59ed570126167ec4f30cc5a78d28894dd
> What's your use case? I'm trying to write a script for automation and I need the script to give the same addresses and that ArgentX from the mnemonic
Is it possible to do some kind of emulation or pre-check of the document to avoid crashing the application process?
At the moment I haven't found any way other than running a separate process, but that's very expensive.
I install 0.1.13-alpha-20251203-c70b3 And the library still gives a stack overflow
> [@Fantom579](https://github.com/Fantom579) the fix is not yet in the main branch, so this is expected. > > Can you try the library based on the branch in this PR: [#1220](https://github.com/UglyToad/PdfPig/pull/1220)...