http://bugs.winehq.org/show_bug.cgi?id=4666
--- Comment #23 from sevencoloredbox(a)gmail.com 2010-07-03 16:53:26 ---
(In reply to comment #22)
> Or was that the breakage caused by a HackShield update, not a change in Wine?
Wine hadn't updated between it working and it breaking. I think it was just the
HackShield update. AhnLab must've changed something that apparently broke
everything but wine stable. So it might still be regression? I mean it does
work in stable while not working in any other version I've tried (though that
hasn't been many yet.) Lowest Wine version I've tried so far was 1.1.14
(patched with some HackShield patch), which failed.
So I might try out the regression testing..I've never really done it before
though.
Also, just to mention. AhnLab says the error is caused by HackShield not
initializing properly. And a post on elitepvpers said that the common cause for
it on Windows is because this certain antivirus protects the kernal from being
hooked, so that it swats HackShield away, who subsequently complains of its
failed intrusion.
Anyone know what dll sources I should look in given this information? I mean,
if I could even just patch wine to feign success and get HackShield to load on
the latest version I'd be happy.
--
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 #365 from Manuel Soukup <linuxuser-sky(a)gmx.de> 2010-07-03 12:45:07 ---
It seem like Ubuntu 10.04 does not ship X 1.8:
"
X Server 1.8 with its HAL replacement and new configuration system can be found
in Fedora 13 and openSUSE 11.3 once released. Distributions shipping soon like
Ubuntu 10.04 LTS are sticking to using X Server 1.7.x, but X Server 1.8 (or
ideally X Server 1.9 / X.Org 7.6) will be picked up by the release of Ubuntu
10.10 later in the year
"
Form Phornix
(http://www.phoronix.com/scan.php?page=article&item=xorg_server_18&num=1)
Also this Post is backing up that Lucid will ship the older X
(http://www.phoronix.com/scan.php?page=news_item&px=ODA5OA)
But as Ubuntu changed their homepage layout and they go more for normal user
without tech specs anymore i could not verify what features lucid has.
--
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 #364 from Austin English <austinenglish(a)gmail.com> 2010-07-03 12:37:41 ---
(In reply to comment #351)
> Created an attachment (id=29313)
--> (http://bugs.winehq.org/attachment.cgi?id=29313) [details]
> Xi2 patch with xorg bug workaround
>
> Here is another patch that works around xorg bug. Try with with. Make sure you
> do have Xorg 1.8 (aka 7.5).
Works fine with Singularity, in lucid, with wine 1.2-rc6 and Xorg 1.7.6:
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu
Current Operating System: Linux midna 2.6.31-11-rt #154-Ubuntu SMP PREEMPT RT
Wed Jun 9 13:40:34 UTC 2010 x86_64
Kernel command line: root=UUID=e1074dbb-7170-4709-b092-f49b773a2898 ro quiet
splash
Build Date: 16 June 2010 09:34:29AM
xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see
http://www.ubuntu.com/support)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
the sniper bug from the first patch is fixed (zooming would not allow you to
move the mouse). Mouse also works in the menu's, where it did not with
mwo=force.
One nitpick, you forgot this from configure.ac:
+AC_ARG_WITH(xinput2, AS_HELP_STRING([--without-xinput2],[do not use the
Xinput extension]),
+ [if test "x$withval" = "xno"; then
ac_cv_header_X11_extensions_XInput2_h=no; fi])
--
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
jim <jimportal(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jimportal(a)gmail.com
--- Comment #363 from jim <jimportal(a)gmail.com> 2010-07-03 12:23:43 ---
Alternatively, both Fedora 13 and openSUSE 11.3 (to be released 15 Jul 2010)
both report 1.8.0 in their version strings. Hopefully other distributions are
not far behind if not already there.
--
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 #362 from Dan Kegel <dank(a)kegel.com> 2010-07-03 11:55:33 ---
Sigh. I guess I'm poorly informed about exact version numbers, but I'm pretty
sure Ubuntu 10.04 is sufficient for testing XInput2-based patches.
--
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 #361 from Rich <Rincebrain(a)gmail.com> 2010-07-03 10:39:17 ---
(In reply to comment #360)
> We are focused on XInput2 because that's how X.org is providing the needed
> relative motion events. In other words, there will probably be *no*
> fix provided for X versions below 1.8. If you want to help test these
> patches, the easiest way at the moment may be to install Ubuntu 10.04,
> which is the first distro that ships with X 1.8.
Speaking as someone running 10.04, isn't it the case that it's running X 1.7
with a lot of backported 1.8 features?
Also, up to date 10.04 currently thinks I have
$ X -version
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Is there an update I missed somewhere, or is this sufficient for testing
patches from this bug?
--
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 #360 from Dan Kegel <dank(a)kegel.com> 2010-07-03 10:32:28 ---
We are focused on XInput2 because that's how X.org is providing the needed
relative motion events. In other words, there will probably be *no*
fix provided for X versions below 1.8. If you want to help test these
patches, the easiest way at the moment may be to install Ubuntu 10.04,
which is the first distro that ships with X 1.8.
--
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 #359 from Manuel Soukup <linuxuser-sky(a)gmx.de> 2010-07-03 10:28:12 ---
Hi
Thanks for the patch Vitaly.
I will recompile wine while i get some food and post the result.
Does the patch work with:
manuel@think:/mnt/data$ X -version
+
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux think 2.6.34-0.slh.9-sidux-amd64 #1 SMP PREEMPT
Sat Jun 12 23:27:41 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.34-0.slh.9-sidux-amd64
root=/dev/mapper/cryptVG-root ro quiet
Build Date: 03 June 2010 03:01:44PM
xorg-server 2:1.7.7-2 (Julien Cristau <jcristau(a)debian.org>)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Or is it just for X Server 1.8 ? And if so when will be X 1.8 in Debian
unstable ?
Another note: the patch http://bugs.winehq.org/attachment.cgi?id=25097 does not
work anymore with wine greater than 42. I dont know if this is because my X
version has changed and i have now X2 input or if wine has changed and it is
not working anymore. This affects Borderlands version 1.2 of the game.
If my X is not Xinput 2 and the patch from Vitaly is only for X2 then please
submit a new patch for the older X versions without X2.
Thanks for your great support on this really long living bug in wine.
--
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 #358 from Dan Kegel <dank(a)kegel.com> 2010-07-03 10:23:05 ---
Right, people who are not helping solve this problem, but instead are just
asking for somebody else to solve it, should avoid posting in Bugzilla.
--
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 #357 from Nagy Gergő <gegsite(a)freemail.hu> 2010-07-03 10:15:35 ---
(In reply to comment #356)
> (In reply to comment #353)
> > I will ignore patch's. THIS is wine's problem. A patch should be not needed in
> > normal usage. Please fix this so no patch or other magic needed.
> Go fix it yourself or pay someone to fix it. If you don't want to do that, than
> just STFU, k?! ;)
You are very intelligent!
So if I'm not a coder and a tech guru who will not patching and debugging,
because I cannot, than I should "STFU".
If you also could not say anything useful please do not comment more.
I just noticed that this bug is still exist.
Everybody can download a free demo from the game:
http://www.gamershell.com/download_6062.shtml
>From me that is all.
--
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.