http://bugs.winehq.org/show_bug.cgi?id=25887
Summary: winevdm tries to run dos apps via dosbox on Z: which
is reserved in dosbox
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pquiring(a)gmail.com
If you try to run a dos app that is not under .wine/drive_c (C:) winevdm will
try to use Z: which is reserved in dosbox and fails. Need to mount / with
another drive letter and then run the dos app in that folder.
Winevdm doesn't even create a mount statement for z:
sample bad config generated:
[autoexec]
mount c /home/user/.wine/dosdevices/c:
mount y /home/user/.wine/dosdevices/y:
Z:
cd \home\user\DATA\games\game
Z:\home\user\DATA\games\game\game.exe
exit
--
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=52376
Bug ID: 52376
Summary: RPGMaker game Sinshiya Nightmare has sound underruns
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 71584
--> https://bugs.winehq.org/attachment.cgi?id=71584
console log
Follow up to bug 43616.
You need to apply the workaround to test: "winetricks directmusic dsdmo gmdls"
--
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=53973
Bug ID: 53973
Summary: Launcher for GTA RP does not start.
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
Launcher for GTA 5 RP does not start. It is installed, but does not start after
installation. You can check these links:
https://gta5rp.com/download - first.
https://arizona-rp.com/#how-to-play - second.
These are different projects and they both don't work in wine. I specially left
the links so that you can download and try to run them.
Many people will be grateful to you if you can get these projects to work in
wine. GTA 5 and GTA San Andreas work fine in wine. But projects such as the
above - for some reason do not run.
Translated with www.DeepL.com/Translator (free version)
--
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=33557
Bug #: 33557
Summary: SourceInsight: Can't find project file in Project file
browser after creating project
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wendaotao(a)163.com
Classification: Unclassified
You can't find files in Project file browser of Project Window after creating a
project. It will be ok after reopening project.
SourceInsight version:3.50.0070
OS: Ubuntu 10.04
Wine:1.5.29
--
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=55541
Bug ID: 55541
Summary: Не запускается wine на ядре linux-lts
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mbartasevis990(a)gmail.com
Distribution: ---
после того как я перешел с linux на linux-lts при запуске любых утилит wine мне
всегда пишет [1] 37395 segmentation fault (core dumped) winecfg.
тех.инфа:
Operating System: Arch Linux
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.1.51-1-lts (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-6200U CPU @ 2.30GHz
Memory: 15.1 ГиБ of RAM
Graphics Processor: Mesa Intel® HD Graphics 520
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: X556UAM
System Version: 1.0
--
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=55783
Bug ID: 55783
Summary: Pronote 2023 can't load native msxml6
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jkfloris(a)dds.nl
Distribution: ---
Program: Pronote 2023 0.2.5 64-bit
URL:
https://tele7.index-education.com/telechargement/pn/v2023.0/exe/Install_PRN…
Forum: https://forum.winehq.org/viewtopic.php?t=38091
When starting the program, a message is shown that MSXML is not available or
too old. With Wine 8.16 this could be solved with 'winetricks msxml6'. With
Wine 8.17, this no longer works, the same message is displayed.
What may also apply is that the program detects that it is running with Wine.
git bisect gives:
a81c53504ae32715e6e91bd020fdebd5bef20d48 is the first bad commit
commit a81c53504ae32715e6e91bd020fdebd5bef20d48
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 28 16:30:32 2023 +0200
ntdll: Release the low address space reservation for 64-bit apps.
dlls/ntdll/unix/env.c | 2 +-
dlls/ntdll/unix/server.c | 2 --
dlls/ntdll/unix/virtual.c | 11 ++++++++---
3 files changed, 9 insertions(+), 6 deletions(-)
--
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=55150
Bug ID: 55150
Summary: wine on InstallShield seems to work, but no window is
displayed
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daiajo(a)gmail.com
Distribution: ---
Created attachment 74717
--> https://bugs.winehq.org/attachment.cgi?id=74717
wine 'Jagex Launcher Installer.exe'
I'm on gentoo linux.
Currently running wine-proton-8.0.2c on the Jagex Launcher InstallShield.
There are a log of messages (see attachment) but they don't seem to be errors.
wine does not abort, it sit there, and eventually puts out timeout type
messages, which suggests it thinks it is displaying the install window, but no
window is visible.
I'm stumped on how to proceed to find what is wrong.
--
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=49473
Bug ID: 49473
Summary: Chaos Legion videos play upside down.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Chaos Legion videos play upside down. I have attached a screen shot of the
problem.
--
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=52738
Bug ID: 52738
Summary: Not keyboard input in "STREET CHAVES - O LUTADOR DA
VILA" (game)
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: augusto7744(a)aol.com
Distribution: ---
Hello.
"STREET CHAVES - O LUTADOR DA VILA" is an game using keyboard working in WINE
6.X.
In WINE 7.2 after changes in input API now the game load showing the start
screen menu, but keyboard input not work.
Here are links about the game
https://wiki.acervolima.com/street-chaves/https://street-chaves.softonic.com.br/
Another detail if running winecfg in Graphics menu if "Allow window manager to
control windows" is disabled will not keyboard input for Raine emulator. Only
have keyboard input if "Allow window manager to control windows" is enabled.
Raine emulator use SDL.
"Allow window manager to control windows" being enabled or disabled not
keyboard input for "STREET CHAVES - O LUTADOR DA VILA".
Need another information ? logs ? If yes please how create log and where are
written ?
Thanks for reading.
--
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=11674
Summary: Dual-core not being correctly supported in World of
Warcraft (WOW)
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
+++ This bug was initially created as a clone of Bug #6383 +++
Running World of Warcraft in wine on a multicore/SMP system results in multiple
threads being used, however, only one CPU is given significant tasks. The
others have very little to no CPU load.
--
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.