IceDynamix / reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game
MIT License
199 stars 19 forks source link

not scanning after timeout #51

Closed angemorgs closed 3 weeks ago

angemorgs commented 3 months ago

i had the game on the click to start screen but I'm still getting this Screenshot 2024-08-16 225952

addych commented 3 months ago

Same

addych commented 3 months ago

Update: It worked after I disabled VPN

angemorgs commented 3 months ago

I don’t use a vpn

FichteFoll commented 2 months ago

I had a similar problem where reliquary-archiver would immediately detect "something" even though I didn't enter the game yet. Game version is a fresh compilation from current master (1a40ad8).

 λ cargo run --release
    Finished `release` profile [optimized] target(s) in 0.11s
     Running `target/release/reliquary-archiver`
2024-08-26T18:22:19.884712Z  INFO config_map: reliquary_archiver::export::database: using local database
2024-08-26T18:22:20.002967Z  INFO live_capture: reliquary_archiver: instructions: go to main menu screen and go to the "Click to Start" screen
2024-08-26T18:22:20.002997Z  INFO live_capture: reliquary_archiver: listening with a timeout of 120 seconds...
2024-08-26T18:22:20.081353Z  WARN live_capture: reliquary_archiver: e=channel is empty and sending half is closed
2024-08-26T18:22:20.081383Z  INFO live_capture:export: reliquary_archiver::export::fribbels: exporting collected data
2024-08-26T18:22:20.081401Z  WARN live_capture:export: reliquary_archiver::export::fribbels: trailblazer gender was not recorded
2024-08-26T18:22:20.081409Z  WARN live_capture:export: reliquary_archiver::export::fribbels: uid was not recorded
2024-08-26T18:22:20.081413Z  WARN live_capture:export: reliquary_archiver::export::fribbels: relics were not recorded
2024-08-26T18:22:20.081416Z  WARN live_capture:export: reliquary_archiver::export::fribbels: light cones were not recorded
2024-08-26T18:22:20.081420Z  WARN live_capture:export: reliquary_archiver::export::fribbels: multipath characters were not recorded
2024-08-26T18:22:20.081424Z  WARN live_capture:export: reliquary_archiver::export::fribbels: characters were not recorded
2024-08-26T18:22:20.155466Z  INFO reliquary_archiver: wrote output to /home/fichte/code/reliquary-archiver/archive_output.json
2024-08-26T18:22:20.155498Z  INFO reliquary_archiver: press enter to close
^C
 ?=130

After the third try, it then randomly decided to work and actually wait for me to enter the game, so perhaps you also just need to try a few times.

IceDynamix commented 3 weeks ago

closed for inactivity

angemorgs commented 3 weeks ago

ah i just got this email notification lmao forgot about this. Yeah I've tried running it a few times and it still didn't work