ahmad1abbadi / darkos

small project that allow run pc games on android by wine using box64
GNU General Public License v3.0
162 stars 12 forks source link

"EOFError: Compressed file ended before the end-of-stream marker was reached" #48

Open VT-V1PER opened 1 month ago

VT-V1PER commented 1 month ago

I have an issue while installing the darkos

After the installation the darkos didn't launch and this appeared on the end of the code

"EOFError: Compressed file ended before the end-of-stream marker was reached" Screenshot_2024-07-22-20-45-33-801_com termux

What does this mean?? How can i solve it?

monadoenchant commented 1 month ago

I had that glitch as well. Debugging it a little bit, it seems that a file probably corrupted in the first download, then further downloads fail to delete that file, which cause a new, properly downloaded file to have a .* (i.e. .1, .2, .3) added to the name, while the script is still trying to extract the old, corrupted one. Cleaning all data from Termux fixes this, but a proper fix is indeed necessary.