http://bugs.winehq.org/show_bug.cgi?id=35640
Bug ID: 35640
Summary: In Game Risen Mouse not right handling
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gipfelsturm111(a)gmx.net
Hello.
In the game Risen I can't turn around endless myself axis. Stop is left and
right about 180°.
--
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=36727
Bug ID: 36727
Summary: Skyrim: Mouse not being captured (player cannot fully
turn in game)
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hernejj(a)gmail.com
Skyrim is not properly grabbing the mouse (Limited to about 45 degrees of
character motion is the symptom).
This problem occurs when using Linux Mint 17 which uses Xorg 1.15.1.
The problem does NOT occur on Mint 16 which uses Xorg 1.14.3.
I am running Wine 1.7.2 with the exact same freshly created ".wine" folder in
both cases.
The mouse is properly grabbed on the Mint 17 system when playing The Witcher.
So Skyrim must be doing something different with respect to mouse management.
I've tried many combinations of the usual options:
- Automatically capture mouse in full screen windows
- Allow the window manager to decorate the windows
- Allow the window manager to control the windows
- Emulate a virtual desktop (tried 1920x1200, and 1024x768) in-game res is
always 1920x1200.
- HKCU\Software\Wine\DirectInput\MouseWarpOverride=force
I've also tried running the program under the following desktop environments:
Cinnamon, Cinnamon fallback, LXDE, and Ubuntu Unity. All exhibit this problem.
By default, Linux Mint uses Wine 1.6.2. I've tried this version of Wine and it
does not fix the problem.
I'll provide any debug info needed to assist with this problem.
Thanks for looking.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38715
Bug ID: 38715
Summary: XML error displaying instead WWN page
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: slawek(a)lach.art.pl
Distribution: ---
On page with link inserted below is displaying error messages instead of full
Wine Words News page.]
https://www.winehq.org/wwn/392
My browser is Firefox 38.0.1, system is GNU/Linux OpenSuSE Tumbleweed. I
thought the page displaying is plain XML page, translated with XSLT, but source
of page tells me something other and I load page source using kate(text editor
using KIO).
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38716
Bug ID: 38716
Summary: valgrind shows a possible leak in ole32/tests/ole2.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
==11516== 112 bytes in 1 blocks are possibly lost in loss record 470 of 745
==11516== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==11516== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==11516== by 0x5021EEC: DefaultHandler_Construct (defaulthandler.c:1890)
==11516== by 0x50225E0: OleCreateEmbeddingHelper (defaulthandler.c:2085)
==11516== by 0x50226D8: OleCreateDefaultHandler (defaulthandler.c:2112)
==11516== by 0x4B3155B: test_default_handler (ole2.c:1834)
==11516== by 0x4B357BC: func_ole2 (ole2.c:2578)
==11516== by 0x4B57E78: run_test (test.h:584)
==11516== by 0x4B582C0: main (test.h:666)
==11516==
--
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=33927
Bug #: 33927
Summary: Offline rekening overzicht needs OLEDB rowposition
library
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: oledb32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
When jet40 is installed it needs oledb rowposition library to work, this is
need to use providers with builtin oledb32 module.
--
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=31770
Bug #: 31770
Summary: Database FindFirst fails to find the correct record
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 41802
--> http://bugs.winehq.org/attachment.cgi?id=41802
Sample Program
On a database server create a new database
Add the following table
CREATE TABLE testing
(
id serial NOT NULL,
name boolean,
id2 integer,
CONSTRAINT testing_pkey PRIMARY KEY (id)
);
INSERT INTO testing(id, name, id2) VALUES (1, false, 2);
INSERT INTO testing(id, name, id2) VALUES (2, false, 3);
winetricks mdac28
Install the mysql or postgres odbc driver
Using odbcad32, create a connecting to the server.
Run DBSample, select the ODBC connection you just made.
You'll get a dialog with "Yipee" if it was successful.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38692
Bug ID: 38692
Summary: Tag&Rename fails to start with 1.7.44 (was working
perfectly in 1.7.43)
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ronan(a)jouchet.fr
Distribution: ---
Created attachment 51615
--> https://bugs.winehq.org/attachment.cgi?id=51615
stdout comparison of 1.7.44 vs. 1.7.43
Under WINE 1.7.43, Tag&Rename used to work properly
Under WINE 1.7.44, Tag&Rename fails to start
Environment:
- Arch Linux
- Using the official distribution "wine" package:
https://www.archlinux.org/packages/multilib/x86_64/wine/
- uname -a = Linux x 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015
x86_64 GNU/Linux
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37766
Bug ID: 37766
Summary: Error when launching StarCraft 2: Assertion
'canonical' failed at
src/nss-myhostname/nss-myhostname.c
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s.jegen(a)gmail.com
Distribution: ---
Created attachment 50295
--> https://bugs.winehq.org/attachment.cgi?id=50295
Back trace
When starting StarCraft\ II.exe today I was greeted with a an error from the
SC2 launcher that was followed by several others (the Blizzard error reporting
program BlizzardError.exe seems to have crashed immediately afterwards as
well).
The culprit seems to be an assert that is hit in the fill_in_hostent function
which is part of libnss_myhostname.so.2 (which seems to be part of systemd
nowadays). Please find the backtrace as well as the terminal output attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38643
Bug ID: 38643
Summary: sigil portable Unhandled exception: unimplemented
function msvcr120.dll._dsign called in 32-bit code
(0x7b83b6ae)
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 51552
--> https://bugs.winehq.org/attachment.cgi?id=51552
backtrace
http://portableapps.com/apps/office/sigil-portable
crashes on startup, backtrace included.
--
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.