Ahmad138 / SatRot

A modular Satellite/Celestrial body rotator and tracker to communicate with satellites or simply increasing the efficiency of solar panels
MIT License
7 stars 3 forks source link

The program hooks up when Launched #20

Closed Ahmad138 closed 4 years ago

Ahmad138 commented 4 years ago

It gets hooked up and becomes non responsive the first launch, but after closing and relaunching, the works

sonOFsalah-2425778 commented 4 years ago

was it from the booting??

Ahmad138 commented 4 years ago

Not really sure, it started when I tried implementing the threads and timers, Probably. Will have to review it again. You can check and see the code, I commented that part

Ahmad138 commented 4 years ago

Figured out that it was the webview that was loading really slowly that caused the hooking and eventually crash. will find a better way to implement that.

Ahmad138 commented 4 years ago

I have resolved the issue. webview was depricated in the recent versions of Qt. After an update and switch to qwebengine, it was resolved. close #20