Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jamie

Pages: [1] 2
1
Saira / Re: Game crashing
« on: April 22, 2010, 15:21:45 »
Well, it's not so much just because it's only happening with your system, rather because it's a BSoD. Even if I wanted to write a program to cause a BSoD, I couldn't. That's because BSoDs can only be caused by drivers crashing, not software or games. I wonder if there's a way you can work out which driver is causing the BSoD and then update it? Perhaps it's the graphics card driver?

It is weird that it only happens with Saira, yes. I guess Saira must just be doing the exact right thing to cause the driver to crash.

2
Saira / Re: Saira crash (Dr Watson log included)
« on: April 11, 2010, 03:28:17 »
Makes sense, since that crash was graphics related!

3
Saira / Re: Game crashing
« on: April 10, 2010, 17:59:28 »
Sorry to break it to you, but that can't possibly be Saira's fault. If there's a blue screen, it means either:

* One of your drivers has screwed up
* Your hardware has screwed up

Atapi.sys manages this, but it really shouldn't be crashing. You can probably find some help by searching, but it's definitely your computer and not Saira. I guess Saira is just stressing your computer out enough to trigger the problem.

4
Saira / Re: Saira on WINE
« on: February 10, 2010, 19:27:38 »
I thought I recognised your username from somewhere! I'm the one who founded J2NSM (if you've heard of it) and I also wrote the Forest server tool, Hotel Manager and possibly some other random crap. I haven't been active since about 2006 though :P Jam CC! (but RR and AW before that)

5
Saira / Re: Saira on WINE
« on: February 10, 2010, 18:01:28 »
I don't think so =/

This isn't JJ2 minmay is it?

6
Saira / Re: 404
« on: February 07, 2010, 22:30:43 »
Oh no, I just corrupted Nifflas! :/

7
Saira / Re: 404
« on: February 07, 2010, 18:24:33 »
Well, it's just

Code: [Select]
header("Location: http://nifflas.ni2.se");
exit;

to do a proper HTTP redirect. But yeah, probably best to wait until you've made the further changes.

8
Saira / Re: 404
« on: February 07, 2010, 17:53:38 »
Actually, I wasn't suggesting you support the old URL system - just suggesting you actually use a HTTP redirect, rather than just serving the page you want to redirect to. The search engine spider won't know you've redirected it otherwise.

9
Saira / Re: Saira: Pronunciation...?
« on: February 07, 2010, 02:40:26 »
I pronounce it "or-sum"

10
Saira / Re: 404
« on: February 06, 2010, 19:53:52 »
That's better, but you should probably actually set a redirect, rather than just serving the other page, or google will get confused.

http://nifflas.ni2.se/Saira would be better than http://nifflas.ni2.se/?page=Saira if you can set a rewrite.

11
Saira / 404
« on: February 05, 2010, 18:19:58 »
http://nifflas.ni2.se/index.php?page=1001Saira

404, but it's the second from the top on Google for Saira. Probably worth fixing for SEO.

12
Saira / Re: Everything is so HARD !!!
« on: February 01, 2010, 21:39:47 »
Oh come on, it's not a difficult game!

Games used to be harder than this you know :)

13
Saira / Re: Any chance of distribution via Steam?
« on: January 16, 2010, 18:35:45 »
Well, if you need to support the Steam API you know where I am.. :)

14
Saira / Re: Saira on WINE
« on: January 13, 2010, 22:37:53 »
You could try reporting it to the WINE developers, as it must be a bug in the WINE implementation of D3D via OpenGL. Maybe there's an edge build of WINE you can try?

15
Saira / Re: Saira on WINE
« on: January 13, 2010, 22:02:29 »
Nifflas contracted me to write a few extensions for Knytt Stories/Saira - BinaryArray.mfx was one of them. When I compiled it, I linked dynamically to the MSVC6 runtime instead of statically, so that's why it requires the DLL.

Pages: [1] 2