You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 26 Apr 2010 at 10:46The text was updated successfully, but these errors were encountered: