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

freddyhard

  • Guest
.NET 2 error
« on: August 28, 2011, 08: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, 08:42:56 AM by freddyhard »

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: .NET 2 error
« Reply #1 on: August 28, 2011, 08:34:15 AM »
I can code, but I can't break codes that tough D:

freddyhard

  • Guest
Re: .NET 2 error
« Reply #2 on: August 28, 2011, 08: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

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: .NET 2 error
« Reply #3 on: August 28, 2011, 09: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
Re: .NET 2 error
« Reply #4 on: August 28, 2011, 09: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

  • Guest
Re: .NET 2 error
« Reply #5 on: August 28, 2011, 09: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? ;)

freddyhard

  • Guest
FIXED
« Reply #6 on: August 28, 2011, 10: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  ::)

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
Re: .NET 2 error
« Reply #7 on: August 28, 2011, 12:45:50 PM »
Glad I could help ;-).

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

freddyhard

  • Guest
Magnets
« Reply #8 on: August 28, 2011, 08: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. :'(

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
Re: .NET 2 error
« Reply #9 on: August 28, 2011, 11: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: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: .NET 2 error
« Reply #10 on: August 28, 2011, 11:26:41 PM »
*Random troll puts magnets near you phone*

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
Re: .NET 2 error
« Reply #11 on: August 29, 2011, 04:39:27 AM »
*Kill Troll*

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: .NET 2 error
« Reply #12 on: August 29, 2011, 02:05:07 PM »
Impossible to kill troll:

freddyhard

  • Guest
Re: .NET 2 error
« Reply #13 on: August 29, 2011, 10: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.

Orion63

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 73
Re: .NET 2 error
« Reply #14 on: August 29, 2011, 11: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" ^^.


Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: .NET 2 error
« Reply #15 on: August 29, 2011, 11:36:08 PM »
I have things in my pocket too :P

freddyhard

  • Guest
Re: .NET 2 error
« Reply #16 on: August 30, 2011, 10:11:20 PM »
I have things in my pocket too :P

i wouldn't doubt it for a second!
:D

freddyhard

  • Guest
Re: .NET 2 error
« Reply #17 on: August 30, 2011, 10:15:09 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" ^^.



absolute power corrupts absolutely!

Pilchard123

  • Tester
  • Old Oak
  • ****
  • Thank You
  • -Given: 4
  • -Receive: 24
  • Posts: 932
  • Eufloria: Yes
Re: .NET 2 error
« Reply #18 on: August 31, 2011, 02:14:51 AM »
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. :'(

Always...no, NEVER go out in blizzard. [/yeti]

freddyhard

  • Guest
Re: .NET 2 error
« Reply #19 on: August 31, 2011, 08:41:04 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. :'(

Always...no, NEVER go out in blizzard. [/yeti]
while we are on the topic of BLIZZARD, it's a...

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: .NET 2 error
« Reply #20 on: August 31, 2011, 09:20:31 PM »
Linking topics in that manner was awesome :P

freddyhard

  • Guest
Re: .NET 2 error
« Reply #21 on: September 01, 2011, 06:33:27 AM »
Linking topics in that manner was awesome :P
are you being sarcastic, because i've linked back to here as well. a dependency loop - depends on which one you read first. ;D
« Last Edit: September 01, 2011, 06:52:45 AM by freddyhard »

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
Re: .NET 2 error
« Reply #22 on: September 01, 2011, 06:50:59 PM »
Wasn't being sarcastic. I read the OT one firt, but I didn't understand it(I did understand the text, but not why the dots in the beginning was there :)), neither did I see any link going to this topic... But when I saw this one and clicked the link, I understood what you were talking about :P