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.
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.
http://bugs.winehq.org/show_bug.cgi?id=29372
Bug #: 29372
Summary: Chrome exit with "fixme:file:ReplaceFileW Ignoring
flags 2" while dragging tabs
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Downlaod and install Google Chrome
http://www.google.com/chrome/index.html?platform=win&hl=en&standalone=1
sha1sum :
ChromeStandaloneSetup-b6ea56f7a04f9bcee3565687f5aef83695d13b97-2011-12-09.exe
2.
disable "Allow the window manager to decorate the windows." in winecfg
(Reference: Bug 28467 and Bug 28468)
3.
Start chrome
$ cd ~/.wine/drive_c/users/fracting/Local\ Settings/Application\
Data/Google/Chrome/Application
$ wine chrome.exe
4. make sure there is only one tab, drag the chrome tab away from the origin
position, then chrome will exit with following messages:
fixme:file:ReplaceFileW Ignoring flags 2
fixme:file:ReplaceFileW Ignoring flags 2
fixme:file:ReplaceFileW Ignoring flags 2
fixme:iphlpapi:CancelIPChangeNotify (overlapped 0xc8ab1c): stub
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:advapi:UnregisterTraceGuids 0: stub
--
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=34930
Bug #: 34930
Summary: Cygwin-compiled Hello World program couldn't display
output
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Classification: Unclassified
I've recently found that console-based C program
(even a simplest one shown below) that's compiled with
Cygwin x86 1.7.25 (GCC 4.7.3) failed to display output properly in WINE.
/* hello.c */
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}
>From Cygwin shell under Microsoft Windows XP SP3:
cygwin$ gcc -Wall -o hello.exe hello.c
Under Debian GNU/Linux 5.0 "Lenny" i386:
(I copied both hello.exe and cygwin1.dll to my Debian partition)
$ wine hello.exe
fixme:ntdll:NtSetInformationToken unimplemented class 4
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: volume info not supported
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
$
Apart from FIXMEs, there is no "Hello World" printed out.
Attached file contains source code above, the executable and cygwin1.dll.
WINE: 1.7.6 (source) on Debian GNU/Linux 5.0 "Lenny" i386
Cygwin: cygwin1.dll 1.7.25 (x86)
--
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=12122
Summary: Notepad ++ hangs when opened file gets updated
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jager49(a)zonnet.nl
For as long as I can remember, Notepad++ (including latest version 4.8.2) hangs
when an opened file gets updated. This bug was present in 0.9.46 and 0.9.57. A
window does get created, asking the user whether to reload the file or not
("Yes" / "No"), however that window is non-responsive. The only way out of this
is to force quit the application.
uname -a;
Linux vostro1400 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686
GNU/Linux
Distro is Ubuntu Gutsy Gibbon (7.10), although this behavior was observed on
Feisty as well.
I've attached a screenshot of the window that Notepad++ throws. Dragging it
around just clears it and leaves trails all over the background window.
Amazing job guys & good luck with 1.0 !
--
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=33947
Bug #: 33947
Summary: Battle.net desktop app crashes after 15 seconds
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jtwyford+wine(a)gmail.com
Classification: Unclassified
Created attachment 45090
--> http://bugs.winehq.org/attachment.cgi?id=45090
Blizz-created logs
The new Battle.net desktop app
(<https://us.battle.net/account/management/battlenetapp/dashboard.html>,
requires beta access) crashes after ~15-20 seconds regardless of action (or
inaction).
Installed into a new 64-bit prefix, using up-to-date git, on F19.
I've got a post up on the Blizzard forum regarding the issue.
<http://us.battle.net/en/forum/topic/9377319465>
Attached are the logs created using a Blizzard-provided tool. The Blizzard
crash agent handles the crash before it makes it to 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=36539
Bug ID: 36539
Summary: Evernote_5.4.0.3698 .exe: it gives an error and asks
me to close the app
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: upercoco(a)gmail.com
when I open the app gives an error and asks to close the app
--
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=36386
Bug ID: 36386
Summary: d3dx9_36/tests/texture.c crashes under valgrind on
i965/mesa 10.1.1
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48438
--> https://bugs.winehq.org/attachment.cgi?id=48438
valgrind log/backtrace
Backtrace:
=>0 0x0400ad42 _vgr20180ZZ_libcZdsoZa_memcpy+0xf2() in
vgpreload_memcheck-x86-linux.so (0x04d6f318)
1 0x0737df14 in i965_dri.so (+0xf1f13) (0x81cd3000)
2 0x073844bd in i965_dri.so (+0xf84bc) (0x04390960)
3 0x07384800 in i965_dri.so (+0xf87ff) (0x04390960)
4 0x07557e0f in i965_dri.so (+0x2cbe0e) (0x0a248408)
5 0x0736d78a in i965_dri.so (+0xe1789) (0x00000de1)
6 0x07371dea in i965_dri.so (+0xe5de9) (0x04d6fa48)
7 0x06dcfbd6 glTexSubImage2D+0x65() in libgl.so.1 (0x04d6fa48)
8 0x05dccd22 wined3d_adapter_init.constprop+0x1451() in wined3d (0x04d6fa48)
9 0x05dd2d79 wined3d_init+0x38(wined3d=0x481e2d8, flags=0xc)
[/home/austin/wine-valgrind-known/dlls/wined3d/directx.c:5272] in wined3d
(0x04d6fa78)
10 0x05e58927 wined3d_create+0x66(flags=<couldn't compute location>)
[/home/austin/wine-valgrind-known/dlls/wined3d/wined3d_main.c:105] in wined3d
(0x04d6fab8)
11 0x05d4e4af d3d9_init+0x3e(d3d9=0x481e2b8, extended=0)
[/home/austin/wine-valgrind-known/dlls/d3d9/directx.c:647] in d3d9 (0x04d6faf8)
12 0x05d41ab1 Direct3DCreate9+0x6b(sdk_version=<couldn't compute location>)
[/home/austin/wine-valgrind-known/dlls/d3d9/d3d9_main.c:45] in d3d9
(0x04d6fb38)
--
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.