Jump to content

jumper

Member
  • Posts

    1,944
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. System error at app load, or app error later? 64-bit Vista, app, and Dbghelp?
  2. Not to split hairs, but I count oops x 5. I only get frustrated when the meaning becomes ambiguous. If you need help deciphering a post, politely ask for clarification.
  3. Quote implies partial support will remain.
  4. > know the APIs that are in use Use my build of ProcWin 1.6. Select a process in the left frame. Right-click on individual modules on the right, then select Properties->KernelEx->Enable API Logging. In ApiLog.exe (aka DebugWindow) right-click and enable Output to log file. Restart process to see what you missed. Also remember to check Kstub823.log to see what API's are actually called. These are the only definitions that must be correct. I have begun work on a KexVista module. It already has functional support for all ConditionalVariable and SRWLock API's. I'll add to the to-do list support for some MS-API things like ResolveDelayLoadedAPI that can't be forwarded. And I checked Kexstubs.c. The limits are: 100 DLL sections, 36KB of DLL section data (definitions and comments within DLL sections), and 1600 named functions. Unnamed (ordinal) functions and data variables are not yet supported.
  5. Maybe from the onboard diagnostic speaker/buzzer? Try covering the sound hole.
  6. Ktree11 now has a font chooser (F9). I'm also adding an HKLM\System\...\KnownDLLs branch. Any other requests?
  7. Incorrect; bad idea. Maybe; name one. Ktree10 is better than 9, but both already can. Like 10 says in the tital bar: press F1 for help.
  8. Thanks. Yes, the release page is viewable. But it contains no package download link. That's why i asked, not for the link, but for its location. The given link did work in Android's Google app. Package contents look good. Don't have an sse2 system atm, only sse, 3dnow, and mmx. Is it possible to build for any of those targets?
  9. Link fails. Forwards to "Webpage not available."
  10. I use a single 0 in my Hosts file entries.
  11. > My main problem with MyPal are more low GDI resources after a while. Hopefully just the known issue with NtClose for which I think I now have a fix.
  12. Where's the download link?
  13. Can't reproduce. 9 and 10 use different fonts. On 98fe text in both is larger at 125%. All other selected font sizes display text at 100%.
  14. Try to create the directory manually. If FreeDOS considers the first name invalid, look for a winnt.exe option that allows you to choose another.
  15. S.F. Giants vs L.A. Dodgers baseball
  16. Search MSFN and try a different driver.
  17. What program? Can you modify the source? How is the array displayed?
  18. Download page appears, but link is invalid.
  19. 8 years, 8 months, and 8 days after 12/12/12!
  20. Thanks, I'll take a look. That character limit seems about right for unsorted definitions. Properly presorting should double it. Definitions can be grouped and split across multiple files with Kstub824 (available soon). I'll look into the underscore and Ntdll problems. >I have redirected MSVCRT to MSVCRJ with registry conventional KnownDlls, not KEX KnownDLLs I don't understand. Please clarify. Don't do that. It prevents Kex from extending Msvcrt! KernelEx intentionally does not work in Safe Mode. KernelEx still has the limitation that a module must exist, be loadable, and not be defined in HKLM:KernelEx\KnownDlls before it can be extended. This is why Lz32 is used.
  21. Take a process module Minisnap before exiting and again with the error dialog on screen. Post any diffs and the full error text. Also try with API logging to DebugWindow.exe and profiled in Depends.
  22. Keep up the good work! By "after close" do you mean close of the browser app or of the window/tab invoking webgl? I'll try to reassemble my P3+me system soon.
  23. Then how in the first post did you: "i installed the DOSBox-X on Windows 98"?
  24. The VM must use Waveout Audio or DirectSound, so experiment with those Windows settings as well.
  25. If sound is glitching, look for an audio sound buffer setting that can be increased.
×
×
  • Create New...