Skip to content

Instantly share code, notes, and snippets.

@alfonsojon
Created July 24, 2013 16:27
Show Gist options
  • Save alfonsojon/6072152 to your computer and use it in GitHub Desktop.
Save alfonsojon/6072152 to your computer and use it in GitHub Desktop.
A game called Roblox uses an embedded web site inside it's IDE as a launcher. This webpage is responsible for providing the client a game ID to load or edit, but sometimes I get random blank pages or HTML rendering errors as if it was cut off half-way. Can this explain anything?
0009:Call PE DLL (proc=0x7dda36e0,module=0x7dd80000 L"secur32.dll",reason=PROCESS_ATTACH,res=(nil))
0009:Ret PE DLL (proc=0x7dda36e0,module=0x7dd80000 L"secur32.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
0009:Call secur32.InitSecurityInterfaceA() ret=76c331bd
0009:Ret secur32.InitSecurityInterfaceA() retval=7ddae2e0 ret=76c331bd
0009:Call secur32.InitSecurityInterfaceA() ret=7dd9e011
0009:Ret secur32.InitSecurityInterfaceA() retval=7ddae2e0 ret=7dd9e011
0009:Call secur32.InitSecurityInterfaceW() ret=7dd9e022
0009:Ret secur32.InitSecurityInterfaceW() retval=7ddae360 ret=7dd9e022
0009:err:secur32:schan_AcquireClientCredentials Could not find matching protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment