Hi,
I guess there isnt much further to tell . Everytime I start eventghost, i have to load my xml-file again. Thats pretty annoying.
I dont think it has to to with win64/admin problems etc. I tried everything in this direction.
Btw: I'm using a MCE Remote Control.
Any idea..?
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
XML-File never loaded on startup
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: XML-File never loaded on startup
Yes, I have seen similar problems (with Vista 32 bit). It seems that there is something in the access rights that sometimes prevents EG from updating its config.py file. I do not know how to fix it but a workaround is to manually edit the file.
You will normally find it here:
The first line could look something like this:
Change it to:
You will normally find it here:
Code: Select all
C:\Users\user\AppData\Roaming\EventGhostCode: Select all
autoloadFilePath = u'C:\\Program Files\\EventGhost\\example.xml'
Change it to:
Code: Select all
autoloadFilePath = u'C:\\Program Files\\EventGhost\\your.xml'
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
-
themaster1
- Experienced User
- Posts: 133
- Joined: Wed Feb 03, 2010 9:02 pm
Re: XML-File never loaded on startup
There is no eventghost subfolder for me in the roaming folder, i'm running 7 x64 , any idea ?
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: XML-File never loaded on startup
Do u have a search file function in your windows?
Try search for config.py
Try search for config.py
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: XML-File never loaded on startup
I'm running the same OS, and I do have an Eventghost folder under roaming. I'm running as administrator.themaster1 wrote:There is no eventghost subfolder for me in the roaming folder, i'm running 7 x64 , any idea ?
Re: XML-File never loaded on startup
Okay, maybe my problem is a bit different now..
In fact, the xml file loads, but the mce remote just works when i load it again manually.
In fact, the xml file loads, but the mce remote just works when i load it again manually.
-
themaster1
- Experienced User
- Posts: 133
- Joined: Wed Feb 03, 2010 9:02 pm
Re: XML-File never loaded on startup
my mistake there is an eventghost folder,folders weren't sorted by name hence the confusion...
Re: XML-File never loaded on startup
Hm, some month later i still have the same problem. the xml file is still changed in the py-file. any idea? i also tried to start as administrator..
Edit: The x10-plugin is always red after starting eventghost. any idea?
edit2: k maybe editing the file "EventGhost\plugins\X10\__init__.py" helps. I changed the line
self.workerThread.Start( 20 )
into
self.workerThread.Start( 20.0 )
at the moment it works
Edit: The x10-plugin is always red after starting eventghost. any idea?
edit2: k maybe editing the file "EventGhost\plugins\X10\__init__.py" helps. I changed the line
self.workerThread.Start( 20 )
into
self.workerThread.Start( 20.0 )
at the moment it works