https://bugs.winehq.org/show_bug.cgi?id=56875
Bug ID: 56875
Summary: WordSmith 9.0 shows error message on start
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 76680
--> https://bugs.winehq.org/attachment.cgi?id=76680
Screenshot Error Message
As soon as the program starts you get the attached error message:
> 'le>' is not a valid integer value for Integer type.
--
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=57215
Bug ID: 57215
Summary: cnc-ddraw OpenGL renderer is broken again in 9.18
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: i.r.e.c.c.a.k.u.n+bugs.winehq.org(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 0a17c3b86fd4eb917367e36261fa276c6753d3b3
Distribution: ---
Hello again.
Rémi, sorry, quirky cnc-ddraw OpenGL has broken again in 9.18.
But in contrast with previous performance regression from Bug 57070, now it is
really broken: RA2 menu hangs and doesn't work completely.
I bisected to the offending commit:
0a17c3b86fd4eb917367e36261fa276c6753d3b3 is the first bad commit
commit 0a17c3b86fd4eb917367e36261fa276c6753d3b3
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Wed Sep 18 10:29:38 2024 +0200
winex11: Also resize or re-create the GL drawable with XComposite child
windows.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57200
dlls/winex11.drv/opengl.c | 1 +
1 file changed, 1 insertion(+)
I see it fixes a bug for another game, that's unfortunate. I don't know what
else we can do here.
--
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=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=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=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=57062
Bug ID: 57062
Summary: disable android apk in wine for termux toggle
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
https://github.com/wine-mirror/wine/blob/ad8b2870312a373fb0ab0ff2cbf6d42b3f…
it does not look like i can disable apk generation. I don't need apk at all
while this breaks my build.
--
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=25974
Summary: AutoCAD 2009 LT: acadlt.msi doesn't start installer
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33110)
--> (http://bugs.winehq.org/attachment.cgi?id=33110)
WINEDEBUG=+msi on wine-1.3.12-272-g2d6b748
Steps to reproduce:
1) remove ~/.wine
2) wine start /x86/acadlt.msi
Behaviour:
Fatal error
"Installation ended prematurely because of an error"
Expected behaviour:
Installer's window.
Terminal output:
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:check_assembly_installed we should probably check the manifest file
here
err:msi:ITERATE_Actions Execution halted, action L"SetupWizard" returned 1603
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15346
Summary: Winamp disappears when you move it's location
Product: Wine
Version: 1.1.5
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: homerhomer(a)gmail.com
Created an attachment (id=16178)
--> (http://bugs.winehq.org/attachment.cgi?id=16178)
DwmSetWindowAttribute error
Sort of a silly bug, basically once winamp is up and running, if you click on
the title bar and move it around winamp disappears. To make sure that the bug
happens make sure to swirl it around a couple of times. ( A Swirly if you will
)
Attached
I also noticed this when running winamp manually at startup. This may be
related. but then I move winamp and it disappears I don't get any more error
messages. So I'm not sure. I appreciate the good work
Thank you
I'm running Ubuntu 8.04, Wine 1.1.5, AMD64
--
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.