MSFN Forum: KernelEx for Win2000 - MSFN Forum

Jump to content


  • 23 Pages +
  • « First
  • 11
  • 12
  • 13
  • 14
  • 15
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

KernelEx for Win2000 Kernel Extension for Windows 2000 Rate Topic: -----

#241 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 21 August 2012 - 09:38 AM

Thank you, BlackWingCat :)

By the way, I was wrong about SRWare Iron. I've tested it one more time and it does work... but there seem to be a problem in all version of Chromium related to javascript. Processing of javascript freezes in certain situations and the only way to "solve" it is to reopen the problematic tab. I've got no screen shots at the moment so it's a little bit difficult to explain the problem in details but I'll try to prepare them later.


#242 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 21 August 2012 - 12:24 PM

I would like to say here, Windows Live Messenger 2009 now runs on Windows 2000, however it seems that it cannot connect to the servers. It cancels out with an 80010004 error. While this is no concern for me since I don't use it anymore, it's a step in the right direction for the kernel extension program.

Edit: I may have found the reason why it doesn't connect. In the contacts folder which is in the Windows Live folder, wlcomm.exe complains that ordinal 327 cannot be located in dynamic link library OLEAUT32.dll. Whether anyone cares about this or not, I don't know. I would just like to think we could overcome this and be able to use one of the newer version of WLM on Windows 2000. @blackwingcat, if you are at all interested in looking into this issue, I will be more than happy to test it out for you.

This post has been edited by SearanoX: 22 August 2012 - 03:52 PM


#243 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 23 August 2012 - 09:53 AM

@blackwingcat

These lines DO NOT work:

"regsvr32 /s sccsccp.dll"
"regsvr32 /s msftedit.dll"

The log file:

12.137: Starting process:  regsvr32 /s sccsccp.dll
12.167:  Return Code = 4 
12.207: Starting process:  regsvr32 /s msftedit.dll
12.227:  Return Code = 4 


#244 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 24 August 2012 - 04:13 AM

View PostSearanoX, on 21 August 2012 - 12:24 PM, said:

I would like to say here, Windows Live Messenger 2009 now runs on Windows 2000, however it seems that it cannot connect to the servers. It cancels out with an 80010004 error. While this is no concern for me since I don't use it anymore, it's a step in the right direction for the kernel extension program.

Edit: I may have found the reason why it doesn't connect. In the contacts folder which is in the Windows Live folder, wlcomm.exe complains that ordinal 327 cannot be located in dynamic link library OLEAUT32.dll. Whether anyone cares about this or not, I don't know. I would just like to think we could overcome this and be able to use one of the newer version of WLM on Windows 2000. @blackwingcat, if you are at all interested in looking into this issue, I will be more than happy to test it out for you.

Thx for information
I implemented the function on v20m3

#245 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 24 August 2012 - 07:06 PM

@blackwingcat It seems that we still have a few problems but I did notice a few functions that several programs I've tested out have in common...would it be possible to add these?

kernel32.dll
FlsAlloc
FlsGetValue
FLSSetValue
FlsFree
IsTNT

shell32.dll
SHCreateItemFromParsingName
SHCreateQueryCancelAutoPlayMoniker
SHGetFolderPathEx

mpr.dll
WNetRestoreConnectionA

uxtheme.dll
DrawThemeTextEx

advapi32.dll
EventRegister
EventUnregister
EventWrite
RegGetValueW

msvcrt.dll
_get_terminate

That's some of the more common ones I've noticed. I know it's a tall order but we might make a few breakthroughs if you're able and willing to add those to the kernel extension project.

#246 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 24 August 2012 - 08:06 PM

Perhaps WNetRestoreConnectionA is old Windows NT Component.
If the function exists, the application will work Windows NT 3.51 Mode.

kernel32.dll
FlsAlloc
FlsGetValue
FLSSetValue
FlsFree
IsTNT
shell32.dll
SHCreateItemFromParsingName
SHGetFolderPathEx
uxtheme.dll
DrawThemeTextEx
advapi32.dll
EventRegister
EventUnregister
EventWrite
RegGetValueW

the functions are based Windows NT6.
If the function exists, the application will work Windows NT 6.0 Mode.

I think that if these functions are added , Many problems occur.

View PostSearanoX, on 24 August 2012 - 07:06 PM, said:

@blackwingcat It seems that we still have a few problems but I did notice a few functions that several programs I've tested out have in common...would it be possible to add these?

kernel32.dll
FlsAlloc
FlsGetValue
FLSSetValue
FlsFree
IsTNT

shell32.dll
SHCreateItemFromParsingName
SHCreateQueryCancelAutoPlayMoniker
SHGetFolderPathEx

mpr.dll
WNetRestoreConnectionA

uxtheme.dll
DrawThemeTextEx

advapi32.dll
EventRegister
EventUnregister
EventWrite
RegGetValueW

msvcrt.dll
_get_terminate

That's some of the more common ones I've noticed. I know it's a tall order but we might make a few breakthroughs if you're able and willing to add those to the kernel extension project.


#247 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 24 August 2012 - 08:28 PM

Oh, I see. Well, I get these results when I profile programs in Dependency Walker, some aren't Vista+, some of them are programs designed for Windows XP as well, at least the functions in kernel32.dll that I listed pop up.

This post has been edited by SearanoX: 24 August 2012 - 08:29 PM


#248 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 24 August 2012 - 10:31 PM

@blackwingcat

These functions:

kernel32.dll
FlsAlloc
FlsGetValue
FLSSetValue
FlsFree

advapi32.dll
RegGetValueW

are included in Windows 2003 Server (NT 5.2) too! They aren't NT 6.x only.

#249 User is offline   jumper 

  • Masters HJ/TJ'er (back in training)
  • PipPipPip
  • Group: Members
  • Posts: 361
  • Joined: 21-January 11
  • OS:98SE
  • Country: Country Flag

Posted 25 August 2012 - 03:01 AM

Mpr.dll:WNetRestoreConnectionA exists in Win98se. It is not in my VC5 documentation, so probably does not exist in Win95 nor WinNt 3.51.

A few years ago a number of developers reported it missing in this MSDN thread.

The answer seems to be Q&A #2 in this Dependency Walker FAQ:

Quote

Q. Why am I seeing a lot of applications where MPR.DLL shows up in red under SHLWAPI.DLL because it is missing a function named WNetRestoreConnectionA? I also get a "Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module" message.
A. Some versions of SHLWAPI.DLL (like the one on Windows XP) have a delay-load dependency on the function WNetRestoreConnectionA in MPR.DLL. Missing delay-load functions are not a problem as long as the calling DLL is prepared to handle the situation. Dependency Walker flags all potential problems as it cannot detect if an application intends to handle the issue. In the case of SHLWAPI.DLL, this is not an problem as it does not require WNetRestoreConnectionA to exist and handles the missing function at runtime. This warning can be ignored. See the "How to Interpret Warnings and Errors in Dependency Walker" section in help for more details.


#250 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 28 August 2012 - 03:44 PM

Windows Live Messenger 2009 Update

So, I was playing around with it again today and after digging a bit, stupid me found something and remembered....they DO have connection testers in the options menu. So, I decided to run them. Running a TCP test, it appears that I can actually connect to the server and data is able to be sent. So, it tells me I can use the messenger service. Well, no, not really. I put the password in and I get the same error saying that the service is temporarily out of commission. However, the connection troubleshooter caught my eye. Ooooh, let's click that! So, clicking on it and running the tests, which only seem to run part way BUT might be a huge breakthrough, it seems as though *for me anyway* that the default gateway test fails. It says that your gateway is offline. Now whether it's my service...or we're just missing a vital kernel extension, I don't know. However, it seems that may be the trouble we're having for getting it to actually connect to the service.

This post has been edited by SearanoX: 28 August 2012 - 03:46 PM


#251 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 28 August 2012 - 09:38 PM

I checked packet with WIreshark 1.8.2 when Live Messenger 2009 works on Windows 2000 last week.
It send something but it returns error.
But I don't know it. :no:

View PostSearanoX, on 28 August 2012 - 03:44 PM, said:

Windows Live Messenger 2009 Update

So, I was playing around with it again today and after digging a bit, stupid me found something and remembered....they DO have connection testers in the options menu. So, I decided to run them. Running a TCP test, it appears that I can actually connect to the server and data is able to be sent. So, it tells me I can use the messenger service. Well, no, not really. I put the password in and I get the same error saying that the service is temporarily out of commission. However, the connection troubleshooter caught my eye. Ooooh, let's click that! So, clicking on it and running the tests, which only seem to run part way BUT might be a huge breakthrough, it seems as though *for me anyway* that the default gateway test fails. It says that your gateway is offline. Now whether it's my service...or we're just missing a vital kernel extension, I don't know. However, it seems that may be the trouble we're having for getting it to actually connect to the service.


#252 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 30 August 2012 - 04:46 AM

Silverlight 5.1 works again on Extended kernel .
But Download context can't play.
I think the reason is that something block network access.

#253 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 31 August 2012 - 09:52 AM

Is there any hope that Silverlight DRM protected content will work too?

#254 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 01 September 2012 - 08:18 PM

View Posttomasz86, on 31 August 2012 - 09:52 AM, said:

Is there any hope that Silverlight DRM protected content will work too?


I think so that because It doesn't create Application Data\Microsoft\PlayReady folder.

#255 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 01 September 2012 - 10:19 PM

I find wlcomm.exe boot from DCOM Launcher Service.
But Windows 2000 does not have DCOM Launch Service.
How can We launch wlcomm.exe on Windows 2000 ?

View PostSearanoX, on 28 August 2012 - 03:44 PM, said:

Windows Live Messenger 2009


#256 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 02 September 2012 - 06:34 AM

A newer version of msftedit.dll than the one included in KB935839-v20o is available in KB970063:

Msftedit.dll 5.41.15.1517


#257 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 03 September 2012 - 06:24 PM

I'm having an issue with the Windows Installer Service. It seems to have started when I upgraded kernel extension v2.0n3 to v2.0o. Now I can't use the service, it just produces the standard cannot access Windows Installer Service. When I go into the services panel and try starting it manually, I get an error saying "Could not start the Windows Installer service on Local Computer. Error 997: Overlapped I/O operation is in progress."

#258 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 04 September 2012 - 04:00 AM

Umm....
On my environment seems not have any problem.

How about Windows2000-KB971913-x86-INTL.exe ?

View PostSearanoX, on 03 September 2012 - 06:24 PM, said:

I'm having an issue with the Windows Installer Service. It seems to have started when I upgraded kernel extension v2.0n3 to v2.0o. Now I can't use the service, it just produces the standard cannot access Windows Installer Service. When I go into the services panel and try starting it manually, I get an error saying "Could not start the Windows Installer service on Local Computer. Error 997: Overlapped I/O operation is in progress."

This post has been edited by blackwingcat: 04 September 2012 - 04:01 AM


#259 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 04 September 2012 - 05:26 PM

I found the problem on this forum, seems using msiexec /regserver from a command prompt fixes this problem. Why this happened in the first place, I have no idea. The only patches I've been using is the kernel extension updates.

It almost seems that Office 2010 is almost installable however it fails when trying to register some kind of service, seems like it was software protection or the like. I have no idea why this happened but the steps I took to make this partially work was setting the actual trial download from Microsoft to XP SP3 compatibility and then also setting setup.exe to XP SP3 compatibility. It almost completes but then that error shows up and the whole thing rolls back to the beginning. Just thought I'd report that as we're getting closer to Office 2010.

#260 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 04 September 2012 - 11:38 PM

View PostSearanoX, on 04 September 2012 - 05:26 PM, said:

I found the problem on this forum, seems using msiexec /regserver from a command prompt fixes this problem. Why this happened in the first place, I have no idea. The only patches I've been using is the kernel extension updates.

I can confirm that there are no problems with Windows Installer after installing the kernel here.

Share this topic:


  • 23 Pages +
  • « First
  • 11
  • 12
  • 13
  • 14
  • 15
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy