Problem when I go to the live after last update of W10


#1

Sorry for my English.
Yesterday W10 has performed an update, now when I go to live gives me an error:
"Generate code complete
Start creating directory on sdcard : /sawmono
creating dir: /sawmono
Done creating directory
Changing working directory on sdcard : /sawmono
Change working directory: /sawmono
Done changing working directory
Start compiling patch
BDIR = C:\Users\Mauro\DOCUME~1\axoloti/build
FIRMWARE = .
"RM"
rm -f C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.o C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.elf C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.bin C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.d C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.map C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.lst
"APP"
arm-none-eabi-g++ -nostdlib -fno-exceptions -fno-rtti -mcpu=cortex-m4 -O3 -fomit-frame-pointer -falign-functions=16 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -Wunused-parameter -DCORTEX_USE_FPU=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -mthumb -DTHUMB -std=c++11 -DARM_MATH_CM4 -D__FPU_PRESENT -fno-math-errno -fno-threadsafe-statics -H -IC:\PROGRA~2\Axoloti\app/CMSIS/Include -IC:\PROGRA~2\Axoloti\app/chibios/os/ports/common/ARMCMx/CMSIS/include -IC:\PROGRA~2\Axoloti\app/chibios/os/ports/common/ARMCMx -IC:\PROGRA~2\Axoloti\app/chibios/os/ports/GCC/ARMCMx -IC:\PROGRA~2\Axoloti\app/chibios/os/ports/GCC/ARMCMx/STM32F4xx -IC:\PROGRA~2\Axoloti\app/chibios/os/kernel/include -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/include -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32F4xx -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32 -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32/GPIOv2 -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32/I2Cv1 -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32/OTGv1 -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32/RTCv2 -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32/SPIv1 -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32/TIMv1 -IC:\PROGRA~2\Axoloti\app/chibios/os/hal/platforms/STM32/USARTv1 -IC:\PROGRA~2\Axoloti\app/chibios/boards/ST_STM32F4_DISCOVERY -IC:\PROGRA~2\Axoloti\app/chibios/ext/fatfs/src -I. -IC:\PROGRA~2\Axoloti\app/chibios -Winvalid-pch -MD -MP --include C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.h -c C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.cpp -o C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.o
! C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.h.gch
internal error in mingw32gt_pch_use_address, at config/i386/host-mingw32.c:190: MapViewOfFileEx: Tentativo di accedere ad un indirizzo non valido._

make: *** [C:\Users\Mauro\DOCUME~1\axoloti/build/xpatch.bin] Error 1
shell task failed, exit value: 1
Compiling patch failed ( C:\Users\Mauro\Documents\axoloti\axoloti-factory\patches\demos\synth\sawmono.axp ) "

Someone can give me some guidance?


#2

I'm running Windows 10 with the latest updates, and have not seen this problem.

I suspect this is caused by antivirus protection that misidentified the compiler as a virus. Do you have a virus scanner installed, and you you check its reports?


#3

Use Windows Defender, but in the report there is no indication of virus


#4

Ah, could you try deleting the file xpatch.h.gch in the directory C:\Users\Mauro\Documents\axoloti/build/
It might be corrupt, causing the compiler to crash, and it will be rebuild automatically next time you click "live".

I have not seen any problems with Windows Defender, only with other 3rd party virus scanners.


#5

Thank you very much, it works