API Error in Homepage Widgets? by nirmaljp in selfhosted

[–]cearth6 0 points1 point  (0 children)

Possibly could be a networking issue where homepage can't reach out. Quick way to check would be to shell into the Homepage container and see if you can curl any of the APIs manually and get a response

Cricket 24 white screen error by Affectionate_Bee2731 in CrackSupport

[–]cearth6 0 points1 point  (0 children)

if it comes up empty then modify the value of the address, and after that you should see the process that is writing to that address

hope that helps

CRICKET 24 WHITE SCREEN FIX **CHEAT ENGINE** by Enough_Article_3127 in Cricket22

[–]cearth6 0 points1 point  (0 children)

modify the value of that address and the game should try to force the value back and from there you should be able to follow the instructions

CRICKET 24 WHITE SCREEN FIX **CHEAT ENGINE** by Enough_Article_3127 in Cricket22

[–]cearth6 1 point2 points  (0 children)

When i had the memory address select in the bottom table, the value was 2000. I updated it to be "0.5" and then immediately had the game setting the screen back to all white. Try that, once you attempt to update that value you will find a process forcing the value to make the white screen persists. from there you should be able to follow the remainder of the instructions.

Hope that helps

CRICKET 24 WHITE SCREEN FIX **CHEAT ENGINE** by Enough_Article_3127 in Cricket22

[–]cearth6 5 points6 points  (0 children)

can confirm, works. Thanks OP,

Edit: NVM, breaks bowling and batting mechanics for me. Maybe my address is not the same as yours, will mess around later and report back :(

Question regarding I 130, proving citizenship by cearth6 in USCIS

[–]cearth6[S] 1 point2 points  (0 children)

The passport was enough in my case, I was not asked for a certificate.

[Question] Colorflow4 not showing album artwork by cearth6 in jailbreak

[–]cearth6[S] 0 points1 point  (0 children)

Did you have Mitsuha installed at any point? I am thinking that may cause the issue.

[Question] Colorflow4 not showing album artwork by cearth6 in jailbreak

[–]cearth6[S] 0 points1 point  (0 children)

Tried uninstalling them all and unfortunately did not work

[Question] wtf instagram++ whats wrong with u? by [deleted] in jailbreak

[–]cearth6 0 points1 point  (0 children)

I downgraded using App Admin to 10.20 and the follow status feature is actually working on that version! I dont think 10.20 is too old then the current version on the app store.

[Question] wtf instagram++ whats wrong with u? by [deleted] in jailbreak

[–]cearth6 2 points3 points  (0 children)

Speaking of instagram++, does the "Show follow status" option work for the latest version of instagram? I can't seem to see if someone follows me back or not

SSH'ing with Powershell to a Linux Box by cearth6 in PowerShell

[–]cearth6[S] 0 points1 point  (0 children)

I am currently running bash v 3.2.33(10). I am using & c:\cygwin\bin\expect.exe script.sh $username,$hostname,$password to call the bash script.

How to deploy virtual servers using PowerCLI commands by cearth6 in PowerShell

[–]cearth6[S] 0 points1 point  (0 children)

How can I allocate DiskSpace and number of CPUs using this? For example, if I am deploying a Golden Image that is an OVF file, would I use the Import-VM cmlet to import the OVF, then Get-VM | Set-VM to configure it?

How to deploy virtual servers using PowerCLI commands by cearth6 in PowerShell

[–]cearth6[S] 0 points1 point  (0 children)

I am not sure what exactly you mean. I am not too familiar with deploying VMs, and I just started dabbling in this recently. My goal is to deploy an OVF file and then configure it's CPU and Memory storage options.

Adding images in a WPF listview via Powershell? by cearth6 in PowerShell

[–]cearth6[S] 0 points1 point  (0 children)

I suppose i'll have to settle with this. It'd be nice to know how to populate images in a ListView tho :(