KratosMultiphysics / GiDInterface

The graphical user interface of Kratos for GiD. Featuring CFD, CSM, DEM, PFEM, etc
Other
30 stars 16 forks source link

GiDx64.16.1.4d + Debian 12 error #966

Closed ncrescenzio closed 4 months ago

ncrescenzio commented 4 months ago

When I try to generate a mesh I get the following error:

expected boolean value but got "1SoftwareOpenGL"
expected boolean value but got "1SoftwareOpenGL"
    while executing
"if { $::GidPriv(ProgressInMeshing,More) } {             
        #deletedata also does a $w.fplot.c delete data
        if { [catch { $graph(plot) del..."
    (procedure "ProgressInMeshing::DoResize" line 4)
    invoked from within
"ProgressInMeshing::DoResize .gid.wprogress"
    ("after" script)

I am using Debian GNU/Linux 12 (bookworm).

Any suggestion?

jginternational commented 4 months ago

This seems to be a GiD Error.

Could you try it with GiD 16.1.8d? Maybe we have fixed it during this year https://www.gidsimulation.com/downloads/gid-16-1-8d-linux-64-bits/

@pasenau

ncrescenzio commented 4 months ago

I tried and got the same error

pasenau commented 4 months ago

It seems that there is a problem with GiD preferences.

Try to reset preferences with the 'Repair GiD' entry: imagen

or executing $HOME/GiDx64/gid-16.1.8d/gid_safe_mode. And select the option 'Reset preferences' from the window: imagen

If problem persists, please can you upload the example and the preferences files located at $HOME/.gid/16.1.8d/ ? Thanks

ncrescenzio commented 4 months ago

After selecting Reset preferences, it started working. Thanks a lot