Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tomasK

Pages: [1]
1
Network / UDP broadcast sent via wrong adapter
« on: January 16, 2019, 12:11:52 am »
Hey guys,

I have similar issue like is discussed here https://en.sfml-dev.org/forums/index.php?topic=20779.0
but it's quite old topic and on top of that it was closed as resolved.

But I don't think, it was really resolved. That guy just found some workaround, but disabling other adapters isn't real solution.

In mine case was broadcast mainly sending to Npcap Loopback Adapter.
And then to VirtualBox Host-Only Network.

When I disabled both of them, finally my broadcast was sent to wireless network connection.
I didn't tested it with LAN yet. On other machines without virtual adapters it is working fine.

It seems, that it is bug in SFML where is prioritized virtual adapters during sending broadcasts.
Because other communication is working as expected.

And yes, I'm using windows and SFML 2.4.2.

Anyone encountered with similar issue?
Have you found some software solution?

2
SFML projects / Adventure platform game Penisator
« on: April 22, 2014, 04:51:51 pm »
Hi,

I'm developing adventure platform game, under C++ using SFML of course ;) The game is in very early stage and this is only sprig. There will be more levels with different enviroment, enemies and more skills. Target platforms are Windows and Linux, after I finish the whole game I want remake it for Android devices.

Comments, and ideas to improvement are welcomed.

I warn that content is not intended for controversial people :P



here is small trailer :
https://www.youtube.com/watch?v=5yOcFfYpJ3c

and my funpages if you are interrested:
https://www.facebook.com/pnstrthegame
https://twitter.com/penisator

Pages: [1]
anything