We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to parse the data with ksv and then I get this error
ksv
Compilation OK ... processing osu_file.ksy 0 ...... loading timing_point.rb ...... loading datetime.rb ...... loading vlq_base128_le.rb ...... loading osu_file.rb ...... loading osu_string.rb ...... loading int_double_pair.rb Classes loaded OK, main class = OsuFile Traceback (most recent call last): 10: from C:/Ruby26-x64/bin/ksv:23:in `<main>' 9: from C:/Ruby26-x64/bin/ksv:23:in `load' 8: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/kaitai-struct-visualizer-0.7/bin/ksv:53:in `<top (required)>' 7: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/kaitai-struct-visualizer-0.7/lib/kaitai/struct/visualizer/visualizer.rb:13:in `run' 6: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/kaitai-struct-visualizer-0.7/lib/kaitai/struct/visualizer/parser.rb:32:in `load' 5: from C:/Users/User/AppData/Local/Temp/d20190527-5748-f6tn1m/osu_file.rb:41:in `_read' 4: from C:/Users/User/AppData/Local/Temp/d20190527-5748-f6tn1m/osu_file.rb:41:in `times' 3: from C:/Users/User/AppData/Local/Temp/d20190527-5748-f6tn1m/osu_file.rb:44:in `block in _read' 2: from C:/Users/User/AppData/Local/Temp/d20190527-5748-f6tn1m/osu_file.rb:157:in `_read' 1: from C:/Users/User/AppData/Local/Temp/d20190527-5748-f6tn1m/osu_file.rb:157:in `new' C:/Users/User/AppData/Local/Temp/d20190527-5748-f6tn1m/osu_file.rb:157:in `initialize': array size too big (ArgumentError)
I really don't know what to do. The ksy files are at here
If you want to try parsing it yourself, you can request the file from me and I will email you the file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to parse the data with
ksv
and then I get this errorI really don't know what to do.
The ksy files are at here
If you want to try parsing it yourself, you can request the file from me and I will email you the file.
The text was updated successfully, but these errors were encountered: