That was an interesting computer. I worked for a US utility software company that had a deal with a major Japanese software distributor to make for them Japanese versions of our products and to develop new products they asked for. PC-98 was a big part of the Japanese market so we had to deal with it.
It was not quite IBM PC compatible, by Microsoft supported it in MS-DOS and Windows which hid most of the differences but that still left some surprises.
One of the biggest was drive letters. A: was always the drive you booted from, so if you had two floppy drives and one hard drive instead of A: and B: being the floppies and C: the hard drive like they would be on an IBM PC, you'd have A: be the hard drive and B: and C: be the floppies.
That broke a heck of a lot of US software that I tried to run on PC-98.
The biggest surprises I had developing software for Japan though weren't technical. They were cultural. I remember two things that caught me by surprise.
1. There was an intermittent bug that was only happening on a particular model laptop that we didn't have. The Japanese distributor sent us one. I set it up on my desk, and plugged in its power adaptor. After many days of fiddling around I managed to get the bug to happen and I was running a debugger.
It was in something that another developer was more familiar with, so I decided to take the laptop over to his office and show him.
I unplugged the power adaptor...and the damn thing instantly shut off!
It turned out that there was no battery in the laptop. Later the Japanese distributor explained that many people in Japan who didn't need portable computers used laptops anyway instead of desktops because they had small apartments and laptops took up less space.
So some laptops, like this one, had multiple bays that could hold the user's choice of batteries, hard disks, floppy disks, and optical disks. If you were just using it as a desktop you could omit the battery and use that bay for another disk, which was the case with this one.
2. We had another very intermittent bug where sometimes during installation of our newest product the computer would lock up. By "lock up" I mean everything froze on the screen (including mouse cursor if you were on Windows), CTRL-ALT-DEL did nothing, CAPS LOCK and NUM LOCK would not toggle the keyboard LEDs. No disk activity. No network activity.
We talked to the Japanese distributor about it and they decided they didn't want to delay the release over this. It seemed rare enough that they expected it to just hit a handful of people, and they'd be able to handle that via tech support (this was in the days when products came with free tech support for the life of the product).
It turned out that actually quite a few more people than expected ran into it...but they weren't reporting locked computers. They were reporting that installation was very slow. After something like 20-40 hours it would unfreeze and finish the installation and everything was fine after that.
This completely gobsmacked me. I can't imagine any American consumer being so patient with a locked computer that they would let it sit that way long enough to discover it really was just a 20-40 hour delay.
But in Japan apparently nearly everyone who ran into it did just that.
(The problem turned out to be that the way we were doing some device probes hit a case on some optical disk controllers that caused them to lock things up while waiting for something that would never happen and had a very long timeout. We were able to replace that with probing that would avoid the problem).
But in Japan apparently nearly everyone who ran into it did just that.
Like you said, the difference is cultural --- I suspect they'd rather wait it out than embarrass themselves by jumping to a conclusion; of course, the unusually long install time is what they would report, bur only after they'd done as much as they could to attempt to show that it wasn't their own fault.
It was not quite IBM PC compatible, by Microsoft supported it in MS-DOS and Windows which hid most of the differences but that still left some surprises.
One of the biggest was drive letters. A: was always the drive you booted from, so if you had two floppy drives and one hard drive instead of A: and B: being the floppies and C: the hard drive like they would be on an IBM PC, you'd have A: be the hard drive and B: and C: be the floppies.
That broke a heck of a lot of US software that I tried to run on PC-98.
The biggest surprises I had developing software for Japan though weren't technical. They were cultural. I remember two things that caught me by surprise.
1. There was an intermittent bug that was only happening on a particular model laptop that we didn't have. The Japanese distributor sent us one. I set it up on my desk, and plugged in its power adaptor. After many days of fiddling around I managed to get the bug to happen and I was running a debugger.
It was in something that another developer was more familiar with, so I decided to take the laptop over to his office and show him.
I unplugged the power adaptor...and the damn thing instantly shut off!
It turned out that there was no battery in the laptop. Later the Japanese distributor explained that many people in Japan who didn't need portable computers used laptops anyway instead of desktops because they had small apartments and laptops took up less space.
So some laptops, like this one, had multiple bays that could hold the user's choice of batteries, hard disks, floppy disks, and optical disks. If you were just using it as a desktop you could omit the battery and use that bay for another disk, which was the case with this one.
2. We had another very intermittent bug where sometimes during installation of our newest product the computer would lock up. By "lock up" I mean everything froze on the screen (including mouse cursor if you were on Windows), CTRL-ALT-DEL did nothing, CAPS LOCK and NUM LOCK would not toggle the keyboard LEDs. No disk activity. No network activity.
We talked to the Japanese distributor about it and they decided they didn't want to delay the release over this. It seemed rare enough that they expected it to just hit a handful of people, and they'd be able to handle that via tech support (this was in the days when products came with free tech support for the life of the product).
It turned out that actually quite a few more people than expected ran into it...but they weren't reporting locked computers. They were reporting that installation was very slow. After something like 20-40 hours it would unfreeze and finish the installation and everything was fine after that.
This completely gobsmacked me. I can't imagine any American consumer being so patient with a locked computer that they would let it sit that way long enough to discover it really was just a 20-40 hour delay.
But in Japan apparently nearly everyone who ran into it did just that.
(The problem turned out to be that the way we were doing some device probes hit a case on some optical disk controllers that caused them to lock things up while waiting for something that would never happen and had a very long timeout. We were able to replace that with probing that would avoid the problem).