Astropulse v6: exit code -1073741515 (0xc0000135)

Message boards : Number crunching : Astropulse v6: exit code -1073741515 (0xc0000135)
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Link
Avatar

Send message
Joined: 18 Sep 03
Posts: 834
Credit: 1,807,369
RAC: 0
Germany
Message 1330520 - Posted: 23 Jan 2013, 22:33:46 UTC
Last modified: 23 Jan 2013, 22:41:50 UTC

Hi,

this WU was trying to error out with the following message in std_err:
<![CDATA[
<message>
- exit code -1073741515 (0xc0000135)
</message>
]]>

That's all, nothing else. I recovered it for now by editing the client_state.xml and suspended it, don't want to waste those 8MB.

The app is the AP6_win_x86_SSE_CPU_r555.exe, the CPU supports SSE, so that should be fine.

My app_info looks like that:
<app_info>
 <app>
  <name>setiathome_enhanced</name>
 </app>
 <file_info>
  <name>KWSN_2.4V_SSE_MB_FFTW.exe</name>
  <executable/>
 </file_info>
 <app_version>
  <app_name>setiathome_enhanced</app_name>
  <version_num>603</version_num>
  <flops>2875950000</flops>
  <file_ref>
   <file_name>KWSN_2.4V_SSE_MB_FFTW.exe</file_name>
   <main_program/>
  </file_ref>
 </app_version>
 <app>
  <name>astropulse_v6</name>
 </app>
 <file_info>
  <name>AP6_win_x86_SSE_CPU_r555.exe</name>
  <executable/>
 </file_info>
 <app_version>
  <app_name>astropulse_v6</app_name>
  <version_num>601</version_num>
  <file_ref>
   <file_name>AP6_win_x86_SSE_CPU_r555.exe</file_name>
   <main_program/>
  </file_ref>
 </app_version>
</app_info>


Any ideas?


EDIT: BTW, that was in BOINC log, the task errored out instantly at start up:
23-Jan-2013 23:13:28 [SETI@home] Starting ap_25jn12ac_B5_P1_00089_20130120_15039.wu_1
23-Jan-2013 23:13:28 [SETI@home] Starting task ap_25jn12ac_B5_P1_00089_20130120_15039.wu_1 using astropulse_v6 version 601
23-Jan-2013 23:13:29 [SETI@home] Computation for task ap_25jn12ac_B5_P1_00089_20130120_15039.wu_1 finished
23-Jan-2013 23:13:29 [SETI@home] Output file ap_25jn12ac_B5_P1_00089_20130120_15039.wu_1_0 for task ap_25jn12ac_B5_P1_00089_20130120_15039.wu_1 absent

ID: 1330520 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14650
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1330536 - Posted: 23 Jan 2013, 23:48:42 UTC - in response to Message 1330520.  
Last modified: 23 Jan 2013, 23:50:45 UTC

Hi,

this WU was trying to error out with the following message in std_err:
<![CDATA[
<message>
- exit code -1073741515 (0xc0000135)
</message>
]]>

That's all, nothing else. I recovered it for now by editing the client_state.xml and suspended it, don't want to waste those 8MB.

Error 0xc0000135 translates as "The application failed to initialize properly", and is usually related to a missing DLL file (no, not the dotNET framework, google users - we don't use dotNET here - but any other missing DLL will cause the same error).

Funnily enough, I was typing exactly the same explanation around this time yesterday. Then, I invited the ATI hardware/driver gurus to investigate: this time it needs the third-party AP application crew.
ID: 1330536 · Report as offensive
Josef W. Segur
Volunteer developer
Volunteer tester

Send message
Joined: 30 Oct 99
Posts: 4504
Credit: 1,414,761
RAC: 0
United States
Message 1330540 - Posted: 24 Jan 2013, 0:05:09 UTC - in response to Message 1330536.  

Error 0xc0000135 translates as "The application failed to initialize properly", and is usually related to a missing DLL file (no, not the dotNET framework, google users - we don't use dotNET here - but any other missing DLL will cause the same error).

Funnily enough, I was typing exactly the same explanation around this time yesterday. Then, as now, I invited the ATI hardware/driver gurus to investigate.

This one is for a CPU, AMD but not ATi.

The most likely cause is that libfftw3f-3.dll is missing. The application requires it, but we left it out of the aistub for what seemed at the time adequate reasons. The 0.40 installer does supply it, but it's not clear exactly how Link has arrived at the configuration of that system.
                                                                  Joe
ID: 1330540 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14650
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1330544 - Posted: 24 Jan 2013, 0:24:42 UTC - in response to Message 1330540.  

Error 0xc0000135 translates as "The application failed to initialize properly", and is usually related to a missing DLL file (no, not the dotNET framework, google users - we don't use dotNET here - but any other missing DLL will cause the same error).

Funnily enough, I was typing exactly the same explanation around this time yesterday. Then, as now, I invited the ATI hardware/driver gurus to investigate.

This one is for a CPU, AMD but not ATi.

The most likely cause is that libfftw3f-3.dll is missing. The application requires it, but we left it out of the aistub for what seemed at the time adequate reasons. The 0.40 installer does supply it, but it's not clear exactly how Link has arrived at the configuration of that system.
                                                                  Joe

Argh - you caught me before my edit :-)

Agreed - it has to be a manual app_info creation, not an installer-generated one. AP6_win_x86_SSE_CPU_r555.exe arrived in the installer with v0.40 and APv6 compatibility (March 2012), but the antediluvian KWSN_2.4V_SSE_MB_FFTW.exe had been retired long before that.
ID: 1330544 · Report as offensive
Profile Link
Avatar

Send message
Joined: 18 Sep 03
Posts: 834
Credit: 1,807,369
RAC: 0
Germany
Message 1330695 - Posted: 24 Jan 2013, 12:49:22 UTC - in response to Message 1330540.  

The most likely cause is that libfftw3f-3.dll is missing. The application requires it, but we left it out of the aistub for what seemed at the time adequate reasons. The 0.40 installer does supply it, but it's not clear exactly how Link has arrived at the configuration of that system.

That was it. I haven't know I need that file too when I extracted it from the installer using 7-zip. It would be indeed helpful if all needed files would be included in the aistub files for those of us who update manually for whatever reason.

Thanks a lot!
ID: 1330695 · Report as offensive
rwarren873

Send message
Joined: 2 Sep 06
Posts: 25
Credit: 39,741,063
RAC: 87
United States
Message 1334450 - Posted: 3 Feb 2013, 22:16:46 UTC
Last modified: 3 Feb 2013, 22:19:36 UTC

I was having this problem too on AP6 on an ATI card using Lunatics, quick search here, quick copy/paste from the backup folder Lunatics created when it installed and no more problem.

Thanks for the info!

To clarify a comment in the thread though, it is not just a manual install problem. Lunatics .40 actually removed the dll (put it in the backup folder it creates) so it was an easy fix.
ID: 1334450 · Report as offensive

Message boards : Number crunching : Astropulse v6: exit code -1073741515 (0xc0000135)


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.