98 Guy Posted March 28, 2008 Posted March 28, 2008 I'm trying to track down a problem with a graphics app that uses OpenGL.I'm concentrating on 2 different win-98se systems. One one system, the app runs. On the other system, the app doesn't run properly (and upon closing, I get an invalid page fault in module <unknown> message).I've compared the files in the process list between the two systems, and they differ on two files:System 1:user32.dll 4.10.2227msvcrt.dll 6.10.9844.0System 2:user32.dll 4.10.2231msvcrt.dll 6.10.9359.0The app runs on System 2, and doesn't run on System 1.I'm going to swap those files around and see if that fixes the problem, but I've got lots of different versions of those 2 files and was wondering what are the last, or maybe "best" versions of those files?
dencorso Posted March 28, 2008 Posted March 28, 2008 (edited) IMHO and experience, the best are:user32.dll v. 4.10.0.2233 (and user.exe v. 4.10.0.2233, they must always be changed together, of course) andmsvcrt.dll v. 6.1.9848.0and the are also the most updated. Did they give you any trouble? Have you tried them? They work OK in My machine.I bet your problem is with the old user32.dll/user.exe pair. The last official ms update is 2231... See: Q260067, Q262830, Q265115, Q277822 and Q291362. And MDGx's site, of course.Good luck! Edited March 28, 2008 by dencorso
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now