https://bugs.winehq.org/show_bug.cgi?id=55595
Bug ID: 55595 Summary: Attempting to launch app in Monty Python Pythonizer results in crash and error report 2023 Product: Wine Version: 8.0.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: 80230co@pm.me Distribution: ---
Created attachment 75127 --> https://bugs.winehq.org/attachment.cgi?id=75127 backtrace.txt error report upon trying to launch one of the Pythonizer apps
I installed Monty Python's Complete Waste Of Time using the Windows 95 setting in winecfg in Wine 8.0.2. It did so successfully and launched Pythonizer. I clicked on Noisy Bits link and received an error report named backtrace.txt which I saved and uploaded with this report.
I am on Linux Mint 21.1 (Ubuntu 22.04 Jammy) with Cinnamon x64 desktop environment
https://bugs.winehq.org/show_bug.cgi?id=55595
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win16
https://bugs.winehq.org/show_bug.cgi?id=55595
80230co@pm.me changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
--- Comment #1 from 80230co@pm.me --- Thank you for the win 16 tip. I searched it, found this; https://superuser.com/questions/631035/16-bit-windows-under-win64-using-wine , enabled winxp in winetricks, tried to apply it to my setup.exe file in winecfg from within winetricks (I don't know if it accomplished anything, I got the same error message upon clicking on an app link in Pythonizer), and I have no idea what to do next. May I ask you to elaborate? email me personally, if you'd like
https://bugs.winehq.org/show_bug.cgi?id=55595
80230co@pm.me changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from 80230co@pm.me --- Pythonizer runs from the Start Menu shortcut in Wine on Linux Mint 21.1. You launch winetricks in the terminal, follow the steps below. To install the 32 bit prefix for wine, perform the following BEFORE you install wine.
sudo dpkg --add-architecture i386 sudo mkdir -pm755 /etc/apt/keyrings sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources WINEARCH=win32 WINEPREFIX=~/.wine winecfg sudo apt-get update -y;sudo apt install --install-recommends winehq-stable
If you are running something other than Ubuntu Jammy or derivatives, change the distro in the sources line to the one you need.
Launch winetricks in the terminal, Select the default wineprefix, change settings, winxp. Launch winecfg from within winetricks gui.
Navigate to your Python folder or mounted iso/setup.exe from within winecfg, select Windows 95 for the environment, and click okay.
Navigate to your Monty Python setup.exe file, right click and Open with Wine Windows Program Loader, and it should install.
When it asks you if you would like to open Pythonizer, select no, and instead navigate to the Pythonizer link in Wine submenu of your Start Menu, and it shoud launch.
CAVEAT: None of the links in Pythonizer will actually WORK in the manner designed. They will execute, but for instance, the screensaver won't launch, nor will the sounds work in NoisyBits. I am opening a new bug report for that.
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #3 from 80230co@pm.me --- See https://bugs.winehq.org/show_bug.cgi?id=55603 for further details
https://bugs.winehq.org/show_bug.cgi?id=55595
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Resolution|FIXED |--- Ever confirmed|0 |1 Status|RESOLVED |REOPENED
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- Nothing was fixed in Wine, so FIXED isn't appropriate. I'm having a hard time telling what you changed between your initial run and comment 2, though?
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #5 from 80230co@pm.me --- Thank you for the correction. I mistakenly tried to indicate that the PROBLEM was fixed, not to say that the bug was.
As far as what happened, that caused me to mark the issue resolved, I simply exceuted the link in the Start/Wine submenu in further testing.
https://bugs.winehq.org/show_bug.cgi?id=55595
80230co@pm.me changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Attempting to launch app in |Attempting to launch app in |Monty Python Pythonizer |Monty Python Pythonizer |results in crash and error |results in crash and error |report 2023 |report - 2023
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #6 from Zeb Figura z.figura12@gmail.com --- (In reply to 80230co from comment #5)
As far as what happened, that caused me to mark the issue resolved, I simply exceuted the link in the Start/Wine submenu in further testing.
How were you launching it the first time?
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #7 from 80230co@pm.me --- (In reply to Zeb Figura from comment #6)
(In reply to 80230co from comment #5)
As far as what happened, that caused me to mark the issue resolved, I simply exceuted the link in the Start/Wine submenu in further testing.
How were you launching it the first time?
I launched it through the app when it opened following installation in winecfg. That's when I got the backtrace error that I uploaded
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #8 from Zeb Figura z.figura12@gmail.com --- (In reply to 80230co from comment #7)
(In reply to Zeb Figura from comment #6)
(In reply to 80230co from comment #5)
As far as what happened, that caused me to mark the issue resolved, I simply exceuted the link in the Start/Wine submenu in further testing.
How were you launching it the first time?
I launched it through the app when it opened following installation in winecfg. That's when I got the backtrace error that I uploaded
Sorry, I'm confused, you launched it through winecfg? winecfg doesn't launch programs...
I'm guessing what you mean is, the installer has some sort of "Run the program now" option at the end, and that crashed? I'd expect that to work, so this sounds like a valid Wine bug if that's the case.
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #9 from 80230co@pm.me --- Created attachment 75160 --> https://bugs.winehq.org/attachment.cgi?id=75160 Visual Representations Of Pythonizer Install/Crash Events
Pythonizer Install Screen
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #10 from 80230co@pm.me --- Created attachment 75161 --> https://bugs.winehq.org/attachment.cgi?id=75161 Visual Representations Of Pythonizer Install/Crash Events (Wine Debugger and Winevdm Error))
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #11 from 80230co@pm.me --- Yes, now that I look back, I think that's exactly what happened after I installed it. My mistake. I've been trying to make this work for awhile and the details get a little fuzzy.
After you define the environment in winecfg and click on the setup.exe file, it asks you if you want to Run Pythonizer, Return To Windows and other options. I am uploading a photo.
If you select "Run Pythonizer," it launches the app, which crashes and Wine Debugger opens and gives you the winevdm error if you click on a link within the Pythonizer window.
I'm uploading a photo of those as well.
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #12 from 80230co@pm.me --- (In reply to 80230co from comment #11)
Yes, now that I look back, I think that's exactly what happened after I installed it. My mistake. I've been trying to make this work for awhile and the details get a little fuzzy.
After you define the environment in winecfg and click on the setup.exe file, it asks you if you want to Run Pythonizer, Return To Windows and other options. I am uploading a photo.
If you select "Run Pythonizer," it launches the app, which crashes and Wine Debugger opens and gives you the winevdm error if you click on a link within the Pythonizer window.
I'm uploading a photo of those as well.
Needless to say, I just re-ran the setup to get these screenshots.
https://bugs.winehq.org/show_bug.cgi?id=55595
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW Summary|Attempting to launch app in |Monty Python Pythonizer |Monty Python Pythonizer |crashes when run from its |results in crash and error |installer |report - 2023 |
--- Comment #13 from Zeb Figura z.figura12@gmail.com --- Got it, thanks. I'll go ahead and retarget this report to that problem.
https://bugs.winehq.org/show_bug.cgi?id=55595
--- Comment #14 from 80230co@pm.me --- (In reply to Zeb Figura from comment #13)
Got it, thanks. I'll go ahead and retarget this report to that problem.
Thank you very much :)
Any way I can get help with bug https://bugs.winehq.org/show_bug.cgi?id=55603 ?
Different ticket but same program...