gcompris / GCompris-qt

GCompris in Qt Quick - Mirror of https://invent.kde.org/education/gcompris
219 stars 168 forks source link

Projection de l'application #200

Open marcmilian opened 6 years ago

marcmilian commented 6 years ago

Bonjour, comme professeur je dispose d'un portable (W10 PRO 15603.608) et d'un projecteur ACER (Accès WiFi).

Je souhaitais comme avec la version antérieure projeter les activités et faire participer les élèves avec une souris et un clavier sans fil.

Cependant, si l'application ne donne pas une erreur quand elle s'ouvre, je ne vois que le pointeur de la souris. Le fond du programme n'est pas projeté.

De plus, cela peut peut-être vous suggérer une piste, je dispose sur mon ordinateur d'un système d'assistance aux élèves depuis mon ordinateur (Impero Software) mais le problème est identique, je ne vois pas le programme, alors qu'il est en cous d'utilisation, dans la liste des fenêtres, et forcer le focus ne fonctionne pas.

Je me tiens à votre disposition pour toute information nécessaire à la reproduction du problème.

gcompris-qt do not project itself

Note: Je ferai également une soumission au support de Impero Software pour savoir si ils ont une solution de contournement qui pourrait vous aguiller vers la source du problème

marcmilian commented 6 years ago

Dans les événements d'Application j'ai deux événements qui pourrait aider, je l'espère:

Log Name: Application Source: Application Error Date: 04/10/2017 16:08:20 Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: PROBOOK.cimand.local Description: Faulting application name: GCompris.exe, version: 0.0.0.0, time stamp: 0x59489bce Faulting module name: ig4icd64.dll, version: 8.15.10.2900, time stamp: 0x50b4043d Exception code: 0xc0000005 Fault offset: 0x0000000000843351 Faulting process id: 0x3794 Faulting application start time: 0x01d33d1a38daf058 Faulting application path: C:\Program Files\GCompris-Qt\bin\GCompris.exe Faulting module path: C:\WINDOWS\SYSTEM32\ig4icd64.dll Report Id: a4fd4f25-f6e1-4dd8-86c6-784579f80f01 Faulting package full name: Faulting package-relative application ID: Event Xml:

1000 2 100 0x80000000000000 7140 Application PROBOOK.cimand.local GCompris.exe 0.0.0.0 59489bce ig4icd64.dll 8.15.10.2900 50b4043d c0000005 0000000000843351 3794 01d33d1a38daf058 C:\Program Files\GCompris-Qt\bin\GCompris.exe C:\WINDOWS\SYSTEM32\ig4icd64.dll a4fd4f25-f6e1-4dd8-86c6-784579f80f01 Log Name: Application Source: Windows Error Reporting Date: 04/10/2017 16:08:54 Event ID: 1001 Task Category: None Level: Information Keywords: Classic User: N/A Computer: PROBOOK.cimand.local Description: Fault bucket 120783626411, type 4 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: GCompris.exe P2: 0.0.0.0 P3: 59489bce P4: ig4icd64.dll P5: 8.15.10.2900 P6: 50b4043d P7: c0000005 P8: 0000000000843351 P9: P10: Attached files: \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9783.tmp.mdmp \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9A14.tmp.WERInternalMetadata.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9A35.tmp.csv \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9A84.tmp.txt These files may be available here: C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_GCompris.exe_c3e62ffe145fba4545e53f4b1448b8c27e56fb4_ec980cc9_43e61acd Analysis symbol: Rechecking for solution: 0 Report Id: a4fd4f25-f6e1-4dd8-86c6-784579f80f01 Report Status: 268435456 Hashed bucket: a63ea1a4541b967b592fd5a0a2c90c2a Event Xml: 1001 4 0 0x80000000000000 7141 Application PROBOOK.cimand.local 120783626411 4 APPCRASH Not available 0 GCompris.exe 0.0.0.0 59489bce ig4icd64.dll 8.15.10.2900 50b4043d c0000005 0000000000843351 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9783.tmp.mdmp \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9A14.tmp.WERInternalMetadata.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9A35.tmp.csv \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9A84.tmp.txt C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_GCompris.exe_c3e62ffe145fba4545e53f4b1448b8c27e56fb4_ec980cc9_43e61acd 0 a4fd4f25-f6e1-4dd8-86c6-784579f80f01 268435456 a63ea1a4541b967b592fd5a0a2c90c2a [Report.wer.txt](https://github.com/gcompris/GCompris-qt/files/1356486/Report.wer.txt)
petitlapin commented 6 years ago

Bonjour, quelle version de GCompris utilisez-vous ? Pouvez vous essayer http://gcompris.net/download/qt/windows/gcompris-qt-0.81-win64-NoOpenGL.exe ? Johnny

petitlapin commented 5 years ago

Bonjour,

nous venons de sortir une nouvelle version https://gcompris.net/download/qt/windows/gcompris-qt-0.95-win64-gcc.exe Pouvez-vous l'essayer et nous dire si le problème persiste ? Cette version dispose de 2 modes de rendu : "rendu openGL" et "rendu logiciel". Pour essayer le rendu logiciel, il faut dans %LocalAppData%/gcompris/GCompris.conf modifier la ligne renderer=auto par renderer=software.

Peut-être qu'un des deux marchera.

Johnny