
Svyatpro
MemberContent Type
Profiles
Forums
Events
Everything posted by Svyatpro
-
Well, I took acpi.sys 2600.7777(v8) from Ramsey's Patch Integrator. Manually patched halmacpi.dll and intelppm.sys using Dietmar suggested byte-code changes for Win2003 SP2 (hotfix version). And I got performance decrease in CrystalMark2004 for about 10%. I use Broadwell CPU i7-6850K. The culprit is patched intelppm.sys
-
Guys, where can I get actual download link for Update Pack?
-
Hello guys! Have anyone managed to install XP/2003 on Dell Precision M4800? I read that some people here did. But how? It freezes on a black screen after "The setup program starting Windows" at text installation mode.
-
I know this is kinda irrelevant to post it here, but it concerns Windows XP support by NVIDIA. If you know in NVIDIA drivers starting from 361.91 till latest version, we have a high severity BUG when monitor connected via DVI is being detected as as CRT TV thus makes you unable to override custom resolution and refresh rate etc. Many months ago I created an issue in NVIDIA customer support and look what they recently answered me: This means that they confirm this BUG and they confirm that this their fault, but they apparently refuse to fix this issue and doing so they do not serve their customers properly, this is confusing! What do you guys think, what possible scenarios could I/We get from NVIDIA and how should I/We act?
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Are you sure it works? I doubt of it, I tried it many times. Can you run Tropico 5 for example? I also checked your kernel32 it calls for example EnumSystemLocalesEx from msvcr120 to export this function, but msvcr120 has delayed imports from kernel32.dll that calls exactly these functions that you want to wrap from it. You will receive errors when these functions will be called by msvcr120, because it calls them from itself. I think One-Core-API is our everything, we need to polish it, and maybe avoid binary patches of native dlls.
-
Okay, here take One-Core-API's vtdll. But you need to keep in mind that BWC's implementaion is kernel32 related and has no "Rtl" at the beginning of the function. Also use BWC's Japanese binaries, there are some reasons. vtdll.dll I tried to fix it in sources but had no luck because of my poor C knowledges. And a bit of necessary information. I found a commit that brokes newer Chrome in XP: https://chromium.googlesource.com/chromium/src/+/f9b843b964801440b50e74b072c70e7ecb0f1921
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Yes, and it requires contributors. We need to fix some functions known as broken: shell32: SHGetKnownFolderPath kernel32: GetLogicalProcessorInformationEx LCIDToLocaleName vtdll (it could be good if someone could replace it with BWC's implementation): RtlTryAcquireSRWLockExclusive RtlInitializeConditionVariable RtlSleepConditionVariableCS RtlWakeAllConditionVariable RtlWakeConditionVariable
-
Just FYI, Using Samuka's wrapper + some customizations I managed to run Chromium 51.0.2687.0. And I guess I know what's the reason why latest Chrome's doesn't work. So wait guys until One-Core-API will be released. Also Sony Vegas 13 is here:
- 205 replies
-
2
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I just commented to the post of FranceBB
-
Well, I'll tell you something about One-Core API. Samuka is very busy now, he posted his sources and seems he will share his project to people and he needs everybody's help. I can't give you a link to his sources right now, because I should ask him first. But I surely know, he went rather far on XP/2003 kernel extending. If there are people who can help him in project developement you can feel free to contribute. I don't actually know if he is a girl or a boy, but I often call him "man". Samuka seems to be a male name in Brazil.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
This is just newest WineD3D 1.9.24 with some patches from Andrew Wesie running Crysis 3. Game menu: ] Gaming with corruted textures:
-
I think we can run Opera 39 dev build which is newer than Chrome 50 and is based on Chrome 51. I've added a bit more exports to my Extended Kernel for 2003 and Opera 39 starts, shows a browser window and crashes right after start. It needs more digging, I will try to do my best working around on it.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Only up to 50's version. I don't certainly know why. Fails at the beginning at Chrome.exe
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I can't manage how to fix Menu bar in Photoshop CC 2015. Here is my binaries, but they are only for Windows Server 2003 SP2. http://rgho.st/6hzbJ96pH You can directly put all these files into your System32 but I don't give any warranty it will work on your configuration!! So backup your original kernel32.dll;advapi32.dll;shell32.dll;user32.dll;psapi.dll;version.dll;ws2_32.dll;msvcrt.dll I get this when I click on menu bar:
- 205 replies
-
3
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I took Samuka's and XomPie wrappers and picked most neccessary and reliable functions from both wrappers and put into my native kernel32.dll and shell32.dll and managed to run Photoshop CC 2015. But it still has many bugs, but it runs. I hadn't to modify Photoshot binaries (they are a lot), I just modified native kernel32.dll and shell32.dll forwarding nt6 functions to wrapper dlls. I think the best thing we can get is a solid wrapper (without msvcp* sh*t) that allows us to forward functions from native kernel to a wrapper dll.
- 205 replies
-
2
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
CSMT is good for DX9, DX9Ex, but bad for DX10/11. It causes visual artifacts in many DX10/11 games supported by Wine, Tropico 5 for example.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I know there's a difference in makefile between wined3d and wined3d-csmt. makefile.in EXTRADEFS = -DSTAGING_CSMT MODULE = wined3d-csmt.dll ..... https://github.com/wine-compholio/wine-patched/tree/master/dlls/wined3d-csmt
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
TuMaGoNx, You can improve your D3D9Ex implementation by enabling CSMT by default. I usually use Wine-Patched build with csmt. It allows to run Mortal Kombat Komplete Edition and other games also it dramatically improves performance.
- 205 replies
-
4
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
If you need to implement DC creation function in wined3d for Windows XP you can create a user-memory ddraw surface (i.e., set DDSD_LPSURFACE) on the memory and call GetDC() on that. The functionality does exist on older Windows function in the form of GdiEntry7(). That approach implies introducing a dependency on ddraw into wined3d. This is not easy to do but easier than to revert CreateDIBSection as was before. In my build I just unimplement D3DKMT* dependencies that causes DC creation to malfunction. But for D3D10 and 11 apps we don't need it in most cases.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Instructions: Google Chrome End of Support Vista/XP
Svyatpro replied to sdfox7's topic in Windows XP
Opera 38.0.2205.0 (Chromium 51.0.2687.0) is the latest version of Opera I managed to port to Windows 2003 (NT5.2). -
Instructions: Google Chrome End of Support Vista/XP
Svyatpro replied to sdfox7's topic in Windows XP
Hi, guys! I managed to backport Chrome 50.0.2661.102 beta-m to Windows 2003 (Windows XP x64), but not for XP x86, because it requires some more wrapped functions. Also I turned on ANGLE DX9Ex hardware acceleration, but it really glitching. I also confirm that ported Opera 37 (Chromium 50 based browser) is a way more stable with HW accel rather than Chrome or other Chromium-based browsers. Special thanks BlackWingCat for helping me. -
fix128 is alternative russian 4GT hack that unlocks all possible PAE supported memory. It also replaces some drivers for proper functionalty on PAE-enabled XP systems.