• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

HTML5 Unable to compile HTML5 game in GM2.3

orbian

Member
I upgraded a GM2.2 game automatically to GM2.3. It's an HTML5 game that works fine in 2.2. I get the following error when compiling:

Code:
[Deploy] Copy Assets/Included files to target dir
PlatformOptions
DoIndexFile
DoSplash
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
   at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at Igor.HTML5Builder.Deploy(Boolean _exe)
   at Igor.HTML5Builder.Run()
Igor complete.
But it isn't telling me which path is the problem.
 

orbian

Member
I've noticed my other upgraded games have a splash screen like this after upgrade but the failed project doesn't.
gmgood.JPG

The failed project looks like this:
gmbad.JPG
 
Top