
TuMaGoNx
MemberContent Type
Profiles
Forums
Events
Everything posted by TuMaGoNx
-
@roytam1 Try to loop it back into d3d using GLdirect? https://sites.google.com/site/ourenthusiasmsasham/technical/stereodisplay#TOC-Open-GL-in-Stereo download and just put opengl32.dll in your palemoon folder Edit: that would be double translation (triple if gles counted lol) but it should bypass atiogl (maybe) angle (GLES) -> Wined3d (D3d10) -> GLDirect (OpenGL) -> ATI Direct3d Ahh I remember being able to compile Angle that will only look for D3d9 I will find the dll.. this is older version though angled3d9.7z
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Duh Don't be dramatic.. I just use XP yesterday to build nvme driver. I'm in the middle of mass DISM servicing task with Win10, it's slow process of testing and rebuild and I'm no good programmer but a good packager, that's why I try to be realistic with my goals *univeral audio/lan/wlan/bluetooth driver for xp. *universal video driver with multi monitor support plus dx/ogl/vulkan support. *uefi support driver. * compiled modern browser like firefox, chromium ,palemoon,slimjet etc * universal usb3.0/3.1 driver with USB type c support you could rely on mesa as video driver fallback but need lot cpus (think of Asus Z9PE-D8-WS, which imo the best thing that XP compliant) Driver programming is beyond my scope, it's really hard, having implementation is one thing making it talk with windows kernel is another thing. I believe one day some pops will do his magic just for fun for one of those drivers. Browser? just stick with mozilla
- 205 replies
-
1
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
XPitory? Well, as I said long time ago http://www.msfn.org/board/topic/175529-remodeling-windows-xp-kernel32/?page=9#comment-1126377 We have less than 2 year left before EOL Xompie failed to be patchless solution, but not useless, but i'm stuck with implementation unless WinPR catch up fast (so I can leech on them) where generic USB3 driver? no good I haven't done {2} and I'm quite experienced at it, that's what I gonna do now: XPitory (and I will left xompie as is) I want to make mirror of last working apps, xompie patchable app, and backported app using gcc or msvc
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Hey i don't know anything guys, I haven't test it at all [I'm on Win10 right now], lets wait for svyatpro words I think it is Palemoon searching for GLES backend, then contact AT driver and crash, seeing it is ogl crash.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@roytam1 ahh darn, sorry about that. I really haven't test wined3d so I don't know, svyatpro will test this xompie version, but no words from him yet. I wonder what trigger it? your driver looking for d3d10/11 implementation or is it palemoon try to find angle (GLES) fallback?
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
and where address L73BC141B goes to in my dll? SHOpenWithDialog is not wired at all :)
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Sure, show me? that's not straight disassembly code from IDAPro right? :worry: My understanding is if client app ask a property that handled by layer (shellxp.dll) but missing in the rest of related functions in shell32.dll that's not gonna work *properly* But if you have tested then I'm wrong
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I have put my gcc in github if anyone interested, I think i've talk about the gcc before... anyway.. do you experienced with gcc ever found your executable linked against func_s a.k.a secure api? and instantly break XP compatibility due to obsolete system msvcrt.dll? That's because mingw-w64 api being vague of which OS being supported (hence which msvcrt version being used, which API filtered) I made some modification in gcc internal config so it is easier to link properly against newer msvcrt (up to mvcr120.dll) this way for ex. latest ffmpeg can be built with msvcr100.dll that has secure api without breaking XP. Many opensource software (that don't support MSVC) can be rebuild without sacrifice buffer protection enhancement provided by secure api. just set CFLAGS and LDFLAGS to include "-vcr100" and you are done! complete options: -vcr80 [with manifest] -vcr90 [with manifest] -vcr100 -vcr110 -vcr120 https://github.com/tumagonx/XPitory/raw/master/compiler/gcc/gcc485%2Bboost155.7z
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I don't know what to do with shell32 funcs, it's too wired. Many has different struct than XP api which is impossible to be layered, so IMO the best to do is use complete dll like reactos' shell32.dll than create layer.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
NVMe 1.3 x64 just in case XP64 user want to try it Edit: Note: I haven't try version 1.4 or 1.5 (1.2 compliant), they need VS2013 and 2015 (which annoying to install) nvme-1.3_nt5.2_x64.7z
- 205 replies
-
1
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@Dibya This is NVMe generic driver version 1.3 (1.0e compliant) from openfabrics compiled with WDK7 targeting win2003 It might transplantable on XP with inclusion of windows 2003 storport.sys and diskdump.sys there is no catalog, dont know to to make that... nvme-1.3_nt5.2.7z
- 205 replies
-
2
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@roytam1 Thanks i messed the patcher, please redownload and reinstall xompie from same link above
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@Dibya Sorry haven't check nvme yet but here is new xompie version 0.6a xpatcher: - selective patch - always patch with bigmem LAA - show immediate dependencies added updater added wine direct3d and direct2d based on wine 2.11 wined3d has not tested by myself, I decide to add it as svyatpro said it become more usable now. I've sent a build to him and he said it works (I assume tested against one-core dll) this one however for use with XomPie with exception gdi32.dll is from one-core. I hope this also works! This version become so big (768KB) that I move it to github now https://github.com/tumagonx/XomPie/releases/download/v0.6-alpha/xompie-0.6a.exe
- 205 replies
-
1
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
i've been use two windows, one is XP and other one is latest windows. With win10 thought I've disarm maybe all of its online facilities via gpedit, but why these two "spyware" keep launched and functioning despite firewalled BackgroundTransferHost.exe and the manager backgroundTaskHost.exe the modern version of B.I.T.S I end up schedule a killer for this processes see also: https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/how-to-stop-backgroundtransferhostexe/58abde6d-657a-42ad-953f-4de327a25c42 Newer Windows always try take more control for MS walled garden, and this is enterprise edition. Oh what Win10 truly scare me is the ability to awake from sleep without permission or reason aka Wake Source: Unknown WTF?! I swear this never happened in XP or before Win10 Maybe my complaints is corner cases or too specific, but when (power) user cant take control of their own PC it is not Personal computer anymore
-
My list (copy paste from my blog): Java version 8, also see http://soft-library.com/java-update-free PHP version 5.4.45 http://windows.php.net/downloads/releases/php-5.4.45-Win32-VC9-x86.zip GrepWin version 1.6.3 https://sourceforge.net/projects/grepwin/files/Archive/ Note that the last version that grep binary file and show the result is 1.5.9 PaleMoon version 24.7.2 available at their ftp archive, alternatively unofficial "atom" 26.5 is the last for XP: https://www.palemoon.org/palemoon-atom.shtml Adobe Reader (previously known as Acrobat Reader) version 11, in security updates mode since 11.0.15 see ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/ note: some security update have broken component (not running on XP) Adobe DNG Converter version 8.3 http://download.adobe.com/pub/adobe/dng/win/DNGConverter_8_3.exe Autodesk TrueView version 2014 http://download.autodesk.com/esd/dwgtrueview/2014/SetupDWGTrueView2014_ENU_32bit.sfx.exe Autodesk DesignReview version 2013 http://download.autodesk.com/esd/designreview/2013/ADR/enu/SetupDesignReview2013.msi.zip Apple QuickTime version 7.7.6 https://secure-appldnld.apple.com/QuickTime/031-08466.20141022.Xwlnm/QuickTimeInstaller.exe Apple iTunes version 12.1.3.6, however Apple seems randomly release update for XP when they want. https://secure-appldnld.apple.com/itunes12/031-34002-20150916-98D32A92-5C11-11E5-80AC-C25A6DA99CB1/iTunesSetup.exe Apple Safari version 5.34.57.2, as well as the last for all Windows. You can use slightly updated Webkit engine from Quicktime 7.7.6's AppleApplicationSupport (ASU). Sketch Up version 8.0.16846 of Trimble http://dl.trimble.com/sketchup/gsu8/FW-3-0-16846-EN.exe Sketch Up Make 2014 is the last to run on XP with Ruby 2.0 API but it is Non-Commercial-Freeware, last Ruby 1.8 API was Sketch Up Make 2013 also Non-Commercial, all Sketch Up Viewer including the latest "could run" on XP. The last Sketch Up that allow DWG import is 7.1.6860. If you want OpenStudio integration, you can use OpenStudio 1.4.0v2 or legacy OpenStudio 1.0.11 with EPlus 8.1.0009 and Radiance 4.2.2. Apophysis 7x version 2.10.15.3 http://iweb.dl.sourceforge.net/project/apophysis7x/Old%20versions/Apophysis.7X15D.x86_amd64.zip NMap/ZenMap version 6.47, with some efforts new version can be backported https://nmap.org/dist/nmap-6.47-setup.exe Wireshark version 1.12.13 (the last 1.12.x). XP also where WinPCAP support dial up capture. Visual Studio Express version 2010 SP1 (its VC only target 32bit). You can get multi-target VC 2010 SP1 from WSDK 7.1 + KB2519277 (the last SDK for XP) then you can get multi-target VC 2008, ATL 8 and MFC 4.2 from WDK 7.1 (the last DDK for XP). You may also want vsyasm 1.3, masm 11, Nunit and LLVM 3.7.x (the last for XP). VS Shell Integrated still available at http://download.microsoft.com/download/D/7/0/D70CD265-3E18-41B0-AFC6-075AFA2DA631/VSIntShell.exe which you can install PTVS 2.0 and F# 2.0 CTP on it. Other Visual C++ Compilers Beside the VS Express 2005-2010, other compiler version can be obtained from: .NET 1.0a SDK contain VC++ 7.0 but without STL support .NET 1.1 SDK contain VC++ 7.1 but without STL support VC++ 2003 Toolkit ( VC++ 7.1) support STL but only have static libraries 2003 SP2 DDK contain updated VC++ 7.1 with more feature but linked to OS msvcrt.dll Vista SDK (WSDK 6) contain VC++ 8.0 standard edition (with cross-compilers) WSDK 7.0 contain VC++ 9.0 standard edition WDK 7.1 contain updated VC++ 9.0 with ATL/MFC but linked to OS msvcrt.dll WSDK 7.1 contain VC++ 10.0 standard edition Note: on 1.0a SDK, this installer incompatible with TabletPC because it bundle .NET 1.0, you'll need to edit the msi to remove the redist feature and assign new productcode to avoid being flagged. Python version 3.4.4, and entered security fixes mode. Ruby version 1.9.x due to compiler issue version 2.x can't run on XP MS Security Essential version 4.4.304. note: with PosReady disguise Virus Signatures still active probably till 2019, just make sure MSE don't upgrade to version 5 which can't run on XP. You can download virus signatures from http://go.microsoft.com/fwlink/?LinkID=121721&arch=x86 Mono .NET version 3.2.3. This is the available build http://download.mono-project.com/archive/3.2.3/windows-installer/mono-3.2.3-gtksharp-2.12.11-win32-0.exe (partial .NET 4.5 compatible). Building Mono 4.x with MinGW and few patches may enable it to run on XP. MS .NET framework version 4.0.3. There many misconception of "the other .NET 4.x also supported" which is wrong. So if there are apps claim to be XP compatible but require .NET 4.5 then it won't run. In XP it's possible to install version 1.0, 1.1, 2.0 (3.5) and 4.0 side by side. Paint dot net version 3.5.11 MS E.M.E.T version 5.2 https://www.microsoft.com/en-us/download/confirmation.aspx?id=46366 Nuget version 2.8.5 The one from codeplex (2.8.60318.667) https://nuget.codeplex.com/downloads/get/1441483 Blender version 2.76b. version 2.77 switch to python 3.5 which break XP MySQL version 5.5.47 http://cdn.mysql.com//Downloads/MySQL-5.5/mysql-5.5.47-win32.zip Windows Live Essential version 14.0.8117.416. Microsoft has taken down the download but still available at archive.org. Size is 141399376. Opera version 12.18 for classic and 36.x for chrome-based Opera. Security updates may expected in the future. Vivaldi version 1.0.x (1.0.435.46), chrome-based Opera-like browser. Like Opera classic security updates may expected. XBMC (now Kodi) version 12.3 SALOME (CAD/CAE Freeware) version 7.7.1 is the last 32-bit version binaries http://files.salome-platform.org/Salome/Salome7.7.1/SALOME-7.7.1-WIN32.exe MATLAB Compiler Runtime version 2015aSP1 (8.5.1) http://www.mathworks.com/supportfiles/downloads/R2015a/deployment_files/R2015aSP1/installers/win32/MCR_R2015aSP1_win32_installer.exe R-Studio (R frontend) version 0.98.1103 listed as the last XP compatible but up to 0.99.441 seems works too. The core R itself remain compatible with XP. http://download1.rstudio.org/RStudio-0.98.1103.exe Bitcoin (core) version 0.12.x Node.JS version 5.12 PostgreSQL version 9.3.x, more of because the use of MSVC 2013 than technical issue in newer version. MongoDB version 2.0.x, later version may "run" but with reliability issue. DB2 (Client) version 10.1 Oracle (InstantClient) version 11.2 Neo4J version 2.3.8 the last that work with JDK 7 Elastic Search version 2.4.x for Elastic Search and Logstash, 1.3.x for *beat and kibana 4.6, MariaDB version 10.1.13 Erlang OTP version 17.5 PellesC version 8.x
-
should upcoming java drop XP support, you might want to check http://soft-library.com/java-update-free they leak current and previous jre version with non-public security updates.
-
Looks like FreeRDP developer already did what I try to do: https://github.com/FreeRDP/FreeRDP/tree/master/winpr/libwinpr cool, might integrate it into xompie
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
add getuserpreferreduilanguages dummy, needed by autodesk meshmixer 3 which planned (or already) to be merged to 123d design (which also need this but untested). fix typo in perfile patcher BTW, XP marketshare is plummeted by FUD lol EDIT: reup installer :missing xpvcrt.dll clarify which freeware xompie-0.5a.exe
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I might polish XomPie, (installer, makefiles...) but no further feature plus removing half-baked functions. Other note: UI related library is hardest one (shell32.dll) it unlikely reliable to bridge from older OS unless the shell (explorer.exe) itself get upgraded... Regarding Wine: the more you take from there the more it become incompatible with original XP system files --> the more you will replace everything with wine... silly the less you take from wine.. ummm the more works to be done doh.. sometime approach like func_new(a,b) -> func_old(a) is enough but often unreliable
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Microsoft patches Windows XP to fight 'WannaCry' attacks
TuMaGoNx replied to Jody Thornton's topic in Windows XP
@Dibya: No I don't, I talk about legal and "official" counter measure by MS to their unsupported users, I think MSE is quite "external" Well after all of this (and wait for what happen in monday) it will sure almost like mini XPocalipse. -
Microsoft patches Windows XP to fight 'WannaCry' attacks
TuMaGoNx replied to Jody Thornton's topic in Windows XP
Will MS give "special" MSRT too? It's not enough if just prevention patch... -
Microsoft patches Windows XP to fight 'WannaCry' attacks
TuMaGoNx replied to Jody Thornton's topic in Windows XP
waaa... XP marketshare will sure to plummet next month, such a hard lesson "learned" -
@leecher I have played with deviare (of the similar principle) before and think of that kind pe loader either via autonamed loader at same directory of target or via target's image debugger registry hook. assuming that it works, it seems impose quirks at some cases such: how it handle chained calls/piping for other PE (commonly in commandline apps)? how to deal with service app? if the target is the one renamed there also minor consequences but I'm not digging that deep because of those flaws ahead, sure I'd like to see your works!
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Hi dibya (got your greeting mail) I'm not really motivated and disappointed with disadvantage of XomPie from requiring patch, neither have enthusiasm for OneCore as it need system modification (and thus security implication).
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Oops right! guess I left several things unanswered before, sorry, bit busy with other things. I haven't look at NVME since that time nor XomPie (I get the feeling of losing complexity vs usability balance if it keep grow) . I also don't know w2k batch restriction so I can't convert it... Edit: misunderstood Edit2: oh and someone pm me about newer IE possibility: my pov is the same for any browser, developers have been painfully held back by XP limitation. so once IE drop XP... well not to mention iIE is closed source and still knotted with Windows just how many flags have been flipped, those possible horde of loadlibrary/getproc is something to get attention under disassembler's lens. In short: I've no idea.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with: