-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 richard....@gmail.com on 26 Apr 2010 at 10:46
Reactions are currently unavailable