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

BinarySerializers #76

Open
maciekglowacki opened this issue Jul 17, 2020 · 1 comment
Open

BinarySerializers #76

maciekglowacki opened this issue Jul 17, 2020 · 1 comment

Comments

@maciekglowacki
Copy link

Hi,

I have troubles displaying model using BIMSurfer.

I am using:

bimserverwar-1.5.181
bimsurfer master branch as of 17.07.2021(couldn't find version specified)

Any ideas how to solve this problem?

geometryloader.js:729 Unimplemented version (protocol: 20, implemented: 21).
Usually this means you need to either:
	- Update the BinarySerializers plugin bundle in BIMserver
	- Update your version of BIMsurfer 3
@hlg
Copy link
Member

hlg commented Aug 15, 2020

The plugin bundle in BIMserver is still at version 20, while BIMsurfer head moved on to 21. If you use the lastest tagged release (bimsurfer3-0.0.272) you should be fine.

You could, for instance, create and checkout a branch of that version:

git checkout tags/bimsurfer3-0.0.272 -b bimsurfer3-0.0.272

Or just download the source from https://github.com/opensourceBIM/BIMsurfer/releases/tag/bimsurfer3-0.0.272.

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

No branches or pull requests

2 participants