Jump to content

smeezekitty

Member
  • Posts

    69
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by smeezekitty

  1. You're very right. I haven't been on much. And I guess I've sold out since I have installed Windows 7.

    I still have a dual boot partition with Vista so I can do testing and development on Vista.

    It is relatively easy to figure out the missing function and create a wrapper for usermode code. Things get trickier with kernel mode code (including the .sys) that is loaded in device manager.

    Unfortunately, my experience with driver development is a little limited and the meaning of the errors isn't clear to me. A patch is probably possible but will require research

  2. Quote

     I do realise Adobe's code is closed-source,
    but are you in any state to discern what was
    introduced in latest update that started causing
    me those issues? Could an updated version of your
    user33.dll be compiled so as to address those?

    [/quote]

    The problem is exactly what the message says it is. A now missing function in kernel32.dll

    That means to fix it, a separate wrapper DLL has to be created for kernel32.dll. The good news is that the function DOES indeed exist in Vista. In fact it even existed in XP

    The problem is that MS (stupidly) moved it from psapi.dll to kernel32.dll. And it is looking for the function in the wrong DLL

    Basically a fake kernel32.dll would have to be created which would redirect *EnumProcess to the psapi.dll version. Not too bad. Just need to find the time to do it

  3.  

     

    And Windows 10 is just terrible in my opinion

    W8 and W10 are garbage to me. I am just going to keep using hacks to keep Vista and 7 usable as long as possible

     

    Agreed. Windows 7 probably won't see many compatibility issues for a few more years, due to it being the most popular operating system and all, as long as Windows 10 doesn't take it over, with the way MS seems to be shoving it down our throats.

    Out of curiosity, do you prefer Windows Vista or Windows 7? I tried to use Windows 7 for a little while, and I even heavily modified it to look and act like Vista, but it just wasn't for me. Vista tends to run snappier, and I vastly prefer the UI and shell compared to Windows 7. I also don't like how 7 removed many features from Vista, like Movie Maker, Calendar, dreamscene, etc. I know not many people used them, but I guess I'm one of the few that does. And the live versions suck, they just don't have the elegance of the built in Vista programs.

    Don't get me wrong, I don't hate 7, but it just felt like a watered down, feature-less version of Vista to me.

     

    Windows 7 is very popular. Although it is already 6.5 years old -- well within the realm where OSes usually start getting phased out. I have machines that run Vista and 7. I like them both.

    They are very similar in UI but each has it's own nuances and features that the other doesn't. Windows 7 does have a few features that Windows Vista doesn't and visc-versa. Microsoft has

     a bad habit of taking features out for no reason.

     

    For that reason, I don't really have a strong preference. I use both on a regular basis. Currently my fastest machine runs Vista but I'll probably install 7 when the installation finally breaks down (it's starting to show signs of "bit rot" after being installed and hacked for years)

     

    I do have Windows 8.1 on a laptop and I definitely don't like it nearly as much as Vista or 7. For one thing, I miss aeroglass and hate the flat colored title bars. I also hate that they took away the start menu.

    I know they sorta brought it back on 10 but it is still chocked full of advertisements and doesn't feel like a desktop OS.

  4. Has anyone tested the new AMD Crimson on Vista x64? I saw a NT 6.0 reference in the INF files of the Windows 7 version, so it should work, right?

    Also, since they dropped NET Framework, maybe it will have less Windows dependencies and work on Vista?!?

    I'll try it as soon as I get time

  5. taskeng.exe is a normal process and not malware. You may have a misbehaving process or service on startup causing it to choke.

     

    I would go to msconfig and look for anything unusual. Uncheck anythng you don't need (and is not part of the OS of course)

  6. 5HGDqNn.png

    8/15/2012 - any reason you are using such old drivers?

     

    Anyway, it appears to be installed correctly. Code 10 is very difficult to troubleshoot because it tells almost nothing about the problem.

     

    What was the original OS? Did it work immediately before installing XP?

  7. Radeon 7xxx series is quite new, I'm afraid it might not be working on XP.

    http://support.amd.com/en-us/download/desktop/previous?os=Windows%20XP%20Professional/Home

    Here you have old driver versions. Catalyst should be independent form Notebook manufacturer and work correctly if supported for the system. Can't say which one works, sorry.

    Not that new. 13.12 easily covers it.

     

     

    Because it installs all the needed things, except the AMD Catalyst Control Center.

    CCC doesn't actually matter but the AMD display drivers are not listed which does matter. I suggest extracting the package with the universal extractor and installing manually

×
×
  • Create New...