systremor Posted March 2, 2021 Share Posted March 2, 2021 On 1/27/2020 at 4:41 PM, win32 said: VirtualBox 1.5.6 is the final version officially supported for vanilla Windows 2000, but VirtualBox 2.0.4 is the final version using a modified kernel driver made by BWC. But, if you use the extended kernel and core, you can use VirtualBox 4.1.22 (and possibly up to about 4.1.32 - 4.2 introduces driver incompatibilities). However, you must manually install the kernel/networking/USB drivers from the "drivers" folder in VirtualBox's program folder using the included infs. USB 2.0 passthrough seems to be broken, just like in 1.5.x. I've wasted a massive amount of time trying to get VBox 4.x to work, but to no avail. Removing the OS check with Orca causes a premature fail of the setup program. The last version I was able to install with either Orca of FCWIN2K is 2.1.4. Link to comment Share on other sites More sharing options...
jumper Posted March 2, 2021 Share Posted March 2, 2021 Profiling the setup program in DependencyWalker might tell us the cause of the premature failure. Link to comment Share on other sites More sharing options...
ppgrainbow Posted January 25, 2022 Share Posted January 25, 2022 Does anyone have any idea which version of PCem is the last to support Windows 2000 as the host OS? Just curious. I highly doubt it v17 works on Win2K has host... Link to comment Share on other sites More sharing options...
DosFreak Posted January 26, 2022 Share Posted January 26, 2022 v0.41a for 98SE-ME-NT4-2000 on the host v17 works if you use BWC. Eventually I'll get around to patching the latest ver of SDL2 for Windows 2000 and compiling a pcem build for vanilla 2000 but still working on getting my VMs setup. https://github.com/vogonsorg/SDL/issues/1 https://www.vogons.org/viewtopic.php?f=5&t=84578 Link to comment Share on other sites More sharing options...
ppgrainbow Posted January 26, 2022 Share Posted January 26, 2022 (edited) Thank you for the information! I'll do a test extraction of PCem v17 on Win2K to see which dependencies are missing. I ran Dependency Walker and this is what I found when I tried to execute PCem: KERNEL32.DLL is missing the AttachConsole dependency. USER32.DLL is missing GetRawInputData, GetRawInputDeviceInfoA, GetRawInputDeviceList and RegisterRawInputDevices. These dependencies are only present on Windows XP and up. By the way, if you have gotten around compiling a PCem build for Windows 2000, please let me know. ^_^ Edited January 26, 2022 by ppgrainbow Link to comment Share on other sites More sharing options...
hoangng Posted June 16, 2022 Share Posted June 16, 2022 What last version ACDsee for Windows 2000 ? Link to comment Share on other sites More sharing options...
jumper Posted June 20, 2022 Share Posted June 20, 2022 On 1/25/2022 at 6:21 PM, ppgrainbow said: KERNEL32.DLL is missing the AttachConsole dependency. USER32.DLL is missing GetRawInputData, GetRawInputDeviceInfoA, GetRawInputDeviceList and RegisterRawInputDevices. Patching the import table is easy. Link to comment Share on other sites More sharing options...
blackwingcat Posted July 20, 2022 Share Posted July 20, 2022 mypal68(firefox) works on extended kernel v3.1b2 :3 4 Link to comment Share on other sites More sharing options...
Andreasmir Posted October 22, 2022 Share Posted October 22, 2022 Is it possible to run AnyDesk on Win2k machine? It does work fine on my WinXP machine, but it doesn't start at all when I've tryed to run it in my Win2k machine. After I click .exe file. nothing happens. I have latest Extended Kernel installed. Link to comment Share on other sites More sharing options...
Cixert Posted June 16, 2023 Share Posted June 16, 2023 SUPERAntiSpyware v. 5.7.0.1026 (2014-06-08) trial version is working on Windows 2000 with update database, although it gives error in GDI32.dll Real -time protection does not work, this gives an obsolete version error, but the scanner works well. https://www.filepuma.com/download/superantispyware_5.7.1026-5960/ Link to comment Share on other sites More sharing options...
mina7601 Posted August 25, 2023 Share Posted August 25, 2023 (edited) On 10/22/2022 at 5:32 PM, Andreasmir said: Is it possible to run AnyDesk on Win2k machine? It does work fine on my WinXP machine, but it doesn't start at all when I've tryed to run it in my Win2k machine. After I click .exe file. nothing happens. I have latest Extended Kernel installed. blackwingcat's blog is now moved to https://win2k.org/blog/. He investigated it here: https://win2k.org/blog/2023/08/07/post-6152/, see this as well: https://win2k.org/blog/2023/08/11/post-6173/ Final result: AnyDesk 1.1.0 can be run on Windows 2000: https://win2k.org/blog/2023/08/12/post-6177/, and 4.2.1 as well (though, it's unusable): https://win2k.org/blog/2023/08/14/post-6191/ In conclusion: AnyDesk can run on Windows 2000, but only versions 1.1.0 and 4.2.1. Note that you have to use a translator as the blog is in Japanese. Edited August 25, 2023 by mina7601 Link to comment Share on other sites More sharing options...
FantasyAcquiesce Posted October 11, 2023 Share Posted October 11, 2023 Would it be possible to test this program on Windows NT 4? I do not have a machine on me. https://sourceforge.net/projects/keynote-newfeat/ Link to comment Share on other sites More sharing options...
windows2 Posted October 11, 2023 Share Posted October 11, 2023 (edited) 8 hours ago, FantasyAcquiesce said: Would it be possible to test this program on Windows NT 4? I do not have a machine on me. https://sourceforge.net/projects/keynote-newfeat/ NT4 require : [winspool.drv] GetDefaultPrinterW [user32.dll] GetLastInputInfo MonitorFromWindow >> requires monitor struct in win32k.sys GetMonitorInfoW >> requires monitor struct in win32k.sys MonitorFromRect >> requires monitor struct in win32k.sys EnumDisplayMonitors >> requires monitor struct in win32k.sys MonitorFromPoint >> requires monitor struct in win32k.sys [kernel32.dll] GetCPInfoExW VerSetConditionMask GetUserDefaultUILanguage GetSystemDefaultUILanguage Edited October 11, 2023 by windows2 1 Link to comment Share on other sites More sharing options...
FantasyAcquiesce Posted October 11, 2023 Share Posted October 11, 2023 11 hours ago, windows2 said: NT4 require : [winspool.drv] GetDefaultPrinterW [user32.dll] GetLastInputInfo MonitorFromWindow >> requires monitor struct in win32k.sys GetMonitorInfoW >> requires monitor struct in win32k.sys MonitorFromRect >> requires monitor struct in win32k.sys EnumDisplayMonitors >> requires monitor struct in win32k.sys MonitorFromPoint >> requires monitor struct in win32k.sys [kernel32.dll] GetCPInfoExW VerSetConditionMask GetUserDefaultUILanguage GetSystemDefaultUILanguage So no NT 4.0 compatibility? Got it! I appreciate your time. 1 Link to comment Share on other sites More sharing options...
FantasyAcquiesce Posted March 15 Share Posted March 15 (edited) It's 2024, and I'm surprised we don't really have a good idea of latest working media players for Windows 2000. I plan to check the following later: VLC 1.1.9 Haihaisoft Universal Player 1.5.8.0 - Does not work AllPlayer - I can't find an old version from 2011 - 2014 that's working; corrupted file MPlayer UMPlayer - Works, even plays wmv files SMPlayer PotPlayer ZoomPlayer 12.0 - Works, needs codecs for video GomPlayer MPC-HC - Only up to version 1.3 works, I think FullPlayer 6.3 - Does not work KMPlayer 3.4.0.59 (November 2012) - Works with errors...needs codecs for video... Total Video Player 1.31 - Works, but doesn't support WMV files SockPlayer 2.1.4 - Does not work MSPlayer - Works vso-media-player - ??? (File was corrupt) SPlayer HUPlayer 1.0.5.3 - Does not work Searching uptodown, softpedia, filehippio, and oldversion for media players. I found an MP4 player for NT 4.0, so nothing is impossible. Edited March 15 by FantasyAcquiesce Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now