http://bugs.winehq.org/show_bug.cgi?id=58394
Bug ID: 58394
Summary: Recettear an Item Shop's Tale and Chantelise a Tale of
Two Sisters plays all loaded BGMs at once.
Product: Wine
Version: 10.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 78800
--> http://bugs.winehq.org/attachment.cgi?id=78800
Chantelise a Tale of Two Sisters console log
Recettear an Item Shop's Tale and Chantelise a Tale of Two Sisters (both games
are from the same developer and use the same engine) uses dmime to control it's
BGM playback, however most of the functions it uses are stubs. The BGM does
play, but the game is unable to control when it's playing.
The result is that every loaded BGM track is playing over top of each other and
all other audio. (SFX / voice / etc.) progressively getting worse with each
loaded BGM track as the game is played. Making the experience unbearable
without muting the game's audio.
Console logs 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=50484
Bug ID: 50484
Summary: Far Manager 3 crashes when ShifÂt+EÂnter Execute in
separate window pressed
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: lanthruster(a)gmail.com
Distribution: ---
Far Manager 3 crashes when executing a file association.
1. Download and extract farmanager3
https://www.farmanager.com/download.php?l=en (zip archive)
2. Create a text file with no or arbitrary content test.txt
3. Select test.txt and press Shift + Enter
Wine will crash. That bug was there for years, including Wine 2.3 and earlier
releases.
--
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=57950
Bug ID: 57950
Summary: Debugger Found Error in Wine 10.3 - Unable to Run MT5
on Linux
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zareisajad98(a)gmail.com
Distribution: ---
I'm encountering a persistent "a debugger has been found on your system, unload
it from memory and restart your program" error while trying to run MetaTrader 5
using Wine on Arch 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.
http://bugs.winehq.org/show_bug.cgi?id=58369
Bug ID: 58369
Summary: Clip Studio Paint 4 crashes when starting
ClipStudioPaint.exe using compatiblity mode for
Windows 10 or 11
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ignacykuchcinski(a)gmail.com
Distribution: ---
Created attachment 78775
--> http://bugs.winehq.org/attachment.cgi?id=78775
backtrace file
Using Clip Studio Paint 4: https://www.clipstudio.net/en/dl/ (Free trial
download)
The launcher ClipStudio.exe manages to launch, but when starting
ClipStudioPaint.exe by clicking the draw button in the top left corner, that
program will crash shortly after launch with backtrace provided in the
attachement.
The program works well under compatiblity mode for Windows 8.1 and 7, including
all app features.
Dependencies installed: vcredist2022, dotnet481
I've collected unique error messages during the installation, running of the
launcher and the program itself before the crash in the attachement "errors",
the one that occurs in the ClipStudioPaint.exe just before the crash is as
follows:
032c:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.UI.Input.RadialController"
Possibly related, but not identical:
https://bugs.winehq.org/show_bug.cgi?id=58254
--
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=39688
Bug ID: 39688
Summary: Crash in file browser dialog (probably because of >
MAX_PATH)
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Wine's GetOpenFileNameW/GetSaveFileNameW seems to crash when encountering a
very long path name (i.e. longer than MAX_PATH characters).
--
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=58388
Bug ID: 58388
Summary: the application krita is what i was trying to draw but
the programme just wont open.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ntsrkr(a)duck.com
Distribution: ---
it doesn't want to open. as soon as I try to open it wine crashes
download link https://krita.org/en/post-download/
version is krita-x64-5.2.9-setup.exe
--
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=58303
Bug ID: 58303
Summary: make install for arm-linux-gnueabihf on
aarch64-linux-gnu host fails at libaclui.a
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alex(a)alexrp.com
Distribution: ---
I did the following:
git clone https://gitlab.winehq.org/wine/wine.git
cd wine
mkdir build32 build64
cd build64
../configure --enable-win64
make -j$(nproc)
cd ../build32
PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf ../configure
--with-wine64=../build64 --host=arm-linux-gnueabihf
make -j$(nproc)
That all succeeds. However, when I try to `make install` in `build32`, I
eventually get:
../build64/tools/winebuild/winebuild -w --implib -o dlls/aclui/libaclui.a
-b arm-linux-gnueabihf --export \
../dlls/aclui/aclui.spec
tmp68634c48/libaclui-00000000.s: Assembler messages:
tmp68634c48/libaclui-00000000.s:2: Error: unrecognized symbol type ""
tmp68634c48/libaclui-00000000.s:9: Error: junk at end of line, first
unrecognized character is `,'
winebuild: /usr/bin/arm-linux-gnueabihf-as failed with status 1
make: *** [Makefile:1602: dlls/aclui/libaclui.a] Error 1
Unfortunately, I'm not familiar enough with the build system to know how to get
at that temporary file to try to diagnose the problem.
This is on a Ubuntu 25.04 machine, FWIW.
--
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=53008
Bug ID: 53008
Summary: When playing civilizatin2, winevdm crash
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: clabbe.montjoie(a)gmail.com
Distribution: ---
Created attachment 72378
--> https://bugs.winehq.org/attachment.cgi?id=72378
backtrace of winevdm
When playing civilization 2, game menu start, but after some time, game crash.
I am sure that it worked before, but i need some time digging backup to find
which version of wine I used.
--
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=57811
Bug ID: 57811
Summary: wikis/Building-Wine contains broken/obsolete link
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: depaoli.renzo(a)gmail.com
Distribution: ---
As per instruction on the 404 website
"If you followed a link from a WineHQ.org page and reached this page in error,
please report it to the WineHQ.org Bugzilla.":
The link on the Wine Wiki
https://gitlab.winehq.org/wine/wine/-/wikis/Building-Winehttps://www.winehq.org/pipermail/wine-devel/2016-January/111245.html
is broken resulting in 404.
--
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.