Skip to content
New issue

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

array size too big (ArgumentError) #31

Open
takase1121 opened this issue May 26, 2019 · 0 comments
Open

array size too big (ArgumentError) #31

takase1121 opened this issue May 26, 2019 · 0 comments

Comments

@takase1121
Copy link

I was trying to parse the data with ksv and then I get this error

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant