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
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
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
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
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
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/
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
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
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
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
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
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
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
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
14 matches
Mail list logo