• 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.

Question - IDE GameMaker Studio 2 crashing constantly upon install

S

starlightjason2

Guest
Hi. I recently installed GameMaker Studio 2, and for whatever reason, it keeps crashing. If I try to log in, it crashes. If I try to cancel the login, it crashes. If I try to click on "show password", it crashes. No matter what I do, it crashes. It's a strange crash too - the application just closes without popping any error message. I've tried reinstalling and redownloading it a million times now, and I'm really frustrated. It's been three goddamn days. Things like this are why GameMaker never gets taken seriously. Could anyone please clue me in on what's going on?
 
Same issue. Just downloaded GMS2 for the first time. Each time I can get to the start screen, but as soon as I click login GMS2 just crashes. Here is my UI.log. I opened a bug. Hope they fix it.

[11:08:08:808(2e10)] ************************************** 05/11/2017 **************************************
[11:08:08:808(2e10)] Log.Initialise
[11:08:08:824(2e10)] OpenGLCheck : Original Version String is "2.1.0 - Build 8.15.10.2104"
[11:08:08:824(2e10)] GameMakerStudio, Version=2.0.6.136, Culture=neutral, PublicKeyToken=83c29ed24e39e35e
[11:08:08:824(2e10)] Initialise()
[11:08:08:933(2e10)] Unable to load DLL 'CSteamworks': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
[11:08:08:948(2e10)] File exception 'Could not find file 'C:\ProgramData\GameMakerStudio2\Cache\Survey\surveys_done.json'.'
[11:08:09:104(2e10)] File exception 'Could not find file 'C:\ProgramData\GameMakerStudio2\Cache\Survey\survey_dismiss.json'.'
[11:08:09:198(2e10)] File exception 'Could not find a part of the path 'C:\Program Files\GameMaker Studio 2\user_cache_directory\Styles'.'
[11:08:09:354(2e10)] File exception 'Could not find file 'C:\ProgramData\GameMakerStudio2\org_settings.json'.'
[11:08:09:354(2e10)] File exception 'Could not find file 'C:\ProgramData\GameMakerStudio2\machine_settings.json'.'
[11:08:10:602(2e10)] Laptop: Yes
[11:08:10:618(2e10)] Using Windows 7 or earlier, Graphics Tablet Manager is active
[11:08:10:618(2e10)] Graphics Tablet FAILED Is Wintab Available (1): Unable to load DLL 'Wintab32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
[11:08:10:618(2e10)] WinTab is not available.
[11:08:10:805(2e10)] Checking network....
[11:08:11:429(2e10)] Checking network....Done
[11:08:11:476(2e10)] Shader 'layer_normal_blend_shader' loaded.
[11:08:11:491(2e10)] Shader 'layer_multiply_blend_shader' loaded.
[11:08:11:507(2e10)] Shader 'layer_subtract_blend_shader' loaded.
[11:08:11:522(2e10)] Shader 'layer_add_blend_shader' loaded.
[11:08:11:522(2e10)] Shader 'standard_shader' loaded.
[11:08:11:522(2e10)] Shader 'standard_flat_shader' loaded.
[11:08:15:984(2e10)] --------------------------------------------------------------------------------
[11:08:15:984(2e10)] Main Exception Handler: System.AccessViolationException
[11:08:15:984(2e10)] Exception message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
[11:08:16:0(2e10)] Exception stack: at OpenTK.Graphics.OpenGL.GL.DeleteFramebuffer(UInt32 framebuffers)
at YoYoStudio.Graphics.Texture.DestroyRenderTarget()
at YoYoStudio.Graphics.Texture.Destroy()
at YoYoStudio.Graphics.TextureManager.DestroyReleasedTextures()
at YoYoStudio.IDE.Run()
at YoYoStudio.IDE.Execute(String[] _args, Int32 _initialWidth, Int32 _initialHeight)
at YoYoStudio.Program.Main(String[] _main_args)
[11:08:16:0(2e10)] --------------------------------------------------------------------------------
 

Mike

nobody important
GMC Elder
Could be driver related. Also try copying the opengl.dll from the MESA folder into the main folder.
 
Top