Dropping support for Win9x and WinME
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
- PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
- Contact:
Dropping support for Win9x and WinME
Python 2.6 will no longer support Windows 95, 98, ME, and NT 4. So Ren'Py will eventually be dropping support for these platforms, over the course of the next year or so. I just thought I would give people a heads up on this, but it's a technical decision so don't expect it to change.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom(When was the last time you backed up your game?)
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom
- Twar3Draconis
- Regular
- Posts: 129
- Joined: Thu Apr 19, 2007 12:07 am
- Location: Michigan, United States, Terra
- Contact:
Re: Dropping support for Win9x and WinME
That's great, RenPy is keeping up with Python. XP/2000 won't be dropped from RenPy if Python drops support for them, will it?
Re: Dropping support for Win9x and WinME
The way I understand it, if in 2010 (it's not that far away), Win9x will not be supported in Ren'Py, that means a new game with the latest engine version will not run on Win9x, as a developer you can still take an older version of Ren'Py and transfer your game into there - and build a Win9x compatible version.
So when the time comes, it would be helpful to have pointed out the "last Win9x compatible version", so that this can be used as an extra tool for making Win9x-compatible versions if needed.
The same way, later on there could be a "last XP-compatible" version.
So when the time comes, it would be helpful to have pointed out the "last Win9x compatible version", so that this can be used as an extra tool for making Win9x-compatible versions if needed.
The same way, later on there could be a "last XP-compatible" version.
- PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
- Contact:
Re: Dropping support for Win9x and WinME
I suspect it will be dropped in that case. I don't expect 2000/XP support to be dropped from Python until they've slid into the same sort of disuse as 95/98/ME are in today. (0%, .78%, and .08% of the hits to renai.us, respectively.)Twar3Draconis wrote:That's great, RenPy is keeping up with Python. XP/2000 won't be dropped from RenPy if Python drops support for them, will it?
That's essentially correct.mikey wrote: The way I understand it, if in 2010 (it's not that far away), Win9x will not be supported in Ren'Py, that means a new game with the latest engine version will not run on Win9x, as a developer you can still take an older version of Ren'Py and transfer your game into there - and build a Win9x compatible version.
I'll keep that in mind, although I don't think that will be a huge market. (And you'll lose the benefit of bug fixes between that version and the current one.)So when the time comes, it would be helpful to have pointed out the "last Win9x compatible version", so that this can be used as an extra tool for making Win9x-compatible versions if needed.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom(When was the last time you backed up your game?)
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom
- azureXtwilight
- Megane Procrastinator
- Posts: 4109
- Joined: Fri Mar 28, 2008 4:54 am
- Completed: Fantasia series (ROT and ROTA), Doppleganger: Dawn of The Inverted Soul, a2 (a due), Time Labyrinth
- Projects: At Regime's End
- Organization: Memento-Mori VNs, Team Sleepyhead
- Location: Yogyakarta, Indonesia.
- Contact:
Re: Dropping support for Win9x and WinME
Well, Actually. I'm glad I've sold my win 98.
Please don't drop support from XP yet, Here in common it's still used soo much!!!
Please don't drop support from XP yet, Here in common it's still used soo much!!!
- Twar3Draconis
- Regular
- Posts: 129
- Joined: Thu Apr 19, 2007 12:07 am
- Location: Michigan, United States, Terra
- Contact:
Re: Dropping support for Win9x and WinME
Thank the internet for Linux. That's the one thing that you can be sure of, Python + Linux forever. Hardware support is a little iffy, though.
- PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
- Contact:
Re: Dropping support for Win9x and WinME
Actually, we won't necessarily support every version of Linux. We certainly don't support a.out based Linux system, and we don't support libc5 based systems. Right now, I'm linking things against Ubuntu dapper, which probably means libc6 2.3 is the minimum version we support. I might bump up that requirement in 2009, which is when Ubuntu will drop support for dapper.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom(When was the last time you backed up your game?)
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom
- Twar3Draconis
- Regular
- Posts: 129
- Joined: Thu Apr 19, 2007 12:07 am
- Location: Michigan, United States, Terra
- Contact:
Re: Dropping support for Win9x and WinME
That works, what's stopping someone from upgrading to a more current version of Linux? I'm using Gusty Gibbon, and RenPy works great for me. Great thing is, no licensing fees. 
Also considering that Python is generally shipped with most, if not all, Linux distros.
Also considering that Python is generally shipped with most, if not all, Linux distros.
Re: Dropping support for Win9x and WinME
Well, what stops someone from upgrading to a more current version of Windows? ;PTwar3Draconis wrote:That works, what's stopping someone from upgrading to a more current version of Linux?
Linux has the same versioning/obsoleting problems any OS has - it just has the benefit of being free, so upgrade cost is only measured in terms of hours spent rather than cash.
(Personally, I found the hours potentially spent a bit offputting, so I get my unix fix from OSX these days...)
Well, again - I've got a set of Slack 9 CDs here which only come with Python 2.2, if Ren'Py's demanding 2.6 then that doesn't help me still; I'd still need to upgrade to run it. I kind of suspect, since Slack 9 is pretty old now, that I'd have to build a new version of glibc, which is far from a minor undertaking on Slackware. And 9 was released post-XP!Twar3Draconis wrote:Also considering that Python is generally shipped with most, if not all, Linux distros.
Server error: user 'Jake' not found
Who is online
Users browsing this forum: Bing [Bot]

