<br><br><div class="gmail_quote">2009/7/3 sedoyksa <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
what does it mean<br>
<br>
<br>
Code:<br>
sed@sed-desktop:~$ wine /media/disk-1/games/Live\ Billiards/LiveBilliards.exe<br>
fixme:atl:AtlModuleInit SEMI-STUB (0x335238 0x335000 0x330000)<br>
fixme:atl:AtlModuleInit SEMI-STUB (0x335238 0x335000 0x330000)<br>
sed@sed-desktop:~$<br>
<br>
<br>
<br>
the program does not run<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div>stub function means (if I remember correctly that is) that there is only empty function definition that doesn&#39;t actually do anything (this is needed because we would get errors like �Function XXX not found in DLL YYY�, funny thing is � many program actually works perfectly even thou there are many stubs reported ), semi stub probably means that this function only partially do what it suppose to do. However, this doesn&#39;t mean stub is the cause of crash.<br>
<br>Try running your app again but either go to app dir first, or try running it like this:<br><br>wine start /Unix �/media/disk-1/games/Live\ Billiards/LiveBilliards.exe�<br><br>