* Game won't save
@ 2004-04-21 13:22 Pietari Seppänen
2004-04-21 13:57 ` Pietari Seppänen
0 siblings, 1 reply; 7+ messages in thread
From: Pietari Seppänen @ 2004-04-21 13:22 UTC (permalink / raw)
To: linux-msdos@vger.kernel.org
I have a problem with the game Noctis
(http://www.anywherebb.com/postline/index.php?l=5Q5ewnNgjr7i6OFdMYGhpI7iHw4&r=lYUhcug3l3hh9gr6Rtv1qlu4Dw1).
The game is supposed to save every time I exit. However, I start at the
same place every time. It does not remember my last game. Elite+ saved to
a file allright. Noctis is an exploration game, so playing it is still
possible. I can't return to the same interesting planet I found last time,
though :(
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Game won't save
2004-04-21 13:22 Game won't save Pietari Seppänen
@ 2004-04-21 13:57 ` Pietari Seppänen
2004-04-21 15:29 ` Pietari Seppänen
0 siblings, 1 reply; 7+ messages in thread
From: Pietari Seppänen @ 2004-04-21 13:57 UTC (permalink / raw)
To: linux-msdos@vger.kernel.org
> I have a problem with the game Noctis
> (http://www.anywherebb.com/postline/index.php?l=5Q5ewnNgjr7i6OFdMYGhpI7iHw4&r=lYUhcug3l3hh9gr6Rtv1qlu4Dw1).
> The game is supposed to save every time I exit. However, I start at the
> same place every time. It does not remember my last game. Elite+ saved
> to a file allright. Noctis is an exploration game, so playing it is
> still possible. I can't return to the same interesting planet I found
> last time, though :(
Actually, I'm not completely sure this is dosemu's fault. I need to check
some things. Sorry for the spam.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Game won't save
2004-04-21 13:57 ` Pietari Seppänen
@ 2004-04-21 15:29 ` Pietari Seppänen
2004-04-23 19:54 ` Ryan Underwood
0 siblings, 1 reply; 7+ messages in thread
From: Pietari Seppänen @ 2004-04-21 15:29 UTC (permalink / raw)
To: linux-msdos@vger.kernel.org
> Actually, I'm not completely sure this is dosemu's fault. I need to
> check some things. Sorry for the spam.
Okay, checked it and I still need help. I have no idea what causes it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Game won't save
2004-04-21 15:29 ` Pietari Seppänen
@ 2004-04-23 19:54 ` Ryan Underwood
2004-04-25 20:30 ` Pietari Seppänen
0 siblings, 1 reply; 7+ messages in thread
From: Ryan Underwood @ 2004-04-23 19:54 UTC (permalink / raw)
To: linux-msdos@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 461 bytes --]
On Wed, Apr 21, 2004 at 03:29:39PM -0000, Pietari Seppänen wrote:
>
> >Actually, I'm not completely sure this is dosemu's fault. I need to
> >check some things. Sorry for the spam.
>
> Okay, checked it and I still need help. I have no idea what causes it.
Try logging with dosemu -D+D and see if you can find the DOS open file
calls that the program performs. I think the function code is ax=0x3d
--
Ryan Underwood, <nemesis@icequake.net>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Game won't save
2004-04-23 19:54 ` Ryan Underwood
@ 2004-04-25 20:30 ` Pietari Seppänen
2004-04-26 1:02 ` Ryan Underwood
0 siblings, 1 reply; 7+ messages in thread
From: Pietari Seppänen @ 2004-04-25 20:30 UTC (permalink / raw)
To: linux-msdos@vger.kernel.org
> Try logging with dosemu -D+D and see if you can find the DOS open file
> calls that the program performs. I think the function code is ax=0x3d
>
I can't find that code in the output file (I used -o).
---
Sorry for sending this to your private address, Ryan. I haven't used email
for a year or two because of SPAM so I'm making silly mistakes now.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Game won't save
2004-04-25 20:30 ` Pietari Seppänen
@ 2004-04-26 1:02 ` Ryan Underwood
2004-04-26 16:12 ` Pietari Seppänen
0 siblings, 1 reply; 7+ messages in thread
From: Ryan Underwood @ 2004-04-26 1:02 UTC (permalink / raw)
To: linux-msdos@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
On Sun, Apr 25, 2004 at 08:30:34PM -0000, Pietari Seppänen wrote:
> >Try logging with dosemu -D+D and see if you can find the DOS open file
> >calls that the program performs. I think the function code is ax=0x3d
> >
>
> I can't find that code in the output file (I used -o).
Can you post the log (gz) ?
--
Ryan Underwood, <nemesis@icequake.net>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Game won't save
2004-04-26 1:02 ` Ryan Underwood
@ 2004-04-26 16:12 ` Pietari Seppänen
0 siblings, 0 replies; 7+ messages in thread
From: Pietari Seppänen @ 2004-04-26 16:12 UTC (permalink / raw)
To: linux-msdos@vger.kernel.org
> Can you post the log (gz) ?
>
I'm happy and embarrassed at the same time. Turns out the zip I'd used was
faulty (I'd forgotten to include a directory) and that caused my problems.
I didn't notice it because the game kept working otherwise. Sorry to waste
your time.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-04-26 16:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-21 13:22 Game won't save Pietari Seppänen
2004-04-21 13:57 ` Pietari Seppänen
2004-04-21 15:29 ` Pietari Seppänen
2004-04-23 19:54 ` Ryan Underwood
2004-04-25 20:30 ` Pietari Seppänen
2004-04-26 1:02 ` Ryan Underwood
2004-04-26 16:12 ` Pietari Seppänen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox