-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error: 0x80004003 - Invalid pointer Source: SciterSharpWindows Description: Object reference not set to an instance of an object. Specifically: CreateMainWindow #1
Comments
Sciter is constantly undergoing breaking changes. Fortunately this older version should work. It was current at the time I made this repo. |
thank you, works now https://www.fuget.org/packages/SciterSharpWindows/3.0.0/lib/net45/SciterSharpWindows.dll/SciterSharp/SciterWindow so are we dependent on SciterSharpWindows ? |
It does appear to be dependent on SciterSharpWindows, yes. I am not sure what "updated method names" refers to. Are you trying to use the latest version of Sciter? |
sorry, I assumed that the breaking changes were that "the method names were changed to something else" but I have no clue what actually changed (what are the breaking changes)
I won't try, I just need a working AHK_v1 script, to be able to verify if AHK_v2 conversion works correctly |
I am not sure what the breaking changes are either. In such cases I usually just download the required version and call it a day 😄 |
can you update README ? "newest version of |
hi, I'm coming from FuPeiJiang/ahk_parser.js#22
I've cloned the repo
I've downloaded
sciter.dll
8.23MBSciterSharpWindows.dll
161.50KBI've copied these files into the folder
ahk-sciter-js\
I run using
AutoHotkeyU64.exe
with WorkingDirahk-sciter-js\
note: that was AHK_L v1 version 1.1.33.09
I'm getting this error
can you explain this error ?
using a debugger: I look at variables:
sci
sciwin
sciwin
DispatchIID doesn't seem normal: it has too many zerosThe text was updated successfully, but these errors were encountered: