what is it

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sedoyksa
Newbie
Newbie
Posts: 1
Joined: Fri Jul 03, 2009 4:49 am

what is it

Post by sedoyksa »

what does it mean

Code: Select all

sed@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@sed-desktop:~$ 
the program does not run
James Huk

what is it

Post by James Huk »

2009/7/3 sedoyksa <[email protected]>
what does it mean


Code:
sed@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@sed-desktop:~$



the program does not run





stub function means (if I remember correctly that is) that there is only
empty 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-us ... chment.htm>
Jim Hall

what is it

Post by Jim Hall »

On Fri, Jul 24, 2009 at 2:49 AM, pinariya <[email protected]> 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-us ... chment.htm>
Locked