Author Topic: Discord protocol  (Read 94470 times)

0 Members and 1 Guest are viewing this topic.

Online dartraiden

Re: Discord protocol
« Reply #90 on: 18 11 2021, 18:54:19 »
 

Offline Vulpix

Re: Discord protocol
« Reply #91 on: 19 11 2021, 14:43:22 »
@dartraiden ,

Yeah, that's the one. It doesn't even have to be inactivity, it just randomly happens sometimes. There was no specific outage on Discord on that day I think - I only found this https://discordstatus.com/incidents/dvvmy5dhjz08 which is incidentally the same day as the day the issue happened, but I don't know if it's actually related or not.

It's definitely no fun.

What I did is I took out all the parts where miranda can delete a channel/server from the code for now.

I honestly don't use miranda for such stuff, instead I just login to the official client and do stuff there and then go back to miranda. I use miranda for day to day chatting and history preservation.
 

Online dartraiden

Re: Discord protocol
« Reply #92 on: 20 01 2022, 07:00:09 »
Discord development is stopped due to https://github.com/miranda-ng/miranda-ng/issues/2994
 

Online dartraiden

Re: Discord protocol
« Reply #93 on: 11 01 2023, 09:01:10 »
Discord returned to the repo and adapted to work with the actual Miranda core.

Only for those who want to build it themselves. We do not plan to include it in automatic builds, add new features, etc.
« Last Edit: 11 01 2023, 09:12:38 by dartraiden »
 
The following users thanked this post: Vulpix

Offline tamer

  • Newbie
  • *
  • Posts: 25
Re: Discord protocol
« Reply #94 on: 07 03 2025, 14:46:45 »
For a few weeks now it randomly crashes for me on dev. Usually almost every time after hibernation.

Code: [Select]
Symbols mode: trunk version with symbols

Miranda Crash Report from March 4, 2025 18:30:28. Crash Dumper v.0.2.0.3

Likely cause of the crash plugin: Miranda NG

Exception: Access Violation at address 00007FFAC3BF1636. Reading from address 0000000009335000.

Stack Trace:
---------------------------------------------------------------
00007FFAC3BF1636 (VCRUNTIME140 00007FFAC3BF0000): (filename not available) (0): memcpy
0000000013869F4A (mir_core 0000000013860000): c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_memcpy_s.h (60): memcpy_s
0000000013864C03 (mir_core 0000000013860000): c:\work\miranda-build\include\m_string.inl (69): CMSimpleStringT<char>::CMSimpleStringT<char>
0000000013863022 (mir_core 0000000013860000): c:\work\miranda-build\include\m_string.inl (557): CMStringT<char,ChTraitsCRT<char> >::CMStringT<char,ChTraitsCRT<char> >
0000000013696F3D (mir_app 0000000013620000): c:\work\miranda-build\src\mir_app\src\netlib_websocket.cpp (311): MJsonWebSocket::process
000000001369714F (mir_app 0000000013620000): c:\work\miranda-build\src\mir_app\src\netlib_websocket.cpp (285): MWebSocket::run
0000000016B68A83 (Discord 0000000016B60000): c:\work\miranda-build\protocols\discord\src\gateway.cpp (78): CDiscordProto::GatewayThreadWorker
0000000016B68ADD (Discord 0000000016B60000): c:\work\miranda-build\protocols\discord\src\gateway.cpp (39): CDiscordProto::GatewayThread
0000000013883F5C (mir_core 0000000013860000): c:\work\miranda-build\src\mir_core\src\windows\threads.cpp (162): forkthreadex_r
00007FFAC8217374 (KERNEL32 00007FFAC8200000): (filename not available) (0): BaseThreadInitThunk
00007FFAC873CC91 (ntdll 00007FFAC86F0000): (filename not available) (0): RtlUserThreadStart

Microsoft Windows 10 Enterprise Edition, 64-bit (build 19045)
Internet Explorer: 9.11.19041.0 (build 919041)
Administrator privileges: Yes
OS Languages: (UI | Locale (User/System)) : English/English | English/English

Miranda NG Version: 0.96.6 alpha build #28001 (ab8b3fc018) x64
« Last Edit: 07 03 2025, 14:48:55 by tamer »