๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage

Results 96 comments of ๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage

I'm on windows C++ btw might related https://github.com/meganz/sdk/issues/2584

Happened to me on C++ sdk when login in too

I see, let me try

@sergiohs84 There is no such file where the exe is run, I've even tried checking the opened file handles when the app is running and there is no db file...

LOG ``` [][debug] Informing cURL of timeout reached for 2 at 244414 [net.cpp:740] [][debug] Adding curl socket 2452 to 1 [net.cpp:2686] [][debug] Removing socket 2452 [net.cpp:2673] [][debug] CURLMSG_DONE with HTTP...

![Screenshot 2021-10-22 194411](https://user-images.githubusercontent.com/1732471/138492452-fa5c3f95-c3de-4d78-95ee-f039fbdd48be.png) Don't know if this will help, it's where the crash occurred

Call stack ``` ucrtbased.dll!7c3207b0() (Unknown Source:0) ucrtbased.dll![Frames below may be incorrect and/or missing, no symbols loaded for ucrtbased.dll] (Unknown Source:0) ucrtbased.dll!7c320941() (Unknown Source:0) ucrtbased.dll!7c331c6a() (Unknown Source:0) ucrtbased.dll!7c336064() (Unknown Source:0) ucrtbased.dll!7c33468d()...

Yes I've confirmed no db files are being opened.

@sergiohs84 are they created when you initialize megaapi object or when you initiate login request ?

> > @sergiohs84 are they created when you initialize megaapi object or when you initiate login request ? > > They are created when you start a new session ->...