Content Type
Profiles
Forums
Events
Everything posted by Dave-H
-
Well I'm using Opera 12.17, with the AdBlock extension and the Opera Content Blocker enabled too, and the Forbes articles all still work for me! I'm not even seeing the nags about the blocking.
-
Strange, I'm not a subscriber to Forbes either, and I can read the article, and all the other articles linked from it, with no problem.
-
I'm using EMET 4.1 Update 1, and just for the record, I have had to disable the EAF, MemProt, and StackPivot functions for Firefox to work properly, the EAF, LoadLib, MemProt, Caller, SimExecFlow, and StackPivot functions to get Google Chrome to work properly, and the LoadLib, MemProt, Caller, SimExecFlow, and StackPivot functions to get IE8 to work properly. If any of these are enabled, the browsers concerned either won't start properly, or keep crashing.
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
@jumper Just to confirm that the new version of kexbasen.dll has completely fixed the problems here! I have removed the registry patch, and put all my scripting files back in the system folder, and all is working well, including VLC Player again. Thanks very much for sorting this out! -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Thank you @jumper for sticking with this! I'll try it out tomorrow and let you know the outcome. I assume I can now remove the registry patch, which I haven't yet done? Cheers, Dave. -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Thanks @jumper! Am I right in assuming that this should remove the need for the registry patch? I hope so, as I could see that potentially causing a lot of future problems. I already have an entry for kernel32.dll in stubs.ini - [Kernel32.dll]GetGeoInfoA=z5eGetGeoInfoW=z5eGetUserGeoID=t1GetVolumeNameForVolumeMountPointA=z3eGetVolumeNameForVolumeMountPointW=z3eGetSystemWow64DirectoryA=z2e120Should I just add your entries to that? I don't have a file called "code.ini". Do you mean "core.ini"? Kstub822 doesn't seem to be mentioned anywhere. A mystery about the error messages I'm getting apparently from the batch file. I had looked at its contents of course, and as you say there's nothing there that should generate any messages. I'll have to investigate further! Cheers, Dave. -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Hi again! I've found that I've got a problem with VLC Player as well now (version 2.0.5). It used to work fine, now when I run it, apparently nothing at all happens. No error messages, just nothing! Anyone got any fix for this? @jumper I forgot to mention earlier that when I run your updater file, it correctly prompts to switch to DOS mode, but when it does, before the "---Updating KernelEx 4.5.2015---" line, there are five "Bad Command or File Name" lines. It then seems to work OK. Not sure where those error lines are coming from, or why there are five of them. Just thought I'd mention it, it could be only me seeing it because my system is non-standard of course! -
Thank you harkaz!
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
OK, back again! I've got the scripting working again. I had to move all the related files out of the \system folder into the \windows folder, and edit all the registry entries to reflect this. It then worked fine! Incidentally it's the Unofficial Windows Script 5.7.0.20550 update installer that puts wscript.exe and cscript.exe in the \system folder, which is not where the original Windows 98 installer puts them. I think whoever compiled the INF file got things confused with the NT install, which puts both those files in the \system32 folder. Anyway, after moving them to the \windows folder, along with their associated dlls, it all came good. I am going to keep your version of the script @jumper, as it looks neater! -
If it's any help, some ATI graphics cards have a "VIVO" (video in, video out) hardware system built into them which will capture from a composite video or s-video input with the appropriate software. I have a Radeon X600 series card which I use with Windows 98SE, which was the first series to have PCI-E versions available. The Radeon X700 series and Radeon X800 series have the same facility, but it isn't physically there on all models so you would need to check carefully when buying one that it is a VIVO card. Hope this helps. Good luck! Cheers, Dave.
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Thanks again @jumper. I'll check all that out and get back to you. I am just wondering, presumably the files that have a problem with 2015.11 are some system files in the \system folder. Is it really necessary to do a blanket disable of KernelEx on all the files in the folder to fix this? The problem with that is that the registry entry over-rides everything else, and you can't re-enable KernelEx on individual files. This is awkward if disabling KernelEx causes problems with some applications, as people have already found with VLC and my problems, which must be caused by this. Is there no hope of finding out exactly what system files have the problem and stop the desktop loading, and just disabling KernelEx on those? -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
@jumper I've been experimenting trying to get my script to work when KEx 2015.11 is installed, but no luck as yet. QuickMirror runs fine with the default KernelEx setting, both directly and by using shortcuts, included saved mirror configuration files that are associated with it. My script simply calls one of those mirror files, once you've answered "yes" to a yes/no prompt. If you answer "no" the script just terminates. The script is as follows - On error resume nextcompstr = wscript.arguments(0)verify = MsgBox("Run QuickMirror System Backup to Drive F:?",vbYesNo, "Confirm")If verify = vbNo Then wscript.quitEnd IfSet objShell = WScript.CreateObject( "WScript.Shell" )objShell.Run("""C:\Utilities\QuickMirror\System Backup to Drive F.mir""")Set objShell = NothingIs there anything wrong there, anyone that knows about scripting? This script works fine when run from a shortcut with KEx 2015.10 installed, but with 2015.11 installed with the registry fix I just get the message about mirror.exe needing a later version of Windows. If I play with the KEx settings on mirror.exe, and/or on wscript.exe I either get the same result, or the mirror just immediately runs without showing the yes/no prompt message box! The fact that it's not showing the prompt message box would indicate to me that it's wscript.exe that's the problem, not mirror.exe. It should show the message box before even attempting to run QuickMirror of course. I've tried moving wscript.exe out of the \system folder to the \windows folder, which made no difference, but I assume the wscript dlls are still in the system folder, which may be the problem. I'm using the Unofficial Windows Script 5.7.0.20550 update BTW, if that makes any difference. -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Thanks @jumper! Strange what you say about QuickMirror as I've been using it for many years on 98SE, I would have thought even before i had KernelEx installed, but it may have been an earlier version back then of course. When the recent problem was there, it still ran fine when run directly, but didn't when run through the vbs shortcut, which is why I assumed that the problem was actually with wscript, not with QuickMirror. Wscript.exe has always been in my windows\system folder AFAIK. Interesting that you say it should be in the \windows folder, but as I said, moving it made the Windows version error go away, but the shortcut still didn't work properly, bypassing the "are you sure" prompt part of the script. I will try your suggestions and report back. Cheers, Dave. -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Sorry @jumper, the 2015.11 update has caused me more problems I'm afraid. I have a shortcut which runs a .vbs file to prompt me as to whether or not I want to run a mirror program (QuickMirror) to backup my system drives under 98SE. If I click "yes" on the message box prompt it runs it, if I click "no" it doesn't. this is to prevent it being run accidentally. It has always worked fine until I applied the 2015.11 registry fix. Suddenly running the shortcut just produced a message saying that QuickMirror needs a later version of Windows (it doesn't). I assumed this was because wscript.exe was now having the wrong KernelEx settings applied to it as it's in the Windows\System folder. I tried changing the KernelEx settings on wscript.exe, but every setting I tried either made no difference, or caused the shortcut to immediately run the program without the prompt, which is useless. I then tried moving wscript.exe to the Windows folder and changing the folder options to reflect this, and the shortcut also then worked but again immediately just ran the QuickMirror program without prompting me as to whether I wanted to or not, so that was no good either. I could find no way of resolving this, so I'm back on 2015.10 I'm afraid. After reinstalling that and putting everything else back as it was, everything now works as it should. Any idea how I can resolve this problem? Cheers, Dave. -
Yes, I got it working on Firefox 43 eventually too. Still no joy with Opera 12 though, the plugin substitution workaround no longer seems to work.
-
Confirmed here. Still fine in IE8, but nothing in Opera 12 or Firefox 43, even after substituting the plugin file. I was using update 66. Did it only stop working at Update 71, are Updates 67-70 OK? EDIT: Of course the research I should have done in the first place shows there were no released Updates 67-79!
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
I saved the text as a registry file, but I had to modify it as my Windows folder is not the default, (it's C:\WIN-98 instead of C:\Windows.) Also it wouldn't merge into the registry by double clicking it for some reason. It said it had, but the entry wasn't actually there when I checked. I had to import it using my registry editor. -
Ah, silly me, of course it's a separate thing!
-
No problem @harkaz, your praise is much deserved! I agree with you that in the future XP will I'm sure be considered the pinnacle of Microsoft's achievement in operating systems, before over-emphasis on eye candy looks and over-obsession with security restrictions took over. I assume there'll be another update to fix the dates problem in the documentation?
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Such a simple fix to implement, although I bet it wasn't at all simple to find out what was needed! Thanks @jumper, 2015.11 all seems to be working fine now. Cheers, Dave. -
Thanks very much for this @harkaz. It must have been a lot of work, and it's much appreciated. I hope what I've got already is as up to date as it can be, but I'll certainly use your SP4 if I ever have to make a new installation of XP. Cheers, Dave.
-
Indeed so! I'm now running EMET 5.0 with the rules from 5.5, and it appears to be working fine, so I see no point in trying to use later versions that are probably not working properly under Windows XP, which is not something you want to risk with a security monitoring program of course!
-
Yes, that was exactly my experience with EMET 5.2, so I abandoned it. 5.5 is a complete no-no of course as it needs .NET 4.5.
-
Wow, thanks heinoganda, that all works perfectly! Even the downloaded file worked fine with my ancient copy of WinRAR this time, so I assume you compressed it differently. When I extracted the files from the 5.5 installer with Universal Extractor I couldn't see any CertTrustUpd.xml file in there. Did you make it yourself from the other xml files? Do you think there is any advantage in updating to EMET 5.0 over 4.1? I'm willing to give 5.0 another try if you think it is, although I found that the tray icon didn't work when I tried it before. Cheers and thanks again, Dave.
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
Dave-H replied to jumper's topic in Windows 9x Member Projects
Should I just forget about KernelEx 4.5.2015.11 for the moment?