Jump to content

PPeti66x

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Slovakia

Everything posted by PPeti66x

  1. @ClassicNick Works on all previous versions. This is nothing web-specific or browser-specific. The new version simply does not accepts/processes the Alt+CharCode input from the keyboard (which works in near all Windows applications). This should be accepted in any editable text field (address bar, form fields,...). Probably the new WinTextEventDispatcherListener patch is the guilty introduced in the mentioned version.
  2. @Dietmar But the cmpxchg8b is probably used in many system files and drivers, so you must patch probably hundreds or thousands of files. (0F C7 4D 00 pattern found in ntdll.dll, duser.dll and some others, not only in ntoskernel, and there are more variants).
  3. @roytam1 Hi! Is there any chance to fix/implement the Alt+CharCode text input support in the New Moon v27? This was removed by build 2024-02-02.
  4. @Dietmar WinXP SP3 really works on 486 CPU? It does not requires Pentium1 CPU or Overdrive CPU (P1 CPU in 486-compatible casing)? About the problems around PCI cards: be prepared, that most of modern PCI cards will not work (it will be undetected), because your mainboard/BIOS does not supports later PCI specifications (PCI v2.3 / v3.0?). And these informations are mostly unknown about PCI cards. Some new cards are backward compatible, but many of them are not. I had similar problem with my P-1 and USB 2.0 card.
  5. @roytam1 May be it helps somewhat: bug with Alt+Code introduced in NM 27.10 build 2024-02-02. May be a bug around "WinTextEventDispatcherListener"?
  6. @roytam1 New Moon v27 (2024-02-26) test: - Save image as... now works - use Alt+CharacterCode to enter language-specific characters is still not works (this is important for me) - "Show downloads for this session" button still not works as intended (so it is not possible to check details on file currently downloading (but works for future downloads, when it was 1st opened), and it can not be cancelled without closing all New Moon windows)
  7. @roytam1 Thanks! An another bug found (still New Moon v27.10 (2024-02-08)): I was unable to use Alt+CharacterCode to enter language-specific characters (e.g. Alt+251 = ű). Seems that all text fields are affected (search field, address bar, message fields in HTML pages).
  8. @roytam1 New Moon v27.10 (2024-02-08) I was unable to save JPG images by right-click and Save Image As... (other types not tested). (I do not updated the New Moon cca. 2 months, so I do not known, when it introduced.) The "Show downloads for this session" button is still not good. It not lists even the files currently downloading. Is there a way to pre-initialize this without user clicks? Or at least list files, that are currently downloading (download not finished yet).
  9. Hi!

    I tried out your vcfix v0.301 (http://blog.livedoor.jp/blackwingcat/archives/1452362.html) to retain W95 compatibility, but found a problem in it: When used with the VC2008, the compiler used a function call "GetModuleHandleW" (not the Ex variant) which is not resolved by the fix, which causes an endless loop in the initialization stage.

    Have a nice day!

    Sincerely, PPeti66x

    1. blackwingcat

      blackwingcat

      Did you set "#define WINVER 0x0400" I explaned  on this article ? and is enabled  unicows ?

    2. PPeti66x

      PPeti66x

      Thanks! I did not known, that these are required (these things are not mentioned in commonfix.h or in the included text files). Now it works. But I get page faults on some cases (probably the available memory (256MB) was exceeded) which not occurred on a variant that uses the Legacy Extender. I will try to investigate it later.

      Have a nice day!

  10. @roytam1 new bug in the latest Newmoon 27: When downloading a file (or more), the download list is empty (the icon itself displays the download status correctly). But sometimes things are displayed correctly.
  11. Thanks! Wikipedia now works correctly. (DuckDuckGo is still problematic.)
  12. @roytam1 Another problem found in NM27 (current version - 16.9.2023): wikipedia triggers an instant crash. Previous version (9.9.2023) is OK.
  13. @roytam1 Newmoon v27 unexpected behaviour: On DuckDuckGo search page the vertical scroll bar can not moved by mouse (scrolling by wheel or by PgUp/PgDown still works). Bug in NM27 or incompatible code in DuckDuckGo? Observed in versions: current(16.09.2023) and 09.09.2023 (2-3 earlier updates were ignored, so these are unknown).
  14. @Roytam1 Another bug is discovered in NM 27: Printing is not possible. It crashes immediately (all 3 buttons: Page Setup..., Print Preview, Print...). I do not know, which release introduced it, cca. 2 months before it worked.
  15. @roytam1 The latest Newmoon 27 (tested only the SSE variant) seems to have a nasty bug: there is no address bar (the text area is missing, so there are no place to enter the address)! (Good news, that many of the nasty crashes - mostly youtube, but not only - are gone, probably by the April 29 update or something around, so the PM 27 is now much more stable.)
  16. @roytam1 The latest NewMoon v27 (2022.12.24) now works as expected. Youtube is now seems to be OK. No strange crashes in general (at least for this short time). But it uses a different profile folder "Moonchild" instead of the "Moonchild Productions", so all bookmarks and extensions were gone - I must reinstalled these. This change is intentional? Common problems observed (not a bug, not specific to this version): - Youtube comments not loaded - Delayload for images (or other objects) not works on some sites - Can not post on MSFN ------ Merry Christmas for everyone!
  17. Results of the new 7777v7_OSFake version on DELL M4800 (Haswel): USB3=OK; monitor switching=failed(instead it moves with actively selected icon on the desktop); brightness control=failed; sleep mode=failed; new unknown device discovered="ACPI\DELLABCE\2&DABA3FF&0" (I never seen it before, probably for OSD it is an Airplane Mode Switch Driver, previously showed only by one of the test acpi varians by Daniel_K from 2020.10.17).
  18. Tested the ACPI_2.0 7777-v7 on Dell M4800 (Haswell): Brightness control works (failed on v6), Sleep mode failed, no USB3, no monitor switching. So the results are near same as with the original ACPI. The old 6666 variant (2021.02.02) works perfectly for me (USB3, sleep mode, brightness control, monitor switching).
  19. @Ben Markson Problem is, that this bug probably is not specific to youtube (but it is near always trigered by opening any youtube video, so easy to test). So killing it probably resolves many other unidentified crashes. I am using useragent for youtube "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" - this may be important if someone needs to reproduce the behaviour.
  20. The latest Newmoon v27 (27.10.0 (32-bit) (2022-12-02) SSE) is very unstable, crashes frequently in much more sites than the previous version. Issues with Youtube persists.
  21. @roytam1 The problems with Youtube and Newmoon 27.10 persists.
  22. @roytam Newmoon v27.10 (2022.1015) Can not play Youtube videos. Previous version works (but mostly crashes within a few minutes - even if YT page was closed previously, so YT triggers a delayed crash).
  23. @roytam1 The NM27 v2022-09-23 (32-bit SSE was tested) is somewhat prone to crash on youtube videos. The previous version was less prone, but was still not perfect. Crash occurs after a random amount of time, sometimes less than 30 sec, sometimes more than 30 min.
  24. Newmoon v27 2022-08-27 stability issues seems to be fixed. Thanks!
×
×
  • Create New...