Jump to content

schwups

Member
  • Posts

    1,206
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by schwups

  1. Post 144 - method 4: My confiurations: Core.ini [ApiConfigurations] default=0 Renamed both files ini and dll to Kexstubs Kexstubs.ini: [iphlpapi.dll] GetAdaptersAdresses=t5 (no wrapper) Result: µTorrent and OpenOffice runs and for the moment I can't see a problem. New setting "Win2000 SP4, no ACTCTX doesn't persist. The setting jumps to base enhancements. BTW Fresh Diagnose works up to the latest version 8.66. With October 7, 2010 - Release of Fresh Diagnose 8.46 a new windows user rights module was introduced. Kext supports NetApi32.dll:NetApiBufferFree
  2. I checked this. The MSVCP90.DLL is required for version 2.8.6. Make sure that you have MSVCP90.DLL version 9.0.21022.8! Or install MS Visual C++ red 2008 (VC_R_9x.EXE)! MSVCP90.DLL is part of it. I add it on the wiki.
  3. Hallo LostInSpace2012, I had added Abiword on the wiki. Abiword 2.8.6 runs on all my systems. The Vista mode is the default for Abiword. Your system must be missing something to run 2.8.6.
  4. Yes it works, but I can't print. The app doesn't find the printer.
  5. The new stub definitions of secur32.dll seem to be OK so far. There are no new log entries. [secur32.dll] AcquireCredentialsHandleW=t9 DecryptMessage=t4 EncryptMessage=t4 GetComputerObjectNameW=z3e120 InitializeSecurityContextW=t12 QueryContextAttributesW=t3 But I don't know which apps need them.
  6. Please give us more details! I don't understand what happened. What exactly have you done? Which directions are wrong, which ini file do you mean has changed? Reinstall KernelEX if you run into problems. the directions say to do this modify contents= line in Core.ini to read: contents=std,kexbases,kexbasen,Kstub730 but the version I downloaded was version 822 so I had to change kstub730 to kstub822 Of course you must must write Kstub822, if you installed version 822! My sequence: contents=Kstub822,std,kexbases,kexbasen. The sequence can have an effect on your system. Read topic - posts 65 and 66.
  7. Please give us more details! I don't understand what happened. What exactly have you done? Which directions are wrong, which ini file do you mean has changed? Reinstall KernelEX if you run into problems.
  8. Do you mean "Launch folder windows in a separate process"? I can check this on Win ME.
  9. Look into the Kstub Spoiler on the first page. Or here (Api GetSystemWow64DirectoryA=z2e120 for Java 6 updates 32 and higher).
  10. I'm able to install Java 7 with the msi. Thanks to Kext. Also InterlockedPOPEntrySList is now supported. Of course it doesn't work. I think the main problem is VC++2010 - msvcr100 as with Gecko based browsers like Firefox 13 and higher. At the end of the setup a message says "Error loading jvm.dll" (...\bin\client). If I wait a while the message disappears and the setup finished successfully. The Java Control Panel doesn't open. It also says Error loading jvm.dll. Pluginchecker on Firefox 3.5.19 gives the same message. The ImportPatcher generates this ini file for jvm.dll: jvm.zip After uninstalling remain some entries of Java 1.7 in the registry - HKLM ... Software/JavaSoft. I had to delete them manually!
  11. Confirmed: The method of the Kext topic post 58 fails for the new versions 2.2 and 2.2.1. The other method of (topic) Printing with KernelEX - post 27 is still working for me (tested for single app).
  12. Java 7 Update 11 released - Bug Fixes Release Notes CVE-2013-0422 and see link of submix8c (post 5) revised: 14 Jan 2013
  13. Hello jumper, you added winhttp.dll with four api's in the Kstub822 update (post 116) to experiment. I've good experience with this dll of XP in my system folder. It already supports WinHttpCloseHandle, WinHttpGetIEProxyConfigForCurrentUser, WinHttpGetProxyForUrl and WinHttpOpen. It makes no problems so far. The Foxit Reader updater of latest versions (5.3 and 5.4) needs it, the msi of the Flash Player versions 11.3 - 11.5 and Google Earth 6.0 to start, too.
  14. Installing Kext is a little off topic. But yes, GetSystemWow64DirectoryA=z2e120 must added to the .ini file. 1. Paste the downloaded Kstubxxx.ini and Kstubxxx.dll in your KernelEX folder. It doesn't matter which version you use 626, 730 or 822 it should work. 2. Add GetSystemWow64DirectoryA=z2e120 to the ini file under [Kernel32.dll]. 3. Add Kstubxxx to the core.ini in the kernelEX folder: contents=Kstub626,std,kexbases,kexbasen 4. reboot => msi or silent and check out the vulnerability on 98
  15. You must install KernelEX and Kext. Read the Wiki and the Kext: DIY KernelEx extensions topic.
  16. Commenting out Kernel32:CreateActCtxW isn't enough (experiencing R6034 runtime errors). After commenting out all ActCtx api's ActivateActCtx=f2e AddVectoredExceptionHandler=z2 CreateActCtxA=t1e CreateActCtxW=t1e DeactivateActCtx=f2e FindActCtxSectionStringA=f5e FindActCtxSectionStringW=f5e ReleaseActCtx=f1 OpenOffice 3.2.1 works again. µTorrent 2.0.4 doesn't. Kstub822.log: = Iphlpapi.dll:GetAdaptersAddresses=>iphlpapi4: = It works, if I commented out GetAdaptersAddresses=>iphlpapi4: GetPerAdapterInfo=>iphlpapi4:
  17. My first results for post 116 (Kstub822.ini and iphlpapi4): µTorrent 2.0.4: It doesn't start. Message: C:\Windows\System\iphlpapi.dll: IpHlpDll Entry not found (7b340000 0) Kstub822.log: [Kstub822] = Iphlpapi.dll:GetAdaptersAddresses=>iphlpapi4: = = Lz32.dll:MiniDumpWriteDump = = Kernel32.dll:CreateActCtxW=t1e = = Iphlpapi.dll:GetAdaptersAddresses=>iphlpapi4: = OpenOffice 3.2.1: The Installation failed. Message: The E/A process was canceled because of a thread end or an application request. Log => no entry. Opera 12.5+: Still no success. Version 12.5 build 1583 and 12.12 build 1707 Log: [Kstub822] = Iphlpapi.dll:GetAdaptersAddresses=>iphlpapi4: = Thanks for your efforts. I hope.
  18. Method: add to core.ini contents: (with or without Kstub822) contents=std,iphlpapi3,Kstub822,kexbases,kexbasen KernelEX didn't work anymore. I reinstalled it. After several attempts with different order it is sufficient to take iphlpapi3 out again. Usually reinstalling isn't necessary.
  19. Method: add individual function(s) to Kstub822.ini: [iphlpapi.dll] ;any or all of the following: GetAdaptersAddresses=>iphlpapi3: GetPerAdapterInfo=>iphlpapi3: GetTcpTable2=>iphlpapi3: Opera 12.10 and 12.12 crash on start. Kstub822.log: = Iphlpapi.dll:GetAdaptersAddresses=>iphlpapi3: = Supplement: Also Opera versions 12.5 build 1546 and higher crash on start. µTorrent 2.0.4 runs fine.
  20. 1. right click on the app (file) 2. choose properties 3. go to KernelEX TAB 4. check "disable KernelEX extensions" 5. Apply B)
  21. Hello toughcustomer, KernelEX doesn't delete data. There are many possible reasons for data loss. Maybe KernelEX has awakened a malware on your system. Some weeks ago my wife has a Backdoor-Server (logonmuser.exe) on her Win XP. This rascal destroyed the Firefox profile. Did you download KernelEX on sourceforge.net ? Piriform Recuva free version 1.31 recovery tool is one that supports Win98 or TuneUp Utilities Undelete (30 days trial) up to 2007. Many recovery tools don't work anymore on Win9x. Often older versions work.
  22. 1. Yes I could add ICH8USB, but USB works on my ICH7 machines with xrayers driver in USB 1.1 mode. Therefore I installed on each of my ME systems the MS ME USB 2.0 driver. You could try NUSB for your 98SE. 2. I also install them by hand.
  23. The Universal VESA/VBE Video Display Driver VBEMP 9x should work for Nvidia 8xxxx, but it's a very simple driver and does not provide any kind of 3D hardware acceleration (DirectX & OpenGL). The VBEMP works with the Nvidia 8600GT 256MB PCI-E. In most cases 512MB (and more) VRAM isn't possible. The unofficial Nvidia drivers 82.69 doesn't support NV8xxx cards! 512 MB system RAM is safe. CPU HT support? On some machines I've to disable Hyperthreading. Important: 98 and ME only support four IDE devices. If you use only SATA devices disable the onboard Gigabyte SATA/IDE controller in BIOS. Set the "SATA AHCI Mode" of the ICH8 SATA controller to disabled. It switches to IDE Mode. Set "SATA PORT0-3 Native Mode" (ICH8) to disabled. It switches to IDE Mode. Or does your system boot with the onboard Gigabyte SATA/IDE controller enabled? Do your HDdrive work with DOS compatibility mode? If not, did you enabled DMA for the drives? Better answer in the P965 topic.
  24. My first try failed. I couldn't start Opera 12.5 builds 1513 and higher, except build 1578 (12.02). Message: "Opera Error - Failed to load Opera.dll because: A device attached to the system is not functioning." The setting W2k+t5 wasn't kept. The comp mode window changed to default mode. I'll try it again.
×
×
  • Create New...