I had issues where the CurseClient was not exiting correctly and turned into a zombie, preventing the updater to do its duty. If I kill those zombies, the update process continues properly.
Thank you so much about this! I haven't thought about zombie processes, as soon as I went and killed them manually the updater ran fine and now the client works!
Should not the new Client upload character infos from WoW to Curse - and if yes, where can I find an option to trigger this manually because mc client uploads nothing ....
2.1.3.0 changed from the expected behaviour of opening the system default browser when clicking links in the Info panel, to opening Internet Explorer.
This did not happen in any previous version that I can recall.
Running Windows 7 x64 build 7000, my default browser is Firefox.
2.1.3.0 changed from the expected behaviour of opening the system default browser when clicking links in the Info panel, to opening Internet Explorer.
This did not happen in any previous version that I can recall.
Running Windows 7 x64 build 7000, my default browser is Firefox.
Nothing has been changed regarding this, I assure you. We use an abstracted call to process all hyperlinks.
2.1.3.0 changed from the expected behaviour of opening the system default browser when clicking links in the Info panel, to opening Internet Explorer.
This did not happen in any previous version that I can recall.
Running Windows 7 x64 build 7000, my default browser is Firefox.
works just fine using vista could windows 7 have changed something so that the wxWidget call isn't compatible anymore?
I'm not sure if this is intended behaviour, but if I mark an addon as ignored (and it is out of date), I still get the Some addons are out of date message at the top-right, despite all my unignored addons being up-to-date.
Edit: If this is actually intended, could you possibly consider adding an option to only check addons which aren't ignored?
04:15:09 ? Tinyboom: anyone else have problems with cc? mine is installing all the dependencies even though I already have them...
04:15:20 ? Tinyboom: when I update an addon that is
04:15:36 ? Stanzilla: same here
04:15:45 ? Stanzilla: Kaelten: ^
04:16:02 ? Tinyboom: that has to generate quite a load on the server ^^
On top of that its re-installing that "#¤%"#¤ CurseProfiler again...
And set itself to upload the information without any form of notification...
They probably did an internal reset on those settings causing them to default back to on or even get fubared. Where you able to uninstall the profiler &/ opt-out of sending in the info?
They probably did an internal reset on those settings causing them to default back to on or even get fubared. Where you able to uninstall the profiler &/ opt-out of sending in the info?
Can't get rid of it, every time i restart the client it downloads the CP and enables information sending.
Tried both by just deleting the CP, and by uninstalling it with the client, it was uninstalled, but when i restarted the client it re-installed it, and re-enabled information sending again.
Thank you so much about this! I haven't thought about zombie processes, as soon as I went and killed them manually the updater ran fine and now the client works!
Should not the new Client upload character infos from WoW to Curse - and if yes, where can I find an option to trigger this manually because mc client uploads nothing ....
]
This did not happen in any previous version that I can recall.
Running Windows 7 x64 build 7000, my default browser is Firefox.
Nothing has been changed regarding this, I assure you. We use an abstracted call to process all hyperlinks.
Here is the code:
void AddonInfoPanel::OnLink ( wxHtmlLinkEvent & event )
{
if (event.GetLinkInfo().GetHref().StartsWith(wxT("http://")))
wxLaunchDefaultBrowser(event.GetLinkInfo().GetHref());
wxLaunchDefaultBrowser is a function of wxWidgets, the UI framework we use.
works just fine using vista could windows 7 have changed something so that the wxWidget call isn't compatible anymore?
But if there was a way of investigating and possibly updating the wxWidgets framework to make it work again, that'd be grand :)
Edit: If this is actually intended, could you possibly consider adding an option to only check addons which aren't ignored?
this :)
And set itself to upload the information without any form of notification...
They probably did an internal reset on those settings causing them to default back to on or even get fubared. Where you able to uninstall the profiler &/ opt-out of sending in the info?
Can't get rid of it, every time i restart the client it downloads the CP and enables information sending.
Tried both by just deleting the CP, and by uninstalling it with the client, it was uninstalled, but when i restarted the client it re-installed it, and re-enabled information sending again.