https://bugs.winehq.org/show_bug.cgi?id=38064
Bug ID: 38064
Summary: Using alt+enter to fullscreen any rpgmaker XP game
causes keyboard input lose and not fullscreen
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: t_arceri(a)yahoo.com.au
Distribution: ---
Full screen used to work fine in wine-1.7.31 and broke in wine-1.7.31.
Now when I try to go full screen it doesn't take input from the keyboard
meaning I can't exit and have to power off my laptop.
Also it doesn't fullscreen properly just part of the window is redrawn in the
top left.
I've bisected the input issue to this commit:
45d530461bf29c953f5f4532cc0e917b4c4fc296 is the first bad commit
commit 45d530461bf29c953f5f4532cc0e917b4c4fc296
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Nov 13 20:39:25 2014 +0100
wined3d: Minimize device windows on focus loss.
And bisected the drawing issue to:
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
Example app:
http://www.itsqueeze.com/wp-content/uploads/2015/02/Custom_Mouse_System.tar…
You also need the run time package for Rpgmaker XP:
http://www.rpgmakerweb.com/download/additional/run-time-packages
Just run Game.exe and press alt+enter
--
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=44365
Bug ID: 44365
Summary: armel build fails: selected processor does not support
`strd r4,[sp]' in ARM mode
Product: Wine
Version: 3.0-rc2
Hardware: x86
URL: https://buildd.debian.org/status/fetch.php?pkg=wine-de
velopment&arch=armel&ver=3.0%7Erc3-1&stamp=1516136421&
raw=0
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: Debian
Beginning with 3.0-rc2 Wine started to fail to build on armel in Debian again:
gcc -c -o relay.o relay.c -I. -I../../include -D__WINESRC__ -D_NTSYSTEM_
-D_REENTRANT -fPIC -Wall \
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
\
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-2 \
-gstrict-dwarf -Werror -Wdate-time -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
-Werror=format-security -march=armv5t -Wno-error -marm -mfloat-abi=soft
[...]
{standard input}: Assembler messages:
{standard input}:51: Error: selected processor does not support `strd r4,[sp]'
in ARM mode
Makefile:521: recipe for target 'relay.o' failed
make[2]: *** [relay.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/dlls/ntdll'
Makefile:13147: recipe for target 'dlls/ntdll' failed
make[1]: *** [dlls/ntdll] Error 2
I put the link to the complete buildlog in the URL field. For now I only tested
rc2 and rc3, but will do the rest the next days. Looking at the changes in
dlls/ntdll/ I don't expect any existing fixes, so I guess it's better to report
as soon as possible.
I didn't bisect the issue but assume it's in these commits:
5e3534ee411a8c5baea5022705eac0e3c7f3cc70
8a07ee48fa96e12474cb6f7c1d365858aaebcdff
f492efdb3c77f015247f6b73d98110a0353035b3
d147c4c3239a367381ac5dbccbc1cab40699fedb
btw, Wine 3.0-rc1 built fine again on armel in Debian. Thanks for taking care
of #44010!
Greets
jre
--
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=44158
Bug ID: 44158
Summary: QueryProcessCycleTime() causing exception/crash
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: aj664(a)hotmail.com
Distribution: ---
it's got a ok/fail return value, so if it's not implemented, it should be a
no-op FIXME thingy, returning a fail value.
or is it actually implemented, and just crashes?!?
OS.. up-to-date Lubuntu x86-64 running in a Virtual Box v5.1.20 VM.
--
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=44294
Bug ID: 44294
Summary: Possible access to unintended macro in
"wine/dlls/comdlg32/fontdlg.c" line 592
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: petrum(a)gmail.com
Distribution: ---
While experimenting with a CodeSonar plugin we develop, we noticed a
potential bug in file "wine/dlls/comdlg32/fontdlg.c" line 592, function
CFn_FitCharSet
SendDlgItemMessageW(hDlg, cmb5, CB_SETCURSEL, i, 0);
SendMessageW(hDlg, WM_COMMAND, MAKEWPARAM(cmb5, CBN_SELCHANGE),
(LPARAM)GetDlgItem(hDlg,cmb2)); //HERE
return TRUE;
Is it correct to use cmb2 in that line? Or cmb5 should have been used instead?
Similar in line 599. Or, there might be some kind of relation between cmd5 and
cmd2 (that is not clear to me)?
Thanks,
Petru Florin Mihancea
--
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=44035
Bug ID: 44035
Summary: Xenia emulator doesn't start
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 59699
--> https://bugs.winehq.org/attachment.cgi?id=59699
Terminal output
After start, Xenia crashes with "wine: Unimplemented function
api-ms-win-shcore-scaling-l1-1-1.dll.GetDpiForMonitor called at address
0x7b44f707 (thread 0031), starting debugger..."
OS: Lubuntu 16.04.3, Wine 2.21 from official repo.
File link:
https://ci.appveyor.com/api/buildjobs/x5wbr0mq2bgj8ulf/artifacts/xenia-mast…
sha256: 0940748ed2e7771b0477d96b271b27f92f1f135a26d401afd511e9e277958ec2
--
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=44347
Bug ID: 44347
Summary: Touhou Shinpiroku trial terminates
Product: Wine
Version: 3.0-rc5
Hardware: x86-64
URL: http://dl.studio-ramble.com:8081/nolook/tasofro/th145_
trial.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Touhou Shinpiroku (東方深秘録) ~ Urban Legend in Limbo is a fighting game developed
by Twilight Frontier and Team Shanghai Alice.
The demo (th145.exe, SHA1:8113139ce9734714f6743ace20b0829f1f6ea1d0) starts
without errors, but it immediately terminates without messages.
In the terminal, no messages are shown, too.
--
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=40078
Bug ID: 40078
Summary: With IrfanView copied image detail is horizontally
flipped
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Ulf.Zibis(a)gmx.de
Distribution: ---
Please refer to this bug:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1540693
--
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=40623
Bug ID: 40623
Summary: DOOM (2016) crashes on launch
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: strider(a)strycore.com
Distribution: ---
The game does not launch at all. From what I understand from the backtrace, it
crashes in something related to xinput1_3.
--
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=38436
Bug ID: 38436
Summary: Grand Theft Auto V failed to launch
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: franklin(a)goodhorse.idv.tw
Distribution: ---
Created attachment 51297
--> https://bugs.winehq.org/attachment.cgi?id=51297
Backtraces of page fault when launching GTA5 on Linux.
When launching GTA5, it crashed with page fault. My GTA5 was installed via
steam running on Linux. My steam was installed with winetricks.
However, I found that when installing steam with winetricks, it installed
32-bit(x86) version instead of 64-bit version. I wonder if this is why it
failed to launch.
--
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=42330
Bug ID: 42330
Summary: Grand Theft Auto V (Steam): black screen, only audio
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jamesheald(a)linux.com
Distribution: ---
Created attachment 57087
--> https://bugs.winehq.org/attachment.cgi?id=57087
Console logs
Grand Theft Auto V is now able to launch from the launcher but you only have
audio and a blank screen. The game also crashes if you get it as far as
pressing the play button (Which is difficult as there appears to be an input
delay, also you cant see anything with the screen being black).
Have tried in windowed mode, enabled virtual desktop, enabled/disabled CMST
along with letting the launcher launch GTA V in safe mode.
Heres a video of a previous attempt: https://vid.me/KMp4
--
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.