Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ryo-wallet-rpc.exe randomly stops with excption code 0xc0000374 on MS Windows #43

Open
moette opened this issue Apr 28, 2021 · 1 comment

Comments

@moette
Copy link

moette commented Apr 28, 2021

Behavior seen by at least two distinct users on Windows machines. v1.5.0-v0.6.0.0
Wallet freshly installed and syncing from zero. Problem occurs again after restart.

There is no error message displayed, but the windows event log contains the attached crash of ryo-wallet-rpc.exe:

Protokollname: Application
Quelle:        Application Error
Name der fehlerhaften Anwendung: ryo-wallet-rpc.exe, Version: 0.0.0.0, Zeitstempel: 0x5ea45ce2
Name des fehlerhaften Moduls: ntdll.dll, Version: 10.0.19041.928, Zeitstempel: 0x9bed63d6
Ausnahmecode: 0xc0000374
Fehleroffset: 0x00000000000ff0b9
Pfad der fehlerhaften Anwendung: D:\Krypto\RYO\resources\bin\ryo-wallet-rpc.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\ntdll.dll
Ereignis-XML:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>100</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2021-04-27T15:01:45.0438111Z" />
    <EventRecordID>72567</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>Atlas</Computer>
    <Security />
  </System>
  <EventData>
    <Data>ryo-wallet-rpc.exe</Data>
    <Data>0.0.0.0</Data>
    <Data>5ea45ce2</Data>
    <Data>ntdll.dll</Data>
    <Data>10.0.19041.928</Data>
    <Data>9bed63d6</Data>
    <Data>c0000374</Data>
    <Data>00000000000ff0b9</Data>
    <Data>cd4</Data>
    <Data>01d73b516ee29255</Data>
    <Data>D:\Krypto\RYO\resources\bin\ryo-wallet-rpc.exe</Data>
    <Data>C:\WINDOWS\SYSTEM32\ntdll.dll</Data>
    <Data>3cd9aae5-7e64-4e74-acdc-af3ec8967b38</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>
@moette
Copy link
Author

moette commented Apr 28, 2021

The wallet detecting rpc and ryod not running anymore and automatically restarting them would help users to continue using the wallet. Not a fix for the real problem but for usability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant