[Bug 59829] New: FL Studio 2025.2 crashing on startup
http://bugs.winehq.org/show_bug.cgi?id=59829 Bug ID: 59829 Summary: FL Studio 2025.2 crashing on startup Product: Wine Version: 11.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: Kirschi94@gmx.net Distribution: --- Created attachment 81102 --> http://bugs.winehq.org/attachment.cgi?id=81102 wine console log After an update of wine my FL Studio 2025.2 stopped working. Seems to load everything, including GUI, then as soon as I'd expect it to be started, it instantly crashes. I think this started with Wine 11.0, but I'm not entirely sure. I attached a console log of wine and associated FL Studio logs. -- 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=59829 --- Comment #1 from Kirschi <Kirschi94@gmx.net> --- Created attachment 81103 --> http://bugs.winehq.org/attachment.cgi?id=81103 FL Studio startup log -- 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=59829 --- Comment #2 from Kirschi <Kirschi94@gmx.net> --- A small addition: Usually, FL Studio creates a crash log on crash, with this bug it however doesn't. -- 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=59829 Kirschi <Kirschi94@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux -- 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=59829 --- Comment #3 from Kirschi <Kirschi94@gmx.net> --- Created attachment 81104 --> http://bugs.winehq.org/attachment.cgi?id=81104 Wine backtrace (bc of crash) when trying to "unlock on web" -- 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=59829 --- Comment #4 from Kirschi <Kirschi94@gmx.net> --- Created attachment 81105 --> http://bugs.winehq.org/attachment.cgi?id=81105 FL Studio crash log when trying to "unlock with account" -- 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=59829 --- Comment #5 from Kirschi <Kirschi94@gmx.net> --- I suspect perhaps some new backend in FL Studio when interfacing with the web could be 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.
http://bugs.winehq.org/show_bug.cgi?id=59829 --- Comment #6 from Kirschi <Kirschi94@gmx.net> --- FL Studio 24.2.2 also got a problem it hasn't had before: Sometimes I get 5x the same error of "External Exception" (attached pic) and every time I regularly close it, wine crashes (attached backtrace) -- 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=59829 --- Comment #7 from Kirschi <Kirschi94@gmx.net> --- Created attachment 81118 --> http://bugs.winehq.org/attachment.cgi?id=81118 External Error in FL Studio 24.2.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.
http://bugs.winehq.org/show_bug.cgi?id=59829 --- Comment #8 from Kirschi <Kirschi94@gmx.net> --- Created attachment 81119 --> http://bugs.winehq.org/attachment.cgi?id=81119 wine crash on application exit in FL Studio 24.2.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.
http://bugs.winehq.org/show_bug.cgi?id=59829 Kirschi <Kirschi94@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81119|wine crash on application |wine crash (backtrace) on description|exit in FL Studio 24.2.2 |application exit in FL | |Studio 24.2.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.
http://bugs.winehq.org/show_bug.cgi?id=59829 --- Comment #9 from Rafał Mużyło <galtgendo@o2.pl> ---
wine: Call from 00006FFFFFC3E7CA to unimplemented function iertutil.dll.CreateUri, aborting
This line from the first log sums up the problem. The screenshot had near zero usability and the backtrace would have been somewhat useful on top of the log, if your copy of wine had debug symbols. Given the error, it's somewhat odd that you say it was caused by wine update and not one of the app... On the other hand, the other log has a similar, yet distinct error:
unimplemented function urlmon.dll.CreateUri called in 64-bit code
Perhaps an older update of FL Studio broke things with wine, yet done it silently - only in the update module and only now you're being hit by this. -- 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=59829 --- Comment #10 from Kirschi <Kirschi94@gmx.net> --- Seems plausible to me, i think i remember them changing something concerning GUI and/or web in FL 2024, but since everything worked without problems, i might've misinterpreted where the problem is coming from Do i need a special version of wine for debug symbols? Because if there's a parameter or something to make wine use debug symbols, I could give an updated backlog -- 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=59829 --- Comment #11 from Rafał Mużyło <galtgendo@o2.pl> --- ...I mean it wouldn't help that much. You'd need a version of wine from your distro that was built with debug symbols and it would just clarify the call chain. The bottom line would still be that those functions *seem* unimplemented, yet going by the sources, they are implemented (one in urlmon.dll being a redirect to iertutil)... Mind rechecking a few things, maybe a fresh prefix ? -- 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=59829 --- Comment #12 from Kirschi <Kirschi94@gmx.net> --- I just installed FL 25 in a fresh wine prefix and it works there. I rechecked the FL 25 installation on my default prefix and it still doesn't work there, so it looks like there's something wrong with my default wine prefix I just tried opening the FL 25 installed on the secondary prefix in my default prefix and this crashes as well, so it's gotta be my default prefix somehow -- 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=59829 --- Comment #13 from Kirschi <Kirschi94@gmx.net> --- I found the problem. MS urlmon(.dll) was somehow not installed (anymore?) on my default wine prefix. I (re)installed it via Winetricks and now FL 25 doesn't crash anymore on default prefix -- 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=59829 Ken Sharp <imwellcushtymelike@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #14 from Ken Sharp <imwellcushtymelike@gmail.com> ---
I just installed FL 25 in a fresh wine prefix and it works there.
This is always the first thing to try before reporting a bug. -- 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=59829 --- Comment #15 from Rafał Mużyło <galtgendo@o2.pl> --- (In reply to Ken Sharp from comment #14)
I just installed FL 25 in a fresh wine prefix and it works there.
This is always the first thing to try before reporting a bug.
Ah, not really, I mean wrt. 'always' part. At least not if you have a significant number of apps installed in the prefix, especially if some of them needed some manual tweaking to get them to work. While this is prone to sunk cost fallacy, sometimes it's still better to risk risk digging yourself a deeper hole than having to reinstall everything. -- 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.
participants (1)
-
WineHQ Bugzilla