Le lundi 27 février 2023 18:53:21 CET, vous avez écrit :
> Hello,

> yesterday I wrote in the forum the topic "Problem and crash"
> https://qelectrotech.org/forum/viewtopic.php?id=2428
> This is out of the log:

> Name der fehlerhaften Anwendung: qelectrotech.exe, Version: 0.0.0.0,
> Zeitstempel: 0x60322877 Name des fehlerhaften Moduls: ntdll.dll, Version:
> 6.1.7601.24545, Zeitstempel: 0x5e0eb67f Ausnahmecode: 0xc0000005
> Fehleroffset: 0x0000000000032ad4
> ID des fehlerhaften Prozesses: 0x1984
> Startzeit der fehlerhaften Anwendung: 0x01d94ad34d747b0d
> Pfad der fehlerhaften Anwendung: C:\Program
> Files\QElectroTech\bin\qelectrotech.exe Pfad des fehlerhaften Moduls:
> C:\Windows\SYSTEM32\ntdll.dll
> Berichtskennung: fd692e58-b6c6-11ed-b87a-e89a8fdf225a

Please send QET logs.

Hi Thorsten,
saw:
I updated my Windows 10 laptop today and I can't saw any crashes ;
https://qelectrotech.org/forum/viewtopi … 589#p17589

https://qelectrotech.org/bugtracker/view.php?id=282
I think the problem is on your latest Windows upgrade... I think ...

Sorry,
Laurent

I updated today my windows 10 old HP laptop elite book and I can't saw any crash:

Very strange.... OS : winnt  - x86_64 - Version : Windows 10 Version 2009 - Kernel : 10.0.19045"

Outil de suppression de logiciels malveillants Windows x64 - v5.110 (KB890830)
2023-02 Mise à jour cumulative de .NET Framework 3.5, 4.8 et 4.8.1 Windows 10 Version 22H2 pour x64 (KB5022729)
2023-02 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5022834)
2023-01 Mise à jour pour Windows 10 Version 22H2 sur systèmes x64 (KB4023057)

Reboot and check:
https://download.qelectrotech.org/qet/s … -02-26.txt

1,480

(15 replies, posted in Videos howto)

Hi Tiz,

Too bad you don't have a mac with an apple silicon m1 m2 chip, QET arm64 application run very well. If you can try?

1,482

(9 replies, posted in EN : Help, suggestions, discussions, ...)

also can you give the references custom names that show up in the reference linking panel?

Just name your conductors and you see it in report link dialog.
You can also filter and search by conductor name, etc.

1,483

(9 replies, posted in EN : Help, suggestions, discussions, ...)

links and XREFs not work in export to PDF.
https://qelectrotech.org/forum/viewtopi … 5819#p5819

Try to launch qet_tb_generator with QElectroTech open with industrial.qet example provided.

Or get it here: https://github.com/qelectrotech/qelectr … strial.qet

You don't have forgot to install
pip3 install qet_tb_generator

Modify PATH to your python 3.9 version.

cat .zprofile
# Setting PATH for Python 3.11
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}"
export PATH

for 0.90 QET version only use python 3.9
When you install python bundle at end is show a windows with more scripts, double click on "Update Shell Profile.command" script in the windows list to add python Path in your shell.

Hi,

is a real Linux install on your PC or a Linux VM on your MAC?
What actions cause the crash?

Don't be afraid for your SSD, QET projects are very small and won't wear out your SSD.

For big projects I use this tip since 20 years: open project and save as date format yyyy/mm/dd_my_project.qet, each day i work on it.
Like: 2022-7-23_Vibrafloor.qet


ls -al | grep Vibrafloor.qet
-rw-r--r--  1 laurent laurent  5591356 30 juin   2022 2022-5-28_Vibrafloor.qet
-rw-r--r--  1 laurent laurent  5543797  2 juil.  2022 2022-7-01_Vibrafloor.qet
-rw-r--r--  1 laurent laurent  6322642 11 nov.  14:54 2022-7-23_Vibrafloor.qet


Cordially.

1,490

(236 replies, posted in News)

travail en cours...

https://learn.microsoft.com/fr-fr/windo … ws-11-22h2

1,492

(236 replies, posted in News)

@Galexis te faudra attendre que Josua te réponde, c'est marqué WIP pour l'instant..

1,493

(9 replies, posted in EN : Help, suggestions, discussions, ...)

See video howto:
https://qelectrotech.org/forum/viewforum.php?id=19

1,494

(9 replies, posted in EN : Help, suggestions, discussions, ...)

https://download.qelectrotech.org/qet/m … index.html

1,495

(9 replies, posted in EN : Help, suggestions, discussions, ...)

Example

1,496

(9 replies, posted in EN : Help, suggestions, discussions, ...)

This?

1,497

(236 replies, posted in News)

For each user using our Github mirror, use this command to refresh it:
https://github.com/qelectrotech/qelectr … mirror.git

git reset --hard origin

FYI, qet_tb_generator on macOS need now python 3.11 with last macOS 0.100.0 versions.
https://qelectrotech.org/forum/viewtopi … 640#p17640

1,498

(236 replies, posted in News)

@Galexis:https://git.tuxfamily.org/qet/qet.git/c … 968c3ce8dd

1,499

(21 replies, posted in Terminal block generator)

scorpio810 wrote:

MacOS arm64 python 3.11 installation
get:
https://www.python.org/ftp/python/3.11. … acos11.pkg
1) Install it.

2) Click on "Update Shell Profile.command" script to add python Path in your shell.

3) Install qet_tb-generator in terminal:

laurent@mini-de-laurent ~ % pip3 install qet_tb_generator
Collecting qet_tb_generator
  Using cached qet_tb_generator-1.3.1-py3-none-any.whl (393 kB)
Collecting PySimpleGUI
  Downloading PySimpleGUI-4.60.4-py3-none-any.whl (509 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 7.1 MB/s eta 0:00:00
Installing collected packages: PySimpleGUI, qet_tb_generator
Successfully installed PySimpleGUI-4.60.4 qet_tb_generator-1.3.1

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip3 install --upgrade pip
laurent@mini-de-laurent ~ % 

Test if launch:

laurent@mini-de-laurent ~ % /Library/Frameworks/Python.framework/Versions/3.11/bin/qet_tb_generator
15:02:21 INFO     QET Terminal Block Generator - v1.3.1 [main.main:840]
15:02:28 INFO     Using the file: None [main.get_QET_fullpath:189]
laurent@mini-de-laurent ~ % 

macOs arm64 ok:

QElectroTech V 0.100.0-dev
Compilation : CLANG 14.0.0 (clang-1400.0.29.202)
Built with Qt 5.15.8 - arm64 - Date : Feb 22 2023 : 17:30:28
Git Revision : 78644a35245a4c658bcaa350d17130092d31b05b
Run with Qt 5.15.8 using 8 thread(s)
CPU : Apple M2
RAM Total : 8 GB

GPU :
GPU RAM :
OS : darwin - arm64 - Version : macOS 13.2 - Kernel : 22.3.0
*** Qt screens ***
( 1 : 3840 x 2160 )

https://download.qelectrotech.org/qet/forum_img_2/qet_tb-generator-arm64_python3.11.png

scorpio810 wrote:

MacOS arm64 python 3.11 installation
get:
https://www.python.org/ftp/python/3.11. … acos11.pkg
1) Install it.

2) Click on "Update Shell Profile.command" script to add python Path in your shell.

3) Install qet_tb-generator in terminal:

laurent@mini-de-laurent ~ % pip3 install qet_tb_generator
Collecting qet_tb_generator
  Using cached qet_tb_generator-1.3.1-py3-none-any.whl (393 kB)
Collecting PySimpleGUI
  Downloading PySimpleGUI-4.60.4-py3-none-any.whl (509 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 7.1 MB/s eta 0:00:00
Installing collected packages: PySimpleGUI, qet_tb_generator
Successfully installed PySimpleGUI-4.60.4 qet_tb_generator-1.3.1

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip3 install --upgrade pip
laurent@mini-de-laurent ~ % 

Test if launch:

laurent@mini-de-laurent ~ % /Library/Frameworks/Python.framework/Versions/3.11/bin/qet_tb_generator
15:02:21 INFO     QET Terminal Block Generator - v1.3.1 [main.main:840]
15:02:28 INFO     Using the file: None [main.get_QET_fullpath:189]
laurent@mini-de-laurent ~ % 

macOs arm64 ok:

QElectroTech V 0.100.0-dev
Compilation : CLANG 14.0.0 (clang-1400.0.29.202)
Built with Qt 5.15.8 - arm64 - Date : Feb 22 2023 : 17:30:28
Git Revision : 78644a35245a4c658bcaa350d17130092d31b05b
Run with Qt 5.15.8 using 8 thread(s)
CPU : Apple M2
RAM Total : 8 GB

GPU :
GPU RAM :
OS : darwin - arm64 - Version : macOS 13.2 - Kernel : 22.3.0
*** Qt screens ***
( 1 : 3840 x 2160 )

https://download.qelectrotech.org/qet/forum_img_2/qet_tb-generator-arm64_python3.11.png