aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
383 stars 61 forks source link

Clipjump 12.3 crash #97

Closed happysurf closed 8 years ago

happysurf commented 8 years ago

In Windows XP SP3 + Clipjump 12.3 I get this error during copy and paste operations:

clipjump

Version 12.0 works fine. Thanks.

aviaryan commented 8 years ago

Can you translate the message for me?

happysurf commented 8 years ago

GDI+ Window: Clipjump.exe - Aplication Error

The instruction at "0x4ebe74b2" referenced memory at "0x4ebe74b2". The memory could not be "read". Click on OK to terminate the program. Click on Cancel to execute the application debug.

aviaryan commented 8 years ago

Does it happen everytime you copy something or are there any specific cases ? Also after the error, is the item actually copied to Clipjump (in Paste Mode Ctrl-V) ?

aviaryan commented 8 years ago

Can you try something, replace the Clipjump.exe of v12.3 with Clipjump.exe of v12. .. Then run v12.3 with the new exe. As there was no change in the code regarding the copy-paste between these versions, I suspect it was an AutoHotkey issue.

happysurf commented 8 years ago

I tried Clipjump.exe 12.0 inside the 12.3 folder but I get the same error with the software in idle state. Come back to 12.0 for now.

aviaryan commented 8 years ago

I think your case is same as issue #90 . Can't believe how I forgot that. The fix in that case will be to download the repo at https://github.com/aviaryan/Clipjump/tree/f725c69ba5fd0b2ba4b1b7f164f2b2612193b215 , extract it, copy Clipjump.exe (of v12.3) to it's folder and then run.

happysurf commented 8 years ago

This is a great news, but in the zip file here https://github.com/aviaryan/Clipjump/archive/f725c69ba5fd0b2ba4b1b7f164f2b2612193b215.zip I don't see any Clipjump.exe file.

aviaryan commented 8 years ago

Use Clipjump.exe of v12.3

happysurf commented 8 years ago

Works fine thanks.