Mouse not working in Hellgate

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Mouse not working in Hellgate

Post by bg4m3r »

Ok, I've been a little bit all over with this. I'm running Ubuntu 11.04 64bit (kernel 2.6.38.11) and GNOME 2.32.1. I have Wine 1.3.28 installed and Hellgate is installed and runs well, except the mouse does not work. I've seen various patches, but I'm unsure as to how to install them, and I've also seen where someone said that this bug should be fixed if Wine is fully updated as well as another item, related to X.org, but I've lost track of the post and don't recall exactly what it was that I needed to check. I added the Ubuntu X-swat update ppa (it was mentioned in the post) and ran update manager, but it seems this did not correct the problem. I would like to not have to patch Wine, as I know that involves compiling it myself, but if I must, I must. This mouse issue seems to have affected many apps, so I would likely run into it with other stuff I plan on trying to run.

Anyway, I am a novice with linux (currently taking a Linux+ class atm), and a complete newie with Wine. If someone could give me some current info on taking care of this issue, I would be greatly appreciative!
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Mouse not working in Hellgate

Post by vitamin »

bg4m3r wrote:I have Wine 1.3.28 installed and Hellgate is installed and runs well, except the mouse does not work.
Yup, it's this bug: http://bugs.winehq.org/show_bug.cgi?id=20395
All 3rd party patches are something outside the scope of this forum. From all of RawInput patches I've seen non a single one is correct. All doing a dirty hacking and implementing only parts of RawInput.
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Post by bg4m3r »

Right, I've been through that thread a few times. I wish I could find the post where someone said that this issue has been fixed within wine itself...it seems I need to get something else updated, but I don't recall what...I guess I'll start trying to figure out how to get this patch installed...
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Post by bg4m3r »

I found this patch:
http://www.winehq.org/pipermail/wine-de ... 91036.html

Can anyone help me out with how to install it? or point me to a detailed walkthrough?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Mouse not working in Hellgate

Post by jjmckenzie »

On Tue, Sep 20, 2011 at 9:14 AM, bg4m3r <[email protected]> wrote:
This is part one of a very long patch sequence.

James
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Post by bg4m3r »

Also, do I need to install all 20 files, or are they just updates of each other?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Mouse not working in Hellgate

Post by jjmckenzie »

On Tue, Sep 20, 2011 at 9:22 AM, bg4m3r <[email protected]> wrote:
Also, do I need to install all 20 files, or are they just updates of each other?
All of them.

James
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Re: Mouse not working in Hellgate

Post by bg4m3r »

jjmckenzie wrote:All of them.

James
ok...good to know
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Post by bg4m3r »

ok, attempted to patch, and it failed...here's the error:

Code: Select all

patching file b/dlls/user32/tests/input.c
Hunk #1 FAILED at 78.
Hunk #2 FAILED at 162.
Hunk #3 FAILED at 1628.
Hunk #4 FAILED at 1648.
4 out of 4 hunks FAILED -- saving rejects to file b/dlls/user32/tests/input.c.rej
This was from the first patch file...I was following instructions from here
http://ubuntuforums.org/showthread.php?t=712407
but with the current version of wine source (1.3.28)
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Post by bg4m3r »

also tried the patch from the above bug thread with same result... :/
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

bg4m3r wrote:also tried the patch from the above bug thread with same result... :/
Those patches fail against current Wine because Wine has changed since they were created. Use the version of Wine they were meant for.
bg4m3r
Level 1
Level 1
Posts: 8
Joined: Mon Sep 19, 2011 2:50 pm

Post by bg4m3r »

I downloaded Wine 1.3.27 and tried to patch with raw2.patch, which is supposed to be for this version of wine. I still got the above error on part of the patch. I assume this is not normal.

I seen that Wine 1.3.28 is supposed to support xinput2, but I can't find how to install it. I think that updating to xinput2 should fix this bug...
Locked