
DosFreak
MemberContent Type
Profiles
Forums
Events
Everything posted by DosFreak
-
If you check the \bin and \packages folder you'll see a cef folder and files. These are different based on the version of Windows. So XP and 7 files are different. They are all loaded by Steam.exe so if for example MS compiles their files for Vista+ and/or remove the XP specific files and/or change their backend servers to TLS 1.3 then that will likely kill it. If you care about your games remove your reliance on the Steam client. It's not that difficult to get rid of and still play your games. Make sure you have the steam.cfg option set to prevent updates and/or block writes to the packages folder if you insist on using the Steam client.
-
I looked into this a bit the other day. Steam is looking for APIs that Windows 2000 (not even with Extended Kernel) does not have. It doesn't matter anyway since Steam XP support has been dropped and even though it still works it remains to be seen what the next Steam update will bring and Steam requires TLS 1.2 (at least SteamCMD does) which 2000 does not support. It's best not to use the Steam client anyways since there are working methods to run Steam games without Steam and those methods do work on Windows 2000.
-
SteamCMD still works fine on XP. Check my vogons post. You'll need to install and enable the TLS 1.2 update. It's a PITA to use and you'll have to redownload all your games. I personally don't see any issues discussing and sharing old versions of the Steam client but it depends on how the forums are moderated. Really though best not to deal with the Steam client since it's unecessary anyway. The community has pretty much solved most of the issues as far as Windows Steam games are concerned.
-
I had posted a topic previously on this but it was taken down. If you check the Deep Thought forums at vogons you'll see a guide created by myself for running your Steam games without Steam. The only thing you'd potentially need Steam or SteamCMD for is downloading your games and when those no longer work you can always download the games on another computer and copy them over. Currently Steam and SteamCMD (Requires TLS 1.2) but who knows what the next update will bring wether on the client or the backend.
-
Last Versions of Software for Windows 2000
DosFreak replied to thirteenth's topic in Windows 2000/2003/NT4
Did some testing with browsers and 2000 and XP over the weekend: https://www.vogons.org/viewtopic.php?f=24&t=12102 -
Win2k: Modern browser without Kernel Extensions?
DosFreak replied to AnX's topic in Windows 2000/2003/NT4
https://www.vogons.org/viewtopic.php?f=24&t=12102 Probably K-Meleon or possibly Palemoon 26.5 -
After banging my head on it for a week I finally gave up on Mingw. Latest ver I can compile DOSBox that works on Windows 95 is v4.9.3. Anything later and there's an illegal instruction error. The good news is that today I switched to Mingw64 w/ gcc 7.1.0 and as long as I use the msvcrt.dll from Windows 2000 then DOSBox works! I've attached a static binary of the mingw64 build. It's still a WIP Also I did some tests with hxrt in DOS (in vmware) in the thread for anyone that's interested. Next step is to drop kick the mingw guide and update the mingw-w64 guide and then verify that all dependencies are working.
-
https://www.vogons.org/viewtopic.php?f=31&t=55706&p=616322#p616322 I'm working on a guide for compiling DOSBox. The above thread includes an attachment with builds for NT3.51 and NT4 of the DOSbox SVN from 9-18-2017 using SDL 1.2.15 Compiled using VS2008 with LegacyExtender. The MinGW builds are older, don't have working ddraw and only work on 95-NT4 with Active Desktop installed. Plan to update the MinGW builds soon.
-
Last Versions of Software for Windows 98SE
DosFreak replied to galahs's topic in Pinned Topics regarding 9x/ME
DOSBox for NT3.5x,(9x,NT4 with and without Active Desktop)-2000 https://www.vogons.org/viewtopic.php?f=31&t=55706&p=612195#p609435 -
All, I'm working on a guide to compile DOSBox. Currently I have a guide that covers Visual Studio 2002-2017, next will be MinGW on Windows and then Linux. Guide: https://www.vogons.org/viewtopic.php?f=31&t=55706&p=611833#p609435 I've attached the binaries to the first post. I'd appreciate it if you could test the releases and offer any suggestions. Currently this guide is only intended for compiling the official DOSBox source. No third party patches. The NT3.5x to Windows 2000 binaries were compiled using VS2008 with Legacy Extender The XP and Vista+ binaries were compiled with VS2017.
-
Just zero out the last value. Yep I forgot about the 64bit processor requirement for the latest versions but AFAIK the host OS can still be 32bit. Here's a slightly older release if you still can't get it to work: http://vpsland.superglobalmegacorp.com/install/qemu10-i386-for-win2k.exe
-
Hexediting qemu.exe (or any qemu executable) and replacing "freeaddrinfo","getaddrinfo", and "getnameinfo" with "gethostname" should work fine....at least it did last time I tried it. KQemu isn't supported any more with later versions of Qemu only IIRC Qemu 0.9x supports it so you are really better off with Vmware Workstation 7/Player 4 (using blackwingcat patches) if you need speed. AFAIK Vmware Workstation 8/Player 5 are not yet working on Windows 2000.
-
Qemu Manager v7.0 works in 98SE/ME/NT4 (with some modifications). Using that I booted up Tiny Core Linux v4.0.2 in 98SE today and loaded up Chrome and FireFox v7.0.1. So you can probably load up a 256mb RAM XP with IE8 installed under that and just use it for web browsing. See bottom post: http://vogons.zetafleet.com/viewtopic.php?p=248386#248386
-
Are you guys doing any kind of debugging or is this just guesswork? Example: http://www.ndis.com/ndis-debugging/virtual/vmwaresetup.htm
-
http://vogons.zetafleet.com/viewtopic.php?t=12102 I've tested the latest browsers on various versions of Windows in the above thread. If anyone has anything to add then post it here or at the linked thread. The TODO is listed in the second post.
-
Since it runs on XP it should also be able to run on 2000. Try running the game and for any errors you receive then use Blackwingcat's KDW wrapper to fix those errors.
-
I haven't tried it yet but considering it works in XP it should work in 2000 as well. IIRC Steam still works on Windows 2000 so you should be fine there. As for any other dependencies then just run the game and when you receive an error then use Blackwingcat's KDW Wrapper to solve the dependency issues. Just like with any PC game you should really go by the recommended requirements and not the minimum. You could probably get by with a dual core but it's really meant for quad or more. As for the graphics\videos they aren't OMG amazing since it's multiplatform but they are good enough and not worth complaining too much about although just like most multiplatform games you'll see alot of textures that aren't that great.
-
WildBill, Could you offer a link to a bundle of all of your updates? Would make it easier for people new to the thread.
-
Last Intel GMA Driver compatible with Win2k?
DosFreak replied to woodpusher's topic in Windows 2000/2003/NT4
http://blog.livedoor.jp/blackwingcat/archives/1165914.html -
What is last version of VirtualBox to support Win2K?
DosFreak replied to Syclone0044's topic in Windows 2000/2003/NT4
You can actually use 2.0.4 on Windows 2000 but you'll need to download some modified files from Blackwingcat's website. Personally I'd stick with Vmware Player v3 which works on Windows 2000: http://win2kgaming.site90.com/phpBB2/viewtopic.php?f=4&t=553 -
Windows 2000 Server running out of licenses
DosFreak replied to jmassi's topic in Windows 2000/2003/NT4
You can disable the licensing service. It won't affect functionality in any way it's just there for tracking your licenses. (and of course there are better ways to track licenses anyway). -
your thoughts on "compress drive to save disk space"
DosFreak replied to ceez's topic in Windows 2000/2003/NT4
Don't do it unless you need to do it. I use it on log files and backups of SQL databases all the time at work (log file directories can get into the gigabytes if you have alot of logging and you like to keep a history). I've also used it on external USB drives that I use for personal use and have done so for the past 6 years with no issues. HD space is so cheap you really shouldn't have to worry about using NTFS compression on a server nowadays. If you are backing up alot of the same files you can look into SIS which can greatly reduce file storage requirements. -
Yes indeed, sorry of course you were quite right! The order that my operating systems were installed in is the "correct" one. I just wonder if it is actually possible for a dual boot system to work correctly if Windows 98 is on drive D: and Windows 2000 on drive C:. There is a MS KB acticle which actually goes into this - http://support.microsoft.com/kb/283433 You can you just need to make sure that C: is FAT16/FAT32. Used to do it all the time with 9X/NT4/2000 back in 1999/2000.
-
I did see that. if you read my edit. my question was how to install it. and for mow I have to use it in the applications dir. but it would be nice for a way to install it so I dont need to copy files and stuff if I install something that not work. You create a subdirectory off of your root (can be anything) but let's called it 2KDLLS You then modify your variables in SYSTEM in Control Panel and add "C:\2KDLLS" to the end. You then uncompress the files in the wrapper and make note of the filenames. Now you copy the equivalent files from the SYSTEM32 directory to the C:\2KDLLS folder except you add "_ORG" to the filename. Example: So copy kernel32.dll from c:\winnt\system32 to c:\2KDLLS\kernel32_org.dll You then copy the wrapper .dll's to the game directory. The wrapper .dll in the game directory redirects to the reall .dll in C:\2KDLLS. This is in the text file included with the wrapper.
-
2000 to XP Wrapper http://win2kgaming.siteburg.com/phpBB2/viewtopic.php?t=7