Jump to content

jumper

Member
  • Posts

    1,944
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. App window title name is usually a standard Mozilla preference menu option.
  2. Where does this code go?
  3. Try F.0E followed by F.10
  4. Did you orient the caps with correct polarity?
  5. Thank you two for the detailed explanations. My Win9x background has me ill-prepared for such NT service and security concepts.
  6. That is not the way to submit an error report. :( The video plays in FF2 w/Flash 9.0.47, so it's not a cypher or codec issue. Edit: I can reproduce the following GPF, but it's not clear from the KernelEx Error Console (DebugWindow) or preliminary debugging what is the problem: Date 02/10/2020 Time 11:58 FIREFOX caused an invalid page fault in module NPSWF32.DLL at 016f:06063818. Registers: EAX=00000004 CS=016f EIP=06063818 EFLGS=00250246 EBX=00000000 SS=0177 ESP=0115ec48 EBP=0000001f ECX=c1760270 DS=0177 ESI=063d52e0 FS=3e17 EDX=00020000 ES=0177 EDI=063c2000 GS=0000 Bytes at CS:EIP: ff 75 78 8b ce ff 75 7c 57 e8 e7 00 fe ff 8b f0 Stack dump: 00000004 00000001 063c2000 00000200 005a2df4 fffffffe ffffffff 03353518 00000000 00000000 0115ee14 00573cc3 603717ed 033533f0 0060bf98 01203fc4
  7. Can someone explain how the previous two links are relevant? TIA
  8. > Oddly enough, if you tell the browsers that they're on Vista or 7, the pages load without crashing in win2k. How "tell"; what browsers; what pages; what win2k setup? TIA!
  9. So we need a plug-in that hides plug-ins from nosey scripts.
  10. Make sure the power Jack is fully inserted into the power socket. Wiggle if needed. The socket might already be bad from too much wiggling.
  11. I'm seeing ads here in Opera Mini on Android 8.1.
  12. Tell us about your hardware.
  13. I think I see the confusion now. While neither of you said it, I think the KernelEx property sheet tab also displays (dimmed) that unique 4.5.120 value (that is neither property nor file version). However, when you look at the KernelEx files themselves: > KernelEx versioning IS very confusing in itself. Not really. The displayed resource version strings are product: 4.5.2, file: 4, 5, 12, 0. Only when using a debugging tool such as Dependency Walker can one see that the binary product and file versions are both 4.5.12.0. Not really a big deal. > but when you open any file properties it does say 4.5.120 By "it" you must mean the KernelEx tab for all PEs, not the Version tab for kex files. This is what took me forever to deduce; please be more specific in the future. > yet all only say "2016" in file properties Again, in the KernelEx tab. This is because of the design flaw that only allows three integer fields. <Edit> Good discussion, everyone :) I think we now have it all sorted out: > I thought 4.5.2 was 4.5.12. Yes: 4.5.2 (product) = 4.5.12 (file) = 4.5.120 (internal/Verify/tab) > KEX 4.5.1 has the Verification result 4.5.110. 4.5.1 (product) = 4.5.?? (file) = 4.5.110 (internal/Verify/tab) The ?? is probably 11, but need to look it up. So 4.5.12 is maybe not "Build 12".... </Edit>
  14. > Yes but if you install it and look under the verification sheet it says 4.5.120. There you go again, not specifying the product version! However, what you are seeing is a debug message that reveals a design flaw in the internal version structure. It is a product version structure with only three fields. Release candidate build 12 of v4.5.2 has files awkwardly versioned 4.5.12.0. In Kernelex.dll file version 4.5.12.0, that was crammed into the product structure as 4.5.120 resulting in a value that is unique to product version 4.5.2, but is not a valid product or file version! So again, please use the real product version when referring to KernelEx or any other software package in use.
  15. USB 2.0 Fortunately, most USB 3 devices are backwards compatible.
  16. There is no version 4.5.120 of KernelEx. Please stop using that number in your posts! The latest versions are 4.5.1 and 4.5.2 (official), and 4.5.2016.x (unofficial). Product version 4.5.2 (final) does contain DLLs with the file version 4.5.12.0. Perhaps this is the cause of your confusion. Unless you need to refer to specific test versions of individual DLLs, please use the correct product version to refer to the standard release as a whole.
  17. Not 100% Also, there have been some regressions in my builds so try v4.5.2 on a clean system.
  18. > one does not display the Exports tab Not all PE files have Exports. Try SHFOLDER.dll and other system DLL's. Also try reregistering pshExports.dll. > The good news is that the control panel daemon still runs without rundll32.exe running as well. Any modules that are run via rundll32.exe need to have explicit modes set. Rundll32 itself should be mode disabled.
  19. pshExports_alpha1.7z Install: regsvr32 pshExports.dll Usage: View Properties of any PE file with exports and select the new Exports tab (to the right of KernelEx) Tip: click the selection box beneath the vertical scrollbar to change the display from Named Exports to Ordinal Exports
  20. But why were none of these HALs installed?
  21. Maybe the new hal.dll is experimental and is not installed by default because it doesn't work on all hardware.
  22. jumper

    XomPie

    Backporting an app requires recompiling that app, not XomPie. XomPie allows some apps to run without being backported.
  23. Redirection applies only to standard output, not to error output.
×
×
  • Create New...