Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. @George King On the laptop where I have installed ListDisk I get an error message just before the list of disks: IOCTL_DISK_GET_DRIVE_LAYOUT_EX failed for 0012FE0C with error 21 Regards
  3. well thats why i came up with the idea to use a older cpu to have the most of the results if some dont understand whats going on: the disassembly instruction code is useally shown with 2 methods: method 1 : hexadecimal the instruction set goes like this: (instead of 12345678 or 87654321) it go useally like this: 21435687 (memory storeage) for instruction it useally go like this : 12345678 to (real) 78563412 the disassembler dont show you this on the bit code therefore hex 00 01 translate to 0100 what is bit 9 (or classical if you have the 0 its 0 + 8 (9) bit 8 ) (because bit 1 has name bit 0 (and it still has 9 numbers))) thats why dietmar made it correct "test edx, 100h == F7 C2 00 01 00 00" and "or edx, 100h == 81 CA 00 01 00 00" dietmar pointed out that he has a cache problem actually that raise questions , the cpu dietmar use dont got that command but the OS (winxp) might have used up a cache setting, that CPUID command if present holds cache information i do not know how that interacts with the RAM memory - maybe thats some work for the WRK but i do not want to study the function
  4. It amazes me how many people is still running Windows 7 on their computers. No doubt about why they're planning to impose subscription model on Windows 10+...
  5. Rebasing also scatters the files on the disk. Try defragging after modifying files.
  6. @Tihiy Is this the place to file bug reports? To request a feature?
  7. No. Defrag the drive or run from RAM disk. Unfortunately, only loading all needed files will get everything into the disk cache. Scanning the app folder should help. Try Dependency Walker (or ImportPatcher for 32-bit apps).
  8. Today
  9. Problem is, that we have only 6 byte for all. May be this bts edx, 8 ; Set the 9th bit in EDX and update the zero flag == 0f ba ea 08 test edx, edx ; Test the value of EDX against itself to clear the zero flag == 85 d2 So, always the 9th bit in EDX will be set, no matter if it was set already or not. And the test edx, edx makes sure, that the zeroflag is cleared, waaoh Dietmar
  10. Latest Nier: Automata on Steam offered two EXE files. One for old Windows without Windows HDR, the other one only works on Windows with Windows HDR. Without dxvk, the Windows HDR version only shows black screen with BGM. Although the Windows HDR version works with dxvk, Windows HDR can't be activated on 1607. Persona 5 Royal on Steam requires SetThreadDescription. Unfortunately the kernel32.dll of 1607 does not support the function and there is no utility like VxKex. So the game can't run on 1607 without modification.
  11. Lotus Lantern: Rescue Mother requires Windows 10 and up.
  12. May be, that the check for the 9th bit in EDX for the present of CMPXCHG8B on a cpu can be faked via this Original test edx, 100h == F7 C2 00 01 00 00 replaced with or edx, 100h == 81 CA 00 01 00 00 It does not change any other in EDX, it just sets this 9th bit for CMPXCHG8B in EDX and the ZeroFlag behaves after this operation in both identically Dietmar
  13. @user57 CPUID is really a lot of stuff, see at this https://www.sandpile.org/x86/cpuid.htm Yepp, the aim can be, to set all values correct for the 486 AMD 133 MHZ cpu, Am5x86, and with a fake bit for the CMPXCHG8B. This 486 cpu is cheap, has 16kB cache and can be overclocked to 160..(200) MHZ Dietmar PS: I get 486 cpu's to run stable XP SP3: AMD 100 MHZ and AMD 133 MHZ. Only install of XP SP3 for this cpu's is not so easy.
  14. it misses ds-icons https://www.flaticon.com/free-icons/ds one example "ds-icon-instagram", the third one.
  15. Thanks for trying. Strange behavior with widgets at $11, but at least something is happening. Did you took any stabilizing measures as described in the hda-thread? Memory should'nt be a problem, HDATSR makes a buffer somewere between 1-4 MB, most of the time. Setting [BUSMASTER] manually in HDACFG.INI is only needed in case of Windows ME (ME can not load TSR's, unless some real-mode fix is added). About trying widgets at $11: very good. The Conexant codec seems to be a so called 'double codec' with two DAC's (Digital Analog Converters). And just to be sure: if you play a file, is the slider of the mediaplayer moving?
  1. Load more activity
×
×
  • Create New...