TSNH last won the day on November 7 2021
TSNH had the most liked content!
About TSNH

Profile Information
-
OS
Vista Ultimate x64
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
TSNH's Achievements
128
Reputation
-
Yes, form the user perspective it does the same thing, it works a little bit different however as it doesn't replace system files and instead injects custom extending files into processes. And is available for Vista and 7, instead of just Vista as the original extended kernel was
-
So it worked initially?, what was it set to? DXVA2(native) or none ? LAV settings can also be accessed from the start menu, K-Lite Codec Pack\Configuration There will likely be 2 one for mpchc and one system-wide, set both to whatever worked, if settings crash, redo k-lite codec pack setup and configure those options during setup Test dreamscene Some applications may not respect LAV configuration settings, in that situation you will usually have to remove DXVA2-related dlls installed by the graphics driver so they will have no chance to use something broken, I'd done this once with AMD drivers The fact that symptoms are the same between AMD and NVIDIA gpus however makes me think that you have a conflicting other application/driver installed as these are all old vista-supported gpus not something that needs custom drivers EDIT: And did you uninstall AMD drivers with DDU before installing nvidia? (latest for vista - DDU v18.0.4.6.exe)
-
So now that you have the codec pack, launch MPC-HC that got installed with it and try to play a h264 test video https://test-videos.co.uk/bigbuckbunny/mp4-h264 launch LAV splitter video settings - the red icon in the system tray, there is a "Hardware Decoder to use:" in the top middle, test various hardware decoders and check which do and don't work, make sure H.264 is checked under codecs for HW
-
For dreamscene try installing K-Lite Codec Pack 16.6.5 (I believe someone reported some issues with a later version) Edit, this post: https://msfn.org/board/topic/175262-last-versions-of-software-for-windows-vista-and-windows-server-2008/page/66/#comment-1214028 Is explorer.exe still crashing, if not I think it's Camtasia's own problems at this point
-
Is any of the extended kernel-like stuff installed?
-
Is directx_Jun2010_redist installed? Windows 7 doesn't use dx9 on desktop (maybe Camtasia uses dx11 on Win7 too), check if directX9 works there with any directX 9 game, look up games you happen to have on pcgamingwiki
-
Here's a copy paste of a report with my experiences with this advapi32.dll patch, until now being on win32's patreon it was probably also "members only" : I was probably the first user testing it, there were no comments before. That's how it was before: Tons of services failing to start, UAC being super-annoying, USB drivers that used to BSOD the system, with the patch don't
-
To verify which timer is in use, get falco PhenomII Tweaker and run TimerCheck.exe, not the tweaker's main exe Read the value right on the top called QPC freq: PM Timer = 3.579545 Mhz HPET *classic* = 14.31818 MHz HPET new Intel = 19.200000 Mhz TSC = On Win7+ = CPU_BASE_FREQ/1024, On WinXP = CPU_BASE_FREQ, On Win10 1803+ = usually upscalled to 100MHz
-
On the LSC patreon site, there is a patcher that edits advapi32.dll from your system, there are also instructions on how to patch it manually. The access to it available only to paid subscribers of the Supermium support, however the patcher itself contains no DRM-like elements https://www.patreon.com/win32 Modern motherboards have no setting to disable HPET, you could modify the BIOS, or I've heard you could disable it when you load Windows using GRUB, myself I've tried neither of those methods yet. Windows 7 and up don't use it by default on modern (Nehalem and up I think) systems except from time to time to resync. Vista does use it as the main timer https://learn.microsoft.com/en-us/windows/win32/sysinfo/acquiring-high-resolution-time-stamps Also Windows 7 and newer accept bcdedit entries that control which timer is in use: https://sites.google.com/view/melodystweaks/misconceptions-about-timers-hpet-tsc-pmt#h.bbv7ue62w883 Vista does not. With equal timers used, yes, with a modern Intel HPET that is 5 times slower than it used to be, it loses to systems that are able to utilize TSC. EDIT: Now I ran this benchmark again on Ivy-bridge and it mostly takes like 700-800 ns, so maybe it's only 3 times slower but still
-
I've made some benchmarks comparing TSC vs. HPET timers impact for CPU's gaming performance and spoiler: it matters quite a bit. First a little bit of history/background: PM Timer (ACPI Power Management timer) is a high-latency timer used in Windows 2000 days, it clocks at 3.579545 Mhz TSC is a low-latency timer on the CPU, originally, it clocked at the same freq as the CPU, it is used by Windows XP by default So when CPUs started downclocking to save power TSC would also downclock, that's why with Vista Microsoft opted for: HPET is a high-latency timer on the motherboard, used by Windows Vista, it clocks at for example 14.31818 MHz on Ivy-Bridge and 19.200000 Mhz on Alder Lake, it is unstable on newer Intel platforms. Vista fallbacks to PM timer when HPET is not available Invariant TSC is a TSC (low-latency) that always clocks at the CPU's base freq regardless of whether it pawer-saves or turboes, it is used by Windows 7+, but Windows XP can use it too as it would an old-school TSC. On older platforms where TSC is not invariant Windows 7 uses HPET just like Vista Windows 7 still uses HPET to sync TSC from time to time, but XP can still work stable on newer system without it so Vista should also be able to if forced to use TSC. Benchmarks were performed on 12th gen Alder Lake i5-12600, DDR5-4800MT/s, NVIDIA 3090 Windows 10 has all of it's new security mitigations that impact performance disabled, all systems are debloated, all systems have Meltdown/Spectre patches disabled/ not applited, BIOS patch that allows Vista and 7 to properly use turbo on Alder Lake is applied The benchmark was Cinebench R15 OpenGL, with a 3090 this benchmark is almost exclusively CPU-bottlenecked Here are the results (a median run out of 3 for each config), lowest to highest 215.15 FPS - Windows 10 HPET 221.91 FPS - Windows 8.0 HPET 234.92 FPS - Windows Vista HPET 242.84 FPS - Windows 10 TSC 257.58 FPS - Windows 8.0 TSC Vista TSC is dnf cause I don't know of any way to force it to use it, the code could still be there left from XP times. Vista HPET on ivy-bridge usually scores higher than 10 TSC, but lower than Windows 7 TSC, Windows 8.0 TSC also wins there being marginally better than 7, but I don't have all of those system installed on ivy-bridge to provide a benchmark right now, and these are results I remember from back when I did This make's sense since when I run falco PhenomII Tweaker's Timer Check (Tweaker is only for AMD PhenomII, but timer check is universal), it runs a benchmark of running 1 Million QueryPerformanceCounter calls. On Alder Lake it takes 2243ms, whiles on Ivy-bridge around 750ms, So Intel's new HPET is around 3 times slower than the old one Now, after @win32 created his new patch for Haswell+ Vista instability Vista is now very much usable on 12th gen Intel - there is absolutely 0 serious crashes but the stability is not yet perfect - 3 services and startup programs still sometimes fail to start. So the question is obviously how to force TSC on Vista for improved stability and performance?
-
I would like to something about BCDBOOT
TSNH replied to Rbcc56's topic in Unattended Windows 10/11 Installation
/s is the destination (in MBR disk S: should be active partition) Yes - it should be the C:\Windows of the windows installation that you want to add to the bootloader Based on my limited knowledge of GPT (and this alligns with what @Tripredacus said) there is no such thing as active partition for GPT disk Instead you may have to (or maybe this will be done automatically) make a FAT32 efi partition instead, but I don't know the details about that cause I don't have much experience with GPT disks, so look that up -
Incompatibilities with Vista Extended Kernel Running both: Extended Kernel and Second System works mostly ok, but there are some incompatibilities so it may not be that good of an idea? In the following months I'm gonna be testing ExK + SeSy vs SeSy only and hopefully draw some conclusions To disable Second System right click on the program's exe and select Disable Second System Don't work at all VLC Media Player - "application was not properly initialized" - Tested by @TSNH on Windows Vista Oct.2022 x64 ExK There are some issues Sysinternals Process Explorer 17.06 - On Vista ExK + SeSy sometimes launches sometimes not, same behavior as when ExK is used to provide compatibility)
-
List of software that needs Second System disabled to run To disable Second System right click on the program's exe and select Disable Second System Feel free to report other programs. Don't work at all Windows Installer - there are issues running the service through Second System, which means that it is currently set to bypass Second System. Therefore, it is presently incapable of running modules that are incompatible with Windows 7, specifically the Google Chrome and Microsoft Edge Enterprise MSI installers. - Tested by @win32 Notepad++ - disable Second System on Windows 7 due to DirectWrite incompatibility - Tested by @win32 Microsoft Office 2007 Excel and PowerPoint - Tested by @TSNH on Windows Vista and Windows Vista Oct.2022 x64 ExK Internet Explorer 8 (both 32-bit and 64-bit versions) doesn’t launch if Second System is applied - Tested by @Vistaaa on Windows 7 x64 Visual Studio 2022 v17.6, which normally works on Windows 7, crashes when Second System is enabled (error message on startup in all compatibility modes: at least one component cannot be found, disabling Second System helps), Visual Studio Installer doesn't work if Second System is enabled, only transparent window appears - Tested by @Vistaaa on Windows 7 x64 older versions of Visual Studio Code tested on 1.81.1, in Windows 7 compatibility the window opens and closes immediately, nothing happens when Windows 10/11 compatibility mode is used) - Tested by @Vistaaa on Windows 7 x64 XAMPP Control Panel v.3.3.0 [Compiled Apr 6th, 2021] has some issues when Second System is enabled, Apache crashes on startup, disabling Second System helps - Tested by @Vistaaa on Windows 7 x64 r3dfox - Tested by @TSNH on Windows Vista and Windows Vista Oct.2022 x64 ExK Need specific target OS compatibility older version of PowerShell 7.2.2 - Windows 7/8.1 compatibility required, otherwise tries to use some nonexistent features of a dummy.dll renamed to an api-ms-win-core file and crashes on launch - Tested by @TSNH on Windows Vista Oct.2022 x64 ExK Pale Moon - Windows 7/8.1 compatibility required, otherwise wrong size Windows 10 close button animations instead of Aero Glass ones - Tested by @TSNH on Windows Vista Oct.2022 x64 ExK Winmerge - Windows 7/8.1 compatibility required, otherwise ugly Windows 10 non-aero titlebar - Tested by @TSNH on Windows Vista Oct.2022 x64 ExK There are some issues Firefox - Window buttons also do not render properly by default; this can be corrected by selecting the titlebar to appear separately from the tab strip, or downloading and installing the Segoe Fluent Icons font here: https://learn.microsoft.com/en-us/windows/apps/design/downloads/#fonts. - Tested by @win32
-
List of new software that Second System by @win32 allows to run. Second System on win32's Patreon site | https://www.patreon.com/win32 | Please consider supporting his amazing work The list uses the following format: ProgramName version : Originally works on -> Second System unlocks it for Current version - At the time of testing the aforementioned version was the latest, so newer ones are likely to work too. Feel free to report other programs. Internet: Firefox 143 Current version : Win10+ -> Vista+ (Including Tor Browser and forks) Chromium Current version : Win10+ -> Vista+ (Including Google Chrome and other forks) Gpg4Win 4.4.1 with Kleopatra 3.30 Current version : Win7+ -> Vista+ Windows Basic Tools: Windows 7 Paint (Win7/VistaExK)+ -> Vista+ Windows 10 1507 Snipping Tool (Win7/VistaExK)+ -> Vista+ (https://msfn.org/board/topic/182001-porting-snipping-tool-to-windows-7-from-windows-10/?do=findComment&comment=1210733) Multimedia: Foobar2000 2.51.1 Current version : Win7+ -> Vista+ WACUP 1.99 MP3Tag 3.31a Current version : (Win7/VistaExK)+ -> Vista+ Office tools: LibreOffice 25.2.5.2 : Win7+ -> Vista+ Administrative tools: Sysinternals Process Explorer 17.06 Current version : Win7+ -> Vista+ Sysinternels TCPView 4.19 Current version : (Win7/VistaExK)+ -> Vista+ Developer Tools: PowerShell 7.5.3 Current version : Win10+ -> Vista+ Visual Studio Code Current version Win10+ -> Vista+ Gaming: Steam Current version : Win10+ -> Win7+ (if you're facing rendering issues try disabling GPU acceleration by going into the client settings -> interface) Stellaris Current version (needs --force-opengl in the shortcut path) Hollow Knight Silksong Current version : Win10+ -> Vista+ (With CFF explorer edit UnityPlayer.dll and replace all did12on11 function calls to d3d11.dll with D3D11CreateDevice function, launch the game, if you get black screen, ctrl-alt-delete and go back to the game and it should work) BeamNG Drive Current version (dx11 recommended) All the credits for the Second System go to @win32, not me. All trademarks are the property of their respective owners and are used here for identification purposes only.