Network / Java-Problem

Hi,

Ich habe festgestellt, dass eigentlich alle Programme abstürzen, die etwas vom Internet herunterladen. Zusätzlich scheint es noch Probleme mit Java zu geben. So habe ich mal einen Downloadmanager, der Java verwendet im Debug-Modus gestartet. Die Fehlermeldung am Ende lautet:

# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=..., pid=6156, tid=...
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [msvcrt.dll+0xa05b]
....
# If you would like to submit a bug report, please visit:
# HotSpot Virtual Machine Error Reporting Page
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#



lg
 
Hast du evtl. die msvcrt.dll durch eine Version eines Drittanbieters ausgetauscht?
 
64 Bit Betriebssystem?
Microsoft Visual C++ 2005 Redistributable Package installiert? (32 oder 64bit?)


Achja und was ganz wichtiges noch: Windows Updates alle eingespielt?
 
64 Bit Betriebssystem?
Microsoft Visual C++ 2005 Redistributable Package installiert? (32 oder 64bit?)


Achja und was ganz wichtiges noch: Windows Updates alle eingespielt?
1. Es ist ein 32 Bit Windows 7 Betriebssystem
2. Die aktuellsten Updates sind eingespielt
3. Microsoft Redistributable Versionen, die installiert sind, sind:
Microsoft Visual C++ 2005 Redistributable 2005, 2008, 2010 (x86)

lg
 
Zurück
Oben