Crashes when typing in the editor

101 views
Skip to first unread message

Pedro Luis

unread,
Feb 4, 2023, 2:15:14 PM2/4/23
to PyScripter
Se cuelga.PNGI can't write text in the editor, PyScripter crashes and closes.
I have done a test, uninstalled Python, then I can type correctly in the editor, text highlighting works.
I've tried Python versions 3.7 and 3.11, 32 and 64 bit. Always crashes after pressing a few keys
Editing in Sublime or Notepad++ and pasting the code into the PyScriter editor, the script runs perfectly, but if I not type any key...

PyScripter

unread,
Feb 4, 2023, 3:58:17 PM2/4/23
to PyScripter
I am sorry to hear about the problem with PyScripter.

a) Could you please try the following without uninstalling anything:
Do you still get the typing issues?

b)  In Tools, Options, IDE Options, Code Completion uncheck "Complete as you type"?  Also in the IDE Options, SpellCheck, make sure "Spell Check as you type" is unchecked and under "Language Server", make sure "Syntax check as you type is unchecked.

Do the above make any difference?

Pedro Luis

unread,
Feb 5, 2023, 6:56:51 PM2/5/23
to PyScripter
I have done a lot of tests under the 32 and 64 bit versions, both of PyScripter and Python, it always crashes

PyScripter-4.2.5-x64.zip also crashes. The problem is in some new improvement of version 4.2.5 which presents incompatibility under something (microprocessor, motherboard, OS Win, file in Windows folder,,...)
.
Version 4.2.2 on embarcadero.com works fine.
I have observer that the crash on 4.2.5  occurs when the predictive language balloon wants to appear in the Editor.

Version 4.2.2 works for me...almost perfect.
When starting PyScripter a message notifies:
"The 'rpyc' package is not available."
Please restart PyScripter and try again
If the error persists reinstall PyScripter

'Apparently' when closing that text box PyScripter works correctly.
- I have installed the 'rpyc' libraries, and reinstalled PySripter 4.2.2, but the message continues to appear.
- Installing Pyscripter 4.2.2 4.2.5 no longer shows the 'message box', but then Pyscripter 4.2.2 crashes when it wants to show a balloon.

I hope with this information provided to help the development team find the bug, They can send me 'test versions' to my email, then I inform to the team about the behavior of that test version, so that the source of the failure can be found.
I'm sure that I'm not the only user affected by this problem.

Excuse my bad English, I assure you that my Spanish from Spain is much better 😉

PyScripter

unread,
Feb 5, 2023, 7:16:42 PM2/5/23
to PyScripter
This is very strange.  Clearly a lot of users are using PyScripter 4.2.5, and nobody reported such a serious (cannot type!) issue.
You do not need to install rpyc (it is included), but installing should not do any harm.

Which version of Windows are you using?

"The 'rpyc' package is not available."
This message typically means that there are issues with the python installation.  However you did say that you have tried with different python versions.  If you do get this message then this is the source of the problem, but in the screen shot you posted, it shows that the Remote engine is available, which means that a connection using rpyc was established.

Does unchecking Tools, Options, IDE Options, Editor, Show code hints and Code Completion, Editor Code Completion help?

PyScripter

unread,
Feb 5, 2023, 7:35:51 PM2/5/23
to PyScripter
If you want we can have a Zoom or Teams session and I can try to help resolve the issue, while viewing your screen.  Just send me an invitation at my email.

Volodymyr Levchenko

unread,
Feb 6, 2023, 2:48:12 AM2/6/23
to PyScripter
In my previous post - I have same issue. Please check see error log (I cannot attach file, because there is no such option):

Exception class: EExternalException
Exception message: External exception C06D007F.
Exception address: 7639C5AF
------------------------------------------------------------------------------
PyScripter version : 4.2.5.0 x86
Python DLL : python38.dll
Python Engine : peRemote
------------------------------------------------------------------------------
Stack list, generated 06.02.2023 9:42:28
[7639C5AF]{KERNELBASE.dll} RaiseException
[00412081]{PyScripter.exe} SysInit.@_delayLoadHelper2 (Line 394, "C:\Projects\Olympus\tp\runtime\rtl\sys\delayhlp.cpp" + 171)
[004193E1]{PyScripter.exe} Winapi.Windows.user32.dll (Line 41715, "Winapi.Windows.pas" + 0)
[00A64232]{PyScripter.exe} SynCompletionProposal.RecalcFormPlacement (Line 2350, "SynCompletionProposal.pas" + 7)
[004AF959]{PyScripter.exe} System.Classes.TStrings.Assign (Line 6776, "System.Classes.pas" + 21)
[004B13D6]{PyScripter.exe} System.Classes.TStringList.Assign (Line 7518, "System.Classes.pas" + 7)
[00A647F5]{PyScripter.exe} SynCompletionProposal.TSynBaseCompletionProposal.ExecuteEx (Line 2483, "SynCompletionProposal.pas" + 44)
[00A65B1F]{PyScripter.exe} SynCompletionProposal.TSynCompletionProposal.ExecuteEx (Line 3305, "SynCompletionProposal.pas" + 1)
[00A65D1F]{PyScripter.exe} SynCompletionProposal.TSynCompletionProposal.DoExecute (Line 3381, "SynCompletionProposal.pas" + 18)
[00A65FF5]{PyScripter.exe} SynCompletionProposal.TSynCompletionProposal.ActivateCompletion (Line 3463, "SynCompletionProposal.pas" + 1)
[00BF7432]{PyScripter.exe} frmEditor.TEditorForm.DoCodeCompletion$ActRec.$0$Body$ActRec.$0$0$Body (Line 2781, "frmEditor.pas" + 4)
[004C00D7]{PyScripter.exe} System.Classes.CheckSynchronize (Line 15766, "System.Classes.pas" + 34)
[005D6E18]{PyScripter.exe} Vcl.Forms.TApplication.WndProc (Line 11097, "Vcl.Forms.pas" + 202)
[00878E62]{PyScripter.exe} TB2Hook.GetMessageHook (Line 138, "TB2Hook.pas" + 9)
[004C39B4]{PyScripter.exe} System.Classes.StdWndProc (Line 18490, "System.Classes.pas" + 8)
[005D773F]{PyScripter.exe} Vcl.Forms.TApplication.ProcessMessage (Line 11460, "Vcl.Forms.pas" + 23)
[005D7782]{PyScripter.exe} Vcl.Forms.TApplication.HandleMessage (Line 11490, "Vcl.Forms.pas" + 1)
[005D7AC1]{PyScripter.exe} Vcl.Forms.TApplication.Run (Line 11629, "Vcl.Forms.pas" + 27)
[00CC5BC7]{PyScripter.exe} PyScripter.PyScripter (Line 148, "" + 16)
------------------------------------------------------------------------------
System   : Windows 7 Professional, Version: 6.1, Build: 1DB1, "Service Pack 1"
Processor: Intel, Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz, 3590 MHz MMX SSE SSE2 SSE3 SSSE3 SSE41 SSE42 64 bits DEP
Memory: 3964; free 1023
Display  : 1920x1080 pixels, 32 bpp
------------------------------------------------------------------------------
List of loaded modules:
[00400000] D:\APPS\PyScripter\PyScripter.exe
           4.2.5.0 - 4.2.5.0
           PyScripter Python IDE
[63680000] C:\Python\Python38-32\DLLs\unicodedata.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[637A0000] C:\Python\Python38-32\DLLs\_queue.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[637B0000] C:\Python\Python38-32\DLLs\_lzma.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[637E0000] C:\Python\Python38-32\DLLs\_bz2.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[63800000] C:\Python\Python38-32\DLLs\libcrypto-1_1.dll
           1.1.1.11 - 1.1.1k
           OpenSSL library
[63A30000] C:\Python\Python38-32\python38.dll
           3.8.10150.1013 - 3.8.10
           Python Core
[63E30000] C:\Windows\system32\WMVCore.DLL
           12.0.7601.17514 - 12.0.7601.17514 (win7sp1_rtm.101119-1850)
           Windows Media Playback/Authoring DLL
[640A0000] C:\Windows\system32\wpdshext.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Расширение оболочки для переносных устройств
[643F0000] C:\Python\Python38-32\DLLs\libssl-1_1.dll
           1.1.1.11 - 1.1.1k
           OpenSSL library
[64480000] C:\Windows\system32\D3D10Warp.dll
           6.2.9200.22592 - 6.2.9200.22592 (win8_ldr.181005-0600)
           Direct3D 10 Rasterizer
[64670000] C:\Windows\system32\d3d11.dll
           6.2.9200.20807 - 6.2.9200.20807 (win8_ldr.130822-1706)
           Direct3D 11 Runtime
[65F10000] C:\Python\Python38-32\DLLs\_ssl.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[65F40000] C:\Python\Python38-32\DLLs\_socket.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[65F60000] C:\Windows\system32\PortableDeviceApi.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Компоненты API для переносных устройств Windows
[65FF0000] C:\Windows\system32\d2d1.dll
           6.2.9200.20883 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           Библиотека Microsoft D2D
[66340000] C:\Windows\system32\DWRITE.DLL
           6.2.9200.22902 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           Службы Microsoft DirectX Typography
[66AD0000] C:\PROGRA~2\Microsoft Office\Office15\1049\GrooveIntlResource.dll
           15.0.4909.1000 - 15.0.4909.1000
           Модуль международных ресурсов для Microsoft OneDrive для бизнеса
[67860000] C:\PROGRA~2\Microsoft Office\Office15\GROOVEEX.DLL
           15.0.5023.1000 - 15.0.5023.1000
           Microsoft OneDrive for Business Extensions
[67A10000] C:\Python\Python38-32\DLLs\_overlapped.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[67A20000] C:\Python\Python38-32\VCRUNTIME140.dll
           14.28.29914.0 - 14.28.29914.0 built by: vcwrkspc
           Microsoft® C Runtime Library
[67A40000] C:\Windows\system32\ntshrui.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Расширения оболочки, обеспечивающие доступ к ресурсам
[67AB0000] C:\Windows\system32\EhStorShell.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека DLL расширения оболочки Windows Enhanced Storage
[67AF0000] C:\Windows\System32\shdocvw.dll
           6.1.7601.23896 - 6.1.7601.23896 (win7sp1_ldr.170819-0600)
           Библиотека объектов документов и элементов управления оболочки
[67B20000] C:\Windows\system32\slc.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Software Licensing Client DLL
[67B90000] C:\Windows\system32\ATL100.DLL
           10.0.40219.473 - 10.00.40219.473
           ATL Module for Windows
[67BC0000] C:\Windows\system32\WindowsCodecs.dll
           6.2.9200.22551 - 6.2.9200.22551 (win8_ldr_escrow.180828-1117)
           Microsoft Windows Codecs Library
[67ED0000] C:\Windows\system32\cscapi.dll
           6.1.7601.24197 - 6.1.7601.24197 (win7sp1_ldr.180629-0600)
           Offline Files Win32 API
[6A1C0000] C:\Python\Python38-32\DLLs\_asyncio.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[6AA60000] C:\Python\Python38-32\DLLs\select.pyd
           3.8.10150.1013 - 3.8.10
           Python Core
[6AA70000] C:\Python\Python38-32\python3.DLL
           3.8.10150.1013 - 3.8.10
           Python Core
[6AA80000] C:\Windows\system32\api-ms-win-crt-process-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6C310000] C:\Windows\system32\dwmapi.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Интерфейс API диспетчера окон рабочего стола (Майкрософт)
[6C9B0000] C:\Windows\system32\oleacc.dll
           7.0.0.0 - 7.0.0.0 (win7sp1_ldr.160325-0600)
           Active Accessibility Core Component
[6CA20000] C:\Windows\system32\uxtheme.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека тем UxTheme (Microsoft)
[6DFC0000] C:\Windows\system32\WINSTA.dll
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Winstation Library
[6E030000] C:\Windows\system32\audiodev.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Расширение оболочки для переносных устройств мультимедиа
[6E3D0000] C:\Windows\system32\MSVCP100.dll
           10.0.40219.473 - 10.00.40219.473
           Microsoft® C Runtime Library
[6E490000] C:\Windows\system32\api-ms-win-crt-conio-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E4E0000] C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E4F0000] C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E500000] C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E510000] C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E520000] C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E530000] C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E540000] C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E550000] C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E560000] C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E570000] C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E580000] C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E590000] C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E5A0000] C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E5B0000] C:\Windows\system32\ucrtbase.DLL
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           Microsoft® C Runtime Library
[6E690000] C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E6A0000] C:\Windows\system32\msi.dll
           5.0.7601.24535 - 5.0.7601.24535
           Windows Installer
[6E910000] C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[6E920000] C:\Windows\system32\PROPSYS.dll
           7.0.7601.23403 - 7.00.7601.23403 (win7sp1_ldr.160325-0600)
           Система страниц свойств (Microsoft)
[6EBA0000] C:\Windows\system32\bcrypt.dll
           6.1.7601.24545 - 6.1.7601.24545 (win7sp1_ldr_escrow.200102-1707)
           Windows Cryptographic Primitives Library (Wow64)
[6FC80000] C:\Windows\system32\MSVCR100.dll
           10.0.40219.473 - 10.00.40219.473
           Microsoft® C Runtime Library
[728C0000] C:\Windows\system32\apphelp.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Клиентская библиотека совместимости приложений
[729F0000] C:\Windows\system32\olepro32.dll
           6.1.7601.23452 - 6.1.7601.23452
[72A10000] C:\Windows\syswow64\dbghelp.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Windows Image Helper
[72C20000] C:\Windows\system32\mpr.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека маршрутизации для нескольких служб доступа
[730B0000] C:\Windows\system32\rasadhlp.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Remote Access AutoDial Helper
[730C0000] C:\Windows\System32\fwpuclnt.dll
           6.1.7601.24000 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           API пользовательского режима FWP/IPsec
[73100000] C:\Windows\System32\wship6.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека DLL помощника Winsock2 (TL/IPv6)
[73120000] C:\Windows\system32\DNSAPI.dll
           6.1.7601.24168 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Динамическая библиотека API DNS-клиента
[732D0000] C:\Windows\System32\wshtcpip.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека DLL помощника службы Winsock2 (TL/IPv4)
[732E0000] C:\Windows\system32\mswsock.dll
           6.1.7601.23451 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Расширение поставщика службы API Microsoft Windows Sockets 2.0
[73410000] C:\Windows\system32\winspool.drv
           6.1.7601.24383 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Драйвер диспетчера очереди Windows
[73470000] C:\Windows\system32\msimg32.dll
           6.1.7601.24535 - 6.1.7601.24535 (win7sp1_ldr_escrow.191105-1059)
           GDIEXT Client DLL
[73490000] C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24542_none_5c0717c7a00ddc6d\gdiplus.dll
           6.1.7601.24542 - 6.1.7601.24542 (win7sp1_ldr_escrow.191209-2211)
           Microsoft GDI+
[73630000] C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.24483_none_2b200f664577e14b\COMCTL32.dll
           6.10.7601.24483 - 6.10 (win7_rtm.090713-1255)
           Библиотека элементов управления взаимодействия с пользователем
[737D0000] C:\Windows\system32\winmm.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           MCI API DLL
[73820000] C:\Windows\system32\rsaenh.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Enhanced Cryptographic Provider
[73860000] C:\Windows\system32\CRYPTSP.dll
           6.1.7601.24499 - 6.1.7601.24499 (win7sp1_ldr.190612-0600)
           Cryptographic Service Provider API
[738F0000] C:\Windows\system32\ntmarta.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Поставщик Windows NT MARTA
[739D0000] C:\Windows\system32\IPHLPAPI.DLL
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           IP Helper API
[739F0000] C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[73A00000] C:\Windows\system32\WMASF.DLL
           12.0.7600.16385 - 12.0.7600.16385 (win7_rtm.090713-1255)
           Windows Media ASF DLL
[73A40000] C:\Windows\System32\davclnt.dll
           6.1.7601.23542 - 6.1.7601.23542 (win7sp1_ldr.160908-0600)
           Web DAV Client DLL
[73D10000] C:\Windows\system32\EhStorAPI.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows Enhanced Storage API
[746E0000] C:\Windows\System32\ntlanman.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft® LAN Manager
[74700000] C:\Windows\system32\dxgi.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           DirectX Graphics Infrastructure
[74750000] C:\Windows\system32\MSFTEDIT.DLL
           5.41.21.2512 - 5.41.21.2512
           Rich Text Edit Control, v4.1
[747F0000] C:\Windows\system32\XmlLite.dll
           1.3.1001.0 - 1.3.1001.0
           Microsoft XmlLite Library
[74820000] C:\Windows\System32\DAVHLPR.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           DAV Helper DLL
[74830000] C:\Windows\System32\drprov.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Служба доступа к сети для сервера, обслуживающего сеансы подключения к удаленному рабочему столу (Майкрософт)
[74840000] C:\Windows\system32\SHFolder.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Shell Folder Service
[74860000] C:\Windows\system32\IconCodecService.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Converts a PNG part of the icon to a legacy bmp icon
[74DC0000] C:\Windows\system32\WINNSI.DLL
           6.1.7601.23889 - 6.1.7601.23889 (win7sp1_ldr.170810-1615)
           Network Store Information RPC interface
[74DD0000] C:\Windows\system32\wkscli.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Workstation Service Client DLL
[74DE0000] C:\Windows\system32\srvcli.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Server Service Client DLL
[74E00000] C:\Windows\system32\netutils.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Net Win32 API Helpers DLL
[74E10000] C:\Windows\system32\NETAPI32.DLL
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Net Win32 API DLL
[74E30000] C:\Windows\system32\wtsapi32.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Windows Remote Desktop Session Host Server SDK APIs
[74E40000] C:\Windows\system32\api-ms-win-core-synch-l1-2-0.dll
           10.0.14393.2990 - 10.0.14393.2990 (rs1_release_1.190410-1803)
           ApiSet Stub DLL
[74E60000] C:\Windows\system32\version.dll
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Version Checking and File Installation Libraries
[74EC0000] C:\Windows\syswow64\CRYPTBASE.dll
           6.1.7601.24545 - 6.1.7601.24545 (win7sp1_ldr_escrow.200102-1707)
           Base cryptographic API DLL
[74ED0000] C:\Windows\syswow64\SspiCli.dll
           6.1.7601.24545 - 6.1.7601.24545 (win7sp1_ldr_escrow.200102-1707)
           Security Support Provider Interface
[74F30000] C:\Windows\syswow64\CFGMGR32.dll
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Configuration Manager DLL
[74F60000] C:\Windows\syswow64\RPCRT4.dll
           6.1.7601.24545 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека удаленного вызова процедур
[75050000] C:\Windows\syswow64\PSAPI.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Process Status Helper
[75060000] C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[75070000] C:\Windows\syswow64\ADVAPI32.dll
           6.1.7601.24545 - 6.1.7601.24545 (win7sp1_ldr_escrow.200102-1707)
           Расширенная библиотека API Windows 32
[75120000] C:\Windows\syswow64\SETUPAPI.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows Setup API
[752C0000] C:\Windows\syswow64\DEVOBJ.dll
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Device Information Set DLL
[75340000] C:\Windows\syswow64\normaliz.DLL
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Unicode Normalization DLL
[75350000] C:\Windows\syswow64\profapi.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           User Profile Basic API
[75360000] C:\Windows\syswow64\CRYPT32.dll
           6.1.7601.24542 - 6.1.7601.24542 (win7sp1_ldr_escrow.191209-2211)
           API32 криптографии
[75490000] C:\Windows\syswow64\kernel32.dll
           6.1.7601.24545 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Библиотека клиента Windows NT BASE API
[755A0000] C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[755B0000] C:\Windows\syswow64\SHELL32.dll
           6.1.7601.24468 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Общая библиотека оболочки Windows
[76200000] C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76210000] C:\Windows\syswow64\LPK.dll
           6.1.7601.24537 - 6.1.7601.24537 (win7sp1_ldr_escrow.191114-1547)
           Language Pack
[76220000] C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76230000] C:\Windows\syswow64\msvcrt.dll
           7.0.7601.23403 - 7.0.7601.23403 (win7sp1_ldr.160325-0600)
           Windows NT CRT DLL
[762E0000] C:\Windows\syswow64\GDI32.dll
           6.1.7601.24540 - 6.1.7601.24540 (win7sp1_ldr_escrow.191127-1706)
           GDI Client DLL
[76370000] C:\Windows\syswow64\USERENV.dll
           6.1.7601.24535 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Userenv
[76390000] C:\Windows\syswow64\KERNELBASE.dll
           6.1.7601.24545 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Библиотека клиента Windows NT BASE API
[763E0000] C:\Windows\syswow64\MSCTF.dll
           6.1.7601.24520 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Серверная библиотека MSCTF
[764B0000] C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[764C0000] C:\Windows\syswow64\ole32.dll
           6.1.7601.24537 - 6.1.7601.24537 (win7sp1_ldr_escrow.191114-1547)
           Microsoft OLE для  Windows
[76620000] C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76630000] C:\Windows\SysWOW64\sechost.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Host for SCM/SDDL/LSA Lookup APIs
[76650000] C:\Windows\syswow64\NSI.dll
           6.1.7601.23889 - 6.1.7601.23889 (win7sp1_ldr.170810-1615)
           NSI User-mode interface DLL
[76660000] C:\Windows\syswow64\oleaut32.dll
           6.1.7601.24537 - 6.1.7601.24537
[76700000] C:\Windows\syswow64\USER32.dll
           6.1.7601.24546 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Многопользовательская библиотека клиента USER API Windows
[76800000] C:\Windows\syswow64\WININET.dll
           11.0.9600.19597 - 11.00.9600.19597 (winblue_ltsb_escrow.191216-1311)
           Расширения Интернета для Win32
[76C40000] C:\Windows\syswow64\URLMON.DLL
           11.0.9600.19597 - 11.00.9600.19597 (winblue_ltsb_escrow.191216-1311)
           Расширения OLE32 для Win32
[76D90000] C:\Windows\system32\IMM32.DLL
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Multi-User Windows IMM32 API Client DLL
[76DF0000] C:\Windows\syswow64\MSASN1.dll
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           ASN.1 Runtime APIs
[76E00000] C:\Windows\syswow64\CLBCatQ.DLL
           2001.12.8531.23403 - 2001.12.8531.23403 (win7sp1_ldr.160325-0600)
           COM+ Configuration Catalog
[76E90000] C:\Windows\syswow64\iertutil.dll
           11.0.9600.19597 - 11.00.9600.19597 (winblue_ltsb_escrow.191216-1311)
           Run time utility for Internet Explorer
[77160000] C:\Windows\syswow64\WLDAP32.dll
           6.1.7601.23889 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Win32 LDAP API DLL
[771B0000] C:\Windows\syswow64\WINTRUST.dll
           6.1.7601.24542 - 6.1.7601.24542 (win7sp1_ldr_escrow.191209-2211)
           Microsoft Trust Verification APIs
[771E0000] C:\Windows\syswow64\imagehlp.dll
           6.1.7601.23403 - 6.1.7601.23403 (win7sp1_ldr.160325-0600)
           Windows NT Image Helper
[77210000] C:\Windows\syswow64\shlwapi.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека небольших программ оболочки
[77270000] C:\Windows\syswow64\WS2_32.dll
           6.1.7601.23451 - 6.1.7600.16385 (win7_rtm.090713-1255)
           32-разрядная библиотека Windows Socket 2.0
[772B0000] C:\Windows\syswow64\comdlg32.dll
           6.1.7601.23403 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Библиотека общих диалоговых окон
[77330000] C:\Windows\syswow64\USP10.dll
           1.626.7601.24535 - 1.0626.7601.24535 (win7sp1_ldr_escrow.191105-1059)
           Uniscribe Unicode script processor
[777B0000] C:\Windows\SysWOW64\ntdll.dll
           6.1.7601.24545 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Системная библиотека NT
------------------------------------------------------------------------------
Active Controls hierarchy:
TSynEdit "SynEdit"
TSpTBXTabSheet "tbshSource"
TSpTBXTabControl "ViewsTabControl"
TPanel "BGPanel"
TEditorForm "EditorForm_2"
TSpTBXTabSheet "SpTBXTabSheet3"
TSpTBXTabControl "TabControl1"
TPanel "BGPanel"
TPyIDEMainForm "PyIDEMainForm"
------------------------------------------------------------------------------


понеділок, 6 лютого 2023 р. о 02:35:51 UTC+2 PyScripter пише:

PyScripter

unread,
Feb 6, 2023, 10:37:08 AM2/6/23
to PyScripter
Anyone having the same issue.
There was an incompatibility with older versions of Windows (pre Anniversary Edition of Windows 10).

Replace PyScripter.exe in version 4.2.5 with the one in the zip file.

Please report whether it now works.

Pedro Luis

unread,
Feb 6, 2023, 12:10:09 PM2/6/23
to PyScripter
Hello Kiriakos. I have tested the trial version you sent me.
Its works PERFECT
As you can see in the screenshots:
- PyScripter does not crash when the predictive text balloon appears.
- Strange windows do not appear, that certain files are missing when starting PyScripter

I can only thank you 1000 for 'the mechanic coming home so quickly' :) Thank you for the speed in responding.
This bug may only occur in early versions of Windows 10 with Updates disabled, such as mine

On the other hand, this modification in PyScripter makes it more robust with the same functionality.
I don't remember if I said it before... hehe, 1000 Thanks again
 Pedro Luis

Editor Window.pngInterpreter Window.png

Volodymyr Levchenko

unread,
Feb 7, 2023, 2:14:00 AM2/7/23
to PyScripter
Please upload x86 version of updated  Pyscripter 4.2.6.0. Need it very much

Thanks

понеділок, 6 лютого 2023 р. о 19:10:09 UTC+2 pli...@gmail.com пише:

PyScripter

unread,
Feb 7, 2023, 7:56:26 AM2/7/23
to PyScripter

Volodymyr Levchenko

unread,
Feb 7, 2023, 8:34:45 AM2/7/23
to PyScripter
It's working NOW !!

вівторок, 7 лютого 2023 р. о 14:56:26 UTC+2 PyScripter пише:
Reply all
Reply to author
Forward
0 new messages