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 - NobodysSon

Pages: [1]
1
Help, Errors, FAQ / Re: Supported Video Card List
« on: 2007-09-18, 12:56:55 PM »
NVIDIA GeForce 6200

2
Help, Errors, FAQ / Re: Supported Video Card List
« on: 2007-09-17, 11:22:23 PM »
GEFORCE 6200 works.

3
Help, Errors, FAQ / Re: Unhandled Exception Error in Tutorial
« on: 2007-09-08, 11:06:21 PM »
It does indeed work :) And I ordered a GEFORCE 6200 yesterday. I should thank SGDK2 for giving me the kick in the butt I needed to get around to finally upgrading.

4
Help, Errors, FAQ / Re: Unhandled Exception Error in Tutorial
« on: 2007-09-06, 10:50:05 AM »
Heh, looks like I have become the source of a pain in the neck for the SGDK2 project :-[ I guess the problem would have come to light sooner or later though.

Thank you for the help. I have been planning on getting a new video card for a while now anyway so this is the perfect time to do it. Until then, would my current system support SGDK 1? Something to keep my busy until I upgrade.

5
Help, Errors, FAQ / Re: Unhandled Exception Error in Tutorial
« on: 2007-09-05, 10:19:24 PM »
I have the newest driver installed from the Nvidia site but I am still encountering the same unhandled exception error.

Any other thoughts on the subject?

6
Help, Errors, FAQ / Re: Unhandled Exception Error in Tutorial
« on: 2007-09-05, 12:36:16 PM »
I have a Nvidia Riva TNT2 for my video card and am running a P4 1.5 ghz.  The driver for the card is from 99 and came from Microsoft.

7
Help, Errors, FAQ / Re: Unhandled Exception Error in Tutorial
« on: 2007-09-04, 06:59:08 PM »
>< Doh! Being a n00b sucks. Sorry about that.

In regard to your question DirectX 9.0

Now off to the correct section ><


8
Help, Errors, FAQ / Unhandled Exception Error in Tutorial
« on: 2007-09-04, 01:40:22 PM »
Hello all.

I hope that I'm not asking a question that has already been answered here. I looked through the forum and didn't see anything that seemed to match the problem I'm having.

I am running the tutorial that comes with SGDK 2 v0.6 and when I get to step 11 where a new layer is being created on your map I get an unhandled exception error. I don't know if it helps any but the error text is at the end of this message.

Anyone have any ideas on what the problem could be?


************** Exception Text **************
System.ApplicationException: No hardware support for windowed mode on default display adapter
   at SGDK2.Display.MakeValidPresentParameters(GameDisplayMode mode, PresentParameters pp)
   at SGDK2.Display..ctor(GameDisplayMode mode, Boolean windowed)
   at SGDK2.Display..ctor()
   at SGDK2.frmMapEditor.InitializeComponent()
   at SGDK2.frmMapEditor..ctor(LayerRow Layer)
   at SGDK2.frmMapEditor.Edit(Form MdiParent, LayerRow EditRow)
   at SGDK2.frmLayerManager.SaveRecord()
   at SGDK2.frmLayerManager.btnOK_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Pages: [1]