Visual C++ Runtime Error on WLM/WIN7


Recommended Posts

post-2-1258283957.png

This started happening recently, does anyone know what could cause it?

I have latest version of WLM and A-Patch applied (ages ago, but this problem only just started).

i have the Exact same.

This started happening about 2 weeks ago Also, opening a conversation takes about a minute for the whole application to respond again.

What i have tried:

Uninstalling, removing all entries in Appdata from WLM.

Reinstalled: same thing occurs.

Also, when someone sends me an IM i get the message instantly, and its on my taskbar, but once i want to open the conversation it takes another minute for it to load.

That plus i get the exact same error as the OP

start WinDbg and attach to the WLM process and wait for the error

Okay, simple enough, if i wouldve looked before i asked... :p

Anyways, i attached it to the process after i logged in, i dont know what its doing now but messenger is unusable at the moment after i attached the process.

Now i just wait ?

This is what it said after the list of dll files btw

(118c.940): Break instruction exception - code 80000003 (first chance)
ntdll!DbgBreakPoint:
00000000`7782f190 cc			  int	 3

next hit F5 to run the program after attaching.

Okay, it has ran since then, finally today something happend after which i could not resume the debugging with F5.

The errors on the bottom are from trying to resume the debugger.

However when this occured i did not get a runtime error from messenger

loads_o_text.txt

you're getting a STATUS_GUARD_PAGE_VIOLATION (0x80000001) exception.

A guard page provides a one-shot alarm for memory page access. This can be useful for an application that needs to monitor the growth of large dynamic data structures. For example, there are operating systems that use guard pages to implement automatic stack checking.

To create a guard page, set the PAGE_GUARD page protection modifier for the page. This value can be specified, along with other page protection modifiers, in the VirtualAlloc, VirtualAllocEx, VirtualProtect, and VirtualProtectEx functions. The PAGE_GUARD modifier can be used with any other page protection modifiers, except PAGE_NOACCESS.

If a program attempts to access an address within a guard page, the system raises a STATUS_GUARD_PAGE_VIOLATION (0x80000001) exception. The system also clears the PAGE_GUARD modifier, removing the memory page's guard page status. The system will not stop the next attempt to access the memory page with a STATUS_GUARD_PAGE_VIOLATION exception.

The cause is Adobe flash. Which version do you use? Can you try to upgrade to the newest version?

you're getting a STATUS_GUARD_PAGE_VIOLATION (0x80000001) exception.

The cause is Adobe flash. Which version do you use? Can you try to upgrade to the newest version?

I have updated it now, however Messenger is still VERY slow, its like its running on 100% CPU, thats how it feels..(but it isnt)

It logs in normally, i open a chat window, it appears instantly but the window is empty after 30 seconds i can see whats in the widow(typing box etc) but it still takes another 30 seconds for me to be able to type anything in it.

It is exactly the same when someone sends me an IM, the IM is received instantly, but when i open the IM window, the above happens.

Ive set the debugger to run again, im gonna see what happens now.

you could try to run the Windows performance toolkit (xperf) to capture what is causing the high CPU usage:

https://www.neowin.net/forum/index.php?show...#entry591870700

Nothing is getting high cpu usage.. if only it would be that easy.

Anyways ive gotten another thing in the Debugger, this happens when i Select TEXT in the IM window, after this error however i can reusume with F5 and continue using messenger.

(a40.a44): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
KERNEL32!IsBadWritePtr+0x37:
75d1c3b7 8a08			mov	 cl,byte ptr [eax]		  ds:002b:000010ea=??
0:000:x86> g

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Sandboxie Plus 1.17.8 / Classic 5.72.8 by Razvan Serea Run programs in a sandbox to prevent malware from making permanent changes to your PC. Sandboxie allows you to run your browser, or any other program, so that all changes that result from the usage are kept in a sandbox environment, which can then be deleted later. Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. An isolated virtual environment allows controlled testing of untrusted programs and web surfing. Sandboxie is available in two flavors Plus and Classic. Both have the same core components, this means they have the same level of security and compatibility. What's different is the user interface the Plus build has a modern Qt based UI which supports all new features that have been added since the project went open source. The Classic build has the old no longer developed MFC based UI, hence it lacks support for modern features, these features can however still be used when manually configured in the Sandboxie.ini. Sandboxie Plus 1.17.8 / Classic 5.72.8 release notes: Added added DisableCustomTitleOpt=[process,][y|n] to allow [#] sandboxie title markers on custom-titlebar windows (Delphi VCL, Qt, Electron) that were previously skipped to prevent DWM repaint CPU loops #5387 Changed updated bundled ImDisk driver to 3.0.2 #5419 Fixed fix Suppress logs for expected non-user SIDs #5422 SbieSvc.exe: SBIE2218/2219 error when run program as administrator #5417 fixed explorer.exe crashes in Application Compartment when Huorong Security is installed #5423 Download: Sandboxie Plus (64-bit) | 23.5 MB (Open Source) Download: Sandboxie Classic (64-bit) | 3.0 MB Links: Sandboxie Website | GitHub | ARM64 | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hello, Christian Maas' XVI32 is a nice (and very small) hex editor. Speaking of hex editors, many years ago a colleague and I who both worked at Tribal Voice managed to edit a copy of the company's PowWow instant messaging client to make it behave better now that all of its lookup servers and other server-side tech was gone.  The program didn't support NAT (RFC-3022 was introduced in January 2001, the same time Tribal Voice was shuttered), but it still worked okay if you manually set up port-forwarding on your router.  The server at http://powwow.jazy.net/ hosts a copy (usual warnings about downloading and running untrusted code from random internet servers apply). I occasionally use some tools like Funduc Software's Search and Replace and Application Mover when I need to make mass-edits to text-based files or move programs with a hard-coded installation directories, respectively.  When I need to figure out the exact LCD panel inside of a laptop, EnTech Taiwan's Monitor Asset Manager is my go-to tool for that purpose. JD Design's website (now hosted on github.io) has a number of interesting freeware and shareware utilities.  I used to use their TouchPro utility to set the file timestamps on software I was mastering to match its version number (e.g., version 3.00 of a program had all of its files dates set to 3:00AM, and so forth). Karenware has a number of interesting freeware utilities, too. Regards, Aryeh Goretsky  
    • I still use HexChat! Not really as ancient as the 1994 AutoCAD above my post, but I have never found anything better to replace it. Yes we still operate an IRC server https://www.neowin.net/irc/ 😛 
    • At work we still have a couple of people that use a version of AutoCAD LT purchased in 1994. This predates Windows 95 and works fine on versions of Windows up to XP. Its long since run in an locked down isolated XP VM, accessible via RDP. I did install LibreCAD for them, however they said it was just too different to get to grips with. In all fairness one of them is now 75 and the other is almost 60.
    • On my music making (non internet) PC Sony Acid Pro 7.0 Adobe Audition 2015 Korg Legacy Collection Windows 7 SP1
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!