http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #398 from quaker <quaker66(a)gmail.com> 2010-09-04 09:06:55 CDT ---
(In reply to comment #397)
> (In reply to comment #396)
> > (In reply to comment #395)
> > > With wine 1.3.2 and using small change from bug 13087 comment 2 is game Hard
> > > truck apocalypse very near to be playable. But mouselook cannot rotate 360° :-(
> > >
> > > Tested on fedora 13 - Xorg 1.8.2
> >
> > Have you tried "Xi2 patch with xorg bug workaround"? Comment #394 states it
> > helps with 360° rotation.
>
> Patch not helped to me. Rotation work about 200°, on the radar in game looks
> like I can rotate from North only small to left, then look stops and to right I
> can rotate to 190-200°, then rotation stops. Same behavior was without this
> patch. HTA RoC have same problem.
to make xi2 patch work properly, there are a few conditions:
1) you must have recent enough xorg (1.8 or bigger, in debian it works
currently in testing, unstable, experimental, in ubuntu it works since lucid,
on others: i don't know)
2) you must have xinput dev package installed (on debian/ubuntu: libxi-dev)
3) then you can apply patch to wine source, run configure, then check generated
include/config.h and search for xinput2, it should define HAVE_XINPUT2_LIB to
1.
4) if it's 1, then wine will be built with xi2 support, you can do make, make
install, you're done
.. and you shouldn't apply any patches for mouse warp when using xi2 and also,
registry changes in directinput are useless and may cause problems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24253
Summary: MS Money 2000: Crashes opening monthly report
Product: Wine
Version: 1.1.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.vai(a)unipv.it
Created an attachment (id=30535)
--> (http://bugs.winehq.org/attachment.cgi?id=30535)
Terminal output.
When I click on "Reports", select "monthly reports" from the list on the left,
and click one of the items on the right to generate a monthly report, the
program crashes.
Note: I'm note sure of the words "report" and "monthly report" in the english
version of Money, because I use an italian version, where they are named
"rendiconti" and "rendiconti mensili" respectively.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #397 from Dušan Hokův <dusan(a)mirc.cz> 2010-09-04 07:29:14 CDT ---
(In reply to comment #396)
> (In reply to comment #395)
> > With wine 1.3.2 and using small change from bug 13087 comment 2 is game Hard
> > truck apocalypse very near to be playable. But mouselook cannot rotate 360° :-(
> >
> > Tested on fedora 13 - Xorg 1.8.2
>
> Have you tried "Xi2 patch with xorg bug workaround"? Comment #394 states it
> helps with 360° rotation.
Patch not helped to me. Rotation work about 200°, on the radar in game looks
like I can rotate from North only small to left, then look stops and to right I
can rotate to 190-200°, then rotation stops. Same behavior was without this
patch. HTA RoC have same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #396 from Ruslan <b7.10110111(a)gmail.com> 2010-09-04 06:22:05 CDT ---
(In reply to comment #395)
> With wine 1.3.2 and using small change from bug 13087 comment 2 is game Hard
> truck apocalypse very near to be playable. But mouselook cannot rotate 360° :-(
>
> Tested on fedora 13 - Xorg 1.8.2
Have you tried "Xi2 patch with xorg bug workaround"? Comment #394 states it
helps with 360° rotation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6971
Dušan Hokův <dusan(a)mirc.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dusan(a)mirc.cz
--- Comment #395 from Dušan Hokův <dusan(a)mirc.cz> 2010-09-04 06:03:08 CDT ---
With wine 1.3.2 and using small change from bug 13087 comment 2 is game Hard
truck apocalypse very near to be playable. But mouselook cannot rotate 360° :-(
Tested on fedora 13 - Xorg 1.8.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #67 from Alexandre Julliard <julliard(a)winehq.org> 2010-09-04 05:26:16 CDT ---
If you write similar code accidentally that's fine. If you write similar code
because you have seen the MS source that's a copyright violation.
Anyone who plans to work on the mfc implementation in the future should stay
far away from the MS source, and never look at it or even download it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #66 from Diego <paloseco(a)gmail.com> 2010-09-04 04:53:44 CDT ---
If you write a mfc*.dll from scratch and then you compare that dll source code
with the microsoft's one and they match in some way, what can you do? If the
implemented function works, it is obvious that have to share some code, how can
you see if is copied or not?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24227
Summary: Intermittent error message when logging into World of
Warcraft.
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mordok33(a)gmail.com
This is an intermittent problem. When attempting to log into World of WarCraft
version 3.3.5 (12340) I am able to enter all the required information but when
starting the log in I receive the attached Program Error message.
When this happens I have to "force a quit" to the program and then either
restart the computer or restart World of WarCraft. There does not seem to be
any indication as to whether I must reboot or just restart the program until I
attempt to restart WOW and cant (then I must reboot.)
Additional when checking my wine version the screen shows 1.1.44 but also shows
(wine 1.2)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21405
Summary: IE6 / IE7 crashes with "longjmp causes uninitialized
stack frame"
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://forum.winehq.org/viewtopic.php?p=38270
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chewi(a)aura-online.co.uk
Created an attachment (id=25776)
--> (http://bugs.winehq.org/attachment.cgi?id=25776)
Wine output
Using the latest winetricks, I've installed ie6 and ie7 (separately) on my x86
Gentoo machine. In both cases, after loading a page, iexplore.exe always
terminates with "longjmp causes uninitialized stack frame". Interestingly, this
doesn't happen on my x86-64 Gentoo machine. However, the 32-bit system is more
up-to-date. For instance, it has glibc 2.11 while the 64-bit system has 2.10.
I'm not the only person to have encountered this. See the given URL for a forum
thread where a Ubuntu user has also encountered it. It may be easy for you to
reproduce. Note that this occurs on all recent Wine releases back from 1.1.34
to 1.1.36.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #65 from Thomas Spear <Speeddymon(a)gmail.com> 2010-09-03 23:56:20 CDT ---
Publicly available does not mean free to use by anyone for any purpose,
however. GPL code can and does get "stolen", by way of someone using code and
not posting their modifications to the public; and the "thieves" can and
often-times do get prosecuted -successfully- after refusing to release their
source.
Same goes for publicly available non-GPL code. If the license forbids it, but
someone reads it and then builds or helps build a wine builtin mfc*.dll, and
microsoft sees that code in the wine tree, then wine as a whole is in deep
trouble.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.