
brightonrock
Basic Member-
Posts
13 -
Joined
-
Last visited
About brightonrock
- Birthday 03/08/1973
Retained
- Lurker
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
brightonrock's Achievements
-
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
Ok, I will let you know how it works then. Thanks' BR -
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
Yea, the only windows showing during ALT-TAB are the ones that should be. -
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
Is there an easy to to detect which window caused the error? I just removed those error checking lines and it works. I guess it skips over the problem and continues now. I will try and close different windows to see if I can figure out which one was causing the problem. BR -
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
Thanks. I commented that part out and it seems to work!!!! BR -
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
Here you go. This is the dump from one of my three computers that has the problem. I can do another one tonight if you want. 12:07:11 PM | Ini files parsed p m f i 12:07:41 PM | Flyer Pages Parsed p0 m0 f0 i0 12:07:41 PM | Instruction Pages Parsed p0 m0 f0 i0 12:07:57 PM | LoadScreen Called p0 m0 f0 i0 12:07:58 PM | Loading Loop 1 p0 m0 f0 i0 12:08:45 PM | Loading Loop 2 p0 m0 f0 i0 12:08:47 PM | Loading Loop 3 p0 m0 f0 i0 12:10:41 PM | exitScript Called p0 m0 f0 i0 12:10:41 PM | GDI+ Unloaded p0 m0 f0 i0 12:10:41 PM | COM Unloaded p0 m0 f0 i0 12:10:41 PM | Exit p0 m0 f0 i0 Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed. 958: Gdip_DrawImage(G, pBitmap, 0, 0, sLWidth, sLHeight, 0, 0, pLWidth, pLHeight) 1106: if (Matrix&1 = "") 1108: if (Matrix != 1) 1111: if (sx = "" && sy = "" && sw = "" && sh = "") 1127: E := DllCall("gdiplus\GdipDrawImageRectRect", "uint", pGraphics, "uint", pBitmap, "float", dx, "float", dy, "float", dw, "float", dh, "float", sx, "float", sy, "float", sw, "float", sh, "int" 1131: if ImageAttr 1133: Return,E 959: Gdip_DisposeImage(pBitmap) 1828: Return,DllCall("gdiplus\GdipDisposeImage", "uint", pBitmap) 960: Gdip_ResetWorldTransform(G) 2183: Return,DllCall("gdiplus\GdipResetWorldTransform", "uint", pGraphics) 961: dif := (rLHeight-sLHeight)/2 962: dif := -dif 963: movedyLoadProgress := Round(yLoadProgress+dif) 964: movedxLoadProgress := Round(xLoadProgress+dif) 965: UpdateLayeredWindow(hwLoadProg, hdc, movedxLoadProgress+1, movedyLoadProgress, rLWidth, rLHeight) 066: if ((x != "") && (y != "")) 067: VarSetCapacity(pt, 8), NumPut(x, pt, 0), NumPut(y, pt, 4) 069: if (w = "") ||(h = "") 072: Return,DllCall("UpdateLayeredWindow", "uint", hwnd, "uint", 0, "uint", ((x = "") && (y = "")) ? 0 : &pt, "int64*", w|h<<32, "uint", hdc, "int64*", 0, "uint", 0, "uint*", Alpha<<16|1<<24, "uint 966: SelectObject(hdc, obm), DeleteObject(hbm), DeleteDC(hdc) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 526: Return,DllCall("DeleteObject", "uint", hObject) 597: Return,DllCall("DeleteDC", "uint", hdc) 967: Gdip_DeleteGraphics(G) 1835: Return,DllCall("gdiplus\GdipDeleteGraphics", "uint", pGraphics) 968: pinrot := pinrot + dir*5 969: Gdip_GetRotatedTranslation(sLWidth, sLHeight, pinrot, xTranslation, yTranslation) 2188: pi := 3.14159, TAngle := Angle*(pi/180) 2190: Bound := (Angle >= 0) ? Mod(Angle, 360) : 360-Mod(-Angle, -360) 2191: if ((Bound >= 0) && (Bound <= 90)) 2193: if ((Bound > 90) && (Bound <= 180)) 2195: if ((Bound > 180) && (Bound <= 270)) 2197: if ((Bound > 270) && (Bound <= 360)) 2198: xTranslation := 0, yTranslation := -Width*Sin(TAngle) 2199: } 970: Gdip_GetRotatedDimensions(sLWidth, sLHeight, pinrot, rLWidth, rLHeight) 2203: pi := 3.14159, TAngle := Angle*(pi/180) 2204: if !(Width && Height) 2206: RWidth := Ceil(Abs(Width*Cos(TAngle))+Abs(Height*Sin(TAngle))) 2207: RHeight := Ceil(Abs(Width*Sin(TAngle))+Abs(Height*Cos(Tangle))) 2208: } 971: pBitmap := Gdip_CreateBitmapFromFile(progPic) 1526: SplitPath,sFile,,,ext 1527: if ext in exe,dll 1577: if !A_IsUnicode 1579: VarSetCapacity(wFile, 1023) 1580: DllCall("kernel32\MultiByteToWideChar", "uint", 0, "uint", 0, "uint", &sFile, "int", -1, "uint", &wFile, "int", 512) 1581: DllCall("gdiplus\GdipCreateBitmapFromFile", "uint", &wFile, "uint*", pBitmap) 1582: } 1585: } 1586: Return,pBitmap 972: hbm := CreateDIBSection(rLWidth, rLHeight) 414: hdc2 := hdc ? hdc : GetDC() 541: Return,DllCall("GetDC", "uint", hwnd) 415: VarSetCapacity(bi, 40, 0) 416: NumPut(w, bi, 4), NumPut(h, bi, 8), NumPut(40, bi, 0), NumPut(1, bi, 12, "ushort"), NumPut(0, bi, 16), NumPut(bpp, bi, 14, "ushort") 417: hbm := DllCall("CreateDIBSection", "uint" , hdc2, "uint" , &bi, "uint" , 0, "uint*", ppvBits, "uint" , 0, "uint" , 0) 419: if !hdc 420: ReleaseDC(hdc2) 581: Return,DllCall("ReleaseDC", "uint", hwnd, "uint", hdc) 421: Return,hbm 973: hdc := CreateCompatibleDC() 483: Return,DllCall("CreateCompatibleDC", "uint", hdc) 974: obm := SelectObject(hdc, hbm) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 975: G := Gdip_GraphicsFromHDC(hdc) 1195: DllCall("gdiplus\GdipCreateFromHDC", "uint", hdc, "uint*", pGraphics) 1196: Return,pGraphics 976: Gdip_SetInterpolationMode(G, 7) 2123: Return,DllCall("gdiplus\GdipSetInterpolationMode", "uint", pGraphics, "int", InterpolationMode) 979: Gui,2: -Caption +E0x80000 +LastFound +OwnDialogs +Owner +AlwaysOnTop 980: Gui,2: Show,NA,Loading 981: Return (0.03) 953: yLoadProgress := (yLoadProgress - dir) 954: if (yLoadProgress > pinend) || (yLoadProgress < pinstart) 956: Gdip_TranslateWorldTransform(G, xTranslation, yTranslation) 2178: Return,DllCall("gdiplus\GdipTranslateWorldTransform", "uint", pGraphics, "float", x, "float", y, "int", MatrixOrder) 957: Gdip_RotateWorldTransform(G, pinrot) 2168: Return,DllCall("gdiplus\GdipRotateWorldTransform", "uint", pGraphics, "float", Angle, "int", MatrixOrder) 958: Gdip_DrawImage(G, pBitmap, 0, 0, sLWidth, sLHeight, 0, 0, pLWidth, pLHeight) 1106: if (Matrix&1 = "") 1108: if (Matrix != 1) 1111: if (sx = "" && sy = "" && sw = "" && sh = "") 1127: E := DllCall("gdiplus\GdipDrawImageRectRect", "uint", pGraphics, "uint", pBitmap, "float", dx, "float", dy, "float", dw, "float", dh, "float", sx, "float", sy, "float", sw, "float", sh, "int" 1131: if ImageAttr 1133: Return,E 959: Gdip_DisposeImage(pBitmap) 1828: Return,DllCall("gdiplus\GdipDisposeImage", "uint", pBitmap) 960: Gdip_ResetWorldTransform(G) 2183: Return,DllCall("gdiplus\GdipResetWorldTransform", "uint", pGraphics) 961: dif := (rLHeight-sLHeight)/2 962: dif := -dif 963: movedyLoadProgress := Round(yLoadProgress+dif) 964: movedxLoadProgress := Round(xLoadProgress+dif) 965: UpdateLayeredWindow(hwLoadProg, hdc, movedxLoadProgress+1, movedyLoadProgress, rLWidth, rLHeight) 066: if ((x != "") && (y != "")) 067: VarSetCapacity(pt, 8), NumPut(x, pt, 0), NumPut(y, pt, 4) 069: if (w = "") ||(h = "") 072: Return,DllCall("UpdateLayeredWindow", "uint", hwnd, "uint", 0, "uint", ((x = "") && (y = "")) ? 0 : &pt, "int64*", w|h<<32, "uint", hdc, "int64*", 0, "uint", 0, "uint*", Alpha<<16|1<<24, "uint 966: SelectObject(hdc, obm), DeleteObject(hbm), DeleteDC(hdc) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 526: Return,DllCall("DeleteObject", "uint", hObject) 597: Return,DllCall("DeleteDC", "uint", hdc) 967: Gdip_DeleteGraphics(G) 1835: Return,DllCall("gdiplus\GdipDeleteGraphics", "uint", pGraphics) 968: pinrot := pinrot + dir*5 969: Gdip_GetRotatedTranslation(sLWidth, sLHeight, pinrot, xTranslation, yTranslation) 2188: pi := 3.14159, TAngle := Angle*(pi/180) 2190: Bound := (Angle >= 0) ? Mod(Angle, 360) : 360-Mod(-Angle, -360) 2191: if ((Bound >= 0) && (Bound <= 90)) 2193: if ((Bound > 90) && (Bound <= 180)) 2195: if ((Bound > 180) && (Bound <= 270)) 2197: if ((Bound > 270) && (Bound <= 360)) 2198: xTranslation := 0, yTranslation := -Width*Sin(TAngle) 2199: } 970: Gdip_GetRotatedDimensions(sLWidth, sLHeight, pinrot, rLWidth, rLHeight) 2203: pi := 3.14159, TAngle := Angle*(pi/180) 2204: if !(Width && Height) 2206: RWidth := Ceil(Abs(Width*Cos(TAngle))+Abs(Height*Sin(TAngle))) 2207: RHeight := Ceil(Abs(Width*Sin(TAngle))+Abs(Height*Cos(Tangle))) 2208: } 971: pBitmap := Gdip_CreateBitmapFromFile(progPic) 1526: SplitPath,sFile,,,ext 1527: if ext in exe,dll 1577: if !A_IsUnicode 1579: VarSetCapacity(wFile, 1023) 1580: DllCall("kernel32\MultiByteToWideChar", "uint", 0, "uint", 0, "uint", &sFile, "int", -1, "uint", &wFile, "int", 512) 1581: DllCall("gdiplus\GdipCreateBitmapFromFile", "uint", &wFile, "uint*", pBitmap) 1582: } 1585: } 1586: Return,pBitmap 972: hbm := CreateDIBSection(rLWidth, rLHeight) 414: hdc2 := hdc ? hdc : GetDC() 541: Return,DllCall("GetDC", "uint", hwnd) 415: VarSetCapacity(bi, 40, 0) 416: NumPut(w, bi, 4), NumPut(h, bi, 8), NumPut(40, bi, 0), NumPut(1, bi, 12, "ushort"), NumPut(0, bi, 16), NumPut(bpp, bi, 14, "ushort") 417: hbm := DllCall("CreateDIBSection", "uint" , hdc2, "uint" , &bi, "uint" , 0, "uint*", ppvBits, "uint" , 0, "uint" , 0) 419: if !hdc 420: ReleaseDC(hdc2) 581: Return,DllCall("ReleaseDC", "uint", hwnd, "uint", hdc) 421: Return,hbm 973: hdc := CreateCompatibleDC() 483: Return,DllCall("CreateCompatibleDC", "uint", hdc) 974: obm := SelectObject(hdc, hbm) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 975: G := Gdip_GraphicsFromHDC(hdc) 1195: DllCall("gdiplus\GdipCreateFromHDC", "uint", hdc, "uint*", pGraphics) 1196: Return,pGraphics 976: Gdip_SetInterpolationMode(G, 7) 2123: Return,DllCall("gdiplus\GdipSetInterpolationMode", "uint", pGraphics, "int", InterpolationMode) 979: Gui,2: -Caption +E0x80000 +LastFound +OwnDialogs +Owner +AlwaysOnTop 980: Gui,2: Show,NA,Loading 981: Return (0.03) 953: yLoadProgress := (yLoadProgress - dir) 954: if (yLoadProgress > pinend) || (yLoadProgress < pinstart) 956: Gdip_TranslateWorldTransform(G, xTranslation, yTranslation) 2178: Return,DllCall("gdiplus\GdipTranslateWorldTransform", "uint", pGraphics, "float", x, "float", y, "int", MatrixOrder) 957: Gdip_RotateWorldTransform(G, pinrot) 2168: Return,DllCall("gdiplus\GdipRotateWorldTransform", "uint", pGraphics, "float", Angle, "int", MatrixOrder) 958: Gdip_DrawImage(G, pBitmap, 0, 0, sLWidth, sLHeight, 0, 0, pLWidth, pLHeight) 1106: if (Matrix&1 = "") 1108: if (Matrix != 1) 1111: if (sx = "" && sy = "" && sw = "" && sh = "") 1127: E := DllCall("gdiplus\GdipDrawImageRectRect", "uint", pGraphics, "uint", pBitmap, "float", dx, "float", dy, "float", dw, "float", dh, "float", sx, "float", sy, "float", sw, "float", sh, "int" 1131: if ImageAttr 1133: Return,E 959: Gdip_DisposeImage(pBitmap) 1828: Return,DllCall("gdiplus\GdipDisposeImage", "uint", pBitmap) 960: Gdip_ResetWorldTransform(G) 2183: Return,DllCall("gdiplus\GdipResetWorldTransform", "uint", pGraphics) 961: dif := (rLHeight-sLHeight)/2 962: dif := -dif 963: movedyLoadProgress := Round(yLoadProgress+dif) 964: movedxLoadProgress := Round(xLoadProgress+dif) 965: UpdateLayeredWindow(hwLoadProg, hdc, movedxLoadProgress+1, movedyLoadProgress, rLWidth, rLHeight) 066: if ((x != "") && (y != "")) 067: VarSetCapacity(pt, 8), NumPut(x, pt, 0), NumPut(y, pt, 4) 069: if (w = "") ||(h = "") 072: Return,DllCall("UpdateLayeredWindow", "uint", hwnd, "uint", 0, "uint", ((x = "") && (y = "")) ? 0 : &pt, "int64*", w|h<<32, "uint", hdc, "int64*", 0, "uint", 0, "uint*", Alpha<<16|1<<24, "uint 966: SelectObject(hdc, obm), DeleteObject(hbm), DeleteDC(hdc) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 526: Return,DllCall("DeleteObject", "uint", hObject) 597: Return,DllCall("DeleteDC", "uint", hdc) 967: Gdip_DeleteGraphics(G) 1835: Return,DllCall("gdiplus\GdipDeleteGraphics", "uint", pGraphics) 968: pinrot := pinrot + dir*5 969: Gdip_GetRotatedTranslation(sLWidth, sLHeight, pinrot, xTranslation, yTranslation) 2188: pi := 3.14159, TAngle := Angle*(pi/180) 2190: Bound := (Angle >= 0) ? Mod(Angle, 360) : 360-Mod(-Angle, -360) 2191: if ((Bound >= 0) && (Bound <= 90)) 2193: if ((Bound > 90) && (Bound <= 180)) 2195: if ((Bound > 180) && (Bound <= 270)) 2197: if ((Bound > 270) && (Bound <= 360)) 2198: xTranslation := 0, yTranslation := -Width*Sin(TAngle) 2199: } 970: Gdip_GetRotatedDimensions(sLWidth, sLHeight, pinrot, rLWidth, rLHeight) 2203: pi := 3.14159, TAngle := Angle*(pi/180) 2204: if !(Width && Height) 2206: RWidth := Ceil(Abs(Width*Cos(TAngle))+Abs(Height*Sin(TAngle))) 2207: RHeight := Ceil(Abs(Width*Sin(TAngle))+Abs(Height*Cos(Tangle))) 2208: } 971: pBitmap := Gdip_CreateBitmapFromFile(progPic) 1526: SplitPath,sFile,,,ext 1527: if ext in exe,dll 1577: if !A_IsUnicode 1579: VarSetCapacity(wFile, 1023) 1580: DllCall("kernel32\MultiByteToWideChar", "uint", 0, "uint", 0, "uint", &sFile, "int", -1, "uint", &wFile, "int", 512) 1581: DllCall("gdiplus\GdipCreateBitmapFromFile", "uint", &wFile, "uint*", pBitmap) 1582: } 1585: } 1586: Return,pBitmap 972: hbm := CreateDIBSection(rLWidth, rLHeight) 414: hdc2 := hdc ? hdc : GetDC() 541: Return,DllCall("GetDC", "uint", hwnd) 415: VarSetCapacity(bi, 40, 0) 416: NumPut(w, bi, 4), NumPut(h, bi, 8), NumPut(40, bi, 0), NumPut(1, bi, 12, "ushort"), NumPut(0, bi, 16), NumPut(bpp, bi, 14, "ushort") 417: hbm := DllCall("CreateDIBSection", "uint" , hdc2, "uint" , &bi, "uint" , 0, "uint*", ppvBits, "uint" , 0, "uint" , 0) 419: if !hdc 420: ReleaseDC(hdc2) 581: Return,DllCall("ReleaseDC", "uint", hwnd, "uint", hdc) 421: Return,hbm 973: hdc := CreateCompatibleDC() 483: Return,DllCall("CreateCompatibleDC", "uint", hdc) 974: obm := SelectObject(hdc, hbm) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 975: G := Gdip_GraphicsFromHDC(hdc) 1195: DllCall("gdiplus\GdipCreateFromHDC", "uint", hdc, "uint*", pGraphics) 1196: Return,pGraphics 976: Gdip_SetInterpolationMode(G, 7) 2123: Return,DllCall("gdiplus\GdipSetInterpolationMode", "uint", pGraphics, "int", InterpolationMode) 979: Gui,2: -Caption +E0x80000 +LastFound +OwnDialogs +Owner +AlwaysOnTop 980: Gui,2: Show,NA,Loading 981: Return (0.03) 953: yLoadProgress := (yLoadProgress - dir) 954: if (yLoadProgress > pinend) || (yLoadProgress < pinstart) 956: Gdip_TranslateWorldTransform(G, xTranslation, yTranslation) 2178: Return,DllCall("gdiplus\GdipTranslateWorldTransform", "uint", pGraphics, "float", x, "float", y, "int", MatrixOrder) 957: Gdip_RotateWorldTransform(G, pinrot) 2168: Return,DllCall("gdiplus\GdipRotateWorldTransform", "uint", pGraphics, "float", Angle, "int", MatrixOrder) 958: Gdip_DrawImage(G, pBitmap, 0, 0, sLWidth, sLHeight, 0, 0, pLWidth, pLHeight) 1106: if (Matrix&1 = "") 1108: if (Matrix != 1) 1111: if (sx = "" && sy = "" && sw = "" && sh = "") 1127: E := DllCall("gdiplus\GdipDrawImageRectRect", "uint", pGraphics, "uint", pBitmap, "float", dx, "float", dy, "float", dw, "float", dh, "float", sx, "float", sy, "float", sw, "float", sh, "int" 1131: if ImageAttr 1133: Return,E 959: Gdip_DisposeImage(pBitmap) 1828: Return,DllCall("gdiplus\GdipDisposeImage", "uint", pBitmap) 960: Gdip_ResetWorldTransform(G) 2183: Return,DllCall("gdiplus\GdipResetWorldTransform", "uint", pGraphics) 961: dif := (rLHeight-sLHeight)/2 962: dif := -dif 963: movedyLoadProgress := Round(yLoadProgress+dif) 964: movedxLoadProgress := Round(xLoadProgress+dif) 965: UpdateLayeredWindow(hwLoadProg, hdc, movedxLoadProgress+1, movedyLoadProgress, rLWidth, rLHeight) 066: if ((x != "") && (y != "")) 067: VarSetCapacity(pt, 8), NumPut(x, pt, 0), NumPut(y, pt, 4) 069: if (w = "") ||(h = "") 072: Return,DllCall("UpdateLayeredWindow", "uint", hwnd, "uint", 0, "uint", ((x = "") && (y = "")) ? 0 : &pt, "int64*", w|h<<32, "uint", hdc, "int64*", 0, "uint", 0, "uint*", Alpha<<16|1<<24, "uint 966: SelectObject(hdc, obm), DeleteObject(hbm), DeleteDC(hdc) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 526: Return,DllCall("DeleteObject", "uint", hObject) 597: Return,DllCall("DeleteDC", "uint", hdc) 967: Gdip_DeleteGraphics(G) 1835: Return,DllCall("gdiplus\GdipDeleteGraphics", "uint", pGraphics) 968: pinrot := pinrot + dir*5 969: Gdip_GetRotatedTranslation(sLWidth, sLHeight, pinrot, xTranslation, yTranslation) 2188: pi := 3.14159, TAngle := Angle*(pi/180) 2190: Bound := (Angle >= 0) ? Mod(Angle, 360) : 360-Mod(-Angle, -360) 2191: if ((Bound >= 0) && (Bound <= 90)) 2193: if ((Bound > 90) && (Bound <= 180)) 2195: if ((Bound > 180) && (Bound <= 270)) 2197: if ((Bound > 270) && (Bound <= 360)) 2198: xTranslation := 0, yTranslation := -Width*Sin(TAngle) 2199: } 970: Gdip_GetRotatedDimensions(sLWidth, sLHeight, pinrot, rLWidth, rLHeight) 2203: pi := 3.14159, TAngle := Angle*(pi/180) 2204: if !(Width && Height) 2206: RWidth := Ceil(Abs(Width*Cos(TAngle))+Abs(Height*Sin(TAngle))) 2207: RHeight := Ceil(Abs(Width*Sin(TAngle))+Abs(Height*Cos(Tangle))) 2208: } 971: pBitmap := Gdip_CreateBitmapFromFile(progPic) 1526: SplitPath,sFile,,,ext 1527: if ext in exe,dll 1577: if !A_IsUnicode 1579: VarSetCapacity(wFile, 1023) 1580: DllCall("kernel32\MultiByteToWideChar", "uint", 0, "uint", 0, "uint", &sFile, "int", -1, "uint", &wFile, "int", 512) 1581: DllCall("gdiplus\GdipCreateBitmapFromFile", "uint", &wFile, "uint*", pBitmap) 1582: } 1585: } 1586: Return,pBitmap 972: hbm := CreateDIBSection(rLWidth, rLHeight) 414: hdc2 := hdc ? hdc : GetDC() 541: Return,DllCall("GetDC", "uint", hwnd) 415: VarSetCapacity(bi, 40, 0) 416: NumPut(w, bi, 4), NumPut(h, bi, 8), NumPut(40, bi, 0), NumPut(1, bi, 12, "ushort"), NumPut(0, bi, 16), NumPut(bpp, bi, 14, "ushort") 417: hbm := DllCall("CreateDIBSection", "uint" , hdc2, "uint" , &bi, "uint" , 0, "uint*", ppvBits, "uint" , 0, "uint" , 0) 419: if !hdc 420: ReleaseDC(hdc2) 581: Return,DllCall("ReleaseDC", "uint", hwnd, "uint", hdc) 421: Return,hbm 973: hdc := CreateCompatibleDC() 483: Return,DllCall("CreateCompatibleDC", "uint", hdc) 974: obm := SelectObject(hdc, hbm) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 975: G := Gdip_GraphicsFromHDC(hdc) 1195: DllCall("gdiplus\GdipCreateFromHDC", "uint", hdc, "uint*", pGraphics) 1196: Return,pGraphics 976: Gdip_SetInterpolationMode(G, 7) 2123: Return,DllCall("gdiplus\GdipSetInterpolationMode", "uint", pGraphics, "int", InterpolationMode) 979: Gui,2: -Caption +E0x80000 +LastFound +OwnDialogs +Owner +AlwaysOnTop 980: Gui,2: Show,NA,Loading 981: Return 777: toLog("Loading Loop "A_Index) 2248: if (debugMode = "true" || debugmode = "file") 2249: FormatTime,timenow,,hh:mm:ss tt | 2250: FileAppend,%timenow% %data% p%paused% m%menuon% f%flyeron% i%instructionson% ,%filename% 2251: } 2252: if (debugMode = "true" || debugmode = "screen") 2256: } 778: IfWinExist,Please 787: IfWinExist,Game Info 795: IfWinExist,Notice 803: IfWinExist,VBScript 810: IfWinExist,Error 814: Gosub,CloseProgress 944: SetTimer,MoveProgress,Off 945: SelectObject(hdc, obm) 511: Return,DllCall("SelectObject", "uint", hdc, "uint", hgdiobj) 946: DeleteObject(hbm), DeleteDC(hdc), Gdip_DeleteGraphics(G) 526: Return,DllCall("DeleteObject", "uint", hObject) 597: Return,DllCall("DeleteDC", "uint", hdc) 1835: Return,DllCall("gdiplus\GdipDeleteGraphics", "uint", pGraphics) 947: Gdip_DisposeImage(pBitmap) 1828: Return,DllCall("gdiplus\GdipDisposeImage", "uint", pBitmap) 948: Gui,2:Destroy 949: Gui,1:Destroy 950: Return 815: if (systemName = "Visual Pinball") 816: WinRestore,ahk_class VPinball (0.11) 817: WinActivate,ahk_class VPinball (0.11) 818: WinWaitActive,ahk_class VPinball (9.02) 819: } 824: SystemCursor("On") 2084: if (OnOff = "Init" || OnOff = "I" || $ = "") 2100: if (OnOff = 0 || OnOff = "Off" || $ = "h" && (OnOff < 0 || OnOff = "Toggle" || OnOff = "T")) 2103: $ = h 2105: Loop,%c0% 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2107: h_cursor := DllCall( "CopyImage", "uint",%$%%A_Index%, "uint",2, "int",0, "int",0, "uint",0 ) 2108: DllCall( "SetSystemCursor", "uint",h_cursor, "uint",c%A_Index% ) 2109: } 2110: } 825: WinShow,ahk_class Shell_TrayWnd (0.13) 826: WinShow,Start ahk_class Button (0.11) 827: taskbar = 1 828: Suspend,On 829: WinActivate,Error (0.13) 830: WinWaitActive,Error (0.11) 831: Gosub,WaitPlayer 900: if (systemName = "Visual Pinball") 901: Gosub,WaitVP 911: MouseMove,88,130 (0.13) 912: WinWaitActive,ahk_class VPPlayer,,,DMD (15.02) Press [F5] to refresh. -
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
I tried another install on a XP system and it works fine. Must be something with my Win 7 x64. I have tried three system of mine that have Win 7 x64 and they all have the same problem. Can you step me through your procedure? I'm new to scripts. To put it in Debug Mode, do I just change the line in settings.ini deBugmode=True? Is ahk basic the original file from the Hyperpin install? Last, what command do I type to start the fplauch ahk directly. -
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
Thanks for the reply. Just another note, I have to go back to wip 6 for everything to work correctly. I have Win7 x64. Here is the log.txt 05:27:46 PM | Ini files parsed p m f i 05:27:47 PM | Flyer Pages Parsed p0 m0 f0 i0 05:27:47 PM | Instruction Pages Parsed p0 m0 f0 i0 05:27:48 PM | LoadScreen Called p0 m0 f0 i0 05:27:48 PM | Loading Loop 1 p0 m0 f0 i0 05:28:00 PM | Loading Loop 2 p0 m0 f0 i0 05:28:04 PM | Loading Loop 3 p0 m0 f0 i0 05:28:11 PM | ExitScreen called p0 m0 f0 i0 05:28:11 PM | ExitScreen called p0 m0 f0 i0 05:28:13 PM | CloseGame Called p0 m0 f0 i0 05:28:15 PM | exitScript Called p0 m0 f0 i0 05:28:15 PM | GDI+ Unloaded p0 m0 f0 i0 05:28:15 PM | COM Unloaded p0 m0 f0 i0 05:28:16 PM | Exit p0 m0 f0 i0 Here is my settings.ini . [Main] Version = 0.5.0.0 Starting_Genre = All Games [Video] Playfield_Monitor = Primary Playfield_Rotation = 270 Backglass_Monitor = Secondary Quality = BEST Table_Video_Enabled = true Table_Video_Offset = 50 Use_Backglass = true Backglass_Image_x = 0 Backglass_Image_y = 0 Backglass_Image_w = 1300 Backglass_Image_h = 900 Backglass_Image_r = 0 Backglass_Delay = .1 [Future Pinball] Show_Games =false Exe = Future Pinball.exe Path = i:\Future Pinball\ Table_Path = i:\Future Pinball\Tables\ Table_Video_Path = C:\HyperPin\Media\Future Pinball\Table Videos\ Table_Image_Path = C:\HyperPin\Media\Future Pinball\Table Images\ Backglass_Image_Path= C:\HyperPin\Media\Future Pinball\Backglass Images\ [Visual Pinball] Show_Games =true Path = i:\Visual Pinball\ Table_Path = I:\Visual Pinball\Tables\ Table_Video_Path = C:\HyperPin\Media\Visual Pinball\Table Videos\ Table_Image_Path = C:\HyperPin\Media\Visual Pinball\Table Images\ Backglass_Image_Path= C:\HyperPin\Media\Visual Pinball\Backglass Images\ Exe = VPinball.exe [Wheel] Speed = high Text_Font = Style2 Text_Stroke_Size = 8 Text_Stroke_Color = 0x000000 Text_Color1 = 0xe10008 Text_Color2 = 0xFFFFFF Text_Color3 = 0xe10008 Color_Ratio = 100 Shadow_Distance = 0 Shadow_Angle = 45 Shadow_Color = 0x000000 Shadow_Alpha = 1 Shadow_Blur = 0 [intro Video] Use_Intro = false Skip_On_Keypress = false [sound] Master_Volume = 100 Video_Volume = 100 Sound_FX_Volume = 50 Wheel_Sound_Volume = 50 [AttractMode] Active = true Time = 60 MaxSpinTime = 10 [Press Start Text] Enabled = true Text1 = Free Play Text2 = Press Start Color = 0xe10008 [Keyboard] Key_Delay = false Start = 13 Exit = 69 Up = 150 Down = 149 SkipUp = 191 SkipDown = 90 Flyer = 70 Instruction = 73 Genre = 71 Service = 9 [Pinball Wizard] Joy = 0 Start = 9 Exit = 8 Up = 2 Down = 10 SkipUp = 3 SkipDown = 11 Flyer = 4 Insruction = 5 Genre = 7 Service = 15 [Flyer] BottomX = 300 CenterY = 360 [instruction] Width = 600 BottomX = 250 CenterY = 360 [Exit] Enable_Exit_Screen = true Exit_HyperPin = true Shutdown = true Enable_Shortcut = true Shortcut_Action = exit Shortcut_Time = 3 [startup Program] Executable = Parameters = Working_Directory = WinState = HIDDEN [Exit Program] Executable = Parameters = Working_Directory = WinState = NORMAL [LastLoad] system=Visual Pinball table=BTTF_FS_B2S [FPLaunch] exitScriptKey=q & s exitEmulatorKey=e hideCursor=true hideDesktop=true hideTaskbar=true toggleCursorKey=t useExitScreen=true usePauseKey=true useLoadScreen=true pauseKey=p fadespeed=25 useExitAsPause=true exitEmulatorKey2=1 exitEmulatorKey3=Enter pauseFPKey=RButton saveFPTables=true editTableKey=!F4 printScreenKey=o pfScreenNum=1 bgScreenNum=2 useExitMenu=true upKey=LShift downKey=RShift instructionsKey=i flyerKey=f hyperScale=0.75 debugMode=true ledwiz=false hyperpinexe=hyperpin.exe printBGKey=u -
FPLaunch MOD: Pause and Loading screens...
brightonrock replied to samwyze's topic in Content and Support
Hi, when I start a table, I get the Visual Pinball window popping up. This happens on two different computers I have HyperPin installed on. Must be a setting? Update: Went back to version 8, works fine, just when I try version 9 I get the VP window popping up. When I minimize it, it pops back up after 3 seconds. Thanks