Search results

  1. gdgsupport

    Signing Error - Code 0x800B010A

    Thank you for the detailed log — that's very helpful. The error code 0x800B010A means "A certificate chain could not be built to a trusted root authority." This is not an issue with XLS Padlock itself, but rather with how Windows is currently validating your certificate chain. The fact that you...
  2. gdgsupport

    How to translate subtitles from the "Favorite" Window into polish? Question number 2 on the same topic.

    It's a known issue that is going to be fixed in the incoming update. Thanks for the report!
  3. gdgsupport

    Running Artisan commands

    No new updates for now, as other incoming projects have caused some delays. We're still working, thank you for your patience!
  4. gdgsupport

    tried to run an HTML program to compile but get the following fatal errors and no exe file

    Thank you for providing the full compilation log. The issue is not related to your HTML content. Your compilation progresses correctly until the very last step, where HTML Executable attempts to generate its internal build file (.hek). The fatal errors you see are caused by Windows permission...
  5. gdgsupport

    tried to run an HTML program to compile but get the following fatal errors and no exe file

    This error indicates that your antivirus probably blocked the creation of the temporary EXE file. Are you using an antivirus software?
  6. gdgsupport

    How to translate subtitles from the "Favorite" Window into polish? Question number 2 on the same topic.

    All texts can be localized using the corresponding tab: More info here: https://www.htmlexe.com/help/topics/localization.html
  7. gdgsupport

    I don't want the introductory text in the "Add Favorite" window.

    You can modify the HTML source code for this dialog box in HTML Executable under System HTML Pages. From there, you can change the title however you prefer.
  8. gdgsupport

    Use jsign instead of SignTool as an alternative option for code-signing

    There is a bug confirmed in this section that we will fix in next update. Remove the 0= For instance, the following instructions work: [SignToolCmd] sign /v /d test /fd SHA256 /tr http://timestamp.digicert.com /td SHA256 /sha1 HASHSTRING /sm {$PBOUTPUTFILE$}
  9. gdgsupport

    Use jsign instead of SignTool as an alternative option for code-signing

    What steps did you follow? If you select jsign as the signtool in the Environment Options, PB will use it. You can then choose your custom commands.
  10. gdgsupport

    Running Artisan commands

    Sorry for the delay. We are still working on the issue, and we hope to have an update next week.
  11. gdgsupport

    Instructions for my clients to use the auto update function

    What you are missing is indeed the built-in Web Update mechanism of XLS Padlock. Simply increasing the version number (for example, from 1.0 to 1.1) is necessary. Then, you can configure your application to automatically check for updates at startup or add a “Check for Updates” button to the...
  12. gdgsupport

    Instructions for my clients to use the auto update function

    If the official documentation isn’t sufficient (link), here’s a video tutorial for another one of our products that uses the same mechanism. It should be helpful: https://www.htmlexe.com/video/tutorial-ebook-web-update The key point is to make sure you increase the EXE File Version Info, so...
  13. gdgsupport

    How to translate "Navigation" and "Help" into polish?

    Indeed, it's a problem that will be fixed into next release. As a workaround, you can change them yourself with the UI editor. Here are the steps to do so:
  14. gdgsupport

    Cannot create image files with WebView engine

    This problem with WebView could be related to: See https://www.exeoutput.com/help/rendering-engine
  15. gdgsupport

    Error when trying to Run AdminNeo

    Copy the EXE file you generated to "YOUR PROJECT FOLDER\MySQL\Adminer\adminer-mysql.exe". This is the path expected. Thus, the error "Warning: Cannot start the portable MySQL server. Try to restart the application or maybe the connection port is already taken" will disappear. Place a copy of...
  16. gdgsupport

    Error when trying to Run AdminNeo

    Try this: open the Adminneo EXOP project file in ExeOutput, select the older CEF version, and build it. After that, place the generated EXE in your project’s MySQL subfolder.
  17. gdgsupport

    Running Artisan commands

    We are reviewing this issue as it requires technical testing.
  18. gdgsupport

    Error when trying to Run AdminNeo

    Then, since Admineo was compiled with the latest CEF version, there are requirements: For applications using CEF version 139 or later: A minimum of Visual C++ 2022 Redistributable is now required. Higher versions are backward compatible. Can you please check if this component is correctly set up...
  19. gdgsupport

    Error when trying to Run AdminNeo

    So there is another CEF version installed by another software on your computer that could probably interfere. Can you try to search for all libcef.dll files on your computer? With a tool like UltraSearch Free?
  20. gdgsupport

    Running Artisan commands

    So artisan.exe queue:env works fine but not artisan.exe queue:listen ?
Back
Top