• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • 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.

Windows FAILED : Package Program Complete

Atbit

Member
Every time I want to create executable for the game, output draw these lines. In other empty projects all fine. As I think, the problem began when I changed the icon (that in left top corner in window) in game for Windows settings. How can I reset these icons? Help, please.
Code:
Необработанное исключение: System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.AccessViolationException: Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
   в System.Runtime.InteropServices.Marshal.CopyToManaged(IntPtr source, Object destination, Int32 startIndex, Int32 length)
   в Vestris.ResourceLib.DeviceIndependentBitmap.Read(IntPtr lpData, UInt32 size)
   в Vestris.ResourceLib.IconFileIcon.Read(IntPtr lpData, IntPtr lpAllData)
   в Vestris.ResourceLib.IconFile.Read(IntPtr lpData)
   в Vestris.ResourceLib.IconFile.LoadFrom(String filename)
   в Vestris.ResourceLib.IconFile..ctor(String filename)
   в ..(String , String )
   в Igor.WindowsBuilder.PackageNsis()
   --- Конец трассировки внутреннего стека исключений ---
   в System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   в System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   в ..(String[] )
elapsed time 00:00:11.2674262s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.7.110/bin/Igor.exe" -options="C:\Users\Сергей\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff"  -- Windows PackageNsis started at 08/07/2017 13:12:24
FAILED : Package Program Complete
 
Last edited:
Top