-
-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aplicativo fecha após erro não identificado no Windows 10 Pro versão 18363.900 #322
Comments
Sorry, I don't understand your language. |
Translation by Google Translate: Our company, Sysmo Sistemas, has a cashier application which is closing after a process of verifying the integrity of the SQLite database on some computers with Windows 10 Pro version 18363.900. Code in Deplhi 6:
As far as it was possible to identify by the logs, the application closed when executing the command oSQLTableJSON.GetS (1,0). We suspect that an exception occurs in the process, but no error message is generated and simply closes the application. We have identified in some clients with Windows 10 where if there is any exception in the code and it is not treated with try except the application is closed without presenting an error message. We were unable to simulate internally, only on a client. We found that on other computers with the same configuration and version of Windows the problem does not happen. User permissions have already been added for Full Control and placed SSD, but it has not been successful. The error recorded in Windows events was:
|
It's impossible to identify a source of a problem from information you provide. For tracking such "unexpected" errors on client side you can add SynLog.pas unit, enable "detailed map file information" in the project option, and enhance exception logging. But without any more context, it is not possible to give you more help. |
This process has been removed and the problem continues. |
Nossa empresa, Sysmo Sistemas, possui um aplicativo de frente de caixa o qual está se fechando após um processo de verificação de integridade da base de dados SQLite em alguns computadores com Windows 10 Pro versão 18363.900.
Código em Deplhi 6:
Pelo que foi possível identificar pelos logs a aplicação se fechou quando executou o comando oSQLTableJSON.GetS(1,0).
Suspeitamos que ocorre alguma exceção no processo, mas não é gerada nehuma mensagem de erro e simplesmente fecha a aplicação.
Identificamos em alguns clientes com Windows 10 onde se caso dê alguma exceção no código e o mesmo não é tratado com
try except
a aplicação é fechada sem apresentar mensagem de erro.Porém neste caso mesmo com o
try except
o erro persiste.Não conseguimos simular internamente, somente em cliente.
Identificamos que em outros computadores com a mesma configuração e versão do Windows não acontece o problema.
Já foram adicionadas permissões de usuário para Controle total e colocado SSD, porém não obteve-se sucesso.
O erro registrado nos eventos do Windows foi:
The text was updated successfully, but these errors were encountered: