Jump to content

jumper

Member
  • Posts

    1,935
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. A file/disk shredder utility perhaps.
  2. K32GetPerformanceInfo is a "b2e" - it returns a BOOL, takes two parameters, and sets LastError upon failure. Try replacing it with BeginUpdateResourceA, another b2e.
  3. http://geocities.ws/jumper/
  4. I've patched the two missing imports with appropriate failure substitutes and it now loads. Available soon.
  5. My simple uxtheme.dll: KernelEx Auxiliary DLL Updates
  6. And CTR prevents the skia-induced crash?
  7. content.azure.backend? What is CTR?
  8. DW on XPsp3 reports Kernel32.dll missing EnumCalendarInfoExEx and GetFinalPathNameByHandleW. EnumCalendarInfoA and ExW are also imported....
  9. Now on my Win98+Kex.25 laptop (primitive ftpd -> FF2). ImportPatcher.42 reports missing: [Kernel32.dll] EnumCalendarInfoExEx= GetThreadIOPendingFlag= Transferring to XP via thumb drive for analysis next.
  10. It's still stuck on my Android phone. (The ES File Explorer v4.2 ftp server that worked so well last year now crashes.)
  11. Doesn't explain the helpforum image problem....
  12. If they did something by accident, you should get a reward for detecting and reporting the bug!
  13. The fix you mentioned in post#1 applies to those later versions. That's why you must try them.
  14. Sky won't know there's a problem if you don't report it, and only they can fix it. Just tell them you have a custom internet device that had been working perfectly well on Sky and still works with other providers, so what did Sky change on this date?
  15. Unless it does. Why are you not willing to try? That never works. The app won't be able to read the returned string. That invalidates all following tests, so change it back and retest everything. The correct api is GetOpenFileNameA.
  16. Multiprocess enabled or disabled? Enabled might lighten the resource load by distributing it.
  17. Sounds like a new kind of tcpip connection forwarding is being used. Or perhaps a certificate expired. Can you access the url from any other browser on that machine, with or without the proxy? What browsers do the Sky and helpforum websites work in? Have you reported the problem to Sky? "other senders"?
  18. Does Odyssey list any hotspots?
  19. Requires SP2 or SP3 be already installed.
  20. If you are using it properly, perhaps the kernel32 modifications made it too big to fit at its preferred address. Relocation caused a conflict with ntdll. It needs to be trimmed down and stripped of relocation data.
  21. RTL8187B driver that also supports the 8189
  22. Cid starting doesn't mean that it works completely. Test with ImportPatcher set to Vista (is that the mode you're using?) and also try redirecting to msvcr120. Take MiniSnaps for each configuration that loads enough to allow it.
  23. The c runtimes msvcrt and ucrtbase are failing to load/attach. What version of msvcrt is it? Has ucrtbase ever worked? If not, debug it separately or don't use it.
×
×
  • Create New...