G-Ray / pikatorrent

BitTorrent client ⚡. For mobile, desktop & server.
https://www.pikatorrent.com
GNU General Public License v3.0
309 stars 14 forks source link

Can't reopen the app on windows #49

Closed lirena00 closed 9 months ago

lirena00 commented 11 months ago

So this issues has been raised previously too ... I don't know it's the same for me it crashes immediately after some time I am using v0.3.0

G-Ray commented 11 months ago

Could you please try opening the app from a terminal?

You might encounter a crash error. Be careful not to copy your QR code/synchronization link, as it should remain private 🫣

G-Ray commented 11 months ago

It might be due to a crash fixed in v0.3.1. Could you try it and see if the crash still happens ?

lirena00 commented 11 months ago

so first of all sorry for late response second yes it does crash in v0.3.1 third I am not sure if I did the right thing while opening it in terminal I used npm run desktop and it said no package.json file so I added that too then I ran the same command again so this was the output of that

> pikatorrent-monorepo@0.0.0 desktop
> npm -w @pikatorrent/desktop start

npm ERR! No workspaces found:
npm ERR!   --workspace=@pikatorrent/desktop

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\sony\AppData\Local\npm-cache\_logs\2023-07-20T11_45_17_213Z-debug-0.log
G-Ray commented 11 months ago

Don't worry about the delay, just contribute when you can. :hugs: For now, can you simply drag and drop the PikaTorrent executable into a Windows terminal?

lirena00 commented 11 months ago

image this is what it showed hmmmmm

G-Ray commented 11 months ago

image this is what it showed hmmmmm

These logs seems ok. Do your see your qrcode/private link ? (Do not paste it here, it should remain secret). No crash logs after that qrcode ?

lirena00 commented 11 months ago

nah it shows Do not share your unique link or QR code with anyone. this much only and above it there is a link

G-Ray commented 11 months ago

Can you check if a pikatorrent process is still running when the crash happens ? Also, you can try to backup and delete the config folder: C:\Users\USERNAME\AppData\Roaming\pikatorrent

G-Ray commented 10 months ago

Thanks to @mymyoux, I was able to reproduce a crash with a magnet containing an http tracker. I guess it' s the same issue as this one. The fix will be included in the next release ⬆️

G-Ray commented 10 months ago

v0.5.3 is released :tada:

@LiReNa00 & @mymyoux, could you please try it and confirm the app does not crash anymore ?

G-Ray commented 9 months ago

I consider this to be fixed, feel free to reopen if the issue still occurs