Scrolling Game Development Kit Forum

SGDK Version 2 => Help, Errors, FAQ => Topic started by: billybob884 on 2007-01-23, 04:42:41 PM

Title: cannot run included project
Post by: billybob884 on 2007-01-23, 04:42:41 PM
Hi, hows everyone been? i downloaded the alpha version of sgdk2 and it opens up the shfl project file fine, but when i go to run the project, it brings up a blank window and an error message saying: Error while opening the display: Error in the application.
Ive tried redownloading and reinstalling sgdk, but to no avail.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-23, 11:10:53 PM
I cannot run the included project either. but for a different reason. When I try to run the project I get a log viewer window inside SGDK2 which says
SHFL\MapBase.cs(65,16) : warning CS0162: Unreachable code detected
SHFL\Controls.cs(51,10) : warning CS0162: Unreachable code detected
SHFL\fmodbase.cs(82,10) : warning CS0168: The variable 'ex' is declared but never used
SHFL\TileSpecialization.cs(11,19) : warning CS0169: The private field 'CustomObjects.TileSpecialization.state' is never used
error CS0016: Could not write to output file 'c:\Program Files\SGDK2\Library\Projects\SHFL\SHFL.exe' -- 'The process cannot access the file because it is being used by another process. '

Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-24, 06:32:51 AM
Jam0864, it looks like you just ran the project twice without closing it in between.  The first time you ran it, it created the SHFL folder and the EXE file, but you didn't see it run for whatever reason, so you tried to run it again, but it was already running so it couldn't overwrite the EXE file.  Do you have SHFL.exe where it says you have one?  What happens when you run it?

billybob884, it sounds like you have the same problem as eric2222.  I'm looking into this.  It might help if you could do this:
1. Run dxdiag.exe (Select "Run" from the start menu and type dxdiag.exe, then click OK).
2. Click on the "Display" tab
3. Tell me everything that shows up in the "Drivers" frame, and the Name, Manufacturer and Chip Type from the "Device" frame.

Eric2222, if you could do the same, I'd appreciate it.
Title: Re: cannot run included project
Post by: eric22222 on 2007-01-24, 07:30:26 AM
Name: Mobile Intel(R) 915GM/GMS, 910GML Express
Manufacturer: Intel Corporation
Chip Type: Intel(R) 915GM/GMS, 910GML Express Chipset
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-24, 04:29:46 PM
And what about the contents of the "Drivers" frame?

I went to see if there were updated video drivers for your video hardware and found some astonishingly recent drivers that you almost certainly don't have.  They were apparently released last week, so you might want to go to Intel's web site, download these latest drivers (http://downloadfinder.intel.com/scripts-df-external/Detail_Desc.aspx?agr=N&ProductID=1764&DwnldID=12536&strOSs=45&OSFullName=Windows*%20XP%20Home%20Edition&lang=eng), and see if this changes the behavior of SGDK2.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-24, 05:33:42 PM
Yes SHFL.exe is where it says it is. I restarted the computer and reopened SGDK2 and I got

Application has generated an exception that could not be handled.

Process id=Oxdfc (3580), Thread id=0xe00 (3584).

Click ok to terminate the application.
Click cancel to debug the application.

Restarting my computer must have deleted SHFL.exe
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-24, 05:45:19 PM
Jam0864, are you able to use the map editor?
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-24, 08:39:12 PM
heres a screenshot (lol sry, im lazy)
Title: Re: cannot run included project
Post by: eric22222 on 2007-01-24, 10:05:54 PM
Drivers frame:
Main Driver: igxprd32.dll
Version: 6.14.0010.4764 (English)
Date: 1/13/2007 10:33:00
WHQL Logo'd: Yes
Mini VDD: n/a
DDI Version: 9 (or higher)
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-25, 01:05:03 AM
Jam0864, are you able to use the map editor?
Yes, and It's pretty cool.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-25, 07:09:01 AM
Those who are having errors with the map editor must be having errors because the display is not being created with the correct parameters.  I'm not sure how to figure that out at the moment.  I downloaded the latest DirectX SDK and am trying to figure out how to properly use DirectX.  I thought I was, but apparently not.  Any help is appreciated, if there are any DirectX experts out there.

If you *can* use the map editor but can't run the sample project, then something else is probably wrong.  Jam0864, what happens if you run the sample project in debug mode and click "Cancel" to debug when it offers?  If it says you need a debugger, you might have to download the .NET Framework SDK 1.1 (http://www.microsoft.com/downloads/details.aspx?FamilyID=9b3a2ca6-3647-4070-9f41-a333c6b9181d&DisplayLang=en), but that's a rather large download (100+ MB).  If that's not worth your while, we'll have to find other ways to investigate the problem.  One thing you could try without downloading the .NET SDK is adding a few lines of code to the sample project to get more detail about the error.

After you add that, try running the project again and see if it gives you more detail about the error.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-25, 07:30:44 AM
I got,

SHFL\MapBase.cs(65,16) : warning CS0162: Unreachable code detected
SHFL\Controls.cs(51,10) : warning CS0162: Unreachable code detected
SHFL\GameForm.cs(210,5) : error CS1003: Syntax error, 'try' expected
SHFL\fmodbase.cs(82,10) : warning CS0168: The variable 'ex' is declared but never used

I am guessing Unreachable code detected means I stuffed up putting this new code in. I am tired and can't concentrate properly right now so that is likely. (especialy when looking at lots of small writing in all different colours that I don't understand! LOL!!!) I'll try again tomorrow.
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-25, 07:46:40 AM
well Jam, either u did it right, or we both did it wrong the same way:

Quote
SHFL\MapBase.cs(65,16) : warning CS0162: Unreachable code detected
SHFL\Controls.cs(51,10) : warning CS0162: Unreachable code detected
SHFL\GameForm.cs(210,2) : error CS1003: Syntax error, 'try' expected
SHFL\fmodbase.cs(82,10) : warning CS0168: The variable 'ex' is declared but never used
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-25, 07:52:11 AM
Well, we must have done it right then. Very surprising as I could barely read the writing. I don't have very good sight, especially when it's dark and I'm tired. look at the hompage for the forum Most Online Ever: 53 that is like double what it was a month ago. Must be due to SGDK2 alpha release. Imagine when SGDK2 is completely finished!
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-25, 10:42:20 AM
Maybe my instructions weren't clear.  Did you add a line that says "try {" where I said to?

And do the last few lines of that function look line this?
Code: [Select]
         }
         Application.DoEvents();
      }
   }
   catch(System.Exception ex)
   {
      MessageBox.Show(ex.ToString());
   }
}
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-26, 02:35:20 AM
No, I added { When you said to add try { I thought you meant to try adding { I 'll try it now
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-26, 02:50:55 AM
Got this,

SHFL\MapBase.cs(65,16) : warning CS0162: Unreachable code detected
SHFL\Controls.cs(51,10) : warning CS0162: Unreachable code detected
SHFL\GameForm.cs(210,18) : error CS0234: The type or namespace name 'Exceptionex' does not exist in the class or namespace 'System' (are you missing an assembly reference?)
SHFL\GameForm.cs(210,47) : error CS0246: The type or namespace name 'ex' could not be found (are you missing a using directive or an assembly reference?)
SHFL\fmodbase.cs(82,10) : warning CS0168: The variable 'ex' is declared but never used
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-26, 06:47:48 AM
Check your code again; maybe you should copy and paste :).  You missed a space between the "Exception" and "ex".

Also, I've got another way to get info about DirectX errors that might even be better.  Eric2222, you can try this too:
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-26, 07:47:21 AM
ok, i put it in with the try {, and it no longer gives me the unreachable stuff, all it says is the original error message of error while opening display:...
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-26, 11:53:08 AM
Try the other process described above of getting the Debug View application and turning on the debug output of DirectX.  Those messages will probably help me more anyway.
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-26, 02:15:43 PM
  • In Control Panel, open the DirectX applet (if you don't have it, you can get it from http://www.softpedia.com/get/System/OS-Enhancements/Microsoft-DirectX-Control-Panel.shtml (http://www.softpedia.com/get/System/OS-Enhancements/Microsoft-DirectX-Control-Panel.shtml)).

k got it

  • On the Direct3D tab, move the "Debug Output Level" slider all the way to the right.  (Also try seleccting "Use Debg Version of Direct3D" if that's an option for you.)

cant do this, its all grayed out

  • Download the "debug viewer" application from sysinternals (recently acquired by Microsoft, so you can trust them as much as you can trust your OS at least :)): http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx (http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx) -- at the bottom there's a link to download the ZIP file.
  • Extract and run the Debug Viewer application (it's a stand-alone exe).
  • Run the SGDK2 sample project
  • Check the Debug Viewer for messages about DirectX failures.  Post pieces that you think might be applicable here.

ok did all that and it didnt log anything from the error.

waht i did notice is that i tried editing the level 1 map, and it gave me teh same error as when i try to run the project, but then when i try to close sgdk2, it says
An unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will be shut down immediately.
Error in the application
[Details]     [Continue] [Quit]

and in details it says:

Quote
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
Error in the application.
-2005530516 (D3DERR_INVALIDCALL)
   at Microsoft.DirectX.Direct3D.Device..ctor(Int32 adapter, DeviceType deviceType, Control renderWindow, CreateFlags behaviorFlags, PresentParameters[] presentationParameters)
   at SGDK2.Display.Recreate()
   at SGDK2.Display.OnResize(EventArgs e)
   at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
   at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
   at System.Windows.Forms.Control.UpdateBounds()
   at System.Windows.Forms.Control.WmWindowPosChanged(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.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)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
SGDK2IDE
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0
    CodeBase: file:///C:/Program%20Files/SGDK2/SGDK2IDE.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Data
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Microsoft.DirectX.Direct3D
    Assembly Version: 1.0.2902.0
    Win32 Version: 9.05.132.0000
    CodeBase: file:///c:/windows/assembly/gac/microsoft.directx.direct3d/1.0.2902.0__31bf3856ad364e35/microsoft.directx.direct3d.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
    Assembly Version: 1.0.2911.0
    Win32 Version: 9.12.589.0000
    CodeBase: file:///c:/windows/assembly/gac/microsoft.directx.direct3dx/1.0.2911.0__31bf3856ad364e35/microsoft.directx.direct3dx.dll
----------------------------------------
Microsoft.DirectX
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///c:/windows/assembly/gac/microsoft.directx/1.0.2902.0__31bf3856ad364e35/microsoft.directx.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-27, 07:23:57 PM
I went into the Pre-alpha 6 version of SGDK2 and tried to open the SHFL included in that release. Surprisingly it worked, I could run the game but only the one that came with Pre-alpha 6. I then remembered I had Pre-alpha 8 lying around. So I opened that and tried to open the SHFL included in that release. This time it didn't work and it came up with

SHFL\Level_1_Map.cs(237,129) : error CS0117: 'Sprites.BubbleUp' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(241,129) : error CS0117: 'Sprites.BubbleUp' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(245,129) : error CS0117: 'Sprites.BubbleUp' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(249,129) : error CS0117: 'Sprites.BubbleUp' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(253,129) : error CS0117: 'Sprites.BubbleUp' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(257,129) : error CS0117: 'Sprites.BubbleUp' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(261,129) : error CS0117: 'Sprites.BubbleUp' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(265,123) : error CS0117: 'Sprites.Grapes' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(269,123) : error CS0117: 'Sprites.Grapes' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(273,123) : error CS0117: 'Sprites.Player' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(277,117) : error CS0117: 'Sprites.Ship' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(281,123) : error CS0117: 'Sprites.Player' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(285,129) : error CS0117: 'Sprites.Platform' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(289,123) : error CS0117: 'Sprites.Grapes' does not contain a definition for 'color'
SHFL\Level_1_Map.cs(605,76) : error CS0117: 'Level_1_Map.Main_Lyr' does not contain a definition for 'Fruit'
SHFL\Level_1_Map.cs(608,46) : error CS0117: 'Level_1_Map.Main_Lyr' does not contain a definition for 'Fruit'
SHFL\Level_2_Map.cs(136,120) : error CS0117: 'Sprites.Small' does not contain a definition for 'color'
SHFL\Level_2_Map.cs(140,117) : error CS0117: 'Sprites.Odd3' does not contain a definition for 'color'
SHFL\Level_2_Map.cs(144,117) : error CS0117: 'Sprites.Odd2' does not contain a definition for 'color'
SHFL\Level_2_Map.cs(148,117) : error CS0117: 'Sprites.Odd1' does not contain a definition for 'color'
SHFL\Level_2_Map.cs(215,75) : error CS0117: 'Level_2_Map.Layer_1_Lyr' does not contain a definition for 'odd'
SHFL\Sprites\BubbleUp.cs(13,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\DiagonalBox.cs(11,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Grapes.cs(15,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Odd1.cs(11,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Odd2.cs(11,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Odd3.cs(11,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Platform.cs(15,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Player.cs(17,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Ship.cs(11,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments
SHFL\Sprites\Small.cs(11,14) : error CS1501: No overload for method 'SpriteBase' takes '10' arguments

In the log viewer. I hope that can help.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-28, 08:34:29 AM
I'm working on some code modifications this weekend that will hopefully change/fix the problem.  But when I think about it, I don't see how it will because I still can't figure out 1) why the map editor would work, but not the game; 2) Why the game would fail even in windowed mode, which doesn't have many options so it's hard for me to screw it up.  Maybe the problem doesn't have anything to do with DirectX after all.

If the "try { } catch { }" didn't work in the Run function, let's try it in an earlier function.
1) Find "public GameForm"
2) Add "try {" between "{" and "InitializeComponent();"
3) Add this between "GameDisplay.WindowedChanged += new EventHandler(GameDisplay_WindowedChanged);" and "}":
Code: [Select]
}
catch(System.Exception ex)
{
   MessageBox.Show(ex.ToString());
}

I'll hopefully have a new SHFL.sgdk2 project for you to test later today.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-28, 09:43:52 AM
OK, if those having problems could download SGDK2Test.zip from http://enigmadream.com/gamedev/ (http://enigmadream.com/gamedev/) I hope this update to SGDK2IDE.exe and SHFL.sgdk2 will help give us more insight into the problem (or if we're lucky, fix it for some people).  Thanks for your patience and helping to work out these problems!
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-28, 06:38:42 PM
its no problem at all. i only wish i could be of more help for this wonderful program.
unfortunately, this 'update' didn't change anything, i'm getting the exact same errors as before, doesn't seem to have fixed/changed anything. sorry!
also, nothing logged in the DebugView thing
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-28, 09:15:20 PM
I just got heaps of stuff with the test thing



An unhandled exception has occured in your application. If you click continue, the application will ignore this error and attempt to continue. If you click quit, the application will be shut down immediately.

File or assembly name Microsoft.DirectX.Direct3dX, or one of it's dependencies was not found.


When I click Continue nothing happens, quit exits SGDK2

then you can click Details and you get



See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: File or assembly name Microsoft.DirectX.Direct3DX, or one of its dependencies, was not found.
File name: "Microsoft.DirectX.Direct3DX"
   at SGDK2.CodeGenerator.CompileProject(String ProjectName, String FolderName, String& errs)
   at SGDK2.frmMain.mnuFileRunProject_Click(Object sender, EventArgs e)
   at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.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)

=== Pre-bind state information ===
LOG: DisplayName = Microsoft.DirectX.Direct3DX, Version=1.0.2911.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
 (Fully-specified)
LOG: Appbase = C:\Documents and Settings\All Users\Documents\James' Stuff\James' Games\SGDK2Test\
LOG: Initial PrivatePath = NULL
Calling assembly : SGDK2IDE, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Microsoft.DirectX.Direct3DX, Version=1.0.2911.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL file:///C:/Documents and Settings/All Users/Documents/James' Stuff/James' Games/SGDK2Test/Microsoft.DirectX.Direct3DX.DLL.
LOG: Attempting download of new URL file:///C:/Documents and Settings/All Users/Documents/James' Stuff/James' Games/SGDK2Test/Microsoft.DirectX.Direct3DX/Microsoft.DirectX.Direct3DX.DLL.
LOG: Attempting download of new URL file:///C:/Documents and Settings/All Users/Documents/James' Stuff/James' Games/SGDK2Test/Microsoft.DirectX.Direct3DX.EXE.
LOG: Attempting download of new URL file:///C:/Documents and Settings/All Users/Documents/James' Stuff/James' Games/SGDK2Test/Microsoft.DirectX.Direct3DX/Microsoft.DirectX.Direct3DX.EXE.



************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
SGDK2IDE
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/All%20Users/Documents/James'%20Stuff/James'%20Games/SGDK2Test/SGDK2IDE.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Data
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Microsoft.DirectX
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///c:/windows/assembly/gac/microsoft.directx/1.0.2902.0__31bf3856ad364e35/microsoft.directx.dll
----------------------------------------
Microsoft.DirectX.Direct3D
    Assembly Version: 1.0.2902.0
    Win32 Version: 9.05.132.0000
    CodeBase: file:///c:/windows/assembly/gac/microsoft.directx.direct3d/1.0.2902.0__31bf3856ad364e35/microsoft.directx.direct3d.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-29, 05:53:33 AM
Jam0864, did you not put the updated files in the directories where they belong (replacing the existing files, or next to the existing versions renamed)?
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-29, 06:21:12 AM
No, I thought you just extracted them and ran them. But now I have replaced the old files with the new ones and got http://www.box.net/public/ulzuvs0yp6 I couldn't be stuffed copying it out as the error message was quite large.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-29, 06:29:58 AM
You have your old files in a directory called SGDK2Test?  According to the error message, that's where it's loading the project from.  And it can't find Microsoft.DirectX.Direct3DX.dll (and probably the other DirectX dlls it's looking for).  Do you have that file?  I think it should have been installed into the SGDK2 directory by the alpha installer.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-29, 06:36:03 AM
I updated the SGDK2Test.zip file on http://enigmadream.com/gamedev/ (http://enigmadream.com/gamedev/).  It won't change your results, Jam0864, until you get the files in the right place.

Billybob884, you should really get at least a slightly different error message this time.  And if we're lucky it will be a helpful error message with details about where the error occurred.  And if we're really lucky, you won't get the error message.  In any case, billybob884, tell me what happens with both the map editor and the SHFL project when you try to run it.  (Re-summarize your current results because I'm not sure I have a good idea of what you're seeing based only on your past messages.)
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-29, 09:39:47 AM
oo! it all works now! both the run project and the map editor! the only thing i cant figure out is how to jump in the test game ;)
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-29, 12:46:54 PM
Woohoo!  Ah yes, in order to demonstrate that the "Up" key isn't hard-coded to jumping any more, I made the Ctrl key be the jump key in this project.  Up is used to climb ladders in that project.

Note to self: DirectX does not automatically gracefully degrade from hardware vertex processing to software vertex processing, and hardware vertex processing is not supported on some video cards still in common usage. Telling DirectX to use software vertex processing makes SGDK2 work better.

So you gonna have some fun now? :)
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-29, 03:16:50 PM
heh, if you mean my own game, maybe someday. i had always thought about making a sequel to chameleon man, im just not sure i have the drive to undertake such a project right now, especially with the development engine still in alpha ;).
as far as the demo goes, im glad its working, i explored it a little, and only have 2 real comments; one, i noticed that you have to actually hit the jump button to make the spring launch you, im not sure if this was the original intent, or if you juts didnt worry about it since this is more of a 'proof of concept' project; and 2, in the 2 player example, player 2 is drawn over player 1 in both views, there should be a way to make player 1 be on top in view 1, and player 2 be on top in view 2. just my 2 cents (or if any of you have heard about the verizon math problem, $0.02)  :)
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-29, 04:31:23 PM
It turned out I was just loading the wrong SHFL. I downloaded the update, replaced the files. And loaded the right SHFL. and I still got the same thing. Yes I do have Microsoft.DirectX.Direct3D.dll am I meant to have two of them, because I do.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-29, 04:36:01 PM
Well, Jam0864, you weren't getting that error before, were you?  Can you get back to a state where you aren't getting that error?
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-29, 04:41:34 PM
heh, if you mean my own game, maybe someday.

Naw, not with the alpha; just talking about fiddling with the sample project or seeing if you can figure out how things work even without documentation.

i noticed that you have to actually hit the jump button to make the spring launch you

Yeah, that was intentional.  I think I've seen a few games where you bounce on a spring, but you can jump much higher if you jump from it.

in the 2 player example, player 2 is drawn over player 1 in both views, there should be a way to make player 1 be on top in view 1, and player 2 be on top in view 2.
D'oh, I hadn't thought of that, but that would be nice.  I wonder if I can think of a good way to do that.  Or maybe I should just not allow the players to overlap.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-29, 06:13:08 PM
Yeh, reinstalling SGDK2 gets me the error I had at the start. When I update it with the new one I get the other error. (The one I saved as an image.)
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-30, 07:06:34 AM
This doesn't make sense.  Are you just replacing one file in the SGDK2 folder?  SGDK2IDE.exe?  Why would it be unable to find DirectX after doing that if the previous one in the same place could find it?  Can you tell me exactly what you did after installing the original SGDK2 alpha in order to "replace" the files... how you extracted the files, how you moved the files, and where you moved them to... and what you did with the old files?
Title: Re: cannot run included project
Post by: billybob884 on 2007-01-30, 08:35:32 AM
hmm, no i think its good that they can overlap, but i can see situations in games where both overlapping and collisions would be nice. speaking of which, will collisions between sprites be better in sgdk2? i mean in terms of solidity, because i remember this being a little messy in 1.0, where sometimes you would partly go through a sprite defined as one u should bounce off of, and the two would move together for a while before separating.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-30, 04:28:48 PM
This doesn't make sense.  Are you just replacing one file in the SGDK2 folder?  SGDK2IDE.exe?  Why would it be unable to find DirectX after doing that if the previous one in the same place could find it?  Can you tell me exactly what you did after installing the original SGDK2 alpha in order to "replace" the files... how you extracted the files, how you moved the files, and where you moved them to... and what you did with the old files?

I downloaded the test thing. Right-click, extract all. You get a folder SGDK2Test (normal not compressed) I Highlighted all the files in that folder, copied them into the folder that was installed earlier. (SGDK2) Then I dragged them into the folders their meant to be in. (SGDK2IDE in SGDK2, SHFL in projects and I put the SHFL folder in the projects folder.) For each file it asked me if I wanted to replace the existing file with the new one. I clicked Yes. Ran SGDK2IDE, Open project, SHFL, Run Project, Then error thing.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-30, 05:03:46 PM
What versions of Microsoft.DirectX.Direct3DX.dll (make sure to get the one with the "X" on the end) do you have in which locations on your machine?  It appears to be looking for 1.0.2911.0.  I'm especially interested in the version that's in the SGDK2 folder.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-30, 05:57:32 PM
Version 9.12.589.0 came with SGDK2. If it's looking for 1.0.2911.0 then that might have been installed by Counter-Strike Source.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-30, 08:59:12 PM
Is there an "Assembly Version" you can  check somewhere in the details instead of the version at the top?
Title: Re: cannot run included project
Post by: Jam0864 on 2007-01-30, 10:32:22 PM
What do you mean by that?
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-01-31, 07:04:34 AM
I checked myself and there wasn't an easy way to get the version I was looking for.  So instead, I suggest you retrieve the file "GetAssemblyVersion.zip" from http://www.enigmadream.com/gamedev/ (http://www.enigmadream.com/gamedev/).  Then extract and run GetAssemblyVersion.exe from it and run it.  Use it to locate your Microsoft.DirectX.Direct3DX.dll file and see what it says for the name/version in the lower right corner.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-02-01, 05:49:45 PM
I'm still stumped by your problem Jam0864.  I haven't changed anything about the relationship between SGDK2 and DirectX DLLs between the time I released the alpha and the updated version.  Are you sure the version that you had installed before replacing SGDK2IDE.exe was the alpha (and the DirectX files that came with it)?   Hopefully you will get a chance to try GetAssemblyVersion and find every copy of Microsoft.DirectX.Direct3DX.dll that you can and see what versions you have.  There might be a few copies in Windows\Assembly whose versions you can find even without GetAssemblyVersion (if you use Windows Explorer), so check on that too.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-02-02, 02:43:51 AM
GetAssemblyVersion says 1.0.2911.0. came with SGDK2. Which is the one it's looking for.
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-02-02, 06:47:06 AM
And which folder was that in?  Do you have a copy of Microsoft.DirectX.Direct3DX.dll next to SHFL.exe in the SHFL folder where SHFL.sgdk2 is?  If not, that's a problem, but try copying it into there and then running SHFL.exe to see if that makes it work.  If you didn't have one there, we'll have to figure out why it didn't get copied in there.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-02-02, 07:55:20 PM
I only had one in the SGDK2 folder not next to SHFL. It all works now, even without the update! One question, how does the second player jump?
Title: Re: cannot run included project
Post by: billybob884 on 2007-02-02, 10:11:25 PM
the left shift key
Title: Re: cannot run included project
Post by: bluemonkmn on 2007-02-02, 10:22:28 PM
I only had one in the SGDK2 folder not next to SHFL. It all works now, even without the update! One question, how does the second player jump?

If you have a joystick or gamepad, the second player is controlled with that and jumps using button 1 on that controller.  Otherwise, it's probably Shift as mentioned above.  You can see all the controls in the Tools->Options dialog of the game at runtime.
Title: Re: cannot run included project
Post by: sam on 2007-03-11, 06:37:26 PM
Hopefully this attachment works...

When I try to run the sample project for Alpha Release 2 I get this message. Is this because I need certain files from previous releases? Before downloading this one I uninstalled everything from previous SGDK2 releases.
Title: Re: cannot run included project
Post by: Jam0864 on 2007-03-11, 08:06:35 PM
Same error I have when trying to run the project I made.
Title: Re: cannot run included project
Post by: durnurd on 2007-03-11, 09:40:30 PM
It appears that it's looking for your DirectX files in the SGDK2\Library\Projects\SHFL\ folder and not finding them.  Either they are supposed to be there and are not being copied as they should be, or are supposed to be found elsewhere (i.e. in the GAC).  The quickest solution would be to copy all of your DirectX files from the SGDK2 directory into the SGDK2\Library\Project\SHFL directory.
Title: Re: cannot run included project
Post by: sam on 2007-03-12, 06:10:54 PM
Thanks a lot. I was able to run it now. For some reason the SHFL folder was missing 2 out of the 7(?) Direct X objects.