Calling Windows 98/ME users...

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
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.
Post Reply
Message
Author
User avatar
PyTom
Ren'Py Creator
Posts: 16096
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:

Calling Windows 98/ME users...

#1 Post by PyTom »

...assuming there's any of you left. :-)

I'm looking for people who are running Windows 98 or Windows ME, in order to test to see if the fix that I made for the window title problem will work on those systems.

To test, please download the attached version of Ren'Py, and run it. If it pops up without crashing, then everything is good. Let me know either way.

Note that the rest of this code is an untested work-in-progress, and so shouldn't be used for game development, or to make games, or whatever.

Thanks in advance!
Attachments
renpy-test-98me-full.zip
(10.3 MiB) Downloaded 82 times
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

Re: Calling Windows 98/ME users...

#2 Post by monele »

Tested in VMWare, for what it's worth and I get a "pygame" window. Tested with 6.3.2, I get the correct name.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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: Calling Windows 98/ME users...

#3 Post by PyTom »

Hm... if the problem is that the name is wrong on 98/me, I'm willing to live with it, so long as the game still runs.

The name is right on 2000, and it should also work on NT4, 2000, XP, and Vista. The problem is that Windows 98 and ME don't support unicode at the OS level, which means that the call to set the window name doesn't work.

Or I may try to go with a hybrid approach, where ascii works everywhere, and unicode works on those operating systems. That might be the best way.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

Re: Calling Windows 98/ME users...

#4 Post by monele »

It runs but it's all "pygame", wether it's the demo or The Question. I guess it's not that bad ^^

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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: Calling Windows 98/ME users...

#5 Post by PyTom »

Well, with the updates I just did, it will work on 98/ME so long as the title is all ascii. Unicode names will work on 2000+, while on 98/ME the unicode characters will be replaced by question marks. That's the best I can do.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

Re: Calling Windows 98/ME users...

#6 Post by monele »

Sounds good to me :)

Subarashi
Newbie
Posts: 11
Joined: Mon Jul 31, 2006 2:08 am
Projects: House MD visual novel (Nearing end of script writing)
Contact:

Re: Calling Windows 98/ME users...

#7 Post by Subarashi »

Windows 98?! YOU MUST UPGRADE TO SURVIVE! ...Seriously, it's almost ten years old; that's at least a century in computer years.
"That thing you burnt up isn't important to me. It's the fluid catalytic
cracking unit. It made shoes for orphans. Nice job breaking it, hero."

"There really was a cake."
http://subarashiproductions.deviantart.com/
http://subarashi-productions.blogspot.com/
http://otakuencyclopedia.pbwiki.com/

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

Re: Calling Windows 98/ME users...

#8 Post by monele »

Just for info, I'm running WinXP, but my parents aren't for example. They don't really *need* it given their computer habits. So what... no Ren'Py for them? (and me when I'm there?).

Subarashi
Newbie
Posts: 11
Joined: Mon Jul 31, 2006 2:08 am
Projects: House MD visual novel (Nearing end of script writing)
Contact:

Re: Calling Windows 98/ME users...

#9 Post by Subarashi »

No, I'm just amazed/entertained when I see old timey computer hardware/software of any sort, like these ridiculously old looking computers used as cash registers at my local Circuit City. It's also a good reminder of how divided the Digital Age still is.
"That thing you burnt up isn't important to me. It's the fluid catalytic
cracking unit. It made shoes for orphans. Nice job breaking it, hero."

"There really was a cake."
http://subarashiproductions.deviantart.com/
http://subarashi-productions.blogspot.com/
http://otakuencyclopedia.pbwiki.com/

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

Re: Calling Windows 98/ME users...

#10 Post by monele »

I think it's nice to keep such things around, if only to notice how it evolved (or not!). And you'll also notice that sometimes, it's enough... or even more efficient than nowadays interface-bloated new systems. I really don't like the idea that you should upgrade just because there's a new version. It *is* possible that some things were better in older versions, and it should not be brushed off so easily.
That said, Win98 is admittedly rather unstable for many things and is certainly not up to date with more recent hardware, especially USB stuff. Oh, and international support (Japanese!) is lacking :/. But it does run a lot of things, as long as you're not looking at the very last next-gen game.

Alessio
Miko-Class Veteran
Posts: 576
Joined: Fri May 07, 2004 9:40 am
Completed: GO! Magical Boy (2006), Angelic Orbs (soundtrack)
Projects: Cyberlin (in progress)
Location: Finland
Contact:

Re: Calling Windows 98/ME users...

#11 Post by Alessio »

Excuse me. My whole music studio revolves around a Win98 machine, because
- the hardware is cheap, small, and super silent (P3/1000)
- it is super stable as it only runs music-related software (no internet)
- all my vintage hardware and software works with it
- and there is no benefit whatsoever from upgrading.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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: Calling Windows 98/ME users...

#12 Post by PyTom »

monele wrote:Just for info, I'm running WinXP, but my parents aren't for example. They don't really *need* it given their computer habits. So what... no Ren'Py for them? (and me when I'm there?).
Well, for now, Ren'Py is still supported on Windows 98. That being said, there will be a point where I do decide to stop supporting 98/ME, or where the libraries I use stop supporting that platform. I take the position that while I don't plan on doing anything to actively break compatibility, if it happens, it happens.

Yes, there are some people where I say "No Ren'Py for you.", although I tend to be more polite about it and couch it in terms of minimum supported OS versions. We don't support Windows 95 or 3.1, or versions of Mac OS X before 10.4.

A C=64 is right out.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

Re: Calling Windows 98/ME users...

#13 Post by monele »

And that's totally understandable, albeit sad, but that's the law of evolution and compatibility I guess.

Post Reply

Who is online

Users browsing this forum: No registered users