OGRECave / ogre-meshviewer

Viewer for .mesh and .scene files as consumed by OGRE as well as any format supported by assimp
MIT License
57 stars 13 forks source link

Crash on Ubuntu 18.04 #12

Closed libing64 closed 1 year ago

libing64 commented 1 year ago

Here is the error log when I try to load spider.fbx with ogre-meshviewer. meshviewer-error.log

Can you provide some advice to debug or fix it?

libing64 commented 1 year ago

Python 3.8.12 ogre-python 13.3.4

libing64 commented 1 year ago

spider.zip

paroj commented 1 year ago

why dont you simply use the snap? https://snapcraft.io/ogre-meshviewer

in case you wanted to edit the code - this is an issue in combination with the PIP package. To still use it comment out these lines: https://github.com/OGRECave/ogre-meshviewer/blob/da9cd55c4f8807791c213c1c5e04f9662617e53d/ogre_mesh_viewer.py#L391

https://github.com/OGRECave/ogre-meshviewer/blob/da9cd55c4f8807791c213c1c5e04f9662617e53d/ogre_mesh_viewer.py#L440

libing64 commented 1 year ago

@paroj Yes, it works with snap ogre-meshviewer, but I want to use ogre to generate screenshot automatically without manual operation.