JQDN

General

Hexchat Crashes On Windows 10 With Python Plugin

Di: Stella

Just had the same problem on Windows 7, after updating my python installations. Solved it, by using innounp to extract „hcpython2.dll“ from the 32 bit version of hexchat’s

For this reason, a Hexchat plug-in seems to be a good client-side workaround until the fabrication machine and the whole setup will be replaced (hopefully) before the end of

The latest version of HexChat for Windows comes with bindings for Python 3.8.x, so 3.11 won’t work. Install 32 or 64 bit based on which build of HexChat you installed.

If you want some module to be autoloaded together with the Python plugin interface (which usually loads at startup time), just make sure it has a .py extension and put it

If HexChat still crashes after uninstalling the Python plugin, neither the plugin nor the script have anything to do with it. HexChat doesn’t care if you have any scripts in your

This is a bug specific to Python 2 that was already reported on Hexchat’s bugtracker and there is hexchat perl and perl a fix that will be part of the next release. So you need to either update Python (preferably, as

Will require a separate patch for the stable releases. In the mean time you can just do `meson -Dwith- python= python3- embed` and it should work fine. Revision history for this message

Whenever I try to open Hexchat, it starts the process like it should but suddenly closes after 2 seconds and doesn’t open. This started occurring after I restarted my computer

If you get this error when trying to load a Perl or Python script, it means the plugin or language for running those scripts isn’t loaded. On Unix install the packages including these plugins (e.g. hexchat-perl) and perl.

What do you see in Windows->Plugins and scripts? (I guess at the name, my hexchat is localized, so or 64 I’m not sure). You should have the python plugin itself listed. If not, there is a button at the

When i try to execute xchat.command („py load .py“) from either a python plugin or the /py console hexchat stops responding and crashes

this one works with the latest version of hexchat on my computer. Just install it as required. also I had to type /xdcc command in lower case as the uppercase would not works.

The example below is a rewrite of the example provided with HexChat’s plugin API it means the documentation. It prints a list of every DCC transfer happening at the moment.

I realized I needed python scripting to fix my dead key problem, so I uninstalled Hexchat (via remove programs) and reinstalled it, selecting Python 3 scripting for install.

Since I was asked recently, HC cannot do anything to prevent this because Python calls exit(1) because of that bad regkey (something a library should never do).

This HexChat plugin runs Python code and sends the result to the current channel. To use it, type interface which usually loads at >>> print(1+2) to a channel, and it will automatically appear as if you also typed 3 after that.

If you want some module to be autoloaded together with the Python plugin interface (which usually loads at startup time), just make sure it has a .py extension and put it in the addons