Author Topic: .NET 2 error  (Read 2759 times)

0 Members and 1 Guest are viewing this topic.

freddyhard

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 43
  • go ugly early
    • stuff
  • Eufloria: Yes
.NET 2 error
« on: August 28, 2011, 12:24:38 AM »
while .NET Framework 2 is disabled because .NET Framework 4 is installed and set to automatic, i am getting the error below on level 4 about .NET 2. i unlocked the next level to continue, but the game just hangs with no error report. does this look familiar to anyone?

Event Type:   Error
Event Source:   .NET Runtime 2.0 Error Reporting
Event Category:   None
Event ID:   5000
Date:      27/08/2011
Time:      23:38:45
User:      N/A
Computer:   QUAD
Description:
EventType clr20r3, P1 eufloria.exe, P2 2.0.0.0, P3 4cfb61a7, P4 mscorlib, P5 2.0.0.0, P6 4333ab80, P7 19a6, P8 a5, P9 system.argumentexception, P10 NIL.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 63 00 6c 00 72 00 32 00   c.l.r.2.
0008: 30 00 72 00 33 00 2c 00   0.r.3.,.
0010: 20 00 65 00 75 00 66 00    .e.u.f.
0018: 6c 00 6f 00 72 00 69 00   l.o.r.i.
0020: 61 00 2e 00 65 00 78 00   a...e.x.
0028: 65 00 2c 00 20 00 32 00   e.,. .2.
0030: 2e 00 30 00 2e 00 30 00   ..0...0.
0038: 2e 00 30 00 2c 00 20 00   ..0.,. .
0040: 34 00 63 00 66 00 62 00   4.c.f.b.
0048: 36 00 31 00 61 00 37 00   6.1.a.7.
0050: 2c 00 20 00 6d 00 73 00   ,. .m.s.
0058: 63 00 6f 00 72 00 6c 00   c.o.r.l.
0060: 69 00 62 00 2c 00 20 00   i.b.,. .
0068: 32 00 2e 00 30 00 2e 00   2...0...
0070: 30 00 2e 00 30 00 2c 00   0...0.,.
0078: 20 00 34 00 33 00 33 00    .4.3.3.
0080: 33 00 61 00 62 00 38 00   3.a.b.8.
0088: 30 00 2c 00 20 00 31 00   0.,. .1.
0090: 39 00 61 00 36 00 2c 00   9.a.6.,.
0098: 20 00 61 00 35 00 2c 00    .a.5.,.
00a0: 20 00 73 00 79 00 73 00    .s.y.s.
00a8: 74 00 65 00 6d 00 2e 00   t.e.m...
00b0: 61 00 72 00 67 00 75 00   a.r.g.u.
00b8: 6d 00 65 00 6e 00 74 00   m.e.n.t.
00c0: 65 00 78 00 63 00 65 00   e.x.c.e.
00c8: 70 00 74 00 69 00 6f 00   p.t.i.o.
00d0: 6e 00 20 00 4e 00 49 00   n. .N.I.
00d8: 4c 00 0d 00 0a 00         L.....  
« Last Edit: August 28, 2011, 12:42:56 AM by freddyhard »
"That's the most foul, cruel, and bad-tempered rodent you ever set eyes on!"

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 1
  • -Receive: 20
  • Posts: 1,483
  • They'll eat you next!
  • Eufloria: Yes
Re: .NET 2 error
« Reply #1 on: August 28, 2011, 12:34:15 AM »
I can code, but I can't break codes that tough D:

freddyhard

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 43
  • go ugly early
    • stuff
  • Eufloria: Yes
Re: .NET 2 error
« Reply #2 on: August 28, 2011, 12:44:14 AM »
how about now - that i've de-coded it?

EDIT: i seem to get the error when i encounter the new seedling empire
"That's the most foul, cruel, and bad-tempered rodent you ever set eyes on!"

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 1
  • -Receive: 20
  • Posts: 1,483
  • They'll eat you next!
  • Eufloria: Yes
Re: .NET 2 error
« Reply #3 on: August 28, 2011, 01:02:42 AM »
No, I didn't mean like that :P

It's a code, meaning you don't underrstand it. When you undestand it: you've broken/cracked the code :)

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
  • We are the Knights who say... NI!
Re: .NET 2 error
« Reply #4 on: August 28, 2011, 01:12:59 AM »
.NET is a truckload of problems. I know that this is not what you want hear, but returning to 3.5 is a good bet... If that doesn't work, I am going to assume, it's one of the enormous collections of software compatible problems that .net has...
Anyway, if you dig deeper into the problem, I haven't seen much .net programming, but I know mscorlib is pretty low-level code... essentially code really. Before you downgrade, you could download it again, and re-install it, as it might be some corrupted file...(worth the try, right?).

And if you're feeling really motivated:
http://stackoverflow.com/questions/814560/how-to-troubleshoot-net-2-0-error-reporting-messages-in-the-event-log
Also, did some googling on the error, it doesn't seem that uncommon, just a little abstract... Good luck... Keep giving details, we might be able to help you.

freddyhard

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 43
  • go ugly early
    • stuff
  • Eufloria: Yes
Re: .NET 2 error
« Reply #5 on: August 28, 2011, 01:22:47 AM »
No, I didn't mean like that :P

It's a code, meaning you don't underrstand it. When you undestand it: you've broken/cracked the code :)
lol - i know. it's just me being a smarty pants.

.NET is a truckload of problems. I know that this is not what you want hear, but returning to 3.5 is a good bet... If that doesn't work, I am going to assume, it's one of the enormous collections of software compatible problems that .net has...
Anyway, if you dig deeper into the problem, I haven't seen much .net programming, but I know mscorlib is pretty low-level code... essentially code really. Before you downgrade, you could download it again, and re-install it, as it might be some corrupted file...(worth the try, right?).

And if you're feeling really motivated:
http://stackoverflow.com/questions/814560/how-to-troubleshoot-net-2-0-error-reporting-messages-in-the-event-log
Also, did some googling on the error, it doesn't seem that uncommon, just a little abstract... Good luck... Keep giving details, we might be able to help you.
ok - i'll attempt to remove .net4... a screw driver and a strong magnet should do it? ;)
"That's the most foul, cruel, and bad-tempered rodent you ever set eyes on!"

freddyhard

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 43
  • go ugly early
    • stuff
  • Eufloria: Yes
FIXED
« Reply #6 on: August 28, 2011, 02:25:45 AM »
yes, removing .NET4 and installing .NET 3.5 let me complete that level.  :)

EDIT: for anyone reading the above post you do not use a screwdriver and magnet to remove .NET4  ::)
"That's the most foul, cruel, and bad-tempered rodent you ever set eyes on!"

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
  • We are the Knights who say... NI!
Re: .NET 2 error
« Reply #7 on: August 28, 2011, 04:45:50 AM »
Glad I could help ;-).

PS: Screw electronic parts, magnets are wicked cool ^^.

freddyhard

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 43
  • go ugly early
    • stuff
  • Eufloria: Yes
Magnets
« Reply #8 on: August 28, 2011, 12:08:13 PM »
when a HD is on it's way to silicon heaven, i take it apart and remove the magnets. i have a drawer full of them. not sure why.
always, always, always - no wait never, never, never leave one in your pocket. as you walk past something that attracts it, it will shoot towards it knocking your genitals out of the way in the process. :'(
"That's the most foul, cruel, and bad-tempered rodent you ever set eyes on!"

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
  • We are the Knights who say... NI!
Re: .NET 2 error
« Reply #9 on: August 28, 2011, 03:25:44 PM »
Well, magnets kill phones and demagnetize credit cards, so I never actually keep them in my pocket :-P

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 1
  • -Receive: 20
  • Posts: 1,483
  • They'll eat you next!
  • Eufloria: Yes
Re: .NET 2 error
« Reply #10 on: August 28, 2011, 03:26:41 PM »
*Random troll puts magnets near you phone*

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
  • We are the Knights who say... NI!
Re: .NET 2 error
« Reply #11 on: August 28, 2011, 08:39:27 PM »
*Kill Troll*

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 1
  • -Receive: 20
  • Posts: 1,483
  • They'll eat you next!
  • Eufloria: Yes
Re: .NET 2 error
« Reply #12 on: August 29, 2011, 06:05:07 AM »
Impossible to kill troll:

freddyhard

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 43
  • go ugly early
    • stuff
  • Eufloria: Yes
Re: .NET 2 error
« Reply #13 on: August 29, 2011, 02:03:33 PM »
Well, magnets kill phones and demagnetize credit cards, so I never actually keep them in my pocket :-P
sounds like you pocket is full of goodies - except magnets.
"That's the most foul, cruel, and bad-tempered rodent you ever set eyes on!"

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
  • We are the Knights who say... NI!
Re: .NET 2 error
« Reply #14 on: August 29, 2011, 03:25:16 PM »
Well, they have at least my wallet, my phone and keys. So, magnets are quite dangerous there... Especially since like half my school has computers at the room entrance. You know what they say "With great power, comes great responsability" ^^.