• 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 Some issues with compiling

L

Leevi Laitala

Guest
So, I have this weird problem with NSIS installer format. It compiles just fine, but when I try it out, it runs very weirdly. Some of my code wont run at all (like loops etc.) an none of my sounds or music won't play.

I tried to click that "broom" but that didn't do anything. I don't know what to do. :(
 

Genetix

Member
It's worth trying some basic troubleshooting - reboot the computer and recompile, consider fully uninstalling and re-installing GMS as well. That might be overkill, but we'll need more details to really figure out what is happening.
 
L

Leevi Laitala

Guest
Tried that but did nothing at all. Only single runtime executable works, but .zip and installer won't. Somehow the sound are not playing. I'm using .ogg sound format and the game loads them externally.
 
L

Leevi Laitala

Guest
Yes, it runs just fine when running inside Game Maker
 
L

Leevi Laitala

Guest
I'm using GMS version 1.4.1757 and SDK set for "C:\Program Files (x86)\Windows Kits\8.0"
 
L

Leevi Laitala

Guest
I'm loading all the game assets externally, images and others will load correctly but audio won't load at all. I'm using "audio_create_stream" function for loading sounds, and they are loading into one 2d array.
 
Top