PDA

View Full Version : All of a Sudden



NewsArchive
04-17-2015, 03:37 AM
All of a sudden my code signing gets an error 1. I had been messing around
in the script editor but AFAIK didn't mess with code signing.

I commented out the first files but the first uncommented file gets the same
error: ode signing process error 1.

Other SB apps are fine.

Tell me it's something simple. <G>

Thanks!

Lynn Howard
Linked Software
www.linkedsoftware.com

NewsArchive
04-17-2015, 03:38 AM
> All of a sudden my code signing gets an error 1. I had been messing around
> in the script editor but AFAIK didn't mess with code signing.
>
> I commented out the first files but the first uncommented file gets the same
> error: ode signing process error 1.
>
> Other SB apps are fine.
>
> Tell me it's something simple. <G>

Hi Lynn,

Try clicking the SAVE button in the script again before you compile when
you get that error.

I have seen that resolve it (I'm not sure if the OS or maybe the AV is
getting in the way, but that does seem to fix it here).

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds

cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)
www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
developer tools!
www.seal-soft.com - The xProduct Clarion templates - xWordCOM, xToolTip,
xDataBackup Manager and more!
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms - Now with PNG support!
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
04-17-2015, 09:04 AM
Thanks Charles but no go. <G>

Lynn

NewsArchive
04-18-2015, 04:05 AM
Hi Charles,

> Try clicking the SAVE button in the script again before you compile when
> you get that error.
>
> I have seen that resolve it (I'm not sure if the OS or maybe the AV is
> getting in the way, but that does seem to fix it here).

If clicking SAVE "fixed" it then it was definitely luck <g>.

Friedrich

NewsArchive
04-18-2015, 04:05 AM
> If clicking SAVE "fixed" it then it was definitely luck <g>.

Actually I was suspecting our favorite anti-virus of having the file locked
perhaps<g>...

I compile the script externally (driving it from Build Automator).

I delete the executable from the last compile first (that way if the
compile fails then B/A won't run the old compile result afterwards).

But now and again I will get the error 1.

It seems that I never have to do anything but switch back to the script,
click save and then switch back to B/A and compile again ... and it works
fine.


:-)

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds

cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)
www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
developer tools!
www.seal-soft.com - The xProduct Clarion templates - xWordCOM, xToolTip,
xDataBackup Manager and more!
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms - Now with PNG support!
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
04-18-2015, 04:06 AM
But it might also have worked if you had pulled your left ear three times
and howled at the moonshine <g>

Jane Fleming

NewsArchive
04-18-2015, 04:06 AM
Jane,

> and howled at the moonshine <g>

Well THERE'S your problem. You DRINK it, not howl at it!<g>

You might howl at the MOON afterwards but that's different!

Lee White

NewsArchive
04-18-2015, 04:06 AM
> Jane,
>
>> and howled at the moonshine <g>
>
> Well THERE'S your problem. You DRINK it, not howl at it!<g>
>
> You might howl at the MOON afterwards but that's different!

I was thinking the same thing!


:-)

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds

cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)
www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
developer tools!
www.seal-soft.com - The xProduct Clarion templates - xWordCOM, xToolTip,
xDataBackup Manager and more!
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms - Now with PNG support!
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
04-18-2015, 04:07 AM
Drink it first, then howl at the porcelain goddess

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve
I'll search help files & Google for you.
#JeffWeCan https://www.youtube.com/watch?v=6UsHHOCH4q8&feature=youtu.be

NewsArchive
04-18-2015, 04:07 AM
Hi Charles,

The main problem is that Authenticode signing modifies the binary contents
of an existing application file. To make it even worse (for the stupid <g>
antivirus, anti-spyware and firewall apps), the Authenticode tool collects
information, sends a hash to a timestamp server on the world wide web, and
receives back information. To "protect" you, sometimes (and not always) the
security software masterpiece simply blocks that action. But you never know
when and why.

And sometimes it's even a combination of your own binary file and
code-signing: the protection software scans your app and a few bytes look a
bit strange (a sequence of bytes that is specific to a piece of malware, but
your sequence does not 100% match, only 99%). When trying to code-sign that
app then the protection software says that enough is enough and simply
blocks the devil app. Well done, thank you!

Some weeks ago a customer sent me an executable that was impossible to
code-sign (his avast! refused to do it). We found out that one of his
embedded icons in the EXE resource caused it. He changed ONE pixel and
bingo. Code-signing worked. Cool, and that does not scare me at all, no.

Or this one: code-signing 20 application files works fine without any
problem but beginning with file #21 it stops working. Why? Because the
protection software monitors all actions and code-signing more than 20 apps
in a row is a bad thing TODAY. Tomorrow, you can code-sign 25 apps but on
next Saturday only 10. I really like all these hourly distributed
definition files because they permanently change "the rules".

And yes, all this takes the fun out of what we do <g>

Friedrich

NewsArchive
04-18-2015, 10:13 AM
And that friends is how political standards change all over the world -
move the goal posts without warning.

--

Russ Eggen
RADFusion International, LLC

NewsArchive
04-19-2015, 04:19 AM
> And yes, all this takes the fun out of what we do <g>

I think it is time we put Chuck Norris on the job to get rid of the malware
and virus writers, THEN the AV companies!


:-)

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds

cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)
www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
developer tools!
www.seal-soft.com - The xProduct Clarion templates - xWordCOM, xToolTip,
xDataBackup Manager and more!
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms - Now with PNG support!
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------