Axure RP閃退問題


Axure RP 在mac 環境,當時安裝的是8.好久沒用了,最近打開,一開就閃退。

網上找了一下,顯示的都是各種文件夾沒權限的問題,實驗了一下不管用。

/Applications/develop/Axure RP 8.app/Contents/MacOS/Axure\ RP\ 8 --verbose

 運行一下試試,顯示:

[AXURE-x64] Mono JIT compiler version 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Dec  7 11:58:58 PST 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
	GC:            sgen
Usage is: mono [options] program [program-options]

Development:
    --aot[=<options>]      Compiles the assembly to native code
    --debug[=<options>]    Enable debugging support, use --help-debug for details
    --debugger-agent=options Enable the debugger agent
    --profile[=profiler]   Runs in profiling mode with the specified profiler module
    --trace[=EXPR]         Enable tracing, use --help-trace for details
    --jitmap               Output a jit method map to /tmp/perf-PID.map
    --help-devel           Shows more options available to developers

Runtime:
    --config FILE          Loads FILE as the Mono config
    --verbose, -v          Increases the verbosity level
    --help, -h             Show usage information
    --version, -V          Show version information
    --runtime=VERSION      Use the VERSION runtime, instead of autodetecting
    --optimize=OPT         Turns on or off a specific optimization
                           Use --list-opt to get a list of optimizations
    --security[=mode]      Turns on the unsupported security manager (off by default)
                           mode is one of cas, core-clr, verifiable or validil
    --attach=OPTIONS       Pass OPTIONS to the attach agent in the runtime.
                           Currently the only supported option is 'disable'.
    --llvm, --nollvm       Controls whenever the runtime uses LLVM to compile code.
    --gc=[sgen,boehm]      Select SGen or Boehm GC (runs mono or mono-sgen)

 想了好久,這玩意,這不就是編譯失敗嘛。看看Mono版本是4.2.1

brew info mono

版本都到 6.8.0了。估計是版本錯誤。

所以,下載Axure RP 9 安裝后 可以運行。

 

如果還不能運行,直接自己安裝mono就是: brew install mono.

 

mono 額外介紹

mono (Xamarin公司開發的跨平台 .NET運行環境)

看這個就可以明白Axcure RP是net開發的,所以,跨平台的時候,使用mono,估計mac新版本之后,對這個包的老版本有啥不兼容了。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM