abhi16180 / photon

Photon is a cross-platform file-transfer application built using flutter. It uses http to transfer files between devices. You can transfer files between any devices that run Photon.
https://photondev.netlify.app
GNU General Public License v3.0
481 stars 42 forks source link

Photon crashes in Windows 7(version 1.2.0) #88

Closed c-sanchez closed 1 year ago

c-sanchez commented 1 year ago

Hi, I am running Windows 7 Home Basic x64, when I start Photon 1.2.0 the program crashes.Photon 1.2.0 Windows 7

Photon 1.1.0 starts without any problems. Photon 1.1.0 Windows 7

abhi16180 commented 1 year ago

@c-sanchez Can you please send exact error message in English?

c-sanchez commented 1 year ago

@abhi16180 The error message doesn't really say much

A problem caused the program to stop working correctly. Close the program

Btw, I just noticed that it says "Problem" twice, which doesn't make sense (Windows translation error?)

El problema dejó de funcionar correctamente por un problema. Cierre el programa The problem stopped working properly because of a problem. Close the program.

c-sanchez commented 1 year ago

If you want you can send me a debug version that generates a report to see what happens

abhi16180 commented 1 year ago

If you want you can send me a debug version that generates a report to see what happens

There is no "crash logs" or "analytics" related code in app. So it's not possible to get any reports. I think there is some issue with dll or some dependencies. Check the bundle version (.zip) once, as it contains all dependencies.

c-sanchez commented 1 year ago

It was the zip version that I used heh. I just tried with the installer, and after installing Photon, the exact same thing happens.

abhi16180 commented 1 year ago

It was the zip version that I used heh. I just tried with the installer, and after installing Photon, the exact same thing happens.

Woa, I don't have win 7 device with me, but will try to find solution.

c-sanchez commented 1 year ago

It was the zip version that I used heh. I just tried with the installer, and after installing Photon, the exact same thing happens.

Woa, I don't have win 7 device with me, but will try to find solution.

hehe ok, let me know if you have any version you want me to try :)

abhi16180 commented 1 year ago

It was the zip version that I used heh. I just tried with the installer, and after installing Photon, the exact same thing happens.

Woa, I don't have win 7 device with me, but will try to find solution.

hehe ok, let me know if you have any version you want me to try :)

If possible, try to install flutter SDK on your machine and clone this repo and try to run the app. If it crashes on "run", do send the snapshot of the terminal.

c-sanchez commented 1 year ago

Hi @abhi16180 I downloaded the flutter sdk, but I have no knowledge of how to compile or run anything from flutter Do I need anything else? like cmake, vscode?

If there is a simple way to run/compile the repository with flutter sdk and a bat file that would be great.

abhi16180 commented 1 year ago

Hi @abhi16180 I downloaded the flutter sdk, but I have no knowledge of how to compile or run anything from flutter Do I need anything else? like cmake, vscode?

If there is a simple way to run/compile the repository with flutter sdk and a bat file that would be great.

You can edit code using any editor. But for development you need to install the libraries from visual studio set-up. But I don't think flutter supports windows 7 development

abhi16180 commented 1 year ago

Windows 7 is not part of flutter supported OS(s)