L1nkZ / rpatchur

A customizable, cross-platform patcher for Ragnarok Online clients.
https://l1nkz.github.io/rpatchur/
Apache License 2.0
50 stars 34 forks source link

patcher hangs #17

Closed olsonpm closed 3 years ago

olsonpm commented 3 years ago

adding logging, it hangs at line 240 of core.rs

let mut shared_state = shared_state.lock().await;
olsonpm commented 3 years ago

ah - I changed a couple things but mostly I was on master and not v0.2.0. Switched to that tag and it's working now