German Error Messages - Forum

Forum Navigation
You need to log in to create posts and topics.

German Error Messages

I've received a few German error messages in VisualNeoWin while creating plugins..  Not sure if you're aware..
German Error Messages

thanks!

Hello,

Can you give more detail where you get this error?

Are you using one of my plugins here? (Since my plugins are compiled with a german delphi)

I can not remember such error message?

Regards

Hans-Peter

 

@hpw I do have 2 of your plugins installed, the  hpwPlayAction and hpwEncode but I'm not actually using them in the project.

The error occurred when running my plugin action from my project.  I believe it's because the action is trying to update a variable tied to the project ui in an event that is time driven on a ui thread..  It's complicated..

Anyways, not a big deal but it did catch me off guard.. On a positive note.. I learned a little German ;)

Hello,

You should see the causing code-line in the debugger.

Regards

Hans-Peter

 

Yes, appreciate it .. I know where the error is being caused and I pretty much no why.

On another note I seem to have a  problem with calling a subroutine from my plugin.. The project crashes, memory...  But it only occurs while running with the debugger in test mode.. If I compile to disk and run the project, it seems stable, no errors at all.  It happens exactly when running a subroutine from the plugin.  Might be memory trashed coming from C# plugin but it's only happening inside the debugger.. Not from compiled project.  Some kind of memory issue.. frustrating

thanks!

@hpw The memory problem was caused by my plugin.. I finally figured it out  :)

thanks!