https://bugs.winehq.org/show_bug.cgi?id=40561 --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- (In reply to godevilove from comment #0)
3. In console run 'wine-development .wine/drive_c/Program\ Files/AkelPad/AkelPad.exe'.
You should cd to the directory first.
4. In AkelPad open 'Options > Plugins' (or hit Alt+P) and check there 'ToolBar::Main' + double click it to run it now. 5. Now there should appear a new toolbar in AkelPad's window. Right click it and it will open a window where you can configure the contents of the toolbar. Add a new line there (make it the first line, so you'll know where the button is) with the following contents:
-"TextMarker.js" Call("Scripts::Main", 1, "TextMarker.js") Icon("%a\AkelFiles\Plugs\Scripts.dll", 0)
6. Hit 'OK' button and that should add a new button to that toolbar that upon a click will execute 'TextMarker.js' script. Left click that button (with a 'script' icon, leftmost on the toolbar).
Expected Result: There should be no errors in the console and there should appear a window like this: https://i.imgur.com/lZM63RK.png
Actual Result: No window appears and the console contains this error: err:ole:TLB_ReadTypeLib Loading of typelib L"Z:\\home\\uzer\\.wine\\drive_c\\Program Files\\AkelPad\\AkelFiles\\Plugs\\Scripts.dll" failed with error 3 that occurs multiple times. + when you close the AkelPad after that there's another error occurs: err:jscript:interp_memberid failed 80029c4a which is judging by https://support.microsoft.com/en-us/kb/186063 means -2147312566 (80029C4A) Error loading type library/DLL.
Being in the wrong directory could certainly cause a dll to not be found.. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.