Leaderboard
Popular Content
Showing content with the highest reputation on 10/26/2024 in all areas
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20241026-3219d2d-uxp-f890f88314-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20241026-3219d2d-uxp-f890f88314-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20241026-3219d2d-uxp-f890f88314-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241026-d849524bd-uxp-f890f88314-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241026-d849524bd-uxp-f890f88314-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241026-d849524bd-uxp-f890f88314-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20241026-d849524bd-uxp-f890f88314-xpmod.7z Official UXP changes picked since my last build: - PR #2643 - The border-radius Directive Should Apply to Outlines (cee682b980) - Issue #2645 - Fix type confusion for `ResumeKind` (19c4996881) - Issue #2641 - Speculative load changes for referrerpolicy (f6f046930d) - Issue #2641 - Update Fetch to adhere to the updated spec (pass refpolicy) (7d978ccd71) - Issue #2645 - Return null if getName() PC is invalid. (e665b30629) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - libjpeg-turbo: disable thread local storage usage introduced in https://github.com/libjpeg-turbo/libjpeg-turbo/commit/f579cc11b33e5bfeb9931e37cc74b4a33c95d2e6, this should fix crashing in XP/2003. (06fe8456f7) - Revert "Issue #2645 - Fix type confusion for `ResumeKind`" (f890f88314) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.3 points
-
Perhaps, someone is now wondering what is so special about the "Manage Cookies and Site Data" custom button. The answer is quite simple. There is no functioning extension or toolbar button for the Quantum browser Mypal 68 that can simply call up the native, internal cookie manager only. In contrast to the UXP browsers, the direct call of the corresponding XUL file is unfortunately no longer sufficient because it doesn't work correctly. Call it a bug, an issue or whatever, in any case, it is faulty. This custom button seems to be therefore unique. Contrary to the native popup, to which you first have to click through, It calls up the internal cookie manager by only one click in an own, resizable window. BTW, creating custom buttons for UXP browsers is much easier and much more fun. In the Quantum browser Mypal 68, most things no longer work as easily or at all. Everything is very restrictive and obstructed.3 points
-
@feodor2 While developing my custom button for calling up the "Manage Cookies and Site Data" window, I found a further bug in Mypal 68. When calling up the about:preferences#privacy page, then opening the "Manage Cookies and Site Data" popup and deleting a cookie, you always get the following error message: Services.lsm is undefined ClearDataService.jsm:488 deleteByHost resource://gre/modules/ClearDataService.jsm:488 I can't find the "Services.lsm" anywhere in the omni.ja files. LSM = localStorage Manager? Anyway! I'm not surprised that this piece of nowhere is not defined.3 points
-
P.S. Dear @TECHGEEK , I'm terribly sorry you took it the wrong way , I have zero intensions arguing with anyone , that's why I suggested , perhaps it's your LCD who is to blame. I just want to find the real cause of this.3 points
-
Our dear mentor @win32 , please come and tell us , do you see what I see and @Dixel is right again ? I mean the patching doesn't restore the aero buttons to it's earlier beautiful style , despite what @TECHGEOK says.3 points
-
At least now I know why most of you have such long boot time , I too have it after this KB4467700. It is nowhere near yours (40 sec.), but it went up from 11-16 to approx 22. Updates are truly evil.3 points
-
Found info regarding games having the exact same error on Win7."This application failed to initialize properly (0xc000007b).Click OK to terminate." And they point to VCRedist 2008. Sorry , posted in reply to myself.3 points
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20241026-7bda12e7-uxp-f890f88314-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20241026-7bda12e7-uxp-f890f88314-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20241026-id-656ea98-uxp-f890f88314-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20241026-id-656ea98-ia-93af9a0-uxp-f890f88314-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild2 points
-
Ok. I was able to improve a bit my custom button for calling up the "Manage Cookies and Site Data" window. Both, the about:preferences#privacy and three seconds later the desired dialogue are now loaded in the same chrome window which avoids an additional loading of a tab. Nevertheless, I hope that there is a better solution yet. As custom buttons are actually the topic of this thread, I have decided to post about this stuff here again. My project of creating a custom button to directly call up the "Manage Cookies and Site Data" dialogue in Mypal 68 seems to have come to a temporary end. It works perfectly. I have solved the issues encountered in my own way and I am currently in testing mode. Here is a short preview:2 points
-
Notice about end of NM27 based browsers Since AF is now importing post-Fx48 changes, which is more and more VC2013-unfriendly, making me struggling on trying to rewrite them to VC2013-compatible syntax. But it seems that this can't last long and even it builds, it hits segfault in run time in various memory locations and it different code paths, It looks like I come to a blind alley. And since the only reason for me to keep building because I want a VC2013 build, so this may be the time to stop here unless I can find a way to continue. I hope I can bisect my last batch of imported commits and undoing the faulty (to me) commit and create a "last release" for AF, NM27, and KMG76. i.e. NM27 and KMG76 build to-be-released in tomorrow should contain last stable code before landing faulty components like SharedImmutableStringsCache. EDIT: To clarify, Pull Requests of NM27 engine will still be reviewed and merged, doable fixes and patches suggested may still be applied, if any. But massive merging from ArcticFox will be stopped.2 points
-
I have the same result on Win 7 N SP1 (European version , for those who are wondering) . And this is on a clean install without patches and with kb3125574-v4 installed , the result is the same , I'm sorry , I can't make that high quality pictures , like @Dixel made . I'm maybe mistaken , but you wrote that too about Win 7.2 points
-
It seems I'm not the only , it's hard to remember , sorry , fixed . I'm actually typing on the fly , not doing any copy/paste , so. It's just that last word , which is giving me my own associations .2 points
-
I agree with @UCyborg , there is nothing to discuss any further , now we know who's to blame . So maybe you will write to the devs then , like @Dixel suggested . Someone has to show them that we don't appreciate this ugly style.2 points
-
No , like I said mine are not working . The only working games is where mono has a lower version from 2017 . I even tried to place your files in the folder with mono-2.0-bdwgc.dll. You said mono is .NET, will installing .NET 4.6 solve the problem ? I really don't wanna try in vain because I remember my last experience with 4.6.1 wasn't good, half of the programs went nuts , esp. video players. Edit : Oh , and I even have one game with new mono which shows the same error , like chromium 72 : "This application failed to initialize properly (0xc000007b).Click OK to terminate." Others show plain and simple "can't load mono".2 points
-
What I see is a bunch of "death to Google" folks complaining that the reason for the slowness is "Chromium-exclusive" features. This is pure BS, if I may be so bold. There really is no such thing as a "Chromium-exclusive" feature. ECMAScript is not owned or operated by Google! Google did not "write" ECMA-262. They only implemented it and "competed" with Mozilla and the rest of the "world" in HOW they would IMPLEMENT IT. Google did not "write" ECMAScript2015 (ES6). They only implemented it and "competed" with Mozilla and the rest of the "world" in HOW they would IMPLEMENT IT. Heck, as far as that goes, ECMA-262 "first edition" is dated June 1997. Google Chrome didn't even exist until 2008! It's all based on COMPETITION. Hating Google is no different than hating the New York Yankees or the Boston Celtics or the Green Bay Packers - people love to hate "winners" and root for the underdog instead.1 point
-
Without giving notice Microsoft blocked access to OneDrive from my Microsoft account so I had to create a new OneDrive account and start again. With the new OneDrive account direct downloads now involves a complicated procedure involving base64 encoding of the URL, so I opened a Google Drive account and uploaded all my shared files there. I am now revising all the links to my shared files in this forum which is really time consuming. The link that you mentioned has been revised to point to the file on Google Drive.1 point
-
These had no effect on the issue. Same result, Code 39 error. Thanks again! These USB3 drivers are working properly with the USB mouse on the laptop. So far I have XP x86 and x64 up and running with the patched ACPI files and USB3 files. NVidia drivers 368.81 load under x86 with a couple of error boxes thrown when the desktop loads; but under x64 I get a BSOD, STOP: 0x00000050, PAGE_FAULT_IN_NONPAGED_AREA in nv4_mini.sys. (Given the CPU is Skylake I guess it's time to throw in the other patches... ) Not sure if anything else special needs to be done since these are "980M" cards rather than desktop 980's. If this gets much deeper I will probably create a separate thread about it; don't want to get too far off topic.1 point
-
I heard they reduced the bitrate for their videos. I've never used a 1080p camera, and I don't have much experience with 720p either, but a 640x480 video needs a minimum bitrate of 500 Kbps, but 1 Mbps should typically be high enough if encoded using h264, but there are circumstances when even 2 Mbps isn't very high. Videos with high motion will need a higher bitrate than videos where the camera doesn't move. A bright location will need much higher bitrate than a dark location will. I also believe targeting a constant bitrate will cause more blurriness than targeting a variable bitrate.1 point
-
New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20241026-28b53b37b-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20241026-28b53b37b-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - libjpeg-turbo: disable thread local storage usage introduced in https://github.com/libjpeg-turbo/libjpeg-turbo/commit/f579cc11b33e5bfeb9931e37cc74b4a33c95d2e6, this should fix crashing in XP/2003. (4da4190f7) - import from UXP: comment changes in Issue #2641 (41e5c7b62) - import from UXP: PR #2643 - The border-radius Directive Should Apply to Outlines (cee682b9) (9eb6034cc) - import from UXP: Issue #2645 - Return null if getName() PC is invalid. (c34e0c7b) (28b53b37b)1 point
-
1 point
-
R470 ended at 475.14. R565 belongs to new feature branch, so it will be replaced by next driver branch which supports Blackwell GPUs released at 2025. NVIDIA still provides new security updates for R535, but it is a matter of time that NVIDIA will completely remove compatibility with old versions of Windows 10.1 point
-
1 point
-
FYI, I have tested this, and it doesn't work for me in Mypal 68. Neither the implementation for loading of scripts nor the one for loading of specially adapted bootstrapped extensions from xiaoxiaoflood's project userChromeJS works in Mypal 68.14.4b. The whole project seems to be related to more recent versions of Firefox. Here is a quotation from the GitHub page: The specially adapted bootstrapped extension Download Manager (S3), for example, targets Firefox 125.0a1 and higher.1 point
-
This is not quite so easy. One thing in advance. The chrome folder and the UC.JS scripts have absolutely nothing to do with the legacy custom buttons. You have to install a legacy Custom Buttons extension in the Quantum browser Mypal 68 which supports natively webextensions only. To do this, the signature check of extensions must be switched off by a special hack, as most of all legacy Custom Buttons extensions are unsigned. The hack then has to be patched again , and a few prefs have to be set. Finally, you have to check whether your legacy Custom Buttons version can be installed at all and properly works under these conditions. All in all, not so easy as it may seem. Right? Furthermore, the code of custom buttons must of course be designed for Mypal 68 in such a way that it takes the newer JavaScript engine into account. Many (legacy) custom buttons that run in the UXP browsers therefore do not work in Mypal 68. And as you already know, even a custom button working in New Moon 28 does not necessarily run, for example, in Serpent 52. However, if all is done correctly, it should look like this way: This is a screenshot taken from the Add-ons Manager in Mypal 68.14.4b. All of these custom buttons are working fine in Mypal 68, and there are more, of course. It's just a test profile. BTW, three of these six custom buttons have been created by me and are also working in all my UXP browsers.1 point
-
HideTabbarWithOneTab In my download archive, I found an old but still working UC.JS script called HideTabbarWithOneTab.uc.js. This script hides the tab bar including the Open a new tab button, if only one tab is open, and shows it again, if a further tab is loaded. According to its author the script is based on the extension of the same name. Since Firefox 23, the tab bar can no longer be hidden if only one tab is open. This script solves this problem. In contrast to many pure CSS implementations as recently discussed in another thread starting from this post, it works perfectly in Mypal 68. The HideTabbarWithOneTab.uc.js file has to be copied in the Mypal's profile subfolder chrome. It has been tested by me and is fully working. Here is a short animated GIF file to show the script in action: Requirements: The package MYPAL_68_CB_requirements.7z from the first post of this thread. Download link: https://www.mediafire.com/file/r84j3z9krrqxzks/HideTabbarWithOneTab.uc.js/file1 point
-
No. Unfortunately, this code is not effective. It does totally unnecessary things. Look at my posted screenshots! My code is working as it should. Furthermore, you didn't provide any information what you did. Thus, I can't help you.1 point
-
I reorganized the contents of cmalex's distribution of Python 3.8.13 and made a simple batch file to install it along with shortcuts, file associations and environment variables. You can download it here: File: Python 3.8.1350 For XP.7z (4Shared) File: Python 3.8.1350 For XP.7z (Google Drive) MD5: F7F1C486DDAEB417B0D46431947D3E18 SHA-1: CD5876AFD726029F713451E9F15AACB230CCB3EE SHA-256: C05D4F6F092565DEB8C7E89F9DB763605841FA865767936B945B9374F3E98AB6 Build Date: 14/07/2022 Size: 42.8 MB I intend to make a proper installer one day, but at least in this form you can see what is included and make modifications to suit your needs. Enclosed are batch files to temporarily set environment variables if you want to run more than one version of Python on a drive. Note: 4Shared is blocked in the UK. Use a VPN server located in the United States or the Netherlands. CP28_Env.bat CP34_Env.bat CP35_Env.bat1 point
-
Yes, there shouldn't be any problem with hardware but some standard Windows features are not getting installed by default on Windows Server, so to get media features and wifi you will have to go to "turn windows features on or off". To enable sound, set Windows Audio startup type in services.msc to automatic. From my experience, the only important feature, that is missing from WinServer is system restore. For optimal performance you should also change CPU management mode to the one optimized for programs and not background tasks in control panel\system\advanced system settings\performance\advanced1 point
-
1 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211009-fae40c10f-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211009-fae40c10f-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211009-fae40c10f-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211009-fae40c10f-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1180500 - Update web-platform-tests expected data to revision 87398b8448f699e3e324148795891658f2fa16dd, a=testonly (b8306d55a) - Bug 1180500 - Disable several unstable web-platform-tests tests, a=testonly (022b078ae) - Bug 1169334 - Fix missing braces in Java thread profile; r=mstange (c53f8fbbf) - Bug 1172157 - Save malformed profile JSON to file to help debug. (r=BenWa) (b63d41fb1) - Bug 1167895 - Escape JS engine SPS profile strings to UTF8 properly. (r=djvj) (53d61099c) - Bug 1168265 - Clean up ChunkedJSONWriteFunc. (r=mstange) (fe9fd26fd) - Bug 1171240 - Avoid copies when splicing inside ProfileJSONWriter. (r=mstange) (dd9640548) - Bug 1194131 - Update web-platform-tests expected data to revision b54dddfdcc4761d2f8a892fd783d60353949992d, a=testonly (1b755f73d) (683a3a074) - import change from tenfourfox: - add inetloc and webloc to potentially executable extensions (7363964ad) - #648: M1663836 + update TLDs TZs HSTS (4821d63d2) (da1635889) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1204422 - IonMonkey: MIPS32: Make more MacroAssembler functions can be shared. r=arai (80c0d8b68) - Bug 774364 - Part 3: Move Math.random() to macro assembler. r=sstang,hev,nbp, f=rankov (fd583477e) - Bug 1190454 part 1 - PCCounts use uint64_t instead of a double to count the number of hits. r=evilpie (296eb512b) - Bug 1190454 part 2 - Only compute code coverage of jump targets. r=bhackett (1ba5bb320) - Bug 1190454 part 3 - PCCounts: Collect throw/catch hit counts. r=bhackett (bde4a31b6) - Bug 1190454 part 0 - Remove unnecessary use of AppendArrayJSONMProperties. r=bhackett (de089baf9) - Bug 1189112 - Part 1: Use TraceableVector to simplify tracing of ScriptsAndCountsVector; r=nbp (79f881588) - Bug 1189112 - Part 2: simplify rooting of ScriptsAndCountsVector with PersistentRooted; r=nbp (1b76e8e46) - Bug 1193032 - Part 1: Rename GCRuntime::sliceBudget to defaultTimeBudget; r=jonco (42b59d6b4) - Bug 1193032 - Part 2: Make unlimited SliceBudget initialization explicit; r=ehoogeveen,r=mccr8 (76229de4a) - Bug 1164294 - Implement a linear-time ephemeron marking algorithm, r=terrence, r=jonco (60d4a6791) - Bug 1190454 part 4 - Use mozilla::Vector in js::ScriptCounts. r=bhackett (dda4cd822) - Bug 1190454 part 5 - Update GetPCCountJSON to consider jumpTargets and Throws. r=bhackett (ab0f0d6c4) - Bug 1140059 - Stop leaking mThreadNameFilters in the profiler. (r=mstange) (eaf075fd4) - Bug 1191289 part 1 - Add a JSFriendApi function to produce LCOV information about the current compartment. r=bhackett (c321eebfa) (fae40c10f)1 point
-
Maybe I'm wrong, but I think more or less everyone with any interest in this latest round of the drama is already pretty exhausted from reading and talking about it, be it here or elsewhere. My idea was that since these browser threads here are really intended to be about development and support, any future upstream drama related discussion can be taken to the drama thread, so it doesn't take over this one the way it has occasionally happened in the past.1 point
-
Just as an FYI, since the people frequenting these browser threads don't always read the other sub-boards around here:1 point
-
1 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211002-2131e4376-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211002-2131e4376-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211002-2131e4376-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211002-2131e4376-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - avoid warnings even if we don't support unified search properly (708640220) - Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN (4749d8a37) - Bug 394686 followup, add missing quote (4317fc7b0) - Bug 1135451 - fillForm() cleanup part B: remove _notifyFoundLogins() and passwordmgr-found-logins notifications. Add a new passwordmgr-processed-form for tests. r=MattN (cb5264a02) - Bug 1135451 - fillForm() cleanup part C: remove didntFillReason. r=MattN (855c8cf27) - Bug 1135451 - fillForm() cleanup part D: Use early returns to un-nest logic and make it more obvious that selectedLogin is always set. r=MattN (20f40ea40) - Bug 1135451 - fillForm() cleanup part E: remove didFillForm. r=MattN (14e6d736f) - Bug 1135451 - fillForm() cleanup part F: use early return instead of else blocks. r=MattN (c109a68ea) - Bug 1135451 - fillForm() cleanup part G: move passwordmgr-processed-form notification into a finally-block. r=MattN (98c553a08) - Bug 1135451 - fillForm() cleanup part H: rename isFormDisabled to be obvious as to purpose. r=MattN (1922c9dc7) - leftover (f4f6748f4) - Bug 1167356 - Check return value of DataSourceSurface::Map in RasterImage::CopyFrame. r=Bas (b11604935) - Bug 1173415 - Fix incorrect mask used for nsBidi::mFlags [r=smontagu] (d88fb4c78) - Bug 1174450 part 9c - Rename local var 'orthogonal' to 'verticalAxis' and simplify getting the GetComputedBorderWidth sides. r=jfkthame (aef41bcb0) - Bug 1160789 - Make DrawTargetSkia support subpixel antialiasing for text. r=jrmuizel (be2d727b6) - Bug 1034370 - Make sure we release the SkImageFilter in DrawTargetSkia::DrawSurfaceWithShadow. r=gw280 (6395bf5e8) - Bug 1150944 - Don't force the discrete GPU for skia gl. r=jrmuizel (750947ed5) - Bug 1150944 - Use correct origin for SkiaGL texture backed SourceSurfaces. r=gw280 (d6040598c) - Bug 1169268 - Handle CFHTML data better. r=ndeakin (b0663027a) (5313db75c) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1191326 - always initialize ProxyAccessible::mOuterDoc r=lsocks (74ed8d596) - Bug 1156062 part 1a - New nsEditor::SplitNodeDeep variant; r=ehsan (a80d26ece) - minor fix (c1e5c74e3) - Bug 1172216 - Move nsStackwalk to mozglue. r=glandium (971014ffb) - Bug 1156903: Add quirk flag that causes NPN_GetValue(NPNVdocumentOrigin) to return an empty string even when it fails; r=jimm (9508b57b1) - Bug 554178 - Remove unused member variable PluginModuleChild::mUserAgent. r=jimm (a6fda391a) - Bug 1203428 - E10S for device storage API r=cyu (da575f819) - Bug 1150642 - Make mozilla_sampler_save_profile_to_file callable from lldb in Nightly builds. r=jrmuizel (bb98fafd6) - Bug 1136834 - Stop leaking markers in ProfileBuffer. (r=mstange) (b2f5f813a) - Bug 1148069 - Ensure synchronous sampling does not set JitcodeGlobalEntry's generation. (r=djvj) (f5a4dd6a4) - Bug 1181348 - Fix ARM64 toggledCall() under debug mode. r=djvj (4bbbe51a4) - Bug 1181354 - Account for initaliasedlexical in this one weird const cutout in jit::SetProperty. (r=jandem) (472179ea2) - Bug 1181558 part 0 - Remove unused SnapshotIterator constructor. r=jandem (cae21907a) - Bug 1181558 part 1 - Share the machine state between all SnapshotIterators of the same InlineFrameIterator. r=jandem (49e53a014) - Bug 1177922 - Fix a bogus assert on OOM in markSafepointAt. r=nbp (cf26143e7) - Bug 1182060 - IsObjectEscaped: Handle UnboxedPlainObject in guard shape. r=bhackett (35b6c285a) - Bug 1183051: Fix register allocations of Atomics callouts on arm vfp; r=h4writer (42d708374) - Bug 1138693 - Add comments and test. r=jandem (9619e8053) - Bug 1138693 - Add an early quit to the test if TypedObject isn't enabled. r=nbp (f6b04026e) - Bug 1180184 - Support JSOP_TOSTRING used by template strings in baseline JIT. r=jandem (8215c953b) (83aaad87d) - passwordmgr: add back missing part during merge (1be9ac6b8) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1172657 - ToInt32's arm asm crashes Apple clang, so #ifdef around the assembly for now. r=waldo (97f26d5b1) - Bug 1185104: Move MOZ_WARN_UNUSED_RESULT to the beginning of function-decls (where it's supposed to be) in jsfriendapi.h. r=tromey (0eb8033a7) - Bug 1146156: Add RR support to js/src/tests/jstests.py. r=nbp (93d4a61c0) - Bug 1174262 - Make jstest dispatch via a generator on Windows; r=sfink (ceaf96eb9) - Bug 1175708 - Eliminate some horrid action-at-a-distance global state in jstests.py; r=sfink (c11a8d622) (6641fc02d) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1164268 - Add some logging to browser_perf-compatibility-05.js, r=me (55c0ed222) - Bug 1166126 - Increase the size of the tag buffer in the profiler. r=mstange (cabe3d690) - Bug 1159486 - Make profiler use the process creation time. r=shu, r=jsantell (4e285c7db) - correctly apply Bug 1287912. r=bz (66644beac) - Bug 1187386 (Part 7) - Eliminate remaining dependencies on a non-null mImage in Decoder. r=tn (b1e3861b6) - Bug 1179451 - Part 1: Rewrite some ternary operators as if/else. r=froydnj (a46f4508f) - Bug 1179451 - Part 2: Fix incorrect return type. r=ehsan (a68ef3d67) - Bug 1179451 - Part 3: Use .get() to assign nsRefPtrs to raw pointers. r=froydnj (59155974f) - Bug 1179451 - Part 4: Don't pass nsRefPtr&& to functions that want raw pointers. r=froydnj (2a7893a33) - Bug 1179451 - Part 5: Delete nsRefPtr<T>::operator T*()&&. r=froydnj (891e019b0) (2131e4376)1 point
-
Yeah , I agree this cheaper N version maybe the culprit , it doesn't even have mfplat files. But VM is a different story though. Do you have a normal version to test on real hardware and upload the pictures here ? It's no hurry , of course . Thanks .1 point
-
VLC 2.2.x UN-patched with beautiful Vista buttons , now with these high quality pictures , which I spent some time to deliver , I assume one can see that patching is only a 50/50 solution at best , and I really hope this will help TCHEGEEK to finally notice the difference on his display . By the way , @TECHGEEK , have you ever considered writing to the developers of VLC directly ? I mean with your advanced skills of communicating with other people , I guess they will finally shed some light on what's really going on .1 point
-
I will test it myself and write back . I understand you have plenty to do. I've got a good deal on a huge HDD , so space is not a problem , though I have very weak CPUs on all of my PC's . It's Xeon X5440 (somewhat similar to yours, oveclocked) and a cheap Haswell Pentium , also OC. I'm afraid the performance will be terrible . I only hope if this game is not CPU demanding , and my old GTX970 will be enough.1 point
-
Ah , forget about them , those modern games are not worthy anyway , in any case , thank you very much for trying to help me ! Do you think DOA6 will launch ? Any chance ? There is a demo available , I can't find any info whether it uses this bloody mono or not.1 point
-
That's precisely what I did . I put all files from your folder to the main game folder with the main ".exe" , created empty file with the game name , added game.exe.local extension , then ( just in case ) copied all files to the mono folder , redirection of files was enabled earlier , boom , I see the same error . The file image is not "bad" , it runs fine on my old Win7 laptop. What do you mean by "put the .local files (plural) in the game exe's folder" ? Do I have to create empty files for each DLL too ? P.S. Tried on several games with mono , no luck. Edit : your update from Nov. 2018 installed , of course . Also DX11 , Platform update and VCRedist up to 2015 and .NET 4.5.11 point
-
Have you tried any games that use "MonoBleedingEdge" ? There are plenty of them now , even though the main executable doesn't have anything against Vista , that dreaded "mono" won't load . The error "can't load mono" , that's it . Adding files isn't helping.1 point
-
Honestly , I think Chrome is not needed when we have 360 , Chrome has sooo much telemetry alone, even without added Chinese prying eyes , I see no reason to use it without removing it first . I mean , let's say I found some time to sit and edit it , then I'll better add some more time to remove it from 360 and be with a much faster and convenient browser. It's not that I like it, it's just I'm choosing between these evils. I don't like anything modern at all. Besides , Chinese working for Google , aren't they ?1 point