Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

TheLastRipper isn't starting on Windows XP #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I want to start TheLastRipper 1.0.1 on Windows XP SP2 with the .NET
Framework 2.0 installed.
I'm able to install TLR but it won't start. There is no error message, log
entry or console output. I see nothing at all and there is no process
running in the task manager.
I've got a Dual Core CPU. The page
http://code.google.com/p/thelastripper/wiki/WindowsKnownIssues says that
there are problems with a Dual Core CPU on Windows.

Original issue reported on code.google.com by basti...@googlemail.com on 7 Jul 2007 at 10:35

GoogleCodeExporter commented 9 years ago
It's true that their might be problems with dualcore CPU's but they should only 
occur
later... And these issues should be fixed in version 1.0.1, I have heard from 
many
who have successfully used TheLastRipper on dualcore systems...
I haven't heard of the problem you are experiencing, perhaps the binary is 
corrupt??
Try doing a reinstall... or try executing it under mono, since that would force 
and
error message... Mono is an OpenSource .Net implementation from Novell, it be
downloaded from Mono-project.org, install it and open the mono-shell, navigate 
to
TheLastRipper binaries and execute it with "mono *.exe"... It would most 
probably
force an error message.

Original comment by jopsen@gmail.com on 7 Jul 2007 at 11:41

GoogleCodeExporter commented 9 years ago
Ok, I installed Mono 1.2.4 an run TheLastRipper with "mono -v 
WinFormsClient.exe" and
it starts but it crashes on many situations (for example when I press the 
"Browse"
button in the preferences window or when I try to rip a station). When it 
crashes
there is no error message but when I start the program (with the "-v" option of 
mono)
there is the following console message:

Method (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
(object,intptr,intptr,intptr) emitted at 01041530 to 010415C8 (code length 152)
WinFormsClient.exe]
Method System.OutOfMemoryException:.ctor (string) emitted at 010415D0 to 
010415F3
(code length 35) [WinFormsClient.exe]
Method System.SystemException:.ctor (string) emitted at 01041618 to 0104163B 
(code
length 35) [WinFormsClient.exe]
Method System.Exception:.ctor (string) emitted at 01041650 to 01041668 (code 
length
24) [WinFormsClient.exe]
Method System.Exception:set_HResult (int) emitted at 01041670 to 0104167E (code
length 14) [WinFormsClient.exe]
Method System.NullReferenceException:.ctor (string) emitted at 01041680 to 
010416A6
(code length 38) [WinFormsClient.exe]
Method System.StackOverflowException:.ctor (string) emitted at 010416A8 to 
010416BE
(code length 22) [WinFormsClient.exe]

Original comment by basti...@googlemail.com on 7 Jul 2007 at 1:02

GoogleCodeExporter commented 9 years ago
From the message you've send me I can't see what's wrong... I's probably 
something
with your .Net installation... You're not executing it off a network driver or 
other
resource, which might cause the .Net Framework to restrict the usage???
Do you have write access to c:\ ?

Original comment by jopsen@gmail.com on 7 Jul 2007 at 1:31

GoogleCodeExporter commented 9 years ago
i have write access to c:\ and i think i have installed the framework and tlr 
correctly.

Original comment by basti...@googlemail.com on 8 Jul 2007 at 12:58

GoogleCodeExporter commented 9 years ago
I'm sorry but I must admit that I don't know what the problem is... It's 
probably
something specific to your system and it's configuration...
I'm sorry but I don't think I can help... If you've got some computer skills, a
little programming skills perhaps, you could try to install SharpDevelop and 
checkout
the source from SVN and try to compile it yourself...
I've attached a slightly modified version of TheLastRipper for windows... I 
compiled
it for an other issue... But should work just fine... though the stream clipping
issue is probably more noticeable...
If that doesn't work try some other .Net applications and see if those work...

Original comment by jopsen@gmail.com on 8 Jul 2007 at 7:21

Attachments:

GoogleCodeExporter commented 9 years ago
it works now! i have uninstalled tlr and all .net framework software and 
installed
.net framework 3.0 and tlr again. now it works perfectly.

Original comment by basti...@googlemail.com on 9 Jul 2007 at 4:51

GoogleCodeExporter commented 9 years ago
 - Congratulations!
Probably some .Net configuration error then... :)

(Sorry about my reply time, I went on a little vacation)

Original comment by jopsen@gmail.com on 13 Jul 2007 at 7:22