NinevehGL / NinevehGL

NinevehGL is a 3D Engine made to Apple's platforms
http://nineveh.gl
MIT License
57 stars 22 forks source link

NGLParserMTL enumerateLinesUsingBlock EXC_BAD_ACCESS #3

Open christopherney opened 9 years ago

christopherney commented 9 years ago

Hi,

I have an EXC_BAD_ACCESS error into the file NGLParserMTL.m at the line 400 :+1:

[source enumerateLinesUsingBlock:^(NSString *line, BOOL *stop) {
         [self processLine:line];
}];

The NSString source is not null an contains the MTL file data...

Thank you for your reply.

otri commented 8 years ago

I've fixed a bunch of 64bit and threading issues on my fork. https://github.com/conquermobile/NinevehGL Submitting a pull request.