我试图运行以下应用:
https://bulkpdf.de
使用ubuntu和mono。我将它与wordpress集成。
然而,当我用终端调用应用程序时,我收到以下错误:
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
Xlib: extension "RANDR" missing on display ":1.0".
System.OverflowException: Arithmetic operation resulted in an overflow.
at (wrapper managed-to-native) System.Object.__icall_wrapper___emul_fconv_to_ovf_i8(double)
at SpreadsheetLight.SLSimpleTheme.CalculateRowColumnInfo () [0x002df] in <da781758b9a04290acccf3dbb454ad9d>:0
at SpreadsheetLight.SLSimpleTheme..ctor (DocumentFormat.OpenXml.Packaging.WorkbookPart wbp, SpreadsheetLight.SLThemeTypeValues themetype, System.Boolean ThrowExceptionsIfAny) [0x00048] in <da781758b9a04290acccf3dbb454ad9d>:0
at SpreadsheetLight.SLDocument.InitialiseStylesheetWhatNots (SpreadsheetLight.SLThemeTypeValues ThemeType) [0x00000] in <da781758b9a04290acccf3dbb454ad9d>:0
at SpreadsheetLight.SLDocument.OpenExistingSpreadsheet (System.String SheetNameOnOpen) [0x00052] in <da781758b9a04290acccf3dbb454ad9d>:0
at SpreadsheetLight.SLDocument..ctor (System.IO.Stream SpreadsheetStream) [0x00099] in <da781758b9a04290acccf3dbb454ad9d>:0
at BulkPDF.Spreadsheet.Open (System.String filePath) [0x00011] in <38b86a5d69f64782bf8c88f7d49916c3>:0
at BulkPDF.MainForm.OpenSpreadsheet (System.String filePath) [0x00000] in <b6568e6b1369411392ff3ce4698bc951>:0
at BulkPDF.MainForm.bSelectSpreadsheet_Click (System.Object sender, System.EventArgs e) [0x0006e] in <b6568e6b1369411392ff3ce4698bc951>:0
at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00019] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x0001e] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.ButtonBase.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00069] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00000] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00078] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m) [0x00037] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m) [0x00000] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <33c9ef2431ee44bfb02f81d92160d180>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <33c9ef2431ee44bfb02f81d92160d180>:0
我该怎么办?
答案 0 :(得分:0)
作为BulkPDF的开发人员我没有将Linux兼容性设置为目标。现在没有多少人使用BulkPDF,所以在不久的将来它不会成为目标。 您可以将Virtual Box与用于GUI的试用Windows安装一起使用。 BulkPDF的控制台版本可以与mono兼容(我没有测试它)。