March 1, 201412 yr rloew, I've also considered porting a hd audio driver, but if you couldn't do it (yet), it sounds like we are doomed...
March 1, 201412 yr lol,found out objectbar actually installed.i just had to search through the C: drive for the program. it is a bit glitchy but thats all right.i luv kernel ex!
March 3, 201412 yr As I recall, old version of Object Bar didn't require KernelEx and allowed having XP style taskbar and start menu on Windows 98. However it was resource hungry (GDI and USER resources), and mostly failed to remember the recently run application list.
May 15, 201412 yr Latest Flash Player 13.0.0.214 crashes Opera 12.02, Firefox Nightly 3.6.29pre, and IE6 sp1 on Win98se Traditional Chinese version, when I try to access Flash Player settings panel. Edited May 15, 201412 yr by halohalo
May 15, 201412 yr Latest Flash Player 13.0.0.214 plugin crashes Opera 12.02It works for me. I'll check again on some more machines.
May 22, 201412 yr I can't reproduce the error for Opera 12.02 on my machines (english and german). Latest Flash Player 13.0.0.214 plugin crashes Opera 12.02, when I try to access Flash Player settings panel.
May 29, 201412 yr I can't reproduce the error for Opera 12.02 on my machines (english and german). Latest Flash Player 13.0.0.214 plugin crashes Opera 12.02, when I try to access Flash Player settings panel. I've solved the problem. Flash Player 13.0.0.206 only requires GdiAlphaBlend, but 13.0.0.214 requires GdiAlphaBlend and RtlInitUnicodeString. I got the error message because I deleted all other functions except GdiAlphaBlend. Edited May 29, 201412 yr by halohalo
May 29, 201412 yr GdiAlphaBlend is just the Gdi implementation (for consistency?) of AlphaBlend which already exists in msimg32.dll for Win9x.If possible, redirect the call to msimg32 in Kext and transparency effects should work (unless they're bound to something else that's not working).
May 29, 201412 yr Probably it will then look like this.[Gdi32.dll]GdiAlphaBlend=>msimg32.dll:AlphaBlend It works here.
May 29, 201412 yr Yep, and so it should. There are more such "migrated" APIs and they could be found by performing a cross-comparison between msimg32.dll's API and the Gdi**** API in NT-based systems' gdi32.dll. Adding them to Kext in advance shouldn't hurt. One thing to keep in mind is that according to MSDN there's a memory leak in msimg32's TransparentBlt (which I'm using in RPTE so it'd be nice to have this confirmed), so binding GdiTransparentBlt to TransparentBlt in Kext may impact on GDI resources.
May 30, 201412 yr Good work, everyone. I'd chime in more, but am having web access difficulties. Development on many fronts continues....
June 9, 201412 yr It been 3 years since Kernelex has last been updated. Is it ever going to be updated again. I'm running Windows 98SE in VMware Workstation 10 and everytime I try to install any windows xp programs I get this error message "is linked to missing export ntdll.dl:NTOpenProcessToken"
June 10, 201412 yr It been 3 years since Kernelex has last been updated. Is it ever going to be updated again. I'm running Windows 98SE in VMware Workstation 10 and everytime I try to install any windows xp programs I get this error message "is linked to missing export ntdll.dl:NTOpenProcessToken" Doesnt seem like it, but you should take a look at the KEXT mini updates though.
June 10, 201412 yr Kext (Kstub822) supports NtOpenProcessToken, but usually are more API's required to run not listed XP apps.
June 11, 201412 yr It been 3 years since Kernelex has last been updated. Is it ever going to be updated again. I'm running Windows 98SE in VMware Workstation 10 and everytime I try to install any windows xp programs I get this error message "is linked to missing export ntdll.dl:NTOpenProcessToken" Doesnt seem like it, but you should take a look at the KEXT mini updates though. Thanks I try that
Create an account or sign in to comment