https://bugs.winehq.org/show_bug.cgi?id=35968
Bug ID: 35968
Summary: postgresql 9.3.4-3 has a problem initializing its
database
Product: Wine
Version: 1.7.16
Hardware: x86
URL: http://www.postgresql.org/download/windows/
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 35966, 35967
Created attachment 48075
--> https://bugs.winehq.org/attachment.cgi?id=48075
cmd,tid trace
After winetricks wsh57 to work around bug 35966, and applying the patch from
bug 35967, the installer downgrades the database problem to a non-fatal
warning.
The installer log tells us:
Called IsVistaOrNewer()...
Granting service account access to the data directory (using icacls) to NT
AUTHORITY\NetworkService:
Executing batch file 'rad222B0.bat'...
Can't recognize 'icacls "C:\Program Files\PostgreSQL\9.3\data" /T /C /grant
"NT AUTHORITY\NetworkService":(OI)(CI)(F) ' as an internal or external
command, or batch script.
Failed to grant service account access to the data directory (C:\Program
Files\PostgreSQL\9.3\data)
initcluster.vbs ran to completion
Script stderr:
Can't recognize 'CHCP 1252' as an internal or external command, or batch
script.
Can't recognize 'CHCP 1252' as an internal or external command, or batch
script.
Can't recognize 'CHCP 1252' as an internal or external command, or batch
script.
+cmd,+tid attached (with patch from 35967 applied)
--
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=52010
Bug ID: 52010
Summary: %USERPROFILE% environment variable gets ignored
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: docmax(a)gmx.de
Distribution: ---
i created a little batch file where %USERPROFILE% is set and when the app
starts it writes into that dir. this works in windows but in wine it gets
ignored (writing to c:\Users\user\...).
how can this be fixed?
--
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=53582
Bug ID: 53582
Summary: The Bat! macro has different results for %DATE on
Windows and in wine
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
I got a strange effect in the application TheBat! which I maintain in AppDB:
Some Background:
TheBat! has an internal macro system to automate for example templates for
mails and so on. This macro system has a function called %DATE. As a parameter,
I can provide a "d" for the day on a date like this %DATE("ddd"). Three "d"s is
for the abbreviated weekday name. So "Saturday" gives me "Sa".
The Problem:
In Windows 10 64bit this %DATE("ddd") (or also possible: %DATE="ddd") results
in: Sa, which is ok.
On top of wine this %DATE("ddd") results in "Sa.", which means there is a dot
behind the uppercase letter S and the lowercase letter a.
This is really interesting, but not ok. The added point is the problem.
To get deeper into this problem and provide more info to you please give me
some input...
--
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=45575
Bug ID: 45575
Summary: Skyrim: No controller input when multiple controllers
are connected
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahyattdev(a)icloud.com
Skyrim works fine when I have one wired Xbox 360 controller plugged in but when
I have another one also plugged into my machine that I am not using neither
controller works with the game.
I have tested what the behavior is on Windows and Skyrim works fine when
multiple Xbox controllers are connected. When running through Wine none of the
controllers give any input.
--
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=51791
Bug ID: 51791
Summary: Unity 2019.4.29f1m, 2019.4.9f1 and 2019.2.17f1
(probably others) mess up the controller mapping
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: braiamp(a)gmail.com
Distribution: ---
When games use 2019.4.29f1m, 2019.4.9f1 or 2019.2.17f1 (older than 2019.2.17f1
seems to be not affected), they detect the wrong mapping. Dpad only detects
Left/Right as Up/Down and L/R triggers as Left/Right dpad. Is very likely a
issue with the Unity engine, but Proton 5.13 correctly handles these
situations. Changing the type of controller from Xbox to PS4 gets you different
mapping but less functional.
This affects the following games:
- Subnautica
- Subnautica Below Zero
- Death's Door
The affected versions of Unity were taken from each of these games.
--
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=48582
Bug ID: 48582
Summary: PlayStation Now: Controllers aren't detected with
Microsoft's native xinput1_3.dll
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: devilj(a)outlook.pt
Distribution: ---
Xbox One controllers (at least) aren't detected when using Microsoft's native
xinput1_3.dll, but they are working fine when using Wine's built-in version.
I captured a log using Wine's BUILT-IN implementation, but it doesn't say much.
The program polls "XInputGetStateEx" to get the state of indices 0 and 1:
004d:trace:xinput:XInputGetStateEx (index 0, state 0842FEB0)!
004d:trace:xinput:XInputGetStateEx (index 1, state 0842FEB0)!
And the respective +relay (using only the built-in module):
0040:Call xinput1_3.XInputGetStateEx(00000000,07edfeb0) ret=0048d99d
0040:Ret xinput1_3.XInputGetStateEx() retval=00000000 ret=0048d99d
0040:Call xinput1_3.XInputGetStateEx(00000001,07edfeb0) ret=0048d99d
0040:Ret xinput1_3.XInputGetStateEx() retval=0000048f ret=0048d99d
--
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=46151
Bug ID: 46151
Summary: XInput support doesn't support rumble on the DS4 (at
least)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: epigramx(a)yahoo.com
Distribution: ---
That would be a neat feature and it's lacking right now. All Xbox Controllers
support two motors on the device. It appears that currently Wine doesn't
provide that data to applications. I was interested in the DS4 specifically out
of the box but I support the feature may be missing on the actual Xbox
controllers as well.
--
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=45688
Bug ID: 45688
Summary: Gamepad appears both as dinput and xinput (eg.
Valkyria Chronicles)
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel.corona(a)enst-bretagne.fr
Distribution: ---
AFAIU, on Windows a gamepad appears either on DirectInput or on XInput.
Some games are helpful and automatically work with both. For example, Valkyria
Chronicles apparently automatically switches between DirectInput and Xinput
based on the latests input.
On Wine >= 3.3, every gamepad appears both on DirecrInput and XInput. This is
useful because the gamepad can work both on DirectInput and XInput gamed.
However, on Valkyria Chronicles (for example) the effect is that the game
switches randomly between the two modes because it apparently sees the same
gamepad from both APIs. This can be seen because the buttons displayes on
screen change from numbered key labels ("1", "2", "3", etc.) and XInput based
key labels ("A", "B", "C", "D").
In order to sucessfully run the game, I has to disable the gamepad from
DirectInput (using "wine control"). This works, but prevents running
DirectInput only games without reconfiguration.
A possible workaround would be to have an option to disable DirectInput
gamepads if both libraries are mapped in the same process.
--
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=52371
Bug ID: 52371
Summary: Horizon Zero Dawn : Gamepad not recognized
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 71561
--> https://bugs.winehq.org/attachment.cgi?id=71561
+timestamp,+pid,+seh,+debugstr,+loaddll,+hid,+hidp,+xinput,+dinput,+plugplay
log
Hi,
With wine-7.0-rc5, my gamepad (XBox Series) is not recognized in-game - I tried
with wireless or wired mode and in both cases, the pad does not work.
On Win11, the gamepad is automatically recognized, no need to modify controller
in settings.
Tried with Proton-6.3 outside Steam and same issue.
Thanks,
Maxime
--
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=44086
Bug ID: 44086
Summary: HiDPI: Consider evaluating `GDK_SCALE` for default DPI
size
Product: Wine
Version: 2.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pmenzel+bugs.winehq.org(a)molgen.mpg.de
Distribution: ---
Opening the Wine configuration on a HiDPI monitor, the fonts are very small.
Despite having the user to increase the DPI size under the tab *Graphics*,
environment variables like `GDK_SCALE` [1] should be evaluated, and the default
DPI number be adjusted accordingly.
[1] https://wiki.archlinux.org/index.php/HiDPI
--
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.