-
Notifications
You must be signed in to change notification settings - Fork 75
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
Wine Compatability (Linux Support) #247
Comments
Are you using the latest version of PyScripter? There have been some Win7 fixes. |
Does PyScripter produce an error message with a call stack? |
Yes the Wine Debugger calls a stack trace window (see above pic 2) and in the meantime I made more testst with synedit based on D 10.4 and synedit D 11.3 , all 64.bit apps before 11.3 (synedit without directwrite) run on Wine even on older versions on wine (1.6 - 8.1) so bug is more or less an exception from SynDwrite or SynEditMiscClasses.? |
I mean an error message from PyScripter. PyScripter shows an error message when an unhandled exception is encountered. |
No it stops there with the program error details, so I've tried using the cmd line to launch the app as well as just double clicking on the icon wine creates as if it was a windows environment. When I try to use it like a windows environment and just double click, then the same unhandled exception as program error appears. |
Has to do with issue SynEdit/SynEdit#91 |
Which fork of SynEdit are you using? You cannot disable DirectWrite with this fork. Could you please try the Wine workaround suggested in SynEdit/SynEdit#91? |
I meant have you tried this fix. |
|
Does anybody know the error code: -2003283966 (wine9) or -2003292288 (win7) ? (cause dwrite or d2d1) writ(SysErrorMessage(-2003283966)); |
I am getting an EOSError code by starting an EXE with TSynedit component in it with Wine7:
EOSerror SystemError code -2003283966 How can I find the reason why or the meaning of the code?
I tried the dbg debugger and fixed access violations in RAD Studio 11.3 Alexandria but TSynEdit Version from getit in Delphi 10.4 works, the cause is in my opinion is RAD Studio 11.3 Alexandria with TSynEdit (could be an access of Dwrite since the newest SynEdit uses).
Ddb debugger mentioned an unhandled page fault access at the initialisation or start:
So I decided to check (Resxplor resxplor.exe compile with and without TSynedit component) another small app with TSynedit on it and we got the same error code and also by #PyScripter (which uses Synedit too) we got a hint that it depends on a page fault:
See also
maxkleiner/maXbox4#39
The text was updated successfully, but these errors were encountered: