• Joined on 2025-05-08
ViRGEdx commented on issue sim0n00ps/OF-DL#134 2026-01-16 16:51:24 +00:00
Issue Logging In

Yep, I'm seeing all the same thing here.

Unfortunately, even in verbose mode, OF-DL isn't spitting out much in the way of useful information on just what has gone wrong. I'm assuming they've…

ViRGEdx closed issue sim0n00ps/OF-DL#92 2025-12-13 21:09:23 +00:00
Post ID Numbers Have Exceeded a 32-bit Integer (Exception caught: JSON integer 2148638898 is too large or small for an Int32)
ViRGEdx commented on pull request sim0n00ps/OF-DL#94 2025-12-13 13:56:38 +00:00
Fix 32-bit integers

Just playing around with this, I had been concerned about it breaking the DB files, since the IDs are stored as integers there too. But it looks like SQLite's dynamic typing system can automaticall…

ViRGEdx created pull request sim0n00ps/OF-DL#93 2025-12-12 23:08:30 +00:00
WIP: Update SinglePost.id to use Int64 instead of Int32
ViRGEdx created branch Int64-Post-ID in ViRGEdx/OF-DL 2025-12-12 23:02:32 +00:00
ViRGEdx pushed to Int64-Post-ID at ViRGEdx/OF-DL 2025-12-12 23:02:32 +00:00
2631e136cd Update OF DL/Entities/Post/SinglePost.cs
ViRGEdx created repository ViRGEdx/OF-DL 2025-12-12 23:00:41 +00:00
ViRGEdx opened issue sim0n00ps/OF-DL#92 2025-12-12 22:31:56 +00:00
Post ID Numbers Have Exceeded a 32-bit Integer (Exception caught: JSON integer 2148638898 is too large or small for an Int32)
ViRGEdx commented on issue sim0n00ps/OF-DL#62 2025-10-08 08:51:07 +00:00
1.9.13 blocked by antivirus

Strange. It comes up clean here on my local Windows machine. And VirusTotal is not showing any hits on anyone's AV scanner.

The SHA1 hash on the main executable is `05c6b85c8356e6fedb8e074991ea9…

ViRGEdx commented on issue sim0n00ps/OF-DL#62 2025-10-08 06:46:29 +00:00
1.9.13 blocked by antivirus

It's not uncommon to have AV suites falsely flag new versions of OF-DL.

What AV suite flagged it?

ViRGEdx commented on pull request sim0n00ps/OF-DL#61 2025-10-07 05:52:24 +00:00
fix: update post/message api calls due to changes

Just got a chance to test this, and it works for me 👍 Seconding. A build with this fix seems to be working just fine.