fieserWolF / snaprip

SnapRip parses C64 Vice snapshots and extracts koala or hires images, sprites, font and petscii from it.
GNU General Public License v3.0
0 stars 0 forks source link

VICE snapshot file (ok), version "2.0" (might be unsupported: only 1.1), machine: "C64SC" (unsuported: only "C64"). header checks failed. #1

Open sgjava opened 9 months ago

sgjava commented 9 months ago
./snaprip.py wow.vsf wow.rip
snaprip v2.00 [27.02.2022] *** by fieserWolF
Opening file "wow.vsf" for reading...
snapshot header check: 
magic_string = "VICE Snapshot File"
VICE snapshot file (ok), version "2.0" (might be unsupported: only 1.1), machine: "C64SC" (unsuported: only "C64").
header checks failed.

What settings do you use in Vice. I'm using Vice 3.8 compiled from source.

fieserWolF commented 9 months ago

Hi Steven,x64sc might be a problem, try a snapshot made with x64 instead or change the "C64" string check in the snaprip python file directly.All the bestWolf -------- Ursprüngliche Nachricht --------Von: "Steven P. Goldsmith" @.> Datum: 02.02.24 01:17 (GMT+01:00) An: fieserWolF/snaprip @.> Cc: Subscribed @.> Betreff: [fieserWolF/snaprip] VICE snapshot file (ok), version "2.0" (might be unsupported: only 1.1), machine: "C64SC" (unsuported: only "C64"). header checks failed. (Issue #1) ./snaprip.py wow.vsf wow.rip snaprip v2.00 [27.02.2022] by fieserWolF Opening file "wow.vsf" for reading... snapshot header check: magic_string = "VICE Snapshot File" VICE snapshot file (ok), version "2.0" (might be unsupported: only 1.1), machine: "C64SC" (unsuported: only "C64"). header checks failed.

What settings do you use in Vice. I'm using Vice 3.8 compiled from source.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

sgjava commented 9 months ago

I was using x64 and I already did the string change hack before I filed an issue. I'll check the output and see if it worked.