#51 Le 16/09/2017, à 11:50
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
@kravistavo :
J'ai fait une erreur dans ma ligne de commande, j'ai réédité mon message...
Sinon je n'ai pas de linux 64 bits, j'ai donc adapté la FAQ officielle à ma machine
En effet, sur la FAQ officielle, ils compilent d'abord en 64 bits : http://www.index-education.com/fr/faq-p … 0-5499.php
Je te conseille donc de compléter mon tuto avec le leur, courage
@jack_capvil : Intéressant ! Merci pour ton retour !
Wine et adobe reader ne font pas bon ménage, tu peux le vérifier sur wine database :
https://www.winehq.org/search?q=adobe+reader
Tu peux tenter une vieille version d'adobe, par ex la 6, bien plus compatible :
http://www.oldversion.com/windows/downl … reader-6-0
wine ~/Bureau/acrobat60.exe
Dernière modification par mikedafunk (Le 16/09/2017, à 12:02)
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#52 Le 16/09/2017, à 14:43
- 70156
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Bonjour,
Je viens, comme @kravistavo, car je n'y arrive pas et j'ai le même message....
J'ai le même message d'erreur quand je veux mettre cette ligne :
xx@xx:~/wine-1-8-4/wine32-build$ ./winetricks msxml6 ie8 windowscodecs winhttp corefonts ddr=gdi atmlib riched20 wsh57 msls31 mspatcha
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string, error message "wine: '/home/xx/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver."
J'avais déjà supprimé au début les dossiers .wine...et quand je tente de lancer winetricks:
xx@xx:~$ winetricks
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string, error message "wine: '/home/xx/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver."
Je suis sous Ubuntu 16.04LTS, 64 bits....
Merci par avance...
PS : J'ai déjà recommencé tout deux fois en repartant de zéro à chaque fois sans succès...
Il faut tout sans le reste.
-------------------
Ubuntu 22.04.2 LTS / 64bits
ASUSTeK Computer INC. CM6731_CM6431_CM6331 / 16,0 Gio / Intel® Core™ i5-3450 CPU @ 3.10GHz × 4 / NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 / NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER]
Hors ligne
#53 Le 16/09/2017, à 16:00
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Ok, et si vous passez par le logiciel winetricks présent dans le dépôt Ubuntu?
sudo apt-get install winetricks
À priori la lecture de pdf fonctionne avec adobe reader 6 (rapide et léger en plus)
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#54 Le 16/09/2017, à 16:20
- jack_capvil
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Merci à vous tous pour l'astuce consistant à utiliser une vieille version d'acrobat reader. Tout est OK avec la version 6.0
Hors ligne
#55 Le 16/09/2017, à 18:02
- 70156
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Alors, pour ma part :
Winetricks déjà installé...
xx@xx:~$ winetricks
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string, error message "wine: '/home/xx/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver."
xx@xx:~/wine-1-8-4/wine64-build$ ./winetricks msxml6 ie8 windowscodecs winhttp corefonts ddr=gdi atmlib riched20 wsh57 msls31 mspatcha
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string, error message "wine: '/home/xx/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver."
....:/
Dernière modification par 70156 (Le 16/09/2017, à 18:02)
Il faut tout sans le reste.
-------------------
Ubuntu 22.04.2 LTS / 64bits
ASUSTeK Computer INC. CM6731_CM6431_CM6331 / 16,0 Gio / Intel® Core™ i5-3450 CPU @ 3.10GHz × 4 / NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 / NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER]
Hors ligne
#56 Le 16/09/2017, à 19:15
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Que donne ?
WINEARCH=win32 ./winetricks msxml6 ie8 windowscodecs winhttp corefonts ddr=gdi atmlib riched20 wsh57 msls31 mspatcha
J'ai mis à jour mon billet...
Dernière modification par mikedafunk (Le 16/09/2017, à 19:57)
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#57 Le 16/09/2017, à 19:40
- 70156
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
xx@xx:~$ WINEARCH=win32 ~/wine-1-8-4/wine32-build$ ./winetricks msxml6 ie8 windowscodecs winhttp corefonts ddr=gdi atmlib riched20 wsh57 msls31 mspatcha
bash: /home/xx/wine-1-8-4/wine32-build$: Aucun fichier ou dossier de ce type
xx@xx:~$ WINEARCH=win32 ~/wine-1-8-4/wine32-build ./winetricks msxml6 ie8 windowscodecs winhttp corefonts ddr=gdi atmlib riched20 wsh57 msls31 mspatchabash: /home/xx/wine-1-8-4/wine32-build : est un dossier
Merci de l'aide... Je précise que j'ai bien un dossier wine-1-8-4/wine32-build à la racine de mon dossier perso...
et j'ai mis des xx volontairement...mais pas dans le terminal !:)
Dernière modification par 70156 (Le 16/09/2017, à 19:43)
Il faut tout sans le reste.
-------------------
Ubuntu 22.04.2 LTS / 64bits
ASUSTeK Computer INC. CM6731_CM6431_CM6331 / 16,0 Gio / Intel® Core™ i5-3450 CPU @ 3.10GHz × 4 / NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 / NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER]
Hors ligne
#58 Le 16/09/2017, à 19:44
- 70156
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
xx@xx:~$ dir wine-1-8-4
wine-1.8.4.tar Wine1.8_CreateWindowEx.patch wine64-build
Wine1.8_CompareString.patch wine32-build
Il faut tout sans le reste.
-------------------
Ubuntu 22.04.2 LTS / 64bits
ASUSTeK Computer INC. CM6731_CM6431_CM6331 / 16,0 Gio / Intel® Core™ i5-3450 CPU @ 3.10GHz × 4 / NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 / NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER]
Hors ligne
#59 Le 16/09/2017, à 19:57
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
J'avais fait une erreur de copier coller, mais pas sur mon billet...
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#60 Le 16/09/2017, à 20:00
- 70156
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
xx@xx:~$ WINEARCH=win32 ./winetricks msxml6 ie8 windowscodecs winhttp corefonts ddr=gdi atmlib riched20 wsh57 msls31 mspatcha
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string, error message "wine: '/home/xx/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver."
Il faut tout sans le reste.
-------------------
Ubuntu 22.04.2 LTS / 64bits
ASUSTeK Computer INC. CM6731_CM6431_CM6331 / 16,0 Gio / Intel® Core™ i5-3450 CPU @ 3.10GHz × 4 / NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 / NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER]
Hors ligne
#61 Le 16/09/2017, à 22:03
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Il faut donc que tu renommes ton dossier .wine
https://forum.ubuntu-fr.org/viewtopic.p … #p21796005
Ou compiler wine64 et wine32 comme expliqué ici : https://forum.ubuntu-fr.org/viewtopic.p … #p21796148
Dernière modification par mikedafunk (Le 16/09/2017, à 22:23)
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#62 Le 17/09/2017, à 11:10
- 70156
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
MERCI.
Ça marche.
J'ai donc du renommer mon dossier wine-1.8.4 en .wine (à la place d'un dossier .wine qui était là que j'ai renommé en .wine_old) avant de faire l'étape :
WINARCH=win32 ./winetricks msxml6 ie8 windowscodecs winhttp corefonts ddr=gdi atmlib riched20 wsh57 msls31 mspatcha
Une fois cela fait, tout a pu être continué sans souci.
Juste une remarque Pronote est passé à la version 0.2.2...Je reste à la 0.2.1 car ca marche et je ne veux pas tenter de faire la mise à jour même s'il me le propose.
J'avais également mais je ne sais pas si cela a servi à quelque chose fait tout en double, une fois en 32bits et une fois en 64bits. Cela me donne donc un dossier wine64-build et wine32-build dans mon dossier créé.
Donc merci beaucoup !
Il faut tout sans le reste.
-------------------
Ubuntu 22.04.2 LTS / 64bits
ASUSTeK Computer INC. CM6731_CM6431_CM6331 / 16,0 Gio / Intel® Core™ i5-3450 CPU @ 3.10GHz × 4 / NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 / NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER]
Hors ligne
#63 Le 17/09/2017, à 13:17
- grendel
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Bonjour,
j'ai le même problème sur deux machines qui tournent sous Mint 18.2 et 18.3 en 64bits.
tout fonctionnait parfaitement jusqu'à l'installation du client 2017 version 2.2 !
Depuis je récupère un message m'indiquant qu'il ne peut lire la base.
L'application semble fonctionner, c'est l'accès au serveur qui pose problème.
A noter que sur une des machines, un HP Elitedesk, le lancement de la connexion au serveur entraîne une perte de l'accès internet (message : câble réseau débranché). J'ai installé le système hier avec toutes les mises à jour. La panne n'intervient que si j'essaye de me connecter à la base EDT.
Pour l'instant j'avais installé la version 1.8.4 de wine sous playonlinux. Je vais faire des essais avec des versions supérieures à partir de 1.8.6.
Il n'y a pas de problème, il n'y a que des solutions. Reste à savoir où les trouver!
Hors ligne
#64 Le 17/09/2017, à 13:43
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
@70156 : cool !
@grendel : c'est un soucis de traitement de chaîne de caractères, toutes les versions de wine sont impactées, il faut donc patcher les sources et recompiler
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#65 Le 19/09/2017, à 07:29
- kravistavo
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Ca commence à devenir un peu trop complexe pour moi...
Et ça ne fonctionne toujours pas sur mon ordinateur.
J'essaierai de recommencer de zéro un peu plus tard.
Hors ligne
#66 Le 19/09/2017, à 11:56
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Oui je compatis, c'est plus simple depuis un linux 32 bits ceci dit...
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#67 Le 20/10/2017, à 21:36
- flappy06
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Bonjour,
J'ai suivi votre tuto, et je rencontre un souci : lorsque j'en suis à la commande "make", que ce soit dans la version 64bit ou 32 bit, j'obtiens ceci :
toto@toto-Aspire-V5-121:~/wine-1-8-4/wine64-build$ make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
Dans ce dossier, je n'ai qu'un fichier :
toto@toto-Aspire-V5-121:~/wine-1-8-4/wine64-build$ ls
config.log
Que devrais-je avoir que je n'ai pas ?
J'ai recommencé deux fois pensant avoir oublié une étape.
Merci par avance.
Dernière modification par flappy06 (Le 20/10/2017, à 22:00)
Ubuntu 22.04 sur Asus R301U
Hors ligne
#68 Le 22/10/2017, à 16:22
- mikedafunk
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Il te manque effectivement des fichiers !
total 3700
-rw-rw-r-- 1 fred fred 1350287 sept. 10 13:50 config.log
-rwxrwxr-x 1 fred fred 1206296 sept. 10 13:50 config.status
drwxr-xr-x 610 fred fred 20480 sept. 10 17:13 dlls
drwxrwxr-x 2 fred fred 4096 sept. 10 17:13 fonts
drwxrwxr-x 5 fred fred 4096 sept. 10 13:58 include
drwxr-xr-x 5 fred fred 4096 sept. 10 13:56 libs
drwxrwxr-x 2 fred fred 4096 sept. 10 17:13 loader
-rw-rw-r-- 1 fred fred 1168733 sept. 10 13:50 Makefile
drwxrwxr-x 2 fred fred 4096 sept. 10 13:50 po
drwxr-xr-x 88 fred fred 4096 sept. 10 17:21 programs
drwxr-xr-x 2 fred fred 4096 sept. 10 17:23 server
drwxrwxr-x 10 fred fred 4096 sept. 10 13:58 tools
lrwxrwxrwx 1 fred fred 32 sept. 10 13:50 wine -> ../wine-source/tools/winewrapper
Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org
Hors ligne
#69 Le 23/10/2017, à 20:25
- flappy06
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Bonjour,
Ça y est, au bout de 3 jours j'y suis arrivé. En effet, il faut, comme le dit 70156, il faut renommer le dossier wine-1.8.4 en .wine
Ça a fonctionné avec la version de pronote 2.3
Peut-être serait-il intéressant, si quelqu'un essaie de faire la mise à jour à partir de pronote 2.1 vers 2.2 ou 2.3, qu'il donne son retour d'expérience ici pour les autres ...
En tout cas, merci pour ce tuto, et espérons que pronote 2018 soit plus simple à installer.
Ubuntu 22.04 sur Asus R301U
Hors ligne
#70 Le 22/11/2017, à 21:01
- mroussel
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Bonjour,
J'ai suivi le tutoriel de mikedafunk pour installer ProNote avec wine sur Ubuntu 17.10 (merci pour ce tutoriel!). Ca marche, ProNote se lance, je peux voir la page d'accueil et pour l'instant pas de problème pour remplir des bulletins ou rentrer des évaluations (par compétences ou par note). Par contre, quand je vais sur "communication", que ce soit "discussion", "casier numérique" ou "information et sondage", ProNote plante. Même chose quand je vais dans "cahier de texte" et que je clique sur une classe pour rentrer le cahier de texte. J'obtiens une fenêtre "Program Error" avec sur fond blanc: "The program Client PRONOTE.exe has encoutered a serious problem and needs to close. We are sorry for the inconvenience." et plus bas sur fond gris "This can be caused by a problem in the program or a deficiency in Wine. You may want to check the Application Database for tips about running this application." Si je clique sur "Details", j'obtiens la chose suivante (du charabia pour moi):
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x135c3a14).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:135c3a14 ESP:18549af0 EBP:18549df0 EFLAGS:00210246( R- -- I Z- -P- )
EAX:00000000 EBX:1854a2f0 ECX:18a1c1c8 EDX:00000000
ESI:1a418000 EDI:18a841f8
Stack dump:
0x18549af0: 18a1c1c8 1a418000 00009c70 40a00000
0x18549b00: 00df5f78 00000001 18a1c1c8 00000000
0x18549b10: 01000000 000000a0 18ad4700 00010064
0x18549b20: 00000001 00000001 00000001 40a00000
0x18549b30: 1a418000 00000001 00549c70 00000000
0x18549b40: 00000000 00000001 00000000 1854a59c
Backtrace:
=>0 0x135c3a14 in libcef (+0x783a14) (0x18549df0)
1 0x135c4ab2 in libcef (+0x784ab1) (0x18549e5c)
2 0x1363566e in libcef (+0x7f566d) (0x1854a1c8)
3 0x13636f77 in libcef (+0x7f6f76) (0x1854a2e8)
4 0x13625f78 in libcef (+0x7e5f77) (0x1854b188)
5 0x13625a7c in libcef (+0x7e5a7b) (0x1854b304)
6 0x136281aa in libcef (+0x7e81a9) (0x1854b3e0)
7 0x13601c7c in libcef (+0x7c1c7b) (0x1854b45c)
8 0x13601812 in libcef (+0x7c1811) (0x1854b4d4)
9 0x135c8729 in libcef (+0x788728) (0x1854b4f0)
10 0x13602594 in libcef (+0x7c2593) (0x1854b51c)
11 0x13602820 in libcef (+0x7c281f) (0x1854b588)
12 0x13603ce2 in libcef (+0x7c3ce1) (0x1854b740)
13 0x13601c8a in libcef (+0x7c1c89) (0x1854b7bc)
14 0x13601812 in libcef (+0x7c1811) (0x1854b834)
15 0x135c8729 in libcef (+0x788728) (0x1854b850)
16 0x13602594 in libcef (+0x7c2593) (0x1854b87c)
17 0x13602820 in libcef (+0x7c281f) (0x1854b8e8)
18 0x13603ce2 in libcef (+0x7c3ce1) (0x1854baa0)
19 0x13601c8a in libcef (+0x7c1c89) (0x1854bb1c)
20 0x13601812 in libcef (+0x7c1811) (0x1854bb94)
21 0x135c8729 in libcef (+0x788728) (0x1854bbb0)
22 0x13602594 in libcef (+0x7c2593) (0x1854bbdc)
23 0x13602820 in libcef (+0x7c281f) (0x1854bc48)
24 0x13603ce2 in libcef (+0x7c3ce1) (0x1854be00)
25 0x13601c8a in libcef (+0x7c1c89) (0x1854be7c)
26 0x13601812 in libcef (+0x7c1811) (0x1854bef4)
27 0x135c8729 in libcef (+0x788728) (0x1854bf10)
28 0x13602594 in libcef (+0x7c2593) (0x1854bf3c)
29 0x13602820 in libcef (+0x7c281f) (0x1854bfa8)
30 0x13603ce2 in libcef (+0x7c3ce1) (0x1854c160)
31 0x13601c8a in libcef (+0x7c1c89) (0x1854c1dc)
32 0x13601812 in libcef (+0x7c1811) (0x1854c254)
33 0x135c8729 in libcef (+0x788728) (0x1854c270)
34 0x13602594 in libcef (+0x7c2593) (0x1854c29c)
35 0x13602820 in libcef (+0x7c281f) (0x1854c308)
36 0x13603ce2 in libcef (+0x7c3ce1) (0x1854c4c0)
37 0x13601c8a in libcef (+0x7c1c89) (0x1854c53c)
38 0x13601812 in libcef (+0x7c1811) (0x1854c5bc)
39 0x135c8729 in libcef (+0x788728) (0x1854c5d8)
40 0x135efc76 in libcef (+0x7afc75) (0x1854c690)
41 0x13400d9c in libcef (+0x5c0d9b) (0x1854c6f4)
42 0x13401595 in libcef (+0x5c1594) (0x1854c7a8)
43 0x131d1c8f in libcef (+0x391c8e) (0x1854c7c8)
44 0x131f8813 in libcef (+0x3b8812) (0x1854c7e4)
45 0x136de127 in libcef (+0x89e126) (0x1854c7f4)
46 0x13b5d664 in libcef (+0xd1d663) (0x1854c848)
47 0x13a7808f in libcef (+0xc3808e) (0x1854c8e8)
48 0x13a7244c in libcef (+0xc3244b) (0x1854c9bc)
49 0x139f14c1 in libcef (+0xbb14c0) (0x1854ca40)
50 0x139f05d9 in libcef (+0xbb05d8) (0x1854ca70)
51 0x13c8039a in libcef (+0xe40399) (0x1854cb2c)
52 0x13c8460b in libcef (+0xe4460a) (0x1854cd28)
53 0x1950a7fe (0x1854cd4c)
54 0x1b5a78e9 (0x1854cd84)
55 0x1b5a0a0f (0x1854cd9c)
56 0x1950bc36 (0x1854cdb4)
57 0x1b59f890 (0x1854cdfc)
58 0x1b59ef0d (0x1854ce1c)
59 0x1953283e (0x1854ce38)
60 0x19521943 (0x1854ce64)
61 0x13bfb49a in libcef (+0xdbb499) (0x1854ceb8)
62 0x13bfb6a2 in libcef (+0xdbb6a1) (0x1854cef8)
63 0x1314d523 in libcef (+0x30d522) (0x1854cf64)
64 0x137a8fb5 in libcef (+0x968fb4) (0x1854cffc)
65 0x1367b348 in libcef (+0x83b347) (0x1854d024)
66 0x137d96bb in libcef (+0x9996ba) (0x1854d050)
67 0x137c89a4 in libcef (+0x9889a3) (0x1854d0dc)
68 0x137c8749 in libcef (+0x988748) (0x1854d11c)
69 0x137c864b in libcef (+0x98864a) (0x1854d140)
70 0x131e9838 in libcef (+0x3a9837) (0x1854d184)
71 0x131e93f2 in libcef (+0x3a93f1) (0x1854d1b4)
72 0x13521731 in libcef (+0x6e1730) (0x1854d1f0)
73 0x1352153a in libcef (+0x6e1539) (0x1854d258)
74 0x1351ee4b in libcef (+0x6dee4a) (0x1854d278)
75 0x1351ee68 in libcef (+0x6dee67) (0x1854d298)
76 0x1337bcd4 in libcef (+0x53bcd3) (0x1854d2a8)
77 0x1337ba9e in libcef (+0x53ba9d) (0x1854d2b8)
78 0x131d995b in libcef (+0x39995a) (0x1854d310)
79 0x13273bba in libcef (+0x433bb9) (0x1854d320)
80 0x1327173d in libcef (+0x43173c) (0x1854d338)
81 0x13272639 in libcef (+0x432638) (0x1854d834)
82 0x132729e1 in libcef (+0x4329e0) (0x1854d930)
83 0x13273e74 in libcef (+0x433e73) (0x1854d944)
84 0x13273fcb in libcef (+0x433fca) (0x1854d968)
85 0x137c0aa2 in libcef (+0x980aa1) (0x1854d978)
86 0x143a1889 in libcef (+0x1561888) (0x1854d98c)
87 0x12f1fbef in libcef (+0xdfbee) (0x1854d9f4)
88 0x1469dd96 in libcef (+0x185dd95) (0x1854daa4)
89 0x1469d7cf in libcef (+0x185d7ce) (0x1854dbd0)
90 0x1469cdd7 in libcef (+0x185cdd6) (0x1854dbe4)
91 0x1469dfc0 in libcef (+0x185dfbf) (0x1854dc0c)
92 0x12f1fbef in libcef (+0xdfbee) (0x1854dc70)
93 0x12edb5cd in libcef (+0x9b5cc) (0x1854e7dc)
94 0x12edc0c2 in libcef (+0x9c0c1) (0x1854e8e8)
95 0x12f2009f in libcef (+0xe009e) (0x1854e918)
96 0x12f1fd26 in libcef (+0xdfd25) (0x1854e934)
97 0x12ef7c79 in libcef (+0xb7c78) (0x1854e960)
98 0x12effff3 in libcef (+0xbfff2) (0x1854e98c)
99 0x12f00173 in libcef (+0xc0172) (0x1854e9c8)
100 0x12ed9a87 in libcef (+0x99a86) (0x1854e9e8)
101 0x7bc7cebc call_thread_func_wrapper+0xb() in ntdll (0x1854e9f8)
102 0x7bc7fdff call_thread_func+0xce(entry=0x12ed9a00, arg=0x115bec60, frame=0x1854eb08) [/home/marie/wine-1-8-4/wine32-build/dlls/ntdll/../../../wine-source/dlls/ntdll/signal_i386.c:2755] in ntdll (0x1854eae8)
103 0x7bc7ce9a call_thread_entry_point+0x11() in ntdll (0x1854eb08)
104 0x7bc881ef start_thread+0xae(info=0x817b8fb8) [/home/marie/wine-1-8-4/wine32-build/dlls/ntdll/../../../wine-source/dlls/ntdll/thread.c:449] in ntdll (0x1854f358)
105 0xf7d9837c start_thread+0xfb() in libpthread.so.0 (0x1854f428)
106 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
107 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
108 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
109 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
110 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
111 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
112 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
113 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
114 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
115 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
116 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
117 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
118 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
119 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
120 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
121 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
122 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
123 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
124 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
125 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
126 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
127 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
128 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
129 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
130 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
131 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
132 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
133 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
134 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
135 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
136 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
137 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
138 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
139 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
140 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
141 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
142 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
143 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
144 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
145 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
146 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
147 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
148 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
149 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
150 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
151 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
152 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
153 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
154 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
155 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
156 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
157 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
158 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
159 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
160 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
161 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
162 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
163 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
164 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
165 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
166 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
167 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
168 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
169 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
170 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
171 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
172 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
173 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
174 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
175 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
176 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
177 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
178 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
179 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
180 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
181 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
182 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
183 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
184 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
185 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
186 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
187 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
188 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
189 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
190 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
191 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
192 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
193 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
194 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
195 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
196 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
197 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
198 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
199 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
200 0xf7cb30a6 __clone+0x65() in libc.so.6 (0x00000000)
0x135c3a14: movb %al,0x00000000
Modules:
Module Address Debug info Name (143 modules)
PE 400000- 4a2e000 Deferred client pronote
PE 12e40000-160cd000 Export libcef
PE 58800000-58946000 Deferred msxml6
ELF 7a800000-7a92f000 Deferred opengl32<elf>
\-PE 7a820000-7a92f000 \ opengl32
ELF 7b800000-7ba64000 Deferred kernel32<elf>
\-PE 7b810000-7ba64000 \ kernel32
ELF 7bc00000-7bcee000 Dwarf ntdll<elf>
\-PE 7bc10000-7bcee000 \ ntdll
ELF 7bf00000-7bf04000 Deferred <wine-loader>
ELF 7d77d000-7d8c8000 Deferred libx11.so.6
ELF 7d987000-7d9be000 Deferred uxtheme<elf>
\-PE 7d990000-7d9be000 \ uxtheme
ELF 7d9be000-7d9c8000 Deferred librt.so.1
ELF 7d9c8000-7d9e3000 Deferred libbsd.so.0
ELF 7d9e3000-7da0f000 Deferred libxcb.so.1
ELF 7da0f000-7da79000 Deferred winex11<elf>
\-PE 7da20000-7da79000 \ winex11
ELF 7da79000-7daa4000 Deferred secur32<elf>
\-PE 7da80000-7daa4000 \ secur32
ELF 7daa4000-7db97000 Deferred cryptui<elf>
\-PE 7dab0000-7db97000 \ cryptui
ELF 7db97000-7dc90000 Deferred comctl32<elf>
\-PE 7dba0000-7dc90000 \ comctl32
ELF 7dc90000-7dece000 Deferred shell32<elf>
\-PE 7dca0000-7dece000 \ shell32
ELF 7dece000-7dfb7000 Deferred comdlg32<elf>
\-PE 7ded0000-7dfb7000 \ comdlg32
ELF 7dfb7000-7dff4000 Deferred winspool<elf>
\-PE 7dfc0000-7dff4000 \ winspool
ELF 7dff4000-7e01e000 Deferred msacm32<elf>
\-PE 7e000000-7e01e000 \ msacm32
ELF 7e01e000-7e0d7000 Deferred winmm<elf>
\-PE 7e030000-7e0d7000 \ winmm
ELF 7e0d7000-7e0fe000 Deferred mpr<elf>
\-PE 7e0e0000-7e0fe000 \ mpr
ELF 7e0fe000-7e1cd000 Deferred crypt32<elf>
\-PE 7e110000-7e1cd000 \ crypt32
ELF 7e1cd000-7e1ea000 Deferred jsproxy<elf>
\-PE 7e1d0000-7e1ea000 \ jsproxy
ELF 7e1ea000-7e226000 Deferred winhttp<elf>
\-PE 7e1f0000-7e226000 \ winhttp
ELF 7e226000-7e255000 Deferred netapi32<elf>
\-PE 7e230000-7e255000 \ netapi32
ELF 7e255000-7e30f000 Deferred msvcrt<elf>
\-PE 7e270000-7e30f000 \ msvcrt
ELF 7e30f000-7e332000 Deferred imm32<elf>
\-PE 7e320000-7e332000 \ imm32
ELF 7e332000-7e36c000 Deferred libpng16.so.16
ELF 7e36c000-7e38b000 Deferred libz.so.1
ELF 7e38b000-7e447000 Deferred libfreetype.so.6
ELF 7e460000-7e4e0000 Deferred rpcrt4<elf>
\-PE 7e470000-7e4e0000 \ rpcrt4
ELF 7e4e0000-7e617000 Deferred ole32<elf>
\-PE 7e500000-7e617000 \ ole32
ELF 7e617000-7e749000 Deferred oleaut32<elf>
\-PE 7e630000-7e749000 \ oleaut32
ELF 7e749000-7e760000 Deferred olepro32<elf>
\-PE 7e750000-7e760000 \ olepro32
ELF 7e760000-7e799000 Deferred ws2_32<elf>
\-PE 7e770000-7e799000 \ ws2_32
ELF 7e799000-7e7b3000 Deferred version<elf>
\-PE 7e7a0000-7e7b3000 \ version
ELF 7e7b3000-7e8c6000 Deferred gdi32<elf>
\-PE 7e7c0000-7e8c6000 \ gdi32
ELF 7e8c6000-7ea16000 Deferred user32<elf>
\-PE 7e8e0000-7ea16000 \ user32
ELF 7ea16000-7ea8d000 Deferred shlwapi<elf>
\-PE 7ea20000-7ea8d000 \ shlwapi
ELF 7ea8d000-7eb01000 Deferred advapi32<elf>
\-PE 7eaa0000-7eb01000 \ advapi32
ELF 7eb01000-7eb2a000 Deferred iphlpapi<elf>
\-PE 7eb10000-7eb2a000 \ iphlpapi
ELF 7eb2a000-7eb3d000 Deferred libnss_files.so.2
ELF 7eb3d000-7eb4b000 Deferred libnss_nis.so.2
ELF 7eb4b000-7eb66000 Deferred libnsl.so.1
ELF 7eb6b000-7eb7f000 Deferred icmp<elf>
\-PE 7eb70000-7eb7f000 \ icmp
ELF 7ef01000-7f000000 Deferred libm.so.6
ELF f7045000-f70b2000 Deferred setupapi<elf>
\-PE f7050000-f70b2000 \ setupapi
ELF f70b2000-f70c6000 Deferred api-ms-win-core-sysinfo-l1-2-1<e
PE f70c0000-f70c6000 Deferred api-ms-win-core-sysinfo-l1-2-1
ELF f70c6000-f711e000 Deferred dwrite<elf>
\-PE f70d0000-f711e000 \ dwrite
ELF f711e000-f7132000 Deferred api-ms-win-core-datetime-l1-1-1<
PE f7120000-f7132000 Deferred api-ms-win-core-datetime-l1-1-1
ELF f7132000-f7146000 Deferred api-ms-win-core-string-l1-1-0<el
PE f7140000-f7146000 Deferred api-ms-win-core-string-l1-1-0
PE f7146000-f715b000 Deferred api-ms-win-core-localization-l1-
PE f7150000-f715b000 Deferred api-ms-win-core-localization-l1-C:\windows\system32\api-ms-win-core-localization-l1-2-1.dll
ELF f715b000-f716f000 Deferred api-ms-win-core-fibers-l1-1-1<el
PE f7160000-f716f000 Deferred api-ms-win-core-fibers-l1-1-1
ELF f716f000-f7183000 Deferred api-ms-win-core-synch-l1-2-0<elf
PE f7170000-f7183000 Deferred api-ms-win-core-synch-l1-2-0
ELF f7183000-f71df000 Deferred oleacc<elf>
\-PE f7190000-f71df000 \ oleacc
ELF f71df000-f728c000 Deferred windowscodecs<elf>
\-PE f71f0000-f728c000 \ windowscodecs
ELF f738f000-f73a4000 Deferred dhcpcsvc<elf>
\-PE f7390000-f73a4000 \ dhcpcsvc
ELF f73a4000-f73bc000 Deferred userenv<elf>
\-PE f73b0000-f73bc000 \ userenv
ELF f73bc000-f7400000 Deferred usp10<elf>
\-PE f73c0000-f7400000 \ usp10
ELF f7703000-f7717000 Deferred psapi<elf>
\-PE f7710000-f7717000 \ psapi
ELF f7717000-f7734000 Deferred libgcc_s.so.1
ELF f7734000-f774c000 Deferred libresolv.so.2
ELF f774c000-f7753000 Deferred libnss_dns.so.2
ELF f7756000-f776c000 Deferred dwmapi<elf>
\-PE f7760000-f776c000 \ dwmapi
ELF f776c000-f78b0000 Deferred wined3d<elf>
\-PE f7780000-f78b0000 \ wined3d
ELF f78b0000-f78d8000 Deferred dxgi<elf>
\-PE f78c0000-f78d8000 \ dxgi
ELF f78d8000-f790f000 Deferred wbemprox<elf>
\-PE f78e0000-f790f000 \ wbemprox
ELF f790f000-f79ac000 Deferred urlmon<elf>
\-PE f7920000-f79ac000 \ urlmon
ELF f79ac000-f7a25000 Deferred wininet<elf>
\-PE f79c0000-f7a25000 \ wininet
ELF f7a25000-f7a67000 Deferred rsaenh<elf>
\-PE f7a30000-f7a67000 \ rsaenh
ELF f7a67000-f7af7000 Deferred gdiplus<elf>
\-PE f7a80000-f7af7000 \ gdiplus
ELF f7af7000-f7b0d000 Deferred t2embed<elf>
\-PE f7b00000-f7b0d000 \ t2embed
ELF f7b0d000-f7b21000 Deferred msimg32<elf>
\-PE f7b10000-f7b21000 \ msimg32
ELF f7b21000-f7b39000 Deferred wtsapi32<elf>
\-PE f7b30000-f7b39000 \ wtsapi32
ELF f7b39000-f7b6f000 Deferred msctf<elf>
\-PE f7b40000-f7b6f000 \ msctf
ELF f7bb7000-f7bbc000 Deferred libdl.so.2
ELF f7bbc000-f7d92000 Dwarf libc.so.6
ELF f7d92000-f7db1000 Dwarf libpthread.so.0
ELF f7db3000-f7dba000 Deferred libxdmcp.so.6
ELF f7dba000-f7dbe000 Deferred libxau.so.6
ELF f7dbe000-f7dc8000 Deferred libnss_compat.so.2
ELF f7dca000-f7f81000 Dwarf libwine.so.1
ELF f7f83000-f7faa000 Deferred ld-linux.so.2
ELF f7fad000-f7fae000 Deferred [vdso].so
Threads:
process tid prio (all id:s are in hex)
0000000e services.exe
00000031 0
00000030 0
0000002a 0
00000020 0
00000010 0
0000000f 0
00000012 ServiceMiseAJourIndex.exe
00000024 0
0000001f 0
0000001e 0
00000013 0
00000016 explorer.exe
0000001c 0
0000001a 0
00000019 0
00000017 0
00000028 winedevice.exe
0000002d 0
0000002c 0
00000029 0
0000002e plugplay.exe
00000033 0
00000032 0
0000002f 0
00000034 (D) C:\Program Files\Index Education\Pronote 2017\Réseau\Client PRONOTE.exe
00000038 0
00000037 0
00000039 -2
0000003a 0
0000000c 0
0000000d 0
00000008 0
00000009 0
00000026 0 <==
0000000a 0
0000000b 0
00000027 0
00000025 0
00000014 0
00000015 0
0000001d 0
0000001b 0
00000018 0
00000047 0
00000046 0
00000045 0
00000044 0
00000043 0
00000042 0
00000041 0
00000040 0
0000003f 0
0000003b 0
00000036 0
00000035 0
System information:
Wine build: wine-1.8.4
Platform: i386
Version: Windows 7
Host system: Linux
Host version: 4.13.0-17-generic
Quelqu'un aurait une idée/une solution?
Merci d'avance pour votre aide!
Marie
Hors ligne
#71 Le 14/01/2018, à 18:05
- mroussel
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Bonjour,
Nouveau problème avec ProNote qui fonctionnait à peu près bien jusqu'à maintenant (à part le fait que je ne pouvais pas aller dans le cahier de texte pour lire ou y mettre des choses, ni dans discussion, comme mentionné dans mon billet précédent). Comme je peux le faire facilement via l'interface web, ça ne me gène pas trop.
Maintenant, je n'arrive plus du tout à ouvrir ProNote, une fois que j'ai mis mon identifiant et mon mot de passe, la fenêtre de chargement s'ouvre pour une courte durée puis j'ai une fenêtre d'erreur qui dit "erreur lors du chargement de la base" puis, en dessous "Message: Mémoire insuffisante". Je n'ai pourtant rien changé à mon installation à part le fait d'avoir branché un écran externe (je travaille sur un portable) mais je ne vois pas en quoi cela pourrait impacter wine/ProNote. Ubuntu ne me signale aucun problème de mémoire. Mon installation de la dernière version d'ubuntu (17.10) a été faite au complet, sans passer par une "upgrade" fin décembre et depuis, j'ai utilisé ProNote sans problème. (installé suivant le tutoriel de mikedafunk).
Quelqu'un aurait une idée du problème et d'une solution possible?
Merci d'avance pour votre aide,
Bonne journée,
Marie
Hors ligne
#72 Le 19/06/2018, à 10:58
- TheLiar
Re : Installation du client Pronote 2016 sur Ubuntu 16.04 64Bits
Bonjour,
Tout fonctionne maintenant (même si le client 2017 ne va plus être d'actualité bientôt) après avoir téléchargé les sources de wine 3.9 source
et suivi les explications trouvées sur la FAQ du site de pronote "Comment résoudre les problèmes connus avec Wine ? (réservé aux administrateurs Linux) "
Ubuntu 18.04
Dernière modification par TheLiar (Le 19/06/2018, à 10:59)
Hors ligne