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.
KernelEx for Win2000 Kernel Extension for Windows 2000
#241
Posted 21 August 2012 - 09:38 AM
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
Posted 21 August 2012 - 12:24 PM
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
Posted 23 August 2012 - 09:53 AM
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
Posted 24 August 2012 - 04:13 AM
SearanoX, on 21 August 2012 - 12:24 PM, said:
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
Posted 24 August 2012 - 07:06 PM
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
Posted 24 August 2012 - 08:06 PM
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.
SearanoX, on 24 August 2012 - 07:06 PM, said:
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
Posted 24 August 2012 - 08:28 PM
This post has been edited by SearanoX: 24 August 2012 - 08:29 PM
#248
Posted 24 August 2012 - 10:31 PM
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
Posted 25 August 2012 - 03:01 AM
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
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
Posted 28 August 2012 - 03:44 PM
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
Posted 28 August 2012 - 09:38 PM
It send something but it returns error.
But I don't know it.
SearanoX, on 28 August 2012 - 03:44 PM, said:
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
Posted 30 August 2012 - 04:46 AM
But Download context can't play.
I think the reason is that something block network access.
#253
Posted 31 August 2012 - 09:52 AM
#254
Posted 01 September 2012 - 08:18 PM
#255
Posted 01 September 2012 - 10:19 PM
#257
Posted 03 September 2012 - 06:24 PM
#258
Posted 04 September 2012 - 04:00 AM
On my environment seems not have any problem.
How about Windows2000-KB971913-x86-INTL.exe ?
SearanoX, on 03 September 2012 - 06:24 PM, said:
This post has been edited by blackwingcat: 04 September 2012 - 04:01 AM
#259
Posted 04 September 2012 - 05:26 PM
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
Posted 04 September 2012 - 11:38 PM
SearanoX, on 04 September 2012 - 05:26 PM, said:
I can confirm that there are no problems with Windows Installer after installing the kernel here.
- ← Any hope of getting Windows 2000 running on my PC?
- Windows NT4 / 2000 / 2003
- does WD external hdd work in W2K ? →



Help


Back to top









