Error with Harmony:FATAL:network_change_notifier_win.cc(166)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
joejac
Newbie
Newbie
Posts: 4
Joined: Fri Nov 04, 2011 1:33 pm

Error with Harmony:FATAL:network_change_notifier_win.cc(166)

Post by joejac »

Hello to all,
I was trying to install Harmony on PCLinuxOS KDE 2011, this is the download link for the windows program:
http://resource.gemx.com/gemx/daily/gem ... lation.exe

I run the program from the console and this is what I got:

[jacs@localhost Downloads]$ wine gemx-harmony-0-0-76-20oct2011-installation.exe
fixme:win:DisableProcessWindowsGhosting : stub
fixme:msg:ChangeWindowMessageFilter c046 00000001
fixme:msg:ChangeWindowMessageFilter c046 00000001
fixme:msg:ChangeWindowMessageFilter c046 00000001
fixme:shell:SHAutoComplete stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\GemX\\DevTeam\\Harmony\\unins000.exe") stub
[jacs@localhost Downloads]$ fixme:shell:FileIconInit (true)
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x33f930, overlapped 0x1ae2174): stub
[1104/182705:FATAL:network_change_notifier_win.cc(166)] Check failed: static_cast<DWORD>(997L) == ret (997 vs. 50)
[jacs@localhost Downloads]$


Any help is very much appreciated, please take into consideration that I am not a Linux expert, I am just trying to switch to Linux and I have not seen any PIM like this one in Linux. The program does not run after install.

Best regards
joejac
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Error with Harmony:FATAL:network_change_notifier_win.cc(

Post by vitamin »

joejac wrote:fixme:iphlpapi:NotifyAddrChange (Handle 0x33f930, overlapped 0x1ae2174): stub
[1104/182705:FATAL:network_change_notifier_win.cc(166)] Check failed: static_cast<DWORD>(997L) == ret (997 vs. 50)
Upgrade Wine. This function was modified to work with programs that require it. You program starts here and appears to work with wine-1.3.32.
joejac
Newbie
Newbie
Posts: 4
Joined: Fri Nov 04, 2011 1:33 pm

Re: Error with Harmony:FATAL:network_change_notifier_win.cc(

Post by joejac »

vitamin wrote: Upgrade Wine. This function was modified to work with programs that require it. You program starts here and appears to work with wine-1.3.32.
Thanks a lot vitamin, that is a good news, but 1.3.32 is Development, I use PCLinuxOS and they have in the repositories only the stable versions, so they have now version 1.2.3 so I guess that is not going to work, right?

Do you have an idea of when 1.3.32 would be an stable version?

Best regards
joejac
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Error with Harmony:FATAL:network_change_notifier_win.cc(166)

Post by jjmckenzie »

On 11/12/11 12:42 PM, joejac wrote:
vitamin wrote:
Upgrade Wine. This function was modified to work with programs that require it. You program starts here and appears to work with wine-1.3.32.
Thanks a lot vitamin, that is a good news, but 1.3.32 is Development, I use PCLinuxOS and they have in the repositories only the stable versions, so they have now version 1.2.3 so I guess that is not going to work, right?

Do you have an idea of when 1.3.32 would be an stable version?
When 1.4 is released is when this will become stable.

However, and in the meantime, you are welcome to give building Wine a
go. There are instructions on how to on the Wine Wiki site.

James
Locked