No executable
greencopper opened this issue · 4 comments
I have just cloned and checked out v3.3.0.0. In the doc it says "Run the program and point your browser to 127.0.0.1:5556."
Run what? There are no executables?
Running the start script also gives:
"Cannot open assembly 'XG.Application.exe': No such file or directory"
Also in the wiki it says "On Linux/Mac, open up a terminal and navigate to the \XG.Application\bin\ folder", there is no bin folder in XG.Application.
You need to download a release from here: https://github.com/lformella/xdcc-grabscher/releases
Cloning the repository just checks out the source code. Of course you can compile the software by yourself.
Be aware that txdcc-grabscher is no longer maintained.
Thanks. How would I compile it on Linux?
Got the latest release, but it isn't working.
Getting this:
mono XG.Application.exe
05-02-2016 22:06:19,270 FATAL [ 1] 0:XG.Plugin.AWorker.Start()
System.EntryPointNotFoundException: FlushFileBuffers
at (wrapper managed-to-native) Sharpen.IO.RandomAccessFile:FlushFileBuffers (Microsoft.Win32.SafeHandles.SafeFileHandle)
at Sharpen.IO.RandomAccessFile.Sync () <0x411c72e0 + 0x00033> in <filename unknown>:0
at Db4objects.Db4o.IO.FileStorage+FileBin.Sync () <0x411c7260 + 0x0002f> in <filename unknown>:0
at Db4objects.Db4o.IO.BinDecorator.Sync () <0x411c6c10 + 0x0001d> in <filename unknown>:0
at Db4objects.Db4o.IO.CachingBin.Sync () <0x411c6c40 + 0x0001b> in <filename unknown>:0
at Db4objects.Db4o.IO.BinDecorator.Sync () <0x411c6c10 + 0x0001d> in <filename unknown>:0
at Db4objects.Db4o.IO.BlockAwareBin.Sync () <0x411c6b50 + 0x0001f> in <filename unknown>:0
at Db4objects.Db4o.Internal.IoAdaptedObjectContainer.SyncAndClose (IBin bin) <0x411c7e10 + 0x0002a> in <filename unknown>:0
at Db4objects.Db4o.Internal.IoAdaptedObjectContainer.CloseDatabaseFile () <0x411c7dc0 + 0x0001b> in <filename unknown>:0
at Db4objects.Db4o.Internal.IoAdaptedObjectContainer.ShutdownDataStorage () <0x411c7bf0 + 0x00063> in <filename unknown>:0
at Db4objects.Db4o.Internal.ObjectContainerBase.ShutdownObjectContainer () <0x411c7410 + 0x000a3> in <filename unknown>:0
at Db4objects.Db4o.Internal.ObjectContainerBase+_IRunnable_129.Run () <0x41191880 + 0x001a7> in <filename unknown>:0
at Db4objects.Db4o.Foundation.DynamicVariable.With (System.Object value, IRunnable block) <0x41191620 + 0x0005e> in <filename unknown>:0
at Db4objects.Db4o.Foundation.Environments.RunWith (IEnvironment environment, IRunnable runnable) <0x411915f0 + 0x00026> in <filename unknown>:0
at Db4objects.Db4o.Internal.ObjectContainerBase.WithEnvironment (IRunnable runnable) <0x411915b0 + 0x00023> in <filename unknown>:0
at Db4objects.Db4o.Internal.ObjectContainerBase.Open () <0x41191530 + 0x00063> in <filename unknown>:0
at Db4objects.Db4o.Internal.IoAdaptedObjectContainer..ctor (IConfiguration config, System.String fileName) <0x411901d0 + 0x00103> in <filename unknown>:0
at Db4objects.Db4o.Internal.ObjectContainerFactory.OpenObjectContainer (IEmbeddedConfiguration config, System.String databaseFileName) <0x4118fe70 + 0x0005f> in <filename unknown>:0
at Db4objects.Db4o.Db4oEmbedded.OpenFile (IEmbeddedConfiguration config, System.String databaseFileName) <0x4118fd70 + 0x00023> in <filename unknown>:0
at XG.DB.Dao.StartRun () <0x41183c70 + 0x001ab> in <filename unknown>:0
at XG.Plugin.AWorker.Start (System.String aName, Boolean aNewThread) <0x41183ad0 + 0x00109> in <filename unknown>:0
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at XG.Business.Helper.Objects.CheckAndRemoveDuplicates (XG.Model.Domain.Servers aServers) <0x411d76a0 + 0x0004e> in <filename unknown>:0
at XG.Business.App..ctor () <0x41168060 + 0x002c7> in <filename unknown>:0
at XG.Application.Programm.Main (System.String[] args) <0x4110b620 + 0x00a67> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at XG.Business.Helper.Objects.CheckAndRemoveDuplicates (XG.Model.Domain.Servers aServers) <0x411d76a0 + 0x0004e> in <filename unknown>:0
at XG.Business.App..ctor () <0x41168060 + 0x002c7> in <filename unknown>:0
at XG.Application.Programm.Main (System.String[] args) <0x4110b620 + 0x00a67> in <filename unknown>:0
That's an bug I recently encountered/fixed in my fork...
pnill/XG-SBmod#2