Perhaps you should clear <span class="Apple-style-span" style="font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace; font-size: 12px; line-height: 17px; white-space: pre; "><span class="n" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; ">e</span><span class="p" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; ">.</span><span class="n" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; ">evt</span><span class="p" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; ">.</span><span class="n" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; ">peer</span><span class="o" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; font-weight: bold; ">-></span><span class="n" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; ">data in the case of an error?</span></span><div>
<span class="n" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "></span><font class="Apple-style-span" face="'Bitstream Vera Sans Mono', 'Courier New', monospace"><span class="Apple-style-span" style="font-size: 12px; line-height: 16px; white-space: pre;">There's no way any caller could determine if the value there is valid/an error occurred.</span></font></div>
<div><font class="Apple-style-span" face="'Bitstream Vera Sans Mono', 'Courier New', monospace"><span class="Apple-style-span" style="font-size: 12px; line-height: 16px; white-space: pre;"><br></span></font><br>
<div class="gmail_quote">On Wed, Apr 27, 2011 at 2:20 PM, Jacob F. <span dir="ltr"><<a href="mailto:queatz@gmail.com">queatz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I really need some help.  This bug has stalled me for 2 days and I am getting no where at all.<div>What happens is when I change a peer's void* I can no longer call enet_host_service() without making a segmentation fault.</div>


<div><br></div><div>I have pushed the bugged code to my repository so you can look at it.</div><div><br></div><div><a href="https://github.com/Queatz/Simple-C---Game-Engine/blob/master/engine/network.cpp" target="_blank">https://github.com/Queatz/Simple-C---Game-Engine/blob/master/engine/network.cpp</a></div>


<div><br></div><div>As you can see, at line 147 I assign something to the peer data if someone connects.  Now, just above that on line 138 you see the call to enet_host_service where the segmentation fault happens.  It happens consistently on the next call (which is of a none event type) after a client connects, causing that peer data to get set.  With that line (147) commented I get no segmentation fault at all.</div>


<div><br></div><div>If someone could see something I am missing I would be very grateful.</div>
<br>_______________________________________________<br>
ENet-discuss mailing list<br>
<a href="mailto:ENet-discuss@cubik.org">ENet-discuss@cubik.org</a><br>
<a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/mailman/listinfo/enet-discuss</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>---<br>"The great thing about Object Oriented code is that it can make small, 
simple problems look like large, complex ones."<br>
</div>