Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ObjConv crash #2

Open
GoogleCodeExporter opened this issue May 8, 2015 · 2 comments
Open

ObjConv crash #2

GoogleCodeExporter opened this issue May 8, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hello

On my computer (windows 7), ObjConv crash, without giving message.

So I downloaded sources and Debug it.

I tried with Barracks.m3

Here is the bug :

in Model::Convert(std::string filename), when "Write geosets"
views->regions.nEntries = 1965
regions[0].ofsIndices = 2322
regions[0].nIndices = 1
regions[1].ofsIndices = 2
regions[1].nIndices = 0
regions[2].ofsIndices = 20
regions[2].nIndices = 0
regions[3].ofsIndices = 0
regions[3].nIndices = 0
regions[4].ofsIndices = 0
regions[4].nIndices = 39
regions[5].ofsIndices = 2058
regions[5].nIndices = 0
regions[6].ofsIndices = 3217758457 <== WTF ?!
regions[6].nIndices = 1075667942   <== WTF ?!

Are all numbers false? Or just the 6th?
I'll try to debug it when you answer me

thanks in advance

Richard











Original issue reported on code.google.com by [email protected] on 26 Apr 2010 at 10:46

@GoogleCodeExporter
Copy link
Author

Hmmm... The Barracks.m3 file you're using, is it from a later patch? Because I 
haven't had the time to update the application since they redid the format 
slightly, meaning it could be reading some wrong offsets.

Original comment by [email protected] on 7 Jul 2010 at 9:35

@GoogleCodeExporter
Copy link
Author

Ok it's certainly because of that: I test the barracks.m3 the 26 April, and 
your program has been uploaded the 13 march.

Original comment by [email protected] on 7 Jul 2010 at 5:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant