Impossible to run texmaker

Asked by zosiah

Once i install texmaker from terminal with

sudo install texmaker

and i try to launch it, terminal says:

texmaker: error while loading shared libraries: libdouble-conversion.so.1: cannot open shared object file: No such file or directory

I've been googling around for a while but it's still not clear for me how to overcome this issue...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu texmaker Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

For diagnostic purposes please provide the output that you receive for the following commands:

uname -a
lsb_release -crid
apt-cache policy texmaker libdouble-conversion1 libqt5core5a
sudo dpkg --audit

Revision history for this message
zosiah (fabrx) said :
#2

Hi Manfred, thanks for answering! Here follow the outputs:

uname -a
Linux zosiah-HP-255-G6-Notebook-PC 5.0.0-29-generic #31~18.04.1-Ubuntu SMP Thu Sep 12 18:29:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic

apt-cache policy texmaker libdouble-conversion1 libqt5core5a
texmaker:
  Installed: 5.0.2-1build2
  Candidate: 5.0.2-1build2
  Version table:
 *** 5.0.2-1build2 500
        500 http://it.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        100 /var/lib/dpkg/status
libdouble-conversion1:
  Installed: 2.0.1-4ubuntu1
  Candidate: 2.0.1-4ubuntu1
  Version table:
 *** 2.0.1-4ubuntu1 500
        500 http://it.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
        100 /var/lib/dpkg/status
libqt5core5a:
  Installed: 5.9.5+dfsg-0ubuntu2.3
  Candidate: 5.9.5+dfsg-0ubuntu2.3
  Version table:
 *** 5.9.5+dfsg-0ubuntu2.3 500
        500 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     5.9.5+dfsg-0ubuntu2.1 500
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     5.9.5+dfsg-0ubuntu1 500
        500 http://it.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

sudo dpkg --audit
[sudo] password for zosiah: (no output here...)

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

The file libdouble-conversion.so.1 (in directory /usr/lib/x86_64-linux-gnu/) is part of the package libdouble-conversion1

It is strange that the package is installed, but the file is shown as missing. Try re-installing that package

sudo apt install --reinstall libdouble-conversion1

Then try starting texmaker again and report the results.

Revision history for this message
zosiah (fabrx) said :
#4

Ok, here's the result:

zosiah@zosiah-HP-255-G6-Notebook-PC:~$ sudo apt install --reinstall libdouble-conversion1
[sudo] password for zosiah: **********
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  libqt5concurrent5
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 33,0 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://it.archive.ubuntu.com/ubuntu bionic/main amd64 libdouble-conversion1 amd64 2.0.1-4ubuntu1 [33,0 kB]
Fetched 33,0 kB in 0s (211 kB/s)
(Reading database ... 365907 files and directories currently installed.)
Preparing to unpack .../libdouble-conversion1_2.0.1-4ubuntu1_amd64.deb ...
Unpacking libdouble-conversion1:amd64 (2.0.1-4ubuntu1) over (2.0.1-4ubuntu1) ...
Setting up libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

zosiah@zosiah-HP-255-G6-Notebook-PC:~$ texmaker
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Reinstalling the application may fix this problem.
Aborted (core dumped)

So this output is suggesting something...

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

It seems to me that some packages are broken on your system, with the files missing although the package is installed.

What is the output of

ldd `which texmaker`

Revision history for this message
zosiah (fabrx) said :
#6

ldd `which texmaker`
 linux-vdso.so.1 (0x00007ffc13db0000)
 libsynctex.so.1 => /usr/lib/x86_64-linux-gnu/libsynctex.so.1 (0x00007fad26e2d000)
 libQt5PrintSupport.so.5 => /usr/lib/x86_64-linux-gnu/libQt5PrintSupport.so.5 (0x00007fad26bbd000)
 libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 (0x00007fad26375000)
 libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x00007fad25c05000)
 libQt5Xml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 (0x00007fad259c5000)
 libQt5Network.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 (0x00007fad25635000)
 libQt5Script.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Script.so.5 (0x00007fad2519d000)
 libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (0x00007fad24a4d000)
 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fad2482d000)
 libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fad2449d000)
 libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fad240fd000)
 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fad23d05000)
 libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fad23ae5000)
 libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007fad23855000)
 libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16 (0x00007fad2361d000)
 libharfbuzz.so.0 => /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007fad2337d000)
 libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fad23165000)
 libicui18n.so.60 => /usr/lib/x86_64-linux-gnu/libicui18n.so.60 (0x00007fad22cbd000)
 libicuuc.so.60 => /usr/lib/x86_64-linux-gnu/libicuuc.so.60 (0x00007fad22905000)
 libdouble-conversion.so.1 => /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.1 (0x00007fad226ed000)
 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fad224e5000)
 libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007fad221cd000)
 /lib64/ld-linux-x86-64.so.2 (0x00007fad27c1d000)
 libGLX.so.0 => /usr/lib/x86_64-linux-gnu/libGLX.so.0 (0x00007fad21f95000)
 libGLdispatch.so.0 => /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007fad21cdd000)
 libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007fad21a25000)
 libgraphite2.so.3 => /usr/lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007fad217f5000)
 libicudata.so.60 => /usr/lib/x86_64-linux-gnu/libicudata.so.60 (0x00007fad1fc45000)
 libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fad1f9cd000)
 libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007fad1f695000)
 libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fad1f46d000)
 libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007fad1f265000)
 libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fad1f05d000)
 libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007fad1ee45000)
 librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fad1ec3d000)

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

The ldd output does not show any problem.

What output do you receive for the command

QT_DEBUG_PLUGINS=1 texmaker

Revision history for this message
zosiah (fabrx) said :
#8

Here's the output:

zosiah@zosiah-HP-255-G6-Notebook-PC:~$ QT_DEBUG_PLUGINS=1 texmaker
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so"
Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "eglfs"
        ]
    },
    "className": "QEglFSIntegrationPlugin",
    "debug": false,
    "version": 329989
}

Got keys from plugin meta data ("eglfs")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so"
Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "linuxfb"
        ]
    },
    "className": "QLinuxFbIntegrationPlugin",
    "debug": false,
    "version": 329989
}

Got keys from plugin meta data ("linuxfb")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so"
Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "minimal"
        ]
    },
    "className": "QMinimalIntegrationPlugin",
    "debug": false,
    "version": 329989
}

Got keys from plugin meta data ("minimal")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so"
Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "minimalegl"
        ]
    },
    "className": "QMinimalEglIntegrationPlugin",
    "debug": false,
    "version": 329989
}

Got keys from plugin meta data ("minimalegl")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so"
Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "offscreen"
        ]
    },
    "className": "QOffscreenIntegrationPlugin",
    "debug": false,
    "version": 329989
}

Got keys from plugin meta data ("offscreen")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqvnc.so"
Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqvnc.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "vnc"
        ]
    },
    "className": "QVncIntegrationPlugin",
    "debug": false,
    "version": 329989
}

Got keys from plugin meta data ("vnc")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so"
Found metadata in lib /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so, metadata=
{
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
    "MetaData": {
        "Keys": [
            "xcb"
        ]
    },
    "className": "QXcbIntegrationPlugin",
    "debug": false,
    "version": 329989
}

Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/platforms" ...
Cannot load library /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so: (libxcb-xinerama.so.0: cannot open shared object file: No such file or directory)
QLibraryPrivate::loadPlugin failed on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so" : "Cannot load library /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so: (libxcb-xinerama.so.0: cannot open shared object file: No such file or directory)"
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Reinstalling the application may fix this problem.
Aborted (core dumped)

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

What is the output of the command

ldd /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so

Revision history for this message
zosiah (fabrx) said :
#10

Here it is:

zosiah@zosiah-HP-255-G6-Notebook-PC:~$ ldd /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so
 linux-vdso.so.1 (0x00007ffc5a3d4000)
 libQt5XcbQpa.so.5 => /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 (0x00007f333f8d1000)
 libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x00007f333f161000)
 libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (0x00007f333ea11000)
 libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f333e681000)
 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f333e289000)
 libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f333df71000)
 libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f333dd29000)
 libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f333da71000)
 libQt5DBus.so.5 => /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 (0x00007f333d7e1000)
 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f333d5c1000)
 libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f333d3b9000)
 libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f333d081000)
 libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f333ce71000)
 libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f333cc69000)
 libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f333ca49000)
 libxcb-xkb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-xkb.so.1 (0x00007f333c829000)
 libxcb-render-util.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-render-util.so.0 (0x00007f333c621000)
 libxcb-render.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007f333c411000)
 libxcb-sync.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 (0x00007f333c209000)
 libxcb-xfixes.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0 (0x00007f333c001000)
 libxcb-xinerama.so.0 => not found
 libxcb-randr.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0 (0x00007f333bdf1000)
 libxcb-image.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-image.so.0 (0x00007f333bbe9000)
 libxcb-shm.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007f333b9e1000)
 libxcb-keysyms.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-keysyms.so.1 (0x00007f333b7d9000)
 libxcb-icccm.so.4 => /usr/lib/x86_64-linux-gnu/libxcb-icccm.so.4 (0x00007f333b5d1000)
 libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f333b3a9000)
 libxcb-shape.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-shape.so.0 (0x00007f333b1a1000)
 libxkbcommon-x11.so.0 => /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0 (0x00007f333af99000)
 libxkbcommon.so.0 => /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f333ad59000)
 libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f333a9b9000)
 libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f333a7a1000)
 libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007f333a511000)
 libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f333a2d9000)
 libharfbuzz.so.0 => /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007f333a039000)
 libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f3339e19000)
 libicui18n.so.60 => /usr/lib/x86_64-linux-gnu/libicui18n.so.60 (0x00007f3339971000)
 libicuuc.so.60 => /usr/lib/x86_64-linux-gnu/libicuuc.so.60 (0x00007f33395b9000)
 libdouble-conversion.so.1 => /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.1 (0x00007f33393a1000)
 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3339199000)
 /lib64/ld-linux-x86-64.so.2 (0x00007f333fde1000)
 libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f3338f21000)
 libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f3338ce9000)
 libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f3338a99000)
 libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f3338881000)
 libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f3338679000)
 libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f3338461000)
 libxcb-util.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-util.so.1 (0x00007f3338259000)
 libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f3338051000)
 libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f3337e49000)
 libGLX.so.0 => /usr/lib/x86_64-linux-gnu/libGLX.so.0 (0x00007f3337c11000)
 libGLdispatch.so.0 => /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007f3337959000)
 libgraphite2.so.3 => /usr/lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007f3337729000)
 libicudata.so.60 => /usr/lib/x86_64-linux-gnu/libicudata.so.60 (0x00007f3335b79000)
 libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 (0x00007f33358f1000)
 librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f33356e9000)
 liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f33354c1000)
 liblz4.so.1 => /usr/lib/x86_64-linux-gnu/liblz4.so.1 (0x00007f33352a1000)
 libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 (0x00007f3334f81000)
 libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f3334d69000)

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

What is the output of

apt-cache policy libxcb-xinerama0

Revision history for this message
zosiah (fabrx) said :
#12

That's the output:

zosiah@zosiah-HP-255-G6-Notebook-PC:~$ apt-cache policy libxcb-xinerama0
libxcb-xinerama0:
  Installed: 1.13-2~ubuntu18.04
  Candidate: 1.13-2~ubuntu18.04
  Version table:
 *** 1.13-2~ubuntu18.04 500
        500 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1.13-1 500
        500 http://it.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#13

I do not know what there is happening on your system. Several files have disappeared, although they have been installed from their related packages. Did you tamper with system files and delete them?

You should consider a new installation, because nobody knows how many files more there might be missing.

For the texmaker problem, try reinstalling the package that delivers libxcb-xinerama.so.0 with the command

sudo apt install --reinstall libxcb-xinerama0

and then try starting texmaker again and report the results.

Revision history for this message
zosiah (fabrx) said :
#14

Thanks Manfred Hampl, that solved my question.

Revision history for this message
zosiah (fabrx) said :
#15

I'm considering your suggestion to reinstall entire system, because I'm having strange problems also with installing emacs and texstudio, and this things have never happened before. Aside of this considerations, your last suggestion DID IT, texmaker it's working now! Thanks a lot for suggestions and time you've dedicated to me! Best regards!