Author Topic: CreateProcess failed on launcher.  (Read 477 times)

No antivirus software.
Administrator rights given. (though I realize this shouldn't be needed)
Installed in reccomended directery.
Old Blockland completly uninstalled multiple times.
Running Windows 7.
Launcher log posted below:

Code: [Select]
//-------------------------- 10/9/2011 -- 22:18:46 -----
Processor Init:
   AMD (unknown), ~2.85 Ghz
     (timed at roughly 2.84 Ghz)
   FPU detected
   MMX detected
   3DNow detected
   SSE detected
 
Math Init:
   Installing Standard C extensions
   Installing Assembly extensions
   Installing FPU extensions
   Installing MMX extensions
   Installing 3DNow extensions
   Installing SSE extensions
 
Input Init:
   keyboard0 input device created.
   mouse0 input device created.
   DirectInput enabled.

--------- Parsing Arguments ---------
argc = 1
argv[0] = C:\Program Files (x86)\Blockland\BlocklandLauncher.exe
Parsing command line arguments:
Blockland launcher running...
Loading compiled script base/main.cs.
Video Init:
   Accelerated OpenGL display device detected.
   Voodoo 2 display device not detected.

Activating the OpenGL display device...
Activating the OpenGL display device... (NEW)
Setting screen mode to 640x480x32@60hz (w)...
Creating a new window...
Acquiring a new device context...
Pixel format set:
  32 color bits, 24 depth bits, 8 stencil bits
Creating a new rendering context...
Making the new rendering context current...
OpenGL driver information:
  Vendor: NVIDIA Corporation
  Renderer: GeForce GT 220/PCI/SSE2
  Version: 3.3.0
OpenGL Init: Enabled Extensions
  ARB_multitexture (Max Texture Units: 4)
  EXT_compiled_vertex_array
  NV_vertex_array_range
  EXT_texture_env_combine
  EXT_packed_pixels
  EXT_fog_coord
  ARB_texture_compression
  EXT_texture_compression_s3tc
  (ARB|EXT)_texture_env_add
  EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  WGL_EXT_swap_control
  GL_ARB_vertex_buffer_object
  GL_EXT_multi_draw_arrays
  ARB_occlusion_query
OpenGL Init: Disabled Extensions
  EXT_paletted_texture
  3DFX_texture_compression_FXT1

<input> (0): Unable to find function resetCanvas
Loading compiled script base/defaultProfiles.cs.
Loading compiled script base/customProfiles.cs.
Loading compiled script base/messageBox.cs.
Loading compiled script base/MessageBoxOKCancelDlg.gui.
Failed to load profile bitmap ()
Loading compiled script base/MessageBoxOkDlg.gui.
Loading compiled script base/MessageBoxYesNoDlg.gui.
Loading compiled script base/launcherGui.gui.
Downloading manifest from 'http://update.blockland.us/latestVersion.php'...
76488 bytes retrieved
CDN Download finished
Writing out game files...
CreateProcess Failed, trying ShellExecute
Shutting down the OpenGL display device...
Making the GL rendering context not current...
Deleting the GL rendering context...
Releasing the device context...

No matter what I do, the launcher just says it's downloading some files, finishes, then quits.

Please post the console.log from the Blockland directory in your documents folder.

I just looked, there doesn't appear to be one in the program files directory, or the documents directory.
Just "launcher.log" and I posted that.