Hi again,
just updated to 5.19 on a Windows 2012 and get an error all the times I try to start FFS.
Problem details (from error Window):
Firma con problemas:
Nombre del evento de problema: APPCRASH
Nombre de la aplicación: FreeFileSync_x64.exe
Versión de la aplicación: 5.19.0.0
Marca de tiempo de la aplicación: 51fba0f2
Nombre del módulo con errores: FreeFileSync_x64.exe
Versión del módulo con errores: 5.19.0.0
Marca de tiempo del módulo con errores: 51fba0f2
Código de excepción: c000041d
Desplazamiento de excepción: 0000000000261372
Versión del sistema operativo: 6.2.9200.2.0.0.272.33
Id. de configuración regional: 3082
Información adicional 1: 0ea2
Información adicional 2: 0ea2b3f7a8b7bc5db18b8fc424e88698
Información adicional 3: b15b
Información adicional 4: b15bc912edc0c1e0b1784a4db864bf6c
Hope it helps.
5.19 update error
- Posts: 28
- Joined: 8 Jul 2013
- Posts: 7
- Joined: 11 Aug 2003
Hi same problem here as well after install of the 5.19 on Windows 8.1. The FreeFileSync_x64.exe is not working anymore but FreeFileSync_Win32.exe does work.
- Posts: 1
- Joined: 15 Feb 2004
Same problem in Windows8 64-bit with FreeFileSync 5.19
- Posts: 2
- Joined: 3 Aug 2013
Ditto, but app exits immediately without error.
Windows 8 x64
v5.19
Both FreeFileSync.exe and FreeFileSync_x64.exe
FreeFileSync_Win32.exe seems OK.
Windows 8 x64
v5.19
Both FreeFileSync.exe and FreeFileSync_x64.exe
FreeFileSync_Win32.exe seems OK.
- Site Admin
- Posts: 7205
- Joined: 9 Dec 2007
Thanks all for this fast feedback! I can confirm the app-crash on Windows 8 and am currently investigating.
- Site Admin
- Posts: 7205
- Joined: 9 Dec 2007
Okay, found it: a wxWidgets 64 bit bug where they use a "long" (32-bit in MSVC) as last parameter for EnumFontFamExProc instead of the LPARAM (64-bit in MSVC) which is documented. I'll release an updated FFS version later today.
- Posts: 2
- Joined: 3 Aug 2013
5.20 no longer crashes on startup for me, but it does crash when I click the help button next to the symbolic link handling option.
Problem signature:
Problem Event Name: APPCRASH
Application Name: FreeFileSync_x64.exe
Application Version: 5.20.0.0
Application Timestamp: 51fd1a62
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.2.9200.16451
Fault Module Timestamp: 50988aa6
Exception Code: c0000005
Exception Offset: 00000000000066d6
OS Version: 6.2.9200.2.0.0.256.103
Locale ID: 1033
Additional Information 1: 5032
Additional Information 2: 5032d1039f0e549310a0cdff0cdd1361
Additional Information 3: 25c7
Additional Information 4: 25c7bdabbf30d9bcbfd64f99a46768be
Problem signature:
Problem Event Name: APPCRASH
Application Name: FreeFileSync_x64.exe
Application Version: 5.20.0.0
Application Timestamp: 51fd1a62
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.2.9200.16451
Fault Module Timestamp: 50988aa6
Exception Code: c0000005
Exception Offset: 00000000000066d6
OS Version: 6.2.9200.2.0.0.256.103
Locale ID: 1033
Additional Information 1: 5032
Additional Information 2: 5032d1039f0e549310a0cdff0cdd1361
Additional Information 3: 25c7
Additional Information 4: 25c7bdabbf30d9bcbfd64f99a46768be
- Site Admin
- Posts: 7205
- Joined: 9 Dec 2007
@Reith: Indeed and thank you for spotting this!
It's again a wxWidgets 64-bit bug. This time they incorrectly use a DWORD instead of a DWORD_PTR as last parameter when dynamically loading HTMLHELP from hhctrl.ocx.
All these wxWidgets bugs... I hope this is the last one (at least for some time).
Here's the new FFS version:
[404, Invalid URL: http://freefilesync.sourceforge.net/FreeFileSync_5.21_beta_Windows_Setup.exe]
It's again a wxWidgets 64-bit bug. This time they incorrectly use a DWORD instead of a DWORD_PTR as last parameter when dynamically loading HTMLHELP from hhctrl.ocx.
All these wxWidgets bugs... I hope this is the last one (at least for some time).
Here's the new FFS version:
[404, Invalid URL: http://freefilesync.sourceforge.net/FreeFileSync_5.21_beta_Windows_Setup.exe]
- Posts: 2
- Joined: 3 Aug 2013
Thanks for the quick fix! Everything looks good on my end now.
- Posts: 28
- Joined: 8 Jul 2013
All good now!