I downloaded and installed Gothic 2, and I got it to run fine. However, I can always see the cursor in the middle of the screen. This is mostly due to the fact that Gothic 2 doesn't have a cursor (you scroll through menu's with the wheel, the rest is controled through keyboard).
A similar glitch appears in KotOR, where it flickers between the games cursor and the system cursor, but that I can ignore. If there was a way to at least make the cursor invisible while playing this game I would be happy.
Any idea's what the problem is?
(in case it's relavent, I'm running Linux Mint 11 32-bit, with wine 1.3.32)
Cursor in steam visible..
Cursor in steam visible..
This seems to be fixed post-1.3.32. See
http://bugs.winehq.org/show_bug.cgi?id=27779 for more information. You
can download and compile wine yourself or wait for the next release
cycle.
http://bugs.winehq.org/show_bug.cgi?id=27779 for more information. You
can download and compile wine yourself or wait for the next release
cycle.
Re: Cursor in steam visible..
How do I fix it? the attachment is just some text. Is it a script I'm suppose to execute or something?Bruno Jesus wrote:This seems to be fixed post-1.3.32. See
http://bugs.winehq.org/show_bug.cgi?id=27779 for more information. You
can download and compile wine yourself or wait for the next release
cycle.
-
- Level 3
- Posts: 71
- Joined: Mon Apr 18, 2011 3:49 am
The post-1.3.32 means it is in the git repository:
http://repo.or.cz/w/wine.git
Git is a control version system http://en.wikipedia.org/wiki/Revision_control it's for managing changes to documents, programs, and other information stored as computer files. If you want to get it you have to clone that repository and then compile Wine, but you probably don't know how to do it. Here you will find the wiki about Wine Git:
http://wiki.winehq.org/GitWine
First you need to decide where it should be cloned (your home directory or somwhere else). Than issue this command from terminal:
git clone git://source.winehq.org/git/wine.git (by default it will create wine folder)
This should leave you with a checked out Wine Git repository in the directory wine, which you can then build. The clone takes around 30 minutes for me on an ADSL connection, and transfers around 175MB of data, the size of the complete WineHQ repository.
Before moving to the next step you should install all the packages necessary to build Wine from source. On Debian and Ubuntu (also derivatives) there is a very neat command:
sudo apt-get build-dep packagename
Replace the packagename with wine1.3 and install everything (those are the dependencies). Next you should read about installing multiple Wine versions on one system:
http://jeffhoogland.blogspot.com/2009/1 ... ns-on.html
I'm using that method without problems. If you find it to hard or to time consuming (it will take at least 2 hours) you better wait for Wine 1.3.33 release. Which should be available on 18th November (Wine unstable has a two weeks relase cycle).
http://repo.or.cz/w/wine.git
Git is a control version system http://en.wikipedia.org/wiki/Revision_control it's for managing changes to documents, programs, and other information stored as computer files. If you want to get it you have to clone that repository and then compile Wine, but you probably don't know how to do it. Here you will find the wiki about Wine Git:
http://wiki.winehq.org/GitWine
First you need to decide where it should be cloned (your home directory or somwhere else). Than issue this command from terminal:
git clone git://source.winehq.org/git/wine.git (by default it will create wine folder)
This should leave you with a checked out Wine Git repository in the directory wine, which you can then build. The clone takes around 30 minutes for me on an ADSL connection, and transfers around 175MB of data, the size of the complete WineHQ repository.
Before moving to the next step you should install all the packages necessary to build Wine from source. On Debian and Ubuntu (also derivatives) there is a very neat command:
sudo apt-get build-dep packagename
Replace the packagename with wine1.3 and install everything (those are the dependencies). Next you should read about installing multiple Wine versions on one system:
http://jeffhoogland.blogspot.com/2009/1 ... ns-on.html
I'm using that method without problems. If you find it to hard or to time consuming (it will take at least 2 hours) you better wait for Wine 1.3.33 release. Which should be available on 18th November (Wine unstable has a two weeks relase cycle).
-
- Level 3
- Posts: 71
- Joined: Mon Apr 18, 2011 3:49 am