appimage where are log files

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
SvenGoord
Posts: 63
Joined: Sun Feb 17, 2019 8:15 pm

appimage where are log files

Post by SvenGoord »

hello, I get at start.

No module named "core" occurred in /home/user/.FreeCAD/Mod/Reporting/InitGui.py

then tell me look in log file. I not found log file. wiki says start with --write-log but freecad not installed only appimage.

how I to know what is wrong, every time before I load any part.

OS: Linux Mint 19.2 (X-Cinnamon/cinnamon)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.17681 (Git) AppImage
Build type: Release
Branch: master
Hash: e94af7ff5e873f263cac51d7d47df68eca183250
Python version: 3.7.3
Qt version: 5.9.7
Coin version: 4.0.0a
OCC version: 7.3.0
I am taking EASL at night to make my English better. I use VPN for USA better searching
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: appimage where are log files

Post by Kunda1 »

furti wrote:
Looks like the SQL Reporting WB. Pinging @furti
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
furti
Posts: 344
Joined: Mon Nov 27, 2017 5:27 pm

Re: appimage where are log files

Post by furti »

Hard to say whats wrong here.


The only occurence of the word "core" is in "QtCore" in qtutils.py.
There is no import of a "core" module in the reporting workbench.

I think the problem must be somewhere else. Maybe some python conflicts on your system?
SvenGoord
Posts: 63
Joined: Sun Feb 17, 2019 8:15 pm

Re: appimage where are log files

Post by SvenGoord »

furti wrote: Tue Aug 20, 2019 6:42 am There is no import of a "core" module in the reporting workbench.
Thank you I not have path /home/user/.FreeCAD/Mod/Reporting/

Does appimage make logs? Where to find them?

Every time I start it say "please look in the log ......" but goes away to quick to read all of message.

Will a new install of Mint be fix?
I am taking EASL at night to make my English better. I use VPN for USA better searching
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: appimage where are log files

Post by triplus »

SvenGoord wrote: Tue Aug 20, 2019 3:48 pm Does appimage make logs? Where to find them?
It's the same as with the standard install, running FreeCAD:

Code: Select all

./FreeCAD.AppImage -l
Should create a log:

Code: Select all

$HOME/.FreeCAD/FreeCAD.log
SvenGoord
Posts: 63
Joined: Sun Feb 17, 2019 8:15 pm

Re: appimage where are log files

Post by SvenGoord »

triplus wrote: Tue Aug 20, 2019 8:43 pm It's the same as with the standard install, running FreeCAD:
ok, it work, why wiki say use --write-log
crazy
I am taking EASL at night to make my English better. I use VPN for USA better searching
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: appimage where are log files

Post by triplus »

SvenGoord wrote: Tue Aug 20, 2019 10:30 pm why wiki say use --write-log
Using -l or --write-log option, both should do the same thing.
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: appimage where are log files

Post by looo »

Does it make sense to start the appimage with logs always enabled?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: appimage where are log files

Post by Kunda1 »

looo wrote: Thu Aug 22, 2019 7:40 am Does it make sense to start the appimage with logs always enabled?
:+1: totally makes sense
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: appimage where are log files

Post by triplus »

looo wrote: Thu Aug 22, 2019 7:40 am Does it make sense to start the appimage with logs always enabled?
In general the AppImage should try to behave the same, as the standard install. Therefore if the log file should be written by default, that is something FreeCAD should do by default. Otherwise such things only add to the confusion.
Post Reply