Bug # [ 1294859 ] python wont load
Anyone else having problems or seeing errors with Python with the last two Windows Server Snapshots?
If so, could you report the details here on at SF?
https://sourceforge.net/tracker/index.p ... tid=113833
The suggested configuration changes didn't work for me, but it seems the latest snapshot has resolved the problem. If others can confirm, I'll go ahead and close the bug.
Thanks.
Python.dll revisited (possible resolution)
Moderator: Board moderators
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
Python.dll revisited (possible resolution)
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Eric Meyer
It was python 2.4.1 from pyhon.org.
I removed it and switched to ActivePython-2.4.2.10 as recommended by Leaf but i still have the bugand then the fatal error caused by crossfire32.exe in ntdll.dll
Removing the plugin_python.dll makes the server run
I removed it and switched to ActivePython-2.4.2.10 as recommended by Leaf but i still have the bug
Code: Select all
Initializing plugins
Plugins directory is share/plugins/
-> Loading plugin : plugin_animator.dll
CFAnim 2.0a init
CFAnim 2.0a post init
-> Loading plugin : plugin_python.dll
CFPython 2.0a init
CFPython 2.0a post init
Removing the plugin_python.dll makes the server run
I have the same problem. It's caused by the running of the Crossfire Python startup script, via this line:
It's in cfpython.c, line 874. I'm trying to create a patch...
Code: Select all
PyRun_SimpleFile(scriptfile, cf_get_maps_directory("python/events/python_init.py"));