dechamps / WinIPBroadcast

Automagically sends IP broadcast packets to all interfaces on Windows
GNU General Public License v3.0
252 stars 21 forks source link

error 0xc000007b #2

Closed jonasss312 closed 7 years ago

jonasss312 commented 7 years ago

To start with, it was missing dlls: api-ms-win-core-synch-l1-2-0.dll, api-ms-win-core-rtlsupport-l1-2-0.dll, api-ms-win-core-memory-l1-1-2.dll. I downloaded them. After that, i got error (0xc000007b): The application was unable to start correctly. Any fix for it ? Windows 7

dechamps commented 7 years ago

Mmm. I might have missed something when upgrading the project to VS2017. Does version 1.3 work?

jonasss312 commented 7 years ago

havent's used it, don't know.

dechamps commented 7 years ago

You can use version 1.3 (you can find it on the releases page) until I get some time to figure out a fix. 1.5 only brings minor improvements that make no difference for most people.

jonasss312 commented 7 years ago

maybe i started it with wrong exe(winipbroadcast)? maybe i should go to src folder and start from there ?

dechamps commented 7 years ago

You should use the installer. When are you getting the error? Does it appear when you manually try to start the service? Or are you using the command line?

jonasss312 commented 7 years ago

when i try to start it manually (from winipbroadcast folder)

jonasss312 commented 7 years ago

1.3 doesn't show any errors but console just pop up for miliseconds and disappears (1.4 gives the same error as 1.5)

dechamps commented 7 years ago

In normal operation, WinIPBroadcast runs as a service, which is started automatically by the installer. If it's running properly you should see it as a running service in your Windows service list. If that's the case then there's nothing else to do. There is no need to run the executable manually unless you're troubleshooting problems, and even then, it needs to be run from a command line if you want to see the output before it goes away.

jonasss312 commented 7 years ago

Well it is in services, but on 1.3. 1.4 and 1.5 don't work. Thanks anyway

dechamps commented 7 years ago

This should be fixed through 4dfab9ca94b9a871882c8cf789ca626b370b76f8, released in WinIPBroadcast 1.6.