Sujith Mathew Geevarghese
Sujith Mathew Geevarghese
I tried tmp_capture_mem=np.zeros(8294400,'uint8') didnt work but i tried the same line in line 102 and the simulator lasted longer but crashed completely after 2 iterations. thats 1 more than before
Just the debug lines 
With the tmp_capture_mem=np.zeros(8294400,'uint8') 
print(tex_ptr,'req_mem_sz is ',sz,ret) at line 101 
it doesnt print txt_index..its not declared before line 168 and the program fails before reaching it.
I declared txt_index earlier and did a few prints. 
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs; 
Didnt work but I am gonna keep working on it...do you have any other suggestions?
I removed the BP_flyingpawn from 3 to 5 and the PIP camera's from 3 to 5 . Then I went into the BP_SimModeWorldMultiRotor.uasset and removed 3 to 5. The compiled...
[image: Inline image 2] [image: Inline image 3] It says access violation writing location 0x000000000000154 On Thu, Jul 27, 2017 at 4:08 PM, Sai Vemprala wrote: > You can leave...