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. If this proxy can be run on a secondary system on a user's local network, it could also offload the decryption work currently slowing down the cpu on older hardware and single-cpu OSes.
  2. My XP system for KernelEx development hasn't been rebooted for 25 months, but does hibernate much of the time. It is not Internet-connected, but has been used to watch a couple of DVD movies with VisualStudio still running in the background.
  3. The portable version of Opera 12.18 is giving me the follow error at startup, but has zero missing dependencies on Win 98se.
  4. "j" means "10", so "openssl-1.0.2j-i386-win32" is version 1.0.2.10. 1.10 hasn't been released yet on that page. When it is, it will be named something like "openssl-1.1.0-i386-win32" for v1.1.0.0 or "openssl-1.1.0a-i386-win32" for v1.1.0.1. All 1.0.2 versions should be API compatible with each other, but not with any upcoming 1.1.x versions.
  5. Oops, clicked on the wrong button (Dang IPB and FontAwesome!). How do I remove "Reputation" ? (-1 for MrMateczko) > which are simply impossible to run under 98SE no matter how much you KernelEx Nonsense! It's only code.
  6. steamcmd.exe runs on SE with KernelEx, needing help for only five functions: [KERNEL32.dll] HeapSetInformation= HeapQueryInformation= OpenThread= GetFileSizeEx= SetFilePointerEx= I don't know enough about STEAM to know if it "works" or not. It seems to be an updater, downloading an 8MB file for starters. I aborted the execution at: [2017-01-04 10:46:52] Downloading update (60 of 8,886 KB)...
  7. > FAULT ->0103cefe 8b01 mov eax,[ecx] ds:dddddddd=???????? The fault occurs in code at address 0103cefe, but the task list fails to report the address at which each module is loaded. Profiling in Depends should provide this info. Or check with a process viewer while the app is still loaded. From the stack back trace, it looks like ProcessIdToSessionId might have something to do with it.
  8. > The only issue I ran into is that Firefox 49 fails to run and throws up a Dr Watson error. Check the log file to see what module the error occurred in. Also Profile in Depends for a second opinion. And maybe Profile FF48 and compare.
  9. > "Fatal Error! Unable to load nga_w32.dll!" What do Depends and ImportPatcher have to say about it? DriverGuide has version 3.1r19 with nga_w32.dll here: http://www.driverguide.com/driver/detail.php?driverid=601071&action=filfo
  10. Bay Trail-M CPU, thus Bay Trail-M chipset.
  11. 0x00000485 ERROR_DLL_NOT_FOUND One of the library files needed to run this application cannot be found.
  12. Windows cannot possibly clear the target path / location of the folder! And it might help if you actually describe in detail what you are trying to do.... Is an extra service or background CBT app acceptable?
  13. In the Change Icon dialog, paste or type the desired location path (with trailing backslash) into the File name box before clicking on [Browse]. You can also paste or type the full path of an icon-containing file before clicking [OK]. Hint: The text you want to paste might be the target path located on the previous sheet/dialog before clicking [Change Icon].
  14. User agent string is reporting Win98. You can try spoofing Win95 by setting Kex mode on FF to Win95. Retrozilla is basically FF2/SM with updated security support. It might also be worth a try.
  15. @MiKl Even after transferring hundreds of definitions to kexbases, I still have over 450 entries in my stubs.ini, including 188 for Ntdll! I'll add these Ntdll stubs to Kexbases: NtAcceptConnectPort=r0xC0000002s6 NtCompleteConnectPort=r0xC0000002s1 NtConnectPort=r0xC0000002s8 NtCreatePort=r0xC0000002s5 NtListenPort=r0xC0000002s2 NtCreateEvent=r0xC0000002s5 NtCreateIoCompletion=r0xC0000002s4 NtCreateKey=r0xC0000002s7 NtCreateNamedPipeFile=r0xC0000002s14 NtCreateSection=r0xC0000002s7 Because you are using ROS, try forwarding like: NtConnectPort=>ROS\Ntdll: > Are you with 4.17 then reaching XP SP3 level ? Better, but not fully. 4.17 will have a more flexible architecture that will allow better support for XP, Vista, Win7, and Win8.
  16. jumper

    XomPie

    > @Jumper: which gcc you use? it reject def the way you use MSVC5 and 6, not gcc. Both @101 and #101 seem to work for both implicit and explicite loads by ordinal, however, shell.#@101 (in shellxp.dll v0.2a) probably will not! > and you can delete the attachment you made like dencorso said. I *missed* the bin icon previously, since I always turned off the JS and images (only turn JS on to upload) No bin icon for me, even with Chrome fully enabled. Update: As of mid-November 2016, the Delete button has been fully restored to My Attachments and works great. Thanks, xper!
  17. Are the extra deleted emails replies to the selected email? If so, Windows Live Mail might be in a Tree-View mode--showing replies under the original email. Deleting the original email would then also delete the whole tree of replies. Googling "Windows Live Mail might be in a Tree-View mode": How to Disable / Turn Off “Conversations” View in Windows Live Mail
  18. Yes, that's it. I have an "Enable status updates? [_]" line between the Birthday and Contact Methods lines. I use Seamonkey 2.0.14 which is like FF3.6. Selecting text from Birthday through Contact Methods, right-click->View Selection Source shows me: Birthday </label> <div class="ipsFieldRow_content"> <select name="bday[month]"> <option value="0" selected="selected"></option> <option value="1">January</option> { . . . } <option value="12">December</option> </select> / <select name="bday[day]"> <option value="0" selected="selected"></option> <option value="1">1</option> { . . . } <option value="31">31</option> </select> / <select name="bday[year]"> <option value="0">Not Telling</option> <option value="2016">2016</option> { . . . } <option value="1866">1866</option> </select> </div> </li> <li class="ipsFieldRow ipsClearfix " id="form_enable_status_updates"> <label class="ipsFieldRow_label" for="enable_status_updates"> Enable status updates? </label> <div class="ipsFieldRow_content"> <input name="enable_status_updates" value="0" type="hidden"> <input role="checkbox" name="enable_status_updates_checkbox" value="1" id="check_enable_status_updates" data-toggle-id="enable_status_updates" checked="checked" aria-checked="true" data-ipstoggle="" type="checkbox"> </div> </li> <li id="form_header_core_pfieldgroups_1"> <h2 class="ipsFieldRow_section">Contact Methods</h2> You can also try View->Use Style->None on both pages.
  19. KernelEx 4.5.2015 is not an open beta. Registration at MSFN.org is required! This encourages feedback, allows me to track the downloads, and supports MSFN.org. Please do not host copies of my update test files on other sites. Of course, anyone who rebuilds some or all of the project themself may host their builds wherever they choose. KernelEx is an open-source project. :-) And that brings us to the development timeline. I finally have some time, so I'd like to finalize this branch by the end of November, and release it as KernelEx 4.5.2016 in December as a complete package for end users. Discussion of what else that is ready and should go into it is highly encouraged: Iphlpapi5? NetapiEx? More stubs or Kexstubs itself? Any Kexaux updates? Property sheet changes? DebugWindow/ApiLogger tweaks? In the meantime, I'm already working on Kex 4.17 with: dynamic, never-fail DLL and API stub creation; cascading SxS KnownDLLs for MSVCRT and IE by target OS; expanded get_api_table2 interface with OS and level-of-support info.
  20. Disable scripting and reload your profile page. The "Write a public message on your own feed..." will disappear from within the text edit box and a "Submit Status" button will appear under it. "Enable status updates?" needs to be enabled under "Basic Info" on "Edit Profile" page.
  21. No, we can't--it's still broken with no way to select or delete a file. :-( Update: As of mid-November 2016, the Delete button has been fully restored to My Attachments and works great. Thanks, xper!
  22. jumper

    XomPie

    abc=kernel32.@122 @55 NONAME
  23. jumper

    XomPie

    XomPatch.bat xompatch.7z
  24. jumper

    XomPie

    In xompie-0.1a.exe, advapixp.dll has an export forward to advapi32.dll ordinal 1000 that does not exist in XP (sp3). install.bat and xpatcher.bat are not legal batch files, they are CMD files and should be renamed. I rewrote the Xompie-0.0.1a xpatcher.bat as a valid batch file that does not require installation first, and it worked in 98se. I'll post it once I update it for Xompie-0.1a for those who wish to try Xompie without installing it first.
  25. On impulse this past summer, I bought a WinCleaner dongle at my local dollar store. It looks like a swivel thumb drive. It claims to support XP through 8.1, so I fearlessly plugged it into my 98se machine hoping to be able to reformat it. It is recognized as an external CD-ROM drive containing a finalized read-only disc. Discussion here with photos suggests it may be just an 8-pin ROM chip and a USB interface chip. There also appears to be a second 8-pad chip location vacant. Any ideas for further analysis or repurposing of the hardware? I'm good with a soldering iron!
×
×
  • Create New...