Copy Handler Community Forum

CH Development => Discussion about bugs/issues => Topic started by: tad2020 on July 06, 2009, 07:03:32 PM

Title: Crash at start up.
Post by: tad2020 on July 06, 2009, 07:03:32 PM
Both 1.32 beta builds, 212 and 224, both crash at launch on every machine I've tired so far. XP, Vista and Vista x64. I've installed the latest VC++ 2008 runtimes and .NET packages. I can't use 1.31 cause the "Copy Rest All" function does not work.

224 works better, it continues to run after the crash (see attached).

I would submit this to the bug tracker, but since that last redesign, SF won't let me log in and it cannot find my email address :S
Title: Re: Crash at start up.
Post by: Ixen on July 17, 2009, 06:33:03 AM
Helo,
It seems that this crash repeats itself between svn212 and svn224. I hoped that this was a problem of incompatible mfc libraries (another bug, fixed in 224). It seems however that it is not. I'll try to investigate it when some time will be available (posting it on sf.net will certainly help :) ).

Regards,
Ixen
Title: Re: Crash at start up.
Post by: tad2020 on July 17, 2009, 08:32:05 PM
I've since tried getting it to run on a few more machines since, but even on fresh installs of XP are no go.

I compile it from trunk and got the same error. VS2008sp1. Tired with boost 1.35 and 1.38.

QuoteFirst-chance exception at 0x771d6f55 in ch.exe: 0xC0000005: Access violation writing location 0x0000005c.
Unhandled exception at 0x771d6f55 in ch.exe: 0xC0000005: Access violation writing location 0x0000005c.

SF.net still isn't likely me. Looks like my account was partly deleted. I can't get support cause I can't log in. Won't accept my email address because it's "in use", so can't sign up again. SF has been going down hill since that first javascript nightmare redesign.
Title: Re: Crash at start up.
Post by: jormartr on July 22, 2009, 09:27:47 AM
Same problem here. Any way to help?
Title: Re: Crash at start up.
Post by: Ixen on July 22, 2009, 03:39:40 PM
As a temporary workaround you could disable automatic checking for updates which seems to trigger the behaviour (in configuration file you have to change the "Check for updates at startup" to 0. Or if it does not exist - you have to manually add the entry. See below for the details:

[Program]
Check for updates at startup=0
Title: Re: Crash at start up.
Post by: jormartr on July 23, 2009, 06:44:39 AM
Quote from: Ixen on July 22, 2009, 03:39:40 PM
As a temporary workaround you could disable automatic checking for updates which seems to trigger the behaviour (in configuration file you have to change the "Check for updates at startup" to 0. Or if it does not exist - you have to manually add the entry. See below for the details:

[Program]
Check for updates at startup=0


Where is this file located? On my profile there is only the Dumps and Tasks folder, and ch.log, but no config file.

Thanks
Title: Re: Crash at start up.
Post by: Ixen on July 23, 2009, 07:48:45 AM
It should be where the log file is as fas as I remember. If it was not created - create it yourself and copy the entries from my previous post into it.