Jump to content

jumper

Member
  • Posts

    1,935
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. @MiKl: use Kexports+fc on Kexbases.dll to isolate the API changes. SetFilePointer is a likely candidate. @TmEE: So don't use the new ME service pack. It clearly hasn't been fully tested and is using files that aren't compatible with KernelEx. You can also try disabling Kex extensions on _all_ files installed by the pack. And you should also uninstall Kex and reinstall with mode default: Disabled. Manually enable Kex on only those files that need it.
  2. Are you using either of VLC 0.8.6's obsolete interfaces "Streaming wizard" or "VLM control"? As schwups pointed out, VLC 0.8.6 is not the last that will run on ME. Full source is available, so by borrowing code from KernelEx, we can build many newer versions to run natively on Win9x. Judging by the filename (w9x_onlinetv2.rar), this project appears to be a w9x clone of the free version of onlineTV.
  3. The Kexstubs 824 package will contain a thread-safe version of Kexstubs.dll and include an updated Kexstubs.ini. However, Kexstubs is not an end-user tool. it is a debugging tool for KernelEx beta testers. Anyone using a recent KernelEx beta shouldn't need Kexstubs. All Kexstubs testers should be regularly reporting new definitions as well as any old ones still in use so that they can be added to KernelEx.
  4. First two items were previously promised. Last fix is major--only hex return values were correctly parsed, unsigned decimals became zero. Known issue: Still not fully thread safe for stubs (okay for forwards); status: fixable I also use IPS Default. I'll try Opera 12.02 and FF 9.01; KM74_31 is way too slow! Thanks. :)
  5. > the email-problem seem to be caused in Kexbases.17 ! When using v16 it works again. Good. Now try comparing api logs (DebugWindow.exe). In Filter Settings, include "(bfa" to limit output to kexbases apis. > I will look into the printing issue In Kstub823.ini: [Comdlg32.dll] PrintDlgExA=>Kexbasen:PrintDlgExA_new PrintDlgExW=>Kexbasen:PrintDlgExW_2 PrintDlgW=>Kexbasen:PrintDlgW_3 Check Kstub823.log or include filter "PrintDlg" to see which api to focus on.
  6. @filth: Thanks. No problems have been reported for the current implementation, however. @MiKl: I use SM2.0.4 but not the email client. Please narrow the problem down to Kexbases.17 or Kexbasen.17. .18 is packaged and awaiting final review. Kexbasen.16 exported 11 new print dialog functions--access them via Kexstubs. @MERCURY127: due to site changes, I can no longer upload files. @deomsh: please debug things further with KexApiLog (DebugWindow.exe) and report back.
  7. Kstub823.7z // 823 - search: Kstub823.ini, Kexstubs.ini, stubs.ini; e120; fix r<unsigned decimal value>
  8. No, it means updates will be detected and automatically repatched without needing a manual reinstall of KernelEx.
  9. - http://www.network-drivers.com/drivers/1241/1241700.htm Or use the built-in NIC or USB to connect an external wifi modem/router
  10. "Most antivirus programs identify runouce.exe as malware—e.g. Microsoft identifies it as Virus:Win32/Chir.B@mm, and TrendMicro identifies it as PE_Chir. B-O or PE_CHIRUX.B." - https://www.file.net/process/runouce.exe.html Once removed, try creating a read-only folder in "C:\Windows\system32" named "runouce.exe" to prevent it from coming back.
  11. Sounds like a DRM problem. The LGE may use a version that isn't supported by XP. What connection type did you use for each the Dell and LGE: VGA, DVI, HDMI? Try reconnecting the Dell without changing drivers. If this works, reconnect the LGE using the same connection type, else uninstall the new drivers and restore system settings from a backup.
  12. KernelEx v4.5.2 patches Kernel32.dll in memory. KernelEx v4.5.1 patches Kernel32.dll on disk, however v4.5 Final Changelog.txt states: "KernelEx doesn't need to be reinstalled anymore if kernel32 is updated".
  13. Any hex editor. (My ImportPatcher probably won't work; I haven't tested it on PE32+ files.)
  14. GetTickCount can be called in place of GetTickCount64 for 49.7 days if the upper dword is zeroed. On XP X64 I would image this to be the case. Replace all "GetTickCount64" strings with "GetTickCount\0\0" to try.
  15. Thanks for the direct links. Both file headers are "%PDF-1.5". SumatraPDF (all versions from 0.9.0 up) works with no complaints. I'll see about compiling the test code into an app for Win95+. Courtesy of Google: This is the html version of the file https://meltdownattack.com/meltdown.pdf. Google automatically generates html versions of documents as we crawl the web. This is the html version of the file https://spectreattack.com/spectre.pdf. Google automatically generates html versions of documents as we crawl the web. FLUSH+RELOAD: a High Resolution, Low Noise, L3 Cache Side-Channel Attack This is the html version of the file https://eprint.iacr.org/2013/448.pdf.
  16. SpecuCheck doesn't check for the vulnerabilities, it checks for a patch. No patch for Win<7, so no reason for a Win<7 SpecuCheck. From https://github.com/ionescu007/SpecuCheck/blob/master/README.md:
  17. > The only change to the system during this time span that I remember was updating Kernelex. However, uninstalling it did not solve the problem. Interesting. What was the previous installed version of KernelEx and to what version did you update?
  18. Try disabling BIOS -> USB legacy once it is no longer needed. Try connecting the keyboard with and without a USB hub. Does a USB mouse work?
  19. "AIO" = All In One Have you tested the scanner? "Please insert a disk into drive" may just mean that you haven't scanned anything yet so a file system hasn't been created in the EPSON WF-2750's internal memory yet. ...Or that you need to insert a thumb drive or SD card into an EPSON WF-2760 (as previously suggested by @bphlpt!).
  20. Thanks for testing this new browser! Looks like we have a cascading failure. What to do: * The "box of stuff" is very important--please report it exactly. You probably don't have enough CPU (FineSSE might help). * Profile in Dependency Walker to see what module is failing to load. * Enable API logging on modules that fail to init and retest/profile with DebugWindow/KexApiLog open. * Test each (and every) module with Import Patcher. That version of Msvcr120 loads on my Via C3 system (no SSE or CMOV). I put it in C:\Windows\KernelEx\Msvc and enabled it with this registry setting: [HKEY_LOCAL_MACHINE\Software\KernelEx\KnownDLLs] "MSVCR120"="MSVC\\MSVCR120.DLL"
  21. > How hard would it be to use Goanna engine in kmelon and back-port kmelon so it could work on 98se with kernelex. KM74_31 works enough to be usable, so maybe KM76+Goana 3.4.1 already does, too. I haven't had time to test it yet. > it complained that msvcr120 had missing exports in kernel32 Not for me. Should load using KernelEx 4.5.2016.17. Ask for help in Kext: DIY KernelEx extensions.
  22. Every version of WMP seems to have a different way to enable captions: Accessibility for Windows Media Player Videos: Captions
  23. Might be trying to write to a local configuration file. Try installing to a writable drive.
  24. http://www.msfn.org/board/uploads/css_built_*_custom.css.* *custom.css* Working in Opera 10.63 with theme IPS Default. Font quality better at 90% scaling.
  25. Agreed. Even my 656c never worked very well, but you might want to try its 9x drivers for USB. I haven't been able to find a timeline (or list) anywhere of HP printers (that supported 9x), so have no idea what was the last for 9x. If we knew, those would be the drivers to try.
×
×
  • Create New...