http://bugs.winehq.org/show_bug.cgi?id=7710
--- Comment #14 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-01-13 16:56:30 ---
Created an attachment (id=18684)
--> (http://bugs.winehq.org/attachment.cgi?id=18684)
converted to test for kernel32
A problem here is to run as root to get permissions for SetSytemTime().
Running 'make test' as root leads to failures on another test group (file)..
Using 'wine kernel32_test.exe timer' helps (after 'su') but this breaks
automatic test run.
So any suggestions are welcome.
--
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=16910
Summary: libgl.so.1 error when starting Warcraft III + long delay
when ever starting wine or app
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: interweiss(a)yahoo.ca
Created an attachment (id=18659)
--> (http://bugs.winehq.org/attachment.cgi?id=18659)
wine error's
I am running the AM64 version of Ubuntu 8.10 with the 180.22 Nvidia drivers.
After I installed wine there was a 30 second delay before I had access to the
wine configuration window. The same thing happened when I tried to start
Warcraft III, but after the delay Warcraft III stopped loading. The full error
is in the attachment. Just a note, I did get the same libgl.so.1 error as when
I was installing the Nvidia drivers.
--
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=14413
Summary: Freedom: First Resistance problems
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Makitk(a)gmail.com
Created an attachment (id=14729)
--> (http://bugs.winehq.org/attachment.cgi?id=14729)
Open command + log for Freedom - First Resistance
Freedom: First Resistance (Labeled to work with Win98 on the box, hence having
set wine to Win98 mode) often fails to load past the first screen (Rotating
logo and text saying: loading config file) or manages to load full screen in
800x600 mode.
Exiting Freedom: First Resistance forces the normal desktop to appear in
800x600 mode. (I usually run 1600x1200)
--
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=5454
--- Comment #11 from Saulius K. <saulius2(a)gmail.com> 2009-01-13 14:37:47 ---
Just fixed the server, link should work again.
Austin, please retest yourself as I am running short on time now.
--
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=8051
--- Comment #77 from Bartłomiej Zimoń <uzi18(a)o2.pl> 2009-01-13 12:45:46 ---
(In reply to comment #75)
> If you go by the dictionary definition, sure, it's a forum. But bugzilla
> discussions are for discussing bugs. Reporting them, how to fix them, etc. Wine
> is a mostly volunteer project. If no one has fixed the bug, it's because
> neither no one is interested in it, or it doesn't affect anyone capable of
> fixing it. The source is there for you to fix it yourself, or to get someone to
> fix for you. Otherwise, sit back and wait.
>
> I don't mean for that to sound rude, but it's simply the truth of the matter.
> Any non-bug related chatter on bugzilla simply distracts developers from
> coding, so please refrain from doing so.
>
Just for me it is very needed game for my sister.
I could test whatever You devs want it is not problem.
If You want logs from runtime/crashtime no problem just please write here.
I've attached allready some files.
On the other hand, this is not just one game this bus is available on all based
on Sims2 series games i.e.: Sims 2 pet stories.
If You/we resolve this issue it will be win for us on almost all Sims2 games.
I understand nervous for some users with this game but we realy need this game
:)
As I'm developer and volunteer on my distro/projects - know what it mean.
Best regards!
ps. Vote here please
--
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 #206 from Daniel Scharrer <dscharrer(a)gmail.com> 2009-01-13 11:42:54 ---
Created an attachment (id=18681)
--> (http://bugs.winehq.org/attachment.cgi?id=18681)
Hack to read raw mouse movement from /dev/input/mice
I know XInput 2.0 will make this all obsolete, but being impatient I created a
hack that somewhat works with Star Wars: Knights of the Old Republic:
- I'm guessing this is Linux specific and won't work on Mac and *BSD.
- Obviously you need read access to /dev/input/mice, which at least on my
distro you don't have by default.
- Moving the mouse when right clicked works as expected even when leaving the
window / hitting the edge of the screen.
- However, at least with SW:KOTR, when releasing the right mouse button while
the cursor is over the window (well, it's hidden) the game locks up until you
left-click the window. When the mouse is not over the window while releasing
the RMB everything works fine.
Removing the read(...) from line 318 fixes this, but obviously makes the patch
useless.
I'm guessing the input hook is the wrong place to read the mouse from, but at
least it ensures the mouse movement is properly updated (minimize overflows)
and prevents unnecessary read()'s like you would get when placing the read()
directly into SysMouseAImpl_GetDeviceState().
--
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=12512
Summary: Ctrl+Home and Ctrl+End don't match Windows behaviour for
the edit control
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Run notepad from wine
2. Enter "Hello
World"
3. Go to the beginning of the document
4. Press Ctrl+End
This should take you to the end of the document. Instead, it takes you to the
end of the current line (like End does).
5. Go to the end of the document
6. Press Ctrl+Home
This should take you to the beginning of the document. Instead, it takes you to
the beginning of the current line (like Home does).
--
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=16234
Summary: World Of Warcraft: chat + minimap major graphic glitchs
ATI
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.guzman85(a)gmail.com
Created an attachment (id=17487)
--> (http://bugs.winehq.org/attachment.cgi?id=17487)
In this area the runs ok
Hello, (It's my first bug submit, correct me if i did something wrong)
I have:
Dell studio laptop
Ubuntu 8.04
kernel: 2.6.24-21-generic
Intel Core 2 Duo T5800 2GHz
ATI Mobility Radeon 3450
I installed the latest ATI Restricted drivers and when i can play the game in
opengl.
--
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=7698
--- Comment #149 from CShadowRun <signup+winehq(a)cshadowrun.com> 2009-01-13 08:31:26 ---
Created an attachment (id=18679)
--> (http://bugs.winehq.org/attachment.cgi?id=18679)
Client side fix/hack (HUD modification to lower font size)
This is a client side HUD modification (in most HL2 games you can modify the
HUD, just like you can do skinning) to lower the font size on those HUD
messages, thus avoiding the crashes. I havn't extensively tested it seems to
work. More information in the remarks in the file :)
Enjoy :)
--
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.