On the line it errors out:Error wrote:C:\CVS\spopt\bin>generateCharts.pl C:\CVS\spopt\cfg\ghm.cfg
reading C:/CVS/spopt/bin/../assets/gamefiles/GuitarHeroMetallica/x360/aceofspades.mid.qb
Generating blank chart for ghm:aceofspades.mid.qbexpert
Your vendor has not defined PerlMagick macro Spopt::SongPainter::QuantumDepth, used at C:/CVS/spopt/bin/../lib/Spopt/SongPainter.pm line 731.
Code: Select all
728: my $x = $PIXEL_WIDTH;
729: my $y = $self->{_numrows} * $PIXELS_PER_SINGLE_ROW + $HEADER_PIXELS + $FOOTER_MARGIN_PIXELS + $FOOTER_PIXELS;
730: my $im = Image::Magick->new(size=>"${x}x$y");
731: $QUANTUM_DEPTH = $im->QuantumDepth;
Now that I've uninstalled 6.5.3, I cannot go back as I don't have the binary install file and I've tried for days to get a source installation to work.