Welcome! Log In Create A New Profile

Advanced

make.exe crashes????

Posted by Irrlicht 
make.exe crashes????
October 23, 2010 06:51PM
i've just installed devkitpro and configured VS2008 but when i try to compile any project
make.exe always crashes showing this output:


0 [main] make 5636 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
672 [main] make 5636 open_stackdumpfile: Dumping stack trace to make.exe.stackdump

and that's what's inside make.exe.stackdump:
MSYS-1.0.11 Build:2007-07-29 17:16
Exception: STATUS_ACCESS_VIOLATION at eip=710850E5
eax=657EFD7A ebx=0028EDFC ecx=0028F41A edx=65766972 esi=0028F41A edi=0028EDFC
ebp=0028ED9C esp=0028ED94 program=c:\wiidevelopment\devkitPro\msys\bin\make.exe
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
0028ED9C 710850E5 (0028F41A, 65766972, 0A0212F0, 0A021218)
0028EDCC 71084F8E (0028EDFC, 65766972, 0000003B, 7105B644)
0028F1FC 71082243 (65766972, 632F3A72, 6F72502F, 6D617267)
484926 [main] make 5636 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
504529 [main] make 5636 handle_exceptions: Error while dumping state (probably corrupted stack)

that's my system configuration:

Windows Seven Professional 64bit Italian
Intel Core 2 Duo 2.20 GHz
4GB DDR3-SDRAM
DEVKITPRO=C:\WiiDevelopment\devkitPro
DEVKITPPC=C:\WiiDevelopment\devkitPro\devkitPPC
Re: make.exe crashes????
October 23, 2010 06:54PM
The usual reason for these crashes is related to "security" software and/or logitech camera drivers.

If you have Logitech software installed, try this:

Type the command _services.msc_ from a command prompt (you will need administrator privileges to do this), then find the "Logitech Process Monitor" service, and change the "Startup type" from "Auto" to "Manual". Do the same with the "LVSrvLauncher" service.

Type the command _regedit_ from the command prompt (you will need administrator privileges to do this), then find the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run. Among the other REG_SZ keys, there should be three of them related to the Logitech QuickCam, namely: "LogitechCommunicationsManager", "LogitechQuickCamRibbon", "LVCOMSX". Make a backup of the registry, then remove them.

Reboot your PC

For "security" software see [cygwin.com] (msys is a cygwin fork and suffers from poorly written security products too).
Re: make.exe crashes????
October 23, 2010 06:55PM
hi, thank you for your reply and for the solution.
i tried to disable Windows Defender service and it worked...
is there anything I can do to remedy the problem without disabling Windows Defender?
Re: make.exe crashes????
October 23, 2010 06:56PM
Quote
Irrlicht
hi, thank you for your reply and for the solution.
i tried to disable Windows Defender service and it worked...
is there anything I can do to remedy the problem without disabling Windows Defender?

Try preventing Windows Defender from scanning the devkitPro folder, some instructions on adding exclusions at:
[helpdeskgeek.com].
Sorry, only registered users may post in this forum.

Click here to login