ReClassNET/ReClass.NET

no setup.py or PKGBUILD

Closed this issue · 11 comments

can't fond those to files, want to compile for arch linux:
[(https://reclass.pantsfullofunix.net/install.html#for-archlinux-users)]
aur yauert ect do not work.
any idea why this wotk, these files used to exist?

Wrong repo.

not trying to be unfriendly, but what would be the right repo?

http://github.com/madduck/reclass as stated on the page you linked
grafik

I see, my appologies. next time I'll check it better

Just a note: that reclass project has nothing to do with ReClass in the game (hacking) context.

I just relaized after a painful installation. is there some "guide" for installing this tool on linux? i dont want to see wine processes but linux ones.
otherwise i'll keep trying

Just start the app with mono.

thank you a lot for your help, but that was also tried and crashed in a weird way:
`[max@tonne ReClass.NET]$ mono ReClass.NET_Launcher.exe
[max@tonne ReClass.NET]$
(mono-sgen:101231): Gtk-WARNING **: 10:03:19.329: Im Modulpfad »adwaita« konnte keine Themen-Engine gefunden werden,
System.EntryPointNotFoundException: MessageBeep assembly: type: member:(null)
at (wrapper managed-to-native) Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm.MessageBeep(Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm/BeepType)
at Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm.Beep () [0x00030] in :0
at Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm.NewMessageBoxForm_Load (System.Object sender, System.EventArgs e) [0x00026] in :0
at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x0001f] in :0
at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00023] in :0

Unhandled Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm'.
at System.Windows.Forms.Control.CreateHandle () [0x00013] in :0
at System.Windows.Forms.Form.CreateHandle () [0x00000] in :0
at System.Windows.Forms.Control.get_Handle () [0x00022] in :0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Application.RunLoop (System.Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00090] in :0
at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window owner) [0x001b7] in :0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window)
at Microsoft.SqlServer.MessageBox.ExceptionMessageBox.Show (System.Windows.Forms.IWin32Window owner) [0x0040f] in :0
at ReClassNET.Program.ShowException (System.Exception ex) [0x0001f] in :0
at ReClassNET.Program.Main (System.String[] args) [0x000c0] in :0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm'.
at System.Windows.Forms.Control.CreateHandle () [0x00013] in :0
at System.Windows.Forms.Form.CreateHandle () [0x00000] in :0
at System.Windows.Forms.Control.get_Handle () [0x00022] in :0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Application.RunLoop (System.Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00090] in :0
at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window owner) [0x001b7] in :0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window)
at Microsoft.SqlServer.MessageBox.ExceptionMessageBox.Show (System.Windows.Forms.IWin32Window owner) [0x0040f] in :0
at ReClassNET.Program.ShowException (System.Exception ex) [0x0001f] in :0
at ReClassNET.Program.Main (System.String[] args) [0x000c0] in :0`

Don't run the launcher. Most unix systems are x64 so just run that mono /.../x64/ReClass.NET.exe

[max@tonne x64]$ mono ReClass.NET.exe System.EntryPointNotFoundException: MessageBeep assembly:<unknown assembly> type:<unknown type> member:(null) at (wrapper managed-to-native) Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm.MessageBeep(Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm/BeepType) at Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm.Beep () [0x00030] in <ad707fea65384e9586f402d5c8889649>:0 at Microsoft.SqlServer.MessageBox.ExceptionMessageBoxForm.NewMessageBoxForm_Load (System.Object sender, System.EventArgs e) [0x00026] in <ad707fea65384e9586f402d5c8889649>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x0001f] in <c87c1b414e134a3b85f757beb69a2505>:0 at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00023] in <c87c1b414e134a3b85f757beb69a2505>:0

very similar exception. I try to remove the MessageBeep related stuff and recompile.
btw the problem for adwaita was resolved by installing gtk-gnome fonts

Resolved. Problem now is, that the process of intrest wont show up. Can you not just add an option to attach by pid :(
i guess gonna do a ghetto fix for this
EDIT EDIT: all works as planned thank you so much! the name is just different