mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

Large files (more then 2GB) not supported in v2.0 #222

Closed potapenko closed 6 years ago

potapenko commented 6 years ago
java.lang.IllegalArgumentException
    at java.nio.ByteBuffer.allocate(ByteBuffer.java:334)
    at com.turn.ttorrent.client.storage.FairPieceStorageFactory.createStorage(FairPieceStorageFactory.java:40)
    at com.turn.ttorrent.client.CommunicationManager.addTorrent(CommunicationManager.java:146)
    at com.turn.ttorrent.client.CommunicationManager.addTorrent(CommunicationManager.java:127)
    at com.turn.ttorrent.client.SimpleClient.startDownloading(SimpleClient.java:71)
    at com.turn.ttorrent.client.SimpleClient.downloadTorrentAsync(SimpleClient.java:77)
Dead-off commented 6 years ago

thank you! Fixed