Solved Tinypic randomly does not load

kk85

New member
Local time
2:25 PM
Messages
3
Tinypic.com and images linked from Tinypic (ie., i53.tinypic.com/*) will not load and it is only this site that I have trouble with. This is especially apparent on forums that use these images as icons/signatures and will show a blank box that never loads. If I refresh or return to the page it will sometimes load.

This occurs in both IE9 and FireFox 5 (with and without add-ons enabled) and began within the last month or so. Other computers on my home network continue to load Tinypic and it's images just fine, so it doesn't appear to be related to ISP or my router. If I use a proxy service (ie., Ninja Proxy | Vtunnel - Free proxy anonymous web browsing at TheNinjaProxy.com) and go to any tinypic site it loads perfectly fine 100% of the time.

Based on my Google searching on this problem I have tried disabling my Comodo and Windows firewalls as well as my router (ASUS RT-N16) firewall. I use Avast AV and disabled the Web Shield completely. Jumbo Frames on my network adapter was and is still disabled. I have tried connecting through Google's Public DNS. Cleared cache, flushed DNS. Changed several settings that I don't even remember in about:config in Firefox (although it doesn't appear to be specific to the browser). I have run a tracert to tinypic.com, and did not receive any timeouts (though I don't really know how to interpret the results aside from that). No mention of Tinypic in my hosts file and it's not blocked through Firefox image settings (again, doesn't seem like it's FireFox's fault anyway).

I'm out of ideas and I hope someone here has some! The thing that seems like it could point me in the right direction is that it works through the proxy service. What would cause it to work there but not when I try to connect regularly? Any other tests that could lead me to the right answer? Hours of searching and trying random things I've found on Google haven't gotten me anywhere yet. :(

Thanks in advance for any help!
 

My Computer My Computer

At a glance

Windows 7 Professional 64bitIntel Core i5 750 @ 2.67 GHz4 GBATI Radeon HD 5770
OS
Windows 7 Professional 64bit
CPU
Intel Core i5 750 @ 2.67 GHz
Memory
4 GB
Graphics Card(s)
ATI Radeon HD 5770
Any chance an entry in your hosts file is causing this?

C:\Windows\System32\drivers\etc\hosts
 

My Computer My Computer

At a glance

Windows 10 Pro X64Intel Quad Core i7-4770 @ 3.4Ghz16.0GB PC3-12800 DDR3 SDRAM 1600 MHzIntel Integrated HD Graphics
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Not that I can tell. I removed and recreated a new hosts file and it still occurred. And they aren't always blocked. I can bring up a page and a *.tinypic.com/* won't load, I refresh the page several times and it might show up.
 

My Computer My Computer

At a glance

Windows 7 Professional 64bitIntel Core i5 750 @ 2.67 GHz4 GBATI Radeon HD 5770
OS
Windows 7 Professional 64bit
CPU
Intel Core i5 750 @ 2.67 GHz
Memory
4 GB
Graphics Card(s)
ATI Radeon HD 5770
Ever since I moved house a couple months ago I've been experiencing this problem. Nothing from tinypic.com loads in either IE8 or Chrome 15. I can ping tinypic successfully.

Most of the people I've find via google fix it by disabling jumbo packets, but mine were never enabled. I'm pretty convinced it has nothing to do with viruses/malware, etc., and the site still doesn't load when I have virus protection+firewall disabled.

My hosts file only contains the default localhost line.

Any ideas on what could be up?
 

My Computer My Computer

At a glance

Windows 7 Ultimate 64bit
OS
Windows 7 Ultimate 64bit
Boot to Safe Mode with Networking, see if the problem still occurs. If yes then you most likely have an ISP problem. If not then something you are running is causing the problem.
 

My Computer My Computer

At a glance

Windows 10 Pro X64Intel Quad Core i7-4770 @ 3.4Ghz16.0GB PC3-12800 DDR3 SDRAM 1600 MHzIntel Integrated HD Graphics
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
The Explanation:
Your problem is that TinyPic can't handle higher MTU settings.
Most NICs have their MTU set at 1500 or higher, depending on whether Jumbo Frames are enabled.

The Solution:
Set your MTU slightly below the default. I recommend 1404, as that seems to give the best performance per stability, and ensures that TinyPic will load.

Here's how you do it:
Open a command prompt and paste the following command:
Code:
netsh interface ipv4 set subinterface "Local Area Connection" mtu=1404 store=persistent

To check to see if the settings were changed, try this command:
Code:
netsh interface ipv4 show subinterfaces

NOTE: If the network you're having issues with does not show "1404" in the left column, change "Local Area Connection" to the correct name of the network and try again.

Moderators:
Please set this thread [SOLVED] if you wouldn't mind.
As well, the same with the following threads:
http://www.sevenforums.com/browsers-mail/186575-tinypic-will-not-load-one-computer.html
http://www.sevenforums.com/browsers-mail/106140-tinypic-images-wont-load-2.html
http://www.sevenforums.com/browsers-mail/37404-images-tinypic-imageshack-not-loading-2.html
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
Just wanted to respond and let everyone know that Deisuke's solution is amazing and works! Thanks so much mate. Been trying a lot of things and this finally worked. Wonderful =D
 

My Computer My Computer

At a glance

Windows 7 x64
OS
Windows 7 x64
Thanks for the replies. I did end up finding out what was causing my problem and if Deisuke's response doesn't do the trick for you, this might.

Turns out I had updated the drivers for my network adapter and it was caused by that. All I needed to do was go into the Device Manager > Network Adapters > Realtek PCIe GBE Family Controller > Properties > Driver > Rollback Driver.

TinyPic works again!
 

My Computer My Computer

At a glance

Windows 7 Professional 64bitIntel Core i5 750 @ 2.67 GHz4 GBATI Radeon HD 5770
OS
Windows 7 Professional 64bit
CPU
Intel Core i5 750 @ 2.67 GHz
Memory
4 GB
Graphics Card(s)
ATI Radeon HD 5770
Back
Top