http://bugs.winehq.org/show_bug.cgi?id=8705
mk144210(a)bcm.tmc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mk144210(a)bcm.tmc.edu
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-15-06 17:57 -------
I will double check this, but actually from last time I tested this there is a
page fault (when installing services I think) but the installer actually doesn't
crash, if you give it a minute or two it will finish and tell you it succeeded
and that everything is installed.
Not that it should page fault while installing the services either...
Misha
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8694
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
URL| |http://sketchup.google.com/
Severity|major |normal
Keywords| |download
Priority|P1 |P2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7129
------- Additional Comments From wine.dev(a)web.de 2007-15-06 17:52 -------
The Patch works. Thanks!
We can wait for the commit of the Patches....
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=8694
>
>
>
>
>
> ------- Additional Comments From juan_lang(a)yahoo.com 2007-14-06 13:42 -------
> Why is this assigned to Newman?
>
> Have you tried installing GL drivers for your card?
>
>
I'm sorry, should this be assigned elsewhere? This is my first bugzilla
report so I was a little unsure of whom to assign it to. And yes I am
pretty sure that I do have the GL drivers for my graphics card as I am
running the binary FGLRX drivers for my ATI radeon card.
http://bugs.winehq.org/show_bug.cgi?id=8706
Summary: incorrect window behavior in responses to
WM_MOUSEACTIVATE
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I have a test program with two windows. The parent window has a custom window
procedure that handles WM_MOUSEACTIVATE. Depending on the selection in the child
window, the parent window can respond to WM_MOUSEACTIVATE with: MA_ACTIVATE,
MA_ACTIVATEANDEAT, MA_NOACTIVATE, MA_NOACTIVATEANDEAT.
On Windows, with focus on the child window:
1) MA_NOACTIVATEANDEAT prevents the parent window from getting focus when the
parent window's title bar is clicked
2) MA_NOACTIVATE and MA_NOACTIVATEANDEAT prevents the parent window from getting
focus when the parent window is clicked
3) MA_ACTIVATEANDEAT and MA_NOACTIVATEANDEAT prevents the parent window from
being closed when the parent window's close (X) button is clicked
On Wine, all three of these cases fail.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8705
Summary: itunes 7.2.0.35 installer crashes
Product: Wine
Version: CVS
Platform: PC
URL: www.apple.com/itunes/download/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Now that the quicktime installer problem (bug 8678) has been fixed, the iTunes
installer gets farther. After it finishes copying files, the installer crashes
with a page fault.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8606
------- Additional Comments From blin(a)gmx.net 2007-15-06 17:01 -------
Again, please do the following
WINEDEBUG=+winsock wine your.exe > winsock.trace 2>&1
And then attach the file winsock.trace here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8209
------- Additional Comments From truiken(a)gmail.com 2007-15-06 16:31 -------
Can you try this again? I just tried again and all the files were installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8606
------- Additional Comments From starmatz71(a)yahoo.de 2007-15-06 16:19 -------
Trying now with Wine 0.9.39 in openSUSE10.2.
(no fixme:winsock:NtStatusToWSAError... anymore)
Possibly there is no bug in winsock, but something went wrong.
The game itself displays follwing message:
"An error has occurred attemting to connect to the network system. You may
not have enough RAM or you may of some NETWORK SOCKETS blocked.
Make sure you are not running other network applications that may take these
resources away. You can reconfigure what sockets this game uses by editing
game.cfg. Look for mpgateserverlocalport. (Code NWEC15)"
The game.cfg contains following:
// MULTIPLAYER
mpipaddressstring = "0.0.0.0"
mpgateserverlocalportmin = "49152"
mpgateserverlocalportmax = "65535"
mpgateserverlocalportdelta = "1"
mpgateserverlocalportrandom = "0"
mpnovaworldportmin = "32768"
mpnovaworldportmax = "32768"
mpnovaworldportdelta = "1"
mpnovaworldportrandom = "0"
mpnovaworldlanenumsessionportmin = "32768"
mpnovaworldlanenumsessionportmax = "65535"
mpnovaworldlanenumsessionportdelta = "1"
mplanserverportmin = "32768"
mplanserverportmax = "32787"
mplanserverportdelta = "1"
mplanclientportmin = "32768"
mplanclientportmax = "65535"
mplanclientportdelta = "1"
mplanclientportrandom = "0"
mplanservertojoinportmin = "32768"
mplanservertojoinportmax = "32787"
mplanservertojoinportdelta = "1"
...and much more...
Something don't work, but i'm not familiar with debugging wine or linux so i
need some instructions what i can do to help you...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.