https://bugs.winehq.org/show_bug.cgi?id=57079
Bug ID: 57079
Summary: Quicken WillMaker Plus 2007 requires unimplemented
msvcp70.dll.?getline@std@@YAAAV?$basic_istream@DU?$cha
r_traits@D@std@@@1@AAV21@AAV?$basic_string@DU?$char_tr
aits@D@std@@V?$allocator@D@2@@1@@Z
Product: Wine
Version: 9.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: arethusa26(a)gmail.com
Distribution: ---
Created attachment 76952
--> https://bugs.winehq.org/attachment.cgi?id=76952
Quicken WillMaker Plus 2007 winedbg backtrace
When launching Quicken WillMaker Plus 2007, it crashes with:
wine: Call from 7B632718 to unimplemented function
msvcp70.dll.?getline@std@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@1@AAV21@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z,
aborting
Using the native msvcp70.dll that ships with the application avoids the crash.
--
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=57139
Bug ID: 57139
Summary: SET changes errorlevel in .bat files
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: huangqinjin(a)gmail.com
Distribution: ---
errorlevel was changed to 0 after SET, while Windows CMD keep it unchanged.
Quote from https://stackoverflow.com/a/34968021 and
https://stackoverflow.com/a/148991:
The differences between .CMD and .BAT as far as CMD.EXE is concerned are: With
extensions enabled, PATH/APPEND/PROMPT/SET/ASSOC in .CMD files will set
ERRORLEVEL regardless of error. .BAT sets ERRORLEVEL only on errors.
test.bat:
@echo off
call :SetError
echo %errorlevel%
echo %errorlevel%
SET x=
echo %errorlevel%
exit /B 0
:SetError
exit /B 2
--
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=57240
Bug ID: 57240
Summary: Wine 9.18 - Regression - FL Studio (and probably other
apps) don't export correct file formats anymore
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agarplayerarlon(a)gmail.com
Distribution: ---
Issue INTRODUCED with wine 9.18:
If I click "export as .wav" inside fl studio, instead of letting me export the
file as a .wav, it will automatically export it as "untitled.wav.flp", and if
it do it again it will export it as "untitled.wav.wav.flp" and it will keep
adding ".wav" to the name of the file, but it actually save it as an ".flp"
file even if I've selected ".wav" in the export section.
This bug was introduced with Wine 9.18, as I've tested it with wine 9.17 on
multiple machines and they don't have this issue, but after updating to 9.18
they all have the issue, it doesen't matter if you're using waylkand or x11, it
doesen't matter what DE you're using, the issue will persist, and I'm sure it's
a regression because of that.
I've tried to do a regression test but I wasn't able to, so I don't know what
specific patch caused the regression, but it is a regression.
--
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=57264
Bug ID: 57264
Summary: zsh: killed wineboot --init
Product: Wine
Version: unspecified
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: activeds
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Cannot run wine on arm darwin why?
--
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=57261
Bug ID: 57261
Summary: MongoDB crashes when launched from command line in
Wine 9.0
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Avasmd(a)yandex.ru
Distribution: ---
When running MongoDB in Wine, the mongod.exe process terminates due to an
Access violation error (when calling the _ctime64_s function from ucrtbase.dll,
line 182 in the log).
The full text of the error is in the Mongo log:
\mongod_test\mongod_log_error.txt.
The mongod_test.tar.gz is attached to the task, which contains mongod.exe
(necessary for reproduction), as well as the MongoDB log.
OS configuration and software versions.
RED OS 7.3.4 (MUROM)
Linux kernel version = 6.1.94-1.e17.3.x86_64
Wine version = 9.0
Mate desktop environment version = 1.28.1
MongoDB version = 5.0.6
Reproduction steps.
1. Untar mongod_test.tar.gz and move the mongod_test folder to Wine (~/.wine …)
2. While in the Linux console, go to the mongod_test folder
cd /path/to/mongod_test/
3. Create database test folder
mkdir db_test
4. And run mongod.exe using the following command
wine mongod.exe --port 27020 --dbpath ./db_test
Comments.
A similar command (mongod.exe --port 27020 --dbpath ./db_test)
is successfully run in powershell on the native Windows OS.
--
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=57262
Bug ID: 57262
Summary: Multiple Hashes Appended to URL in Embedded IE
(iexplore.exe) with Latest Gecko in Wine
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: rikul(a)inbox.ru
Distribution: ---
Created attachment 77180
--> https://bugs.winehq.org/attachment.cgi?id=77180
Test html
When using the embedded Internet Explorer (iexplore.exe) with the latest Gecko
engine, clicking anchor links (<a>) with hash fragments causes the URL to
append multiple hash values instead of replacing the existing hash.
Steps to Reproduce:
1. Use the following example HTML file:
2. Open this HTML file in the embedded Internet Explorer (iexplore.exe) within
the application.
3. Click the links in quick succession.
Expected Behavior:
Clicking on "Go to Section A" should update the URL to #sectionA.
Clicking on "Go to Section B" should update the URL to #sectionB.
The URL should not append multiple hashes (e.g., #sectionA#sectionB).
Actual Behavior:
The URL appends multiple hashes when the links are clicked, resulting in an
incorrect format (e.g., #sectionA#sectionB).
--
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=56815
Bug ID: 56815
Summary: Virtualbox installer fails to install
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: svengrewe(a)posteo.de
Distribution: ---
Used Wine version: 9.10
The Virtualbox installer is broken. It fails to install with GUI and in silent
mode.
I tested the installer for Virtualbox version 4.3.12, 5.2.44 and 6.0.10.
Installing .Net Frameworks doesn't help.
--
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=57267
Bug ID: 57267
Summary: Samsung Smart Switch: crash during installation
(during device drivers installation)
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 77194
--> https://bugs.winehq.org/attachment.cgi?id=77194
backtrace
https://www.samsung.com/ph/support/apps-services/how-to-backup-and-restore-…https://downloadcenter.samsung.com/content/SW/202406/20240626140001115/Smar…
austin@debian:~/Downloads$ du -sh Smart.Switch.PC_Setup.exe
45M Smart.Switch.PC_Setup.exe
austin@debian:~/Downloads$ sha1sum Smart.Switch.PC_Setup.exe
6b8c3e42a9cd1c85f9987cce1033e87c3c5636d3 Smart.Switch.PC_Setup.exe
Requires `winetricks vcrun2008` (or will install it itself, if not present).
During the device driver installation, the backtrace prompt appears.
Note: the crash is from a separate process (so using `winetricks nocrashdialog`
won't make the backtrace appear in the terminal).
--
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=54312
Bug ID: 54312
Summary: (FL Studio 21) ilbridge.exe doesn't work.
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: djtech.developer(a)gmail.com
Distribution: ---
Hi, I was trying to use FL Studio 21 with wine on Ubuntu 22.04.
Everything works, execpt ilbridge.exe (the internal component that lets the
user run 32-bit plugin on 64-bit machines, located at `C:\Program
Files\Image-Line\FL Studio 21\System\Tools\Bridge\(32bit/64bit)\ilbridge.exe`)
I tried using the DVS plugins and the Tonmann DeEsser plugin and they both
worked on my Windows 11 virtual machine, but when I tried using them with wine,
FL would stop responding and `ilbridge.exe` would start using 100% of my CPU
without actually loading the plugin (I tried waiting for about 10 minutes, but
nothing).
I wanted to ask if there was a solution to this.
Thanks in advance.
--
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=57265
Bug ID: 57265
Summary: Bug in PlayOnLinux
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rvonau(a)posteo.de
Distribution: ---
Created attachment 77190
--> https://bugs.winehq.org/attachment.cgi?id=77190
back trace
Dear Sirs,
I had installed ubuntu24.04. After installing the Windows program
MyPhoneExplorer in PlayIOnLinux this program crashes every time. Under
ubuntu22.04, the program ran normally with the help of PlayOnLinux. The
corresponding back trace is enclosed.
Please help.
--
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.