Bug#1089837: libzipios++0v5: Superfluous call of getNextEntry() inside ZipFile::getInputStream

2024-12-13 Thread Werner Mayer
version in Debian testing or unstable is 0.21 and this version is not affected by this bug. As a fix for the problem all what needs to be done is to remove 'zis->getNextEntry();' from ZipFile::getInputStream. Best Regards, Werner Mayer --- zipios++-0.1.5.9+cvs.2007.04.28.orig/sr

Bug#986821: freecad: Garbled menu makes freecad unusable

2023-05-10 Thread Werner Mayer
Hi tobi, It is still garbled when running it with QT_SCALE_FACTOR=0.9 Setting a value < 1 doesn't only cause problems with FreeCAD but with other Qt applications, too. For example, Qt Designer's user interface is completely garbled, not only the menus. For other Qt based applications (assistan

Bug#986821: freecad: Garbled menu makes freecad unusable

2023-03-08 Thread Werner Mayer
Hi everybody, I have tested it on my XFCE system to decrease the DPI value to e.g. 80 and then I can confirm that FreeCAD's menus and toolbars are unusable. Looking through the code I found this line QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassT

Bug#1029846: freecad: after upgrading today, not possible to launch the program

2023-02-11 Thread Werner Mayer
Dear all, a proper fix has been added with https://github.com/FreeCAD/FreeCAD/commit/c7a21ecbeecefe7c2dfc9e950b3d6bb42351d476 This means that the function PyConfig_InitPythonConfig must be replaced with PyConfig_InitIsolatedConfig. The error occurred because PyConfig_InitPythonConfig parses all

Bug#646374: freecad: Running the Python command 'Draft_Line' failed

2012-03-14 Thread Werner Mayer
Hi, when using a SWIG-wrapped library we have to use the right binding (swigpyrun.h) for this version because the internal structure changes more or less completely for every minor release of SWIG. And so far the SWIG-wrapped library doesn't seem to have a method to query by which SWIG version

Bug#640502: freecad: FreeCAD crashes when zooming out on large imported STL file

2011-09-08 Thread Werner Mayer
Hi David, I also think it must be an issue with your graphic card. On my system I have an NVIDIA GeForce 8600 GTS which works without problems. For testing purposes I have a really fat STL with a file size of 250 MB with more than 5 million triangles and there I have no crash when zooming in/

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-07-17 Thread Werner Mayer
Hi all, the basic problem is that configure fails to find the OpenCascade developer files. According to the build log at https://buildd.debian.org/status/fetch.php?pkg=freecad&arch=kfreebsd-amd64&ver=0.11.4446-dfsg-1&stamp=1307997225 you can see this message: configure: checking OpenCascade

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-07-10 Thread Werner Mayer
Hi Anton, yes there is a simple way to fix this bug. Just open the file FreeCAD/src/3rdParty/Makefile.am and put a "if HAVE_OPENCASCADE/endif" around the line SUBDIRS=salomesmesh. It should look like this: if HAVE_OPENCASCADE SUBDIRS=salomesmesh endif This way the Makefile of salomesmesh wou

Bug#612217: freecad crashes at startup

2011-02-09 Thread Werner Mayer
Hi, there are two things you can check to localize the crash: * start FreeCAD with "gdb freecad". This may show the library file where the crash happens * start FreeCAD with "freecad --write-log". This creates the file $HOME/.FreeCAD/FreeCAD.log which may contain some useful information. Hope

Bug#582627: freecad: New upstream release

2010-06-05 Thread Werner Mayer
Hi everybody, today I have uploaded a new upstream release onto SF. For Debian please use the file freecad-0.10.3205.dfsg.tar.gz which lacks of the PyCXX and zipios++ sources. This special tarball is currently still needed because otherwise there are some build errors mainly because Debian h

Bug#576653: Language selection should use current locale

2010-04-08 Thread Werner Mayer
Hi Jens, this is something we have already implemented in our current developer version (0.10). Instead of using the suggested environment variables or function we use the Qt API therefore. It provides the class QLocale which allows us to get the language name with "QLocale::languageToStrin

Bug#564894: freecad: Python error message when moving an object

2010-01-14 Thread Werner Mayer
Hi, a few days ago version 0.9.2646.5-1 was uploaded to Debian unstable. The bug you have described is actually a duplicate of #563523 and #563772. The latest FreeCAD version already fixes this bug. Cheers, Werner -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#563523: freecad: Crash while trying to draw rectangle

2010-01-06 Thread Werner Mayer
Hi all, After some time I have retraced the actual problem. The error is caused because the swig package is not set in Build-Depends in the control file. At configure time it is checked whether swig is installed on the system or not. If not, some default swig interface files are used (a fallb

Bug#559846: freecad: loading a saved file caused 100% CPU load

2009-12-11 Thread Werner Mayer
Hi everybody, OK, I can also confirm this issue now. The problem appears due to the environment variable LC_ALL which is set to de_DE.UTF-8. The point with this is that the OCC parser classes when reading-in BRep, STEP or IGES files doesn't handle "." as decimal point but handles "," as deci