mcpelauncher-linux icon indicating copy to clipboard operation
mcpelauncher-linux copied to clipboard

Problem with version of protobuf

Open phunni opened this issue 7 years ago • 2 comments

When I try and run i get the following error:

[libprotobuf FATAL google/protobuf/stubs/common.cc:68] This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.4.0.  Please update your library.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "/home/paul/opt/mcpelauncher-linux/build/gplay_api/gsf.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
  what():  This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.4.0.  Please update your library.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "/home/paul/opt/mcpelauncher-linux/build/gplay_api/gsf.pb.cc".)
Aborted (core dumped)

I have version 3.5.x of both 64 and 32 bit version of protobuf.

phunni avatar Mar 18 '18 20:03 phunni

Any workaround for this?

phunni avatar May 29 '18 18:05 phunni

It'll be solved after the huge rewrite is done.

MCMrARM avatar May 30 '18 19:05 MCMrARM