-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win 11 crashing - rcUpdateFieldMap #101
Comments
Is it only DD that crashes or other Progress based applications as well? I don't have w11 myself but my colleague has. He runs progress 11.2 and does not have this issues with DD |
Could you run a session with client side logging enabled and send me the log? That might clear up things. |
It seems to only be DD, haven't seen the behavior on other applications. I tried to turn on the client side logging, added the startup parameter's to the DataDigger.pf.
|
I've been having a issues since updating my workstation to Win11. I've been able to reproduce it on multiple machines at this point.
Using Progress OpenEdge 11.3.2 (32-bit)
It seem to crash when drawing a new window. Sometime right on startup, othertimes it works fine for a while before crashing. In the protract, the call stack always ends with "rcUpdateFieldMap" on top.
`Exception code: C0000005 ACCESS_VIOLATION
Fault address: 52851091 01:00550091 C:\Progress\OpenEdge11\bin\prow32.dll
...
Call Stack:
Address Frame
52851091 00EFF250 rcUpdateFieldMap+C1381
52851B2A 00EFF260 rcUpdateFieldMap+C1E1A
52851F36 00EFF290 rcUpdateFieldMap+C2226
`
Hoping someone might have more insight.
The text was updated successfully, but these errors were encountered: