Uploaded images are corrupted in all browsers - browser

I uploaded some images via FTP and it seems that the images are not shown properly.
1: Checked in the browers: Chrome, IE and Firefox.
2: Did upload with Dreamweaver and Filezilla
3: Did upload on different domains
4: Checked also via 3G, same result
5: Ask someone else to check and has same result.
6: Did upload different images (.jpg and .png)
7: When i view the image in my browser local i see the image correct.
Has anyone i idea what's going wrong?

FIXED!!!
I am having exactly the same problem SINCE YESTERDAY!!!!
Amemov, the problem is that the file is uploaded corrupted, at least in my case. It has he same size, but the first several KBs are repeated. Crazy!!!
Tested several ftp clients, all the same result. I also tested with a 3G connection via tethering, and same thing. But the server is fine for sure, my colleagues can perfectly upload to it.
The problem was a documented bug in AVG. You need to:
Disable the AVG Self Protection (AVG -> F8 -> AVG Self Protection -> uncheck "Enable AVG Self Protection" -> OK)
Navigate to C:\Windows\System32\Drivers
Show hidden files and folders if you can't see this folder
Replace the relevant driver on the system
32bit (avgwfpx.sys) -
https://dl.dropboxusercontent.com/u/13011391/AV-6987/avgwfpx.zip
64bit (avgwfpa.sys) -
https://dl.dropboxusercontent.com/u/13011391/AV-6987/avgwfpa.zip
Restart your computer and try it.
It worked for me!

Related

Accessing an app on Remote Desktop does nothing

We got users complaining that accessing remote client on Remote Desktop does not bring up anything. When I try logging in to its Azure AVD, it opens up with a black screen and disappears in a second.
A simple start and stop on Azure portal seems to have fixed the problem. A restart did not fix it though. But, I am not sure why it happened in the first place and couldn't find a reason for it. Could anyone offer some suggestions please?
I tried to reproduce same in my environment. I got same error.
To resolve this issue, try the below.
The reason of this issue is slow sign-in process A black screen will appear for a while, until the regular desktop appears.
When the back screen shows to return to the previous screen, press CTRL + ALT + END. This launches Task Manager you will see the Desktop right away after Task Manager is called like below:
Make sure to disable the Bitmap Caching on the Remote Desktop Protocol (RDP) client like below.
Persistent bitmap caching is the combination of memory caching and glyphs. It will be reused throughout client sessions and also provide a bigger amount of cache space, which will result in a black screen.
And try to adjust Display size of your remote host's display like below:
Now I am able to connect RDP without any issue like below.

Network share not showing all files

After recently upgrading my computer from 7 to 10 I am having issues with sharing files. I have set up a network share directory on the computer however when anyone connects to it they only see a small subset of the files (ie seeing 10 files instead of 100's).
This can be either someone on another Windows 10 computer or Android. I've even tried disabling the firewall with no success.
Any one with ideas on how to get something so simple to work?
I have a similar issue that's probably related or of the same origin.
Since I can't use my Windows 10 homegroup any longer (different issue), and I can't change/unset the homegroup, I set Advanced Sharing Settings -> All Networks -> Turn off password protected sharing. Now I can access most of my files, with the exception of some extentions, like .mkv
When viewing a folder those files simply don't show up.

Inno Setup slow startup [duplicate]

I find that under certain conditions my signed, inno created installer.exe takes about 10 minutes to open or view properties. When I run as administrator it is immediate, so it seems obvious that the UAC is somehow related. The size of the exe is around 13 MB.
If I copy the file via thumb drive to the target machine, there is no wait. If the same file is downloaded through a browser, there is the 10 minute wait, with explorer going into la la land doing who knows what. After the 10 minute or so wait, the file opens normally with no wait on all subsequent openings.
I am using ksign + commodo to sign the inno exe, and an internal dotnet exe within the inno setup, although I don't think that is a factor.
Windows 10 has the 10 minute wait even running as administrator.
This action is happening for most versions from win 7 on up. There seems to be some change in the exe contents that triggered it, but I haven't found the reason.
Edit 1: I previously contacted ksign, they don't seem to have any issues with my exe, it opens without lag in their environment. This isn't typical however, as many installations face this lag issue. I also tried making some sense out of process monitor monitoring explorer, but there is too much information going on with explorer to pick out the hanging process, unless I a looking in the wrong place.
Edit 2: MsMpEng.exe, which is microsoft security essentials, seems to running amok. This goes on almost endlessly.
Try steps described here: Offline Environment and Authenticode:
To work with UAC-enabled Windows, winsw ships with a digital
signature. This causes Windows to automatically verify this digital
signature when the application is launched (see more
discussions).
This adds some delay to the launch of the service, and more
importantly, it prevents winsw from running in a server that has no
internet connection. This is because a part of the signature
verification involves checking certificate revocation list.
To prevent this problem, create myapp.exe.config in the same
directory as myapp.exe (renamed winsw.exe) and put the following
in it:
<configuration>
<runtime>
<generatePublisherEvidence enabled="false"/>
</runtime>
</configuration>
See KB 936707 for more
details.
Note, this may not work, if your installer already has embedded manifest (more details). In this case you should try to modify your embedded manifest instead.

Web application storage with huge variation

I have just installed Wordpress in a new Azure Web Application and everything is running fine at the moment.
However, I am getting notifications that I am exceeding the storage file system quota (1GB).
I went to check the value on the Azure Portal and the strange thing is that the storage usage is varying from 12% to 100% every single minute! Somehow the measurement must be crazy, since I am not changing a bit in my website nor have huge files there.
12% must be the realistic value for Wordpress. I have tried to reset the website and check log files to see if there is anything wrong, but did not find anything.
How can I fix that?
Igor.
You might want to try de-activating the most recent plugins you installed 1 by 1 to see if this corrects the issue. There could be a bug in one of them that has some type of loop that generates a large log file.
At the end of the same day the problem disappeared. It seems everything is stable now, but if happened once, it might happen again. I will keep you posted in case I experience this problem again.
Thank you.

Chrome Webstore Extension Download interrupts

I am developing a light weight chrome extension . Of the late downloading the extension from webstore is giving Error with " Download Interrupted " alert and failed server problem in download file.
On checking the chrome://net-internals/#events , I found the following log . I am unable to decipher what it means . perhaps can help somebody else explain me what is going wrong here .
I am using Chrome beta Version 39.0.2171.42 beta (64-bit) and stable Version 38.0.2125.111 (64-bit). Error occurs on both and also occurs for my extension users .
I understand that it is a problem of cache and I am able to successfully load the extension after clearing cache and in incognito mode . However I am looking for a more stable and user understandable solution for my clients .
Are you signed into multiple Google accounts? Have you published the extension only to testers?
If the answer to either of those questions is yes (though it doesn't sound likely, since you said it works in incognito mode), then what might be happening is the account that's signed in as primary isn't one that you've added as a tester. In this case (for me) download fails.

Resources