mattmas / Metamorphosis

A tool for watching changes between Revit models, addin and Dynamo.
MIT License
76 stars 23 forks source link

2017 #8

Closed thazell closed 7 years ago

thazell commented 7 years ago

image

thazell commented 7 years ago

I seem to still be able to make a snapshot, however I get the above message when I do. Not sure wha't causing it, but I'd be glad to troubleshoot if that helps

thazell commented 7 years ago

Not sure if it is related, but when I reviewed the compare no "moved elements" were shown and the AVFs weren't showing up for deleted objects. These may be unrelated

mattmas commented 7 years ago

Weird, I can see where the error is, but I can't quite figure out what it might be... oh - wait... Any chance that there's a single quote in one of the Level Names? (if not, perhaps can you send me your model?).

thazell commented 7 years ago

I looked through the levels and didn't find anything. Sadly, can't share the model.

thazell commented 7 years ago

I ran the compare backwards and it worked.

mattmas commented 7 years ago

Doesn't seem like it could be workshare related. Something model-specific in the level names or something odd about the geometry that we're not handling in the snapshot.

(the running in reverse option is clever - it works because whatever it didn't like in the old model is gone in the new model).

thazell commented 7 years ago

The reverse compare had all the change types. The first compare only had 3.

mattmas commented 7 years ago

The first compare had an error when documenting the geometry in the snapshot – as such, I don’t know how well you can trust the snapshot. -Matt

From: thazell [mailto:notifications@github.com] Sent: Tuesday, February 7, 2017 9:34 AM To: mattmas/Metamorphosis Metamorphosis@noreply.github.com Cc: Matt Mason mmason@rand.com; Comment comment@noreply.github.com Subject: Re: [mattmas/Metamorphosis] 2017 (#8)

The reverse compare had all the change types. The first compare only had 3.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/mattmas/Metamorphosis/issues/8#issuecomment-278016621, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFexotEXFZJm1zGZ6GSuWNMapRSP4z0Tks5raIC6gaJpZM4L4zBm.

wynged commented 7 years ago

Hey all, I was getting this error as well, and a very strange thing seemed to fix it. The model I was testing it could not find the central model.
Re-saving as central seemed to solve this issue. Not sure if it's the root of the issue, but it's an important thing to note, maybe in a readme.

mattmas commented 7 years ago

aha - that IS interesting. I'll explore.

thazell commented 7 years ago

@wynged That is a good thing to mention, I have found that it works best when a model is not detached from central.

andydandy74 commented 7 years ago

I can consistently reproduce this on any model I touch, also on the basic arch. model that ships with Revit so I would rule out worksharing as the cause.

mattmas commented 7 years ago

Andreas - I suspect that your issue is related to the German environment / Decimal Separator issue - I missed dealing with that in one spot. I don't know if it's the same issue as Timon. I'm preparing an update that fixes that, as well as adds some additional optional logging so that we can solve this once-and-for-all.

thazell commented 7 years ago

All our work is in English, it may be related, but I don't see the connection. Sounds like to logging might help.

mattmas commented 7 years ago

Timon - can you try out the newest version with the logging? You'll need to: Go to C:\ProgramData\Autodesk\Revit\Addins\\Metamorphosis Edit the Settings.xml Change the "LogLevel" entry to "Verbose", then launch Revit.

The log info, after you reproduce the issue, is written to your Revit journal file - can you try again and send it to me?

(reset the LogLevel afterwards, I suspect it slows things down).

andydandy74 commented 7 years ago

@mattmas - I am happy to report that I do not get these errors any more, Nice work!

thazell commented 7 years ago

Doesn't look like I'm seeing that issue, but I didn't log which project that error came up on, so if I see it again, I'll let you know. btw, the new version is much faster and I like all the new features!