UnigramDev / Unigram

Telegram for Windows
https://www.microsoft.com/store/apps/9n97zckpd60q
GNU General Public License v3.0
3.68k stars 431 forks source link

WatchDog FileNotFoundException #3070

Open atrdev-rgb opened 5 months ago

atrdev-rgb commented 5 months ago

WatchDog.Initialize();

public static void Initialize() { NativeUtils.SetFatalErrorCallback(FatalErrorCallback); System.IO.FileNotFoundException: "The specified module was not found. (Exception from HRESULT: 0x8007007E)"

public NetworkService(IClientService clientService, ISettingsService settingsService, IEventAggregator aggregator) { _watcher = HttpProxyWatcher.Current; System.IO.FileNotFoundException: "The specified module was not found. (Exception from HRESULT: 0x8007007E)"

Please help me find this missing file

FrayxRulez commented 5 months ago

@atrdev-rgb Hi, can you avoid creating a new issue for each problem that you’re encountering while trying to compile the app and just use one?

We can’t know that file you are missing, it could be anything. This refers most likely to a C++ library that you had to build.

atrdev-rgb commented 5 months ago

I did everything according to the instructions. Everything came together without errors. The only thing I did was turn off calls. But I checked it when creating it. Dll files are located next to the exe file.

For some reason, Telegram.Native.dll does not load. Although it is assembled without errors according to your instructions

Yvmsi1100 commented 1 week ago

أنا