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

[Bug] Cannot import an adx file larger than 2GB, IOException: The file is too long #177

Open
1 task done
ImYiFeng opened this issue Jan 15, 2025 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@ImYiFeng
Copy link

  • This issue is not duplicated with any other open or closed issues

Describe the bug

I packaged my charts into a zip file on my computer, changed the file extension to adx (the file size is 7.35GB), transferred it to my tablet, and opened it with AstroDX. After the screen went black for a while, this error message "IOException: The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size." popped up.

Expected behavior

I hope that adx files of any size can be imported correctly.

Steps to reproduce

1.Open the file with the.adx suffix (7.35GB) using AstroDX
2.An error occurred, and the charts were not imported correctly.

Device information

Device: Xiaomi Pad 6 pro
OS: Android 15 (HyperOS 2.0.4.0)
Version: v2.0.0 Beta 2 (Patch C)

Screenshots

503b152791a37c1f71e791ef30fd4ee5

Additional context

IOException: The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.

@ImYiFeng ImYiFeng added the bug Something isn't working label Jan 15, 2025
@Soneoylys
Copy link
Collaborator

This is limited by csharp's index limit, there's no good way other than involve other unzip plugin from c, which is annoying to test and compile to all different target platforms, so sorry but we are not planning on fix this issue anytime soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants