AVOIDING Exit Code -1073741819

Post Reply
nutellaj
Posts: 9
Joined: Mon Sep 02, 2019 9:27 am

AVOIDING Exit Code -1073741819

Post by nutellaj »

Hello,

One of the computers in the local network refuses to render frames sent through Submit Job from manager computer. Other computers render without any problems.
It shows Exit Code -1073741819
This is the command it runs: mayarender -r file -s 1 -e 1 -b 1 -cam "camera1" -rd "O:\carriage" "P:\0_assets\0_props\carriage\2_shading\carriage_shading.0014.ma"

Afanasy info: https://pastebin.com/fnc5wfUi

I checked env variables, i checked if afanasy sees the software, i checked that the render from the computer itself works. Everything seems to be ok, but it still doesn't want to render.

Could you please help troubleshoot this?

Thanks.

Software: Maya 2019.1
Windows 10 pro x64 build 1903
cgru ver 2.3.1
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: AVOIDING Exit Code -1073741819

Post by timurhai »

Hello.

You want to say, that the same command

Code: Select all

mayarender -r file -s 1 -e 1 -b 1 -cam "camera1" -rd "O:\carriage" "P:\0_assets\0_props\carriage\2_shading\carriage_shading.0014.ma"
returns some different exit code on some machine?

Have you tried this command w/o Afanasy, just paste it in a console, and check exit code?
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
nutellaj
Posts: 9
Joined: Mon Sep 02, 2019 9:27 am

Re: AVOIDING Exit Code -1073741819

Post by nutellaj »

I went to afanasy terminal and ran the mayarender command and it just returns me the computer name.
In another computer render kicks in and completes successfully.
I see exit codes in terminal from render.cmd
Attachments
The one that works
The one that works
Terminal2.jpg (230.27 KiB) Viewed 8295 times
The one that doesnt work
The one that doesnt work
Terminal1.jpg (83.04 KiB) Viewed 8295 times
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: AVOIDING Exit Code -1073741819

Post by timurhai »

So now you see your problem.
You should dig what is going on, what is the difference between computers.
May be mayarender script can't find Maya installation directory?
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
nutellaj
Posts: 9
Joined: Mon Sep 02, 2019 9:27 am

Re: AVOIDING Exit Code -1073741819

Post by nutellaj »

It seems like something is wrong with maya.
mayarender command is basicallu Render.exe called with arguments.
And Render.exe doesnt work either. Maybe i'll just wipe the OS :)
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: AVOIDING Exit Code -1073741819

Post by timurhai »

Ensure that it found Render.exe location.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply