rohitsangwan01 / uni_control_hub

UniControlHub: Seamlessly Bridge Your Devices
http://www.rohitsangwan.in/apps/uni_control_hub/
GNU General Public License v3.0
94 stars 1 forks source link

Can't open the app on windows #14

Closed Galaxy0Gamer closed 3 months ago

Galaxy0Gamer commented 3 months ago

Describe the bug i open he app and get and get nothing.

To Reproduce Steps to reproduce the behavior:

  1. install the app
  2. open the app
  3. nothing happens

Expected behavior the app to open normally

Screenshots none, since nothing happens

Desktop (please complete the following information):

Smartphone (please complete the following information):

Although when i first ran the app, i got some error about memory, then when i try to open it again, nothing happens. I tried reinstalling, still the same thing.

rohitsangwan01 commented 3 months ago

@Galaxy0Gamer can you compile app from source code, i have pushed few changes to the repo, but haven't released those yet

Galaxy0Gamer commented 3 months ago

@rohitsangwan01 soo... what do i do after installing flutter?

rohitsangwan01 commented 3 months ago

windows setup is little complex, you have to install VisualCode and all, but if you don't have flutter setup, then its fine, let me release an early builds of V0.0.5, you can try that in a while

rohitsangwan01 commented 3 months ago

@Galaxy0Gamer you can try v0.0.5 now

rohitsangwan01 commented 3 months ago

@Galaxy0Gamer now V0.0.5 must be visible, and to build from sourceCode, you can checkout this section

Galaxy0Gamer commented 3 months ago

@rohitsangwan01 I got this error: image

Galaxy0Gamer commented 3 months ago

now it returned to nothing happening when i open it

rohitsangwan01 commented 3 months ago

i wont be able to help you without logs, i think last hope would be to run app from source code, for this i guess you have already installed Flutter, now setup for windows development using these instructions Once Flutter is set up, open project in any IDE of your choice, run flutter pub get to download dependencies, and run flutter run to start the app

Galaxy0Gamer commented 3 months ago

how do i show you the logs..?

rohitsangwan01 commented 3 months ago

@Galaxy0Gamer you can find the logs in C:\Users\YOUR_USER_NAME\AppData\Local\com.example\uni_control_hub this path will change in future updates though but for now logs file should be in this directory if generated

Galaxy0Gamer commented 3 months ago

@rohitsangwan01 there are no logs there, but this picture may be useful: image

Galaxy0Gamer commented 3 months ago

It works now, after searching for what is MSVCP130.dll, i had to download the Microsoft Visual C++ 2015-2022, and it worked, it seems like it was outdated for me. thanks

rohitsangwan01 commented 3 months ago

Ohh great, btw I have also mentioned in readme section to install this, but seems like you directly got crash without proper error message

Galaxy0Gamer commented 3 months ago

yeah you should probably update it to say that if nothing happens to install it too.