http://bugs.winehq.org/show_bug.cgi?id=7596
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2007-09-07 11:05 -------
marking as confirmed then
--
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=6464
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.40. |0.9.19.
------- Additional Comments From thestig(a)google.com 2007-09-07 11:03 -------
please do not change the reported version.
--
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=8744
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-09-07 10:56 -------
Created an attachment (id=7073)
--> (http://bugs.winehq.org/attachment.cgi?id=7073&action=view)
patch
If someone wants to test, this patch worked for me to run a Win16 program with
noexec protection. The code in global16.c/local16.c is supposed to be correct,
while adding execute permissions to DOS area is not what Windows XP does. I
added it because winedos/himem.c puts some 16-bit PM code in UMB. I'll need to
look into it.
--
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=3764
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-09-07 09:53 -------
Works fine with current git. @reporter: repopen if you still run into trouble
--
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=8840
------- Additional Comments From dank(a)kegel.com 2007-09-07 09:50 -------
Vivek wrote me to say:
the error i used to get in wine is
solved !!!! YIPPPEEEE !! dont know what the issue was,
but it was like, in Visual Basic, we used to declare a
variable in a module and and then later define the
value of the variable at run time. this worked
perfectly fine for all other variables except the
class module variable, no idea as to why. so, what i
did was, rather than declaring the variable in the
class module, i did it at run time, n it just worked
!!
this is what was before :-
private err as CApplog1
this was done during the declaration of all variables,
where CApplog1 is my class module
and then at run time
set err as new CApplog1
this was where it was giving me the error
so, i replaced the above 2 lines with this one
dim err as new capplog1
and it simply worked. i know its a bull-shit thing
that m talking n such a thing is not possible, but
then, fact is, it works when i run it under windows,
but gives an error in wine.
--
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=8854
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |knan-wine(a)anduin.net
------- Additional Comments From vitaliy(a)kievinfo.com 2007-09-07 09:21 -------
*** Bug 8904 has been marked as a duplicate of this bug. ***
--
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=8904
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-directx-dinput |wine-x11driver
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-09-07 09:21 -------
Then it's x11drv's bug, if native dinput doesn't fix the problem. Keyboard/mouse
events are generated there.
And since this is the same patch that caused the problem as bug 8854 marking as
duplicate.
*** This bug has been marked as a duplicate of 8854 ***
--
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=8904
stefandoesinger(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
------- Additional Comments From stefandoesinger(a)gmx.at 2007-09-07 09:02 -------
Adding author of the patch
--
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=6464
d.meijers(a)student.unimaas.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.19. |0.9.40.
------- Additional Comments From d.meijers(a)student.unimaas.nl 2007-09-07 08:58 -------
Mmm. In 0.9.40 The dictionaries crash again. They end without any due. See
attached trace.
--
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.