Well to work out what line your errors are on you can use the Log methods. So an example would be Sub Run() 'Your Code goes in here Call Core.OpenGraphicsWindow("VB6 Start Pack", 800, 600) Call Audio.OpenAudio Call LoadResources Do Until Core.WindowCloseRequested Call Graphics.ClearScreen_...