Menu

issue in linux64

2017-03-05
2017-03-05
  • walter perdan

    walter perdan - 2017-03-05

    i've just started to use your software, i downloaded the linux64 version i got this error trying to open that script see the image. i receive similar errors for most of the scripts.
    error

    i also receive this in the console:
    ~/mathmod-4.1$ ./MathMod
    QMetaObject::connectSlotsByName: No matching signal for on_color_2_activated(int)
    QMetaObject::connectSlotsByName: No matching signal for on_red_2_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_green_2_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_transparent_2_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_blue_2_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_transparence_2_clicked(bool)
    QMetaObject::connectSlotsByName: No matching signal for on_color_3_activated(int)
    QMetaObject::connectSlotsByName: No matching signal for on_red_3_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_green_3_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_blue_3_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_transparent_3_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_transparence_3_toggled(bool)
    QMetaObject::connectSlotsByName: No matching signal for on_color_4_activated(int)
    QMetaObject::connectSlotsByName: No matching signal for on_red_4_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_green_4_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_blue_4_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_transparent_4_valueChanged(int)
    QMetaObject::connectSlotsByName: No matching signal for on_transparence_4_toggled(bool)
    

    downloaded the windows and installed in the same machine under wine and instead works fine, i can open all the scripts.

    Apart this isssue great tool!

    Walter

     

    Last edit: walter perdan 2017-03-05
  • Abderrahman Taha

    Thanks for reporting this behaviour.
    The code was updated to correct the warning messages in the console.
    The error message when runing some scripts is due to the dot symbol.
    By default, MathMod uses "." but some users need "," .
    MathMod can genarate the appropriate dot symbol in the scripts by following this:
    1) Create a new directory (ie: MathModDir).
    2) Add the root to this directory as an argument when runing MathMod (ie : ./MathMod ./MathModDir)
    MathMod will generate 3 files in this directory
    3) In mathmodconfig.js, change "DotSymbol": "." to "DotSymbol": ","
    4) close MathMod and delete the files mathmodcollection.js and advancedmodels.js
    5) run MathMod again. Now MathMod will use the modified mathmodconfig.js and generate mathmodcollection.js and advancedmodels.js with the appropriate dot symbol

    Abderrahman Taha

     
  • walter perdan

    walter perdan - 2017-03-17

    Sorry, but this not worked for me. no worries i can use the windows version with wine.
    Thanks.

    Walter

     

Log in to post a comment.