what does it mean Code: sed at sed-desktop:~$ wine /media/disk-1/games/Live\ Billiards/LiveBilliards.exe fixme:atl:AtlModuleInit SEMI-STUB (0x335238 0x335000 0x330000) fixme:atl:AtlModuleInit SEMI-STUB (0x335238 0x335000 0x330000) sed at sed-desktop:~$ the program does not run
2009/7/3 sedoyksa <wineforum-user at winehq.org>> what does it mean > > > Code: > sed at sed-desktop:~$ wine /media/disk-1/games/Live\ > Billiards/LiveBilliards.exe > fixme:atl:AtlModuleInit SEMI-STUB (0x335238 0x335000 0x330000) > fixme:atl:AtlModuleInit SEMI-STUB (0x335238 0x335000 0x330000) > sed at sed-desktop:~$ > > > > the program does not run > > > > > > stub function means (if I remember correctly that is) that there is onlyempty function definition that doesn'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't mean stub is the cause of crash. Try running your app again but either go to app dir first, or try running it like this: wine start /Unix ?/media/disk-1/games/Live\ Billiards/LiveBilliards.exe? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090703/3b6cd410/attachment.htm>
What kind of physics can I find out with billiards? I have a physics project to do, and my friend wants to do something with billiards aka "pool". Just wondering what kind of physics is involved with pool...considering all aspects of the game (such as english, banks, power, felt, etc). I would really appreciate it!
On Fri, Jul 24, 2009 at 2:49 AM, pinariya <wineforum-user at winehq.org> wrote:> What kind of physics can I find out with billiards? I have a physics > project to do, and my friend wants to do something with billiards aka > "pool". Just wondering what kind of physics is involved with > pool...considering all aspects of the game (such as english, banks, power, > felt, etc). I would really appreciate it! >I did a google search on "physics billiards" and got the usual ton of stuff. Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090724/4a2017ca/attachment.htm>