Skip to content

Instantly share code, notes, and snippets.

View alfonsojon's full-sized avatar

Jonathan Alfonso alfonsojon

View GitHub Profile
@alfonsojon
alfonsojon / RobloxPlayer.exe
Created July 24, 2013 03:00
Happens when using Roblox's game launcher. It embeds a webpage which is used to launch games via their website.
alfonsojon@alfonsojon-pc:~$ WINEPREFIX='/home/alfonsojon/.local/share/wineprefixes/Roblox' wine '/home/alfonsojon/.local/share/wineprefixes/Roblox/drive_c/users/alfonsojon/Local Settings/Application Data/RobloxVersions/version-27973050fb3b494f/RobloxPlayer.exe'
C:\users\alfonsojon\Local Settings\Application Data\Roblox\logs\
fixme:heap:HeapSetInformation 0x110000 0 0x32e93c 4
fixme:heap:HeapSetInformation 0x2870000 0 0x32e93c 4
fixme:heap:HeapSetInformation 0x2630000 0 0x32e93c 4
fixme:heap:HeapSetInformation 0x1f14000 0 0x32e93c 4
fixme:pdh:PdhEnumObjectItemsA (null), (null), "Process", (nil), 0x32f050, 0x42cd2b8, 0x32f04c, 300, 0x0: stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32edd8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef20,0x00000000), stub!
fixme:setupapi:SetupDiGetClassImageList (0x32f2b8) stub
@alfonsojon
alfonsojon / WineDebug
Created July 24, 2013 16:27
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
@alfonsojon
alfonsojon / gist:6091081
Last active December 20, 2015 07:09
wine iexplore.exe on http://www.roblox.com/Games with 'winetricks vcrun2008, winhttp, wininet'.
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ras:RasEnumConnectionsW (0x13ae48,0x90d810,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:service:EnumServicesStatusW resume handle not supported
fixme:ras:RasEnumEntriesW ((nil),(null),0x17be40,0x90e040,0x17bb2c),stub!
fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
@alfonsojon
alfonsojon / gist:6091105
Created July 26, 2013 18:25
wine iexplore.exe on http://www.roblox.com/Games in a clean wineprefix.
wine: created the configuration directory '/home/alfonsojon/.local/share/wineprefixes/Roblox'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x103e2c8, overlapped 0x103e2e0): stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
@alfonsojon
alfonsojon / crosslib.sh
Last active December 20, 2015 14:19
Should be better.
#!/bin/sh
cmdcheck () {
if command -v $1 >/dev/null 2>&1; then
return 0
else
return 1
fi
}
case $1 in
@alfonsojon
alfonsojon / gist:6236252
Last active December 21, 2015 02:38
Repo is failing me :(
alfonsojon@alfonsojon-pc:~/android/system$ repo sync -j16
Fetching projects: 18% (57/314) fatal: remote error:
Repository not found.
Fetching projects: 23% (73/314) remote: Counting objects: 20, done.
remote: Counting objects: 37, done.
remote: Compressing objects: 100% (17/17), done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 37 (delta 17), reused 0 (delta 0)
Unpacking objects: 100% (37/37), done.
From git://github.com/CyanogenMod/android_device_samsung_fascinate
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="playfulgod" fetch="git://github.com/playfulgod" />
<project path="device/huawei/ascend" name="playfulgod/android_device_huawei_ascend" />
<project path="device/huawei/ascend2" name="playfulgod/android_device_huawei_ascend2" />
<project path="device/micromax/a70" name="playfulgod/android_device_micromax_a70" />
<project path="vendor/cyanogen" name="playfulgod/android_vendor_cyanogen" />
<project path="android" name="playfulgod/android" />
</manifest>
@alfonsojon
alfonsojon / gist:6239783
Created August 15, 2013 10:08
Well, f*ck.
alfonsojon@alfonsojon-pc:~/android/system$ . build/envsetup.sh && brunch u8650
including device/advent/vega/vendorsetup.sh
including device/bn/encore/vendorsetup.sh
including device/geeksphone/one/vendorsetup.sh
including device/htc/ace/vendorsetup.sh
including device/htc/bravoc/vendorsetup.sh
including device/htc/bravo/vendorsetup.sh
including device/htc/buzz/vendorsetup.sh
including device/htc/click/vendorsetup.sh
including device/htc/desirec/vendorsetup.sh
@alfonsojon
alfonsojon / gist:6255168
Created August 17, 2013 03:55
pantheon-applications.menu
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<Name>Applications</Name>
<Directory>X-GNOME-Menu-Applications.directory</Directory>
<!-- Scan legacy dirs first, as later items take priority -->
<LegacyDir>/etc/X11/applnk</LegacyDir>
@alfonsojon
alfonsojon / gist:6711046
Created September 26, 2013 07:47
Assistant can't chat.
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'