Jump to content

K4sum1

Member
  • Posts

    238
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

K4sum1 last won the day on June 10 2023

K4sum1 had the most liked content!

About K4sum1

Contact Methods

  • Website URL
    https://eclipse.cx

Profile Information

  • OS
    Windows 8.1 x64

Recent Profile Visitors

23,179 profile views

K4sum1's Achievements

124

Reputation

  1. So I just shouldn't work on r3dfox is what you're saying? I like adhd hop between projects and r3dfox is taking a backseat currently, I don't even know if I want to release a v152 yet. I don't feel like diagnosing this when I didn't touch the code myself, I would have to trace and debug and it's a lot of work and effort for something I myself don't use. I do wish the feature worked, but I just don't feel like diving into it. This also does not affect ESR 140.
  2. Oh it's that problem. I didn't understand the wording. It's an upstream issue for all Windows versions and I don't feel like diagnosing it.
  3. I don't see anything wrong, the menubar is supposed to be there and it can be enabled or disabled. It's a bit bigger because of the caption button size so it floats a bit above the tabs. I don't see anything wrong here.
  4. I thought that was only for .sys drivers, at least until you got to Windows 8 where it got fussy about system dll files afaik. but also idk about this case specifically. So I did that, but I get a code 28 when trying to install the new driver, it fails to install. It just prompts me to install it again right after. However if I tell it to automatically install, it actually installs, but gives me a code 10 and doesn't start. I went back to the old driver to try it on just the RTL8125, and it actually installed, and recognized the device, however it never connected. However, it also made the RTL8126 with the new driver go from code 10, to supposedly working. So I plugged the Ethernet cable into the RTL8126, and a few seconds later, I got this BSOD. So the driver still needs some work, at least to work on my machine. I know newer isn't always better here, and I'd probably trust this collection more than newer drivers as I've had them be unreliable. However I also need to get around to testing this collection so idk. For me, I would use the CFF Explorer Rebuilder to update the checksum, but this looks like it would work and be less clicks. It would be cool to have a reg file to add it to the right click or shift + right click menu for increased efficiency.
  5. Did you happen to change anything else in your provided download? I was curious and compared it to stock newdev.dll + your change. Same file version and all. There are a multitude of differences that someone of my limited skills can't make sense of.
  6. As cool as WiFi card is, I would like to be able to get a working driver to test and finally be able to board swap the RTL8125 PC.
  7. I did some tests, ffprobe appears to be required for some sort of postprocessing pass done when making a mkv. I get an error about it using this command. I like to grab 720p quality with highest quality audio (opus) with metadata for archival. (I would like to improve it so it asks for width <=1280 and height <=1280 so all videos are in 720p and shorts aren't grabbed in 360p, but it works well enough.) youtube-dlp.exe -t sleep --js-runtimes quickjs -f "(bestvideo[height<=720]+bestaudio/best[height<=720])[vcodec!*=av01]" -o "%%(channel)s [%%(channel_id)s]/%%(upload_date)s - %%(title)s - (%%(duration)ss) [%%(id)s].%%(ext)s" --merge-output mkv --write-info-json --write-description --write-thumbnail --add-metadata --write-sub --all-subs --embed-subs --mtime --retries infinite "https://www.youtube.com/watch?v=7VN6OyGcaL4" Fair, but have you never wanted to drag a video onto ffplay.exe and watch it play the video without having anything installed? I think it could be useful. I'm not saying it's required to be built, but also maybe keep a full release build if you do build it.
  8. tbf ffmpeg is an all in one library, some programs may only use ffplay. So it might be a good idea to have a normal build for those applications.
  9. I'd like to build an application with XP compatibility, but it bundles ffmpeg. I originally tried downgrading the ffmpeg source, but I hit a bit of a brick wall when compiling and I couldn't figure out how to fix. I think I might have found a working w32pthreads.h patch though. For yt-dlp, ffprobe.exe is also required I think. I have both ffmpeg.exe and ffprobe.exe in my yt-dlp directory.
  10. I'm curious how you worked around w32pthreads.h? It calls for multiple Vista+ functions like SRW locks and such, but I find no mention of the file in any patch.
  11. Yeah, the topic name was fine, this should have been split to a new topic.
  12. I would like it for my own use, in case I need it. I made this fix for it based off of the changes comparing your 1.62.1 and 1.45 patches, and it compiled, but I haven't tested it yet. https://github.com/Eclipse-Community/eRust/commit/619ed0e48e3e0a6602727dd58918a7783c2d422c I haven't tried building Mypal68 in a few days, mostly just been managing and juggling commits and building rust 20 times. I don't know what to use or where to get it, so I've just been waiting to see if you could share your tools.
  13. I found you released the proper 1.45 patch under an issue, so you linked to the 1.35 patch until you replaced it. Also the patch linked for 1.52 only applies cleanly to 1.56. Were you considering 1.56 at some point? I ported the 1.56 patch to apply to 1.52, but I do wish I could get a clean 1.52 patch in case something's missing or I did anything wrong.
×
×
  • Create New...