Bitnugger Posted June 30, 2019 Share Posted June 30, 2019 I have just noticed that the first script in the appendix crashes SciTE4AutoIt3 if I use a version (SciTE.exe/SciLexer.dll) that is greater than 3.7.5.0. If the script is opened in a new SciTE instance, it will happen immediately when loading, if it is added to an already opened SciTE instance, it will not happen until, for example, try to execute the file with F5. The error source I could already narrow down a bit, it's up to the last comment block, if I remove this, everything is easy. WMPlayer_OCX_Radio (Crash!).au3 WMPlayer_OCX_Radio (OK!).au3 Link to comment Share on other sites More sharing options...
Developers Jos Posted June 30, 2019 Developers Share Posted June 30, 2019 Just tried with SciTE v 4.1.2 (latest Beta) and it opens the file without any issues when double clicking the file and no SciTE started yet. Jos Bitnugger 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Bitnugger Posted June 30, 2019 Author Share Posted June 30, 2019 Ok, then it's probably because of my special configuration. Thank you! Link to comment Share on other sites More sharing options...
Developers Jos Posted July 1, 2019 Developers Share Posted July 1, 2019 What kind of special configuration do you have ? Are you mixing Scilexer.dll & SciTE.exe? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Bitnugger Posted July 1, 2019 Author Share Posted July 1, 2019 14 hours ago, Jos said: Are you mixing Scilexer.dll & SciTE.exe? Yes, I had the current SciLexer.dll 4.1.2.0 and SciTE.exe 3.7.5.0, because there were problems with Lua (Procedure entry point luaL_register not found) with the current version of SciTE. But then I also tested it with the current SciTE version 4.1.2.0, so that the error occured as well. Now I'm using SciTE and SciLexer with version 3.7.5.0 for the time being, as long as that was not fixed with Lua. Then I will like to test it again. Link to comment Share on other sites More sharing options...
Developers Jos Posted July 2, 2019 Developers Share Posted July 2, 2019 9 hours ago, Bitnugger said: Procedure entry point luaL_register not found You really shouldn't mix versions too much as that could give problems. Which version of Windows are you running as I am not familiar with that error? Have you tried the latest BETA version of SciTE & SciLExer as well? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Bitnugger Posted July 2, 2019 Author Share Posted July 2, 2019 (edited) 10 hours ago, Jos said: You really shouldn't mix versions too much as that could give problems. I do not. I installed the current version of SciTE4AutoIt3 (Date updated 2-1-2019). Because this version causes problems with Lua, I have replaced the SciTE.exe (4.1.2.0) with SciTE.exe (3.7.5.0) and except for the script shown here, I had no problems with this combination. Due to the error with the script I have now also replaced the SciLexer.dll (4.1.2.0) with SciLexer.dll (3.7.5.0). 10 hours ago, Jos said: Which version of Windows are you running as I am not familiar with that error? Microsoft Windows [Version 10.0.17763.557] AutoIt 3.3.14.5 AU3Check 3.3.15.1 AutoIt3Wrapper v.18.708.1148.9 SciTE v.3.7.5.0 Keyboard:00000407 OS:WIN_10/ CPU:X64 OS:X64 Environment(Language:0407) CodePage:65001 utf8.auto.check:4 10 hours ago, Jos said: Have you tried the latest BETA version of SciTE & SciLExer as well? Yes I have. With that I can load the script without error message, but as soon as I start an action (for example F5) or end SciTE, I get this error message again. With all other 4.x versions the message appears directly when opening the script. Edited July 2, 2019 by Bitnugger Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now