JAM-Software / RibbonFramework

Delphi wrapper and standalone Designer for the Windows Ribbon Framework
Other
204 stars 59 forks source link

EXCEPTION_ACCESS_VIOLATION in UIRibbon.dll #23

Closed mwintex closed 8 years ago

mwintex commented 8 years ago

Hi,

we got an access violation in Module: UIRibbon.dll Code: C0000005 (EXCEPTION_ACCESS_VIOLATION)

Any idea?

Best regards

joachimmarder commented 8 years ago

Can you post the full call stack please? Which version are you using? Are you able to replicate the error with one of our sample projects?

mwintex commented 8 years ago

Hi,

in the attachment you can find an image of the stack. We are using the lastest version of the RibbonFramework. The UIRibbon.dll Version is 6.1.7601.17514 With the sample projects everything works fine!

stack

joachimmarder commented 8 years ago

The UIRibbon.dll Version is 6.1.7601.17514

This DLL ist part of the Windows operating system and our components are a wrapper around this DLL. Are you using the latest source of these components from GitHub?

With the sample projects everything works fine!

I'm sorry but I don't think I can help here without steps for reproducing the problem or a sample project that provokes this error.

joachimmarder commented 8 years ago

Is there any news on this issue?

With the sample projects everything works fine!

You could then try using a ribbon from one of our sample projects, e.g. Samples\High Level\01 Simple Ribbon\Ribbon\SimpleRibbonUI.pas and see if then the error disappears. That way we know if the problem is related to the ribbon resources or to the application.

mwintex commented 8 years ago

I guees the problem is caused by our application. We will use another Ribbon Control to solve the problem. Thank you very much for your efforts and assistance.

joachimmarder commented 8 years ago

I guess the problem is caused by our application.

Did you get an idea why exactly?

mwintex commented 8 years ago

Delphi says "unknown exception". That's all! We did not spent more time to find the problem.