Opened 12 years ago

Closed 12 years ago

#184 closed defect (fixed)

FreePlane not running

Reported by: Martin Iturbide Owned by:
Priority: major Milestone: GA4
Component: general Version: 1.6.0 Build 25 GA3
Severity: medium Keywords:
Cc:

Description

FreePlane? (http://freeplane.sourceforge.net/) is not running anymore with Build 25 GA3.

This is the start script:

set freeplanedir=
set xargs=init.xargs
set defines= "-Dorg.freeplane.param1=%1" "-Dorg.freeplane.param2=%2" "-Dorg.freeplane.param3=%3" "-Dorg.freeplane.param4=%4"
set resdir="-Dorg.freeplane.globalresourcedir=%freeplanedir%resources/"
java -Xmx512m "-Dorg.knopflerfish.framework.bundlestorage=memory" "-Dorg.knopflerfish.gosg.jars=reference:file:%freeplanedir%core/" %resdir% %defines% -jar "%freeplanedir%framework.jar" -xargs "%freeplanedir%props.xargs" -xargs "%freeplanedir%%xargs%"

The error log is attached.

Attachments (1)

hs_err_pid101.log (1.3 KB) - added by Martin Iturbide 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by Martin Iturbide

Attachment: hs_err_pid101.log added

comment:1 Changed 12 years ago by dmik

Milestone: EnhancedGA4

Most likely, the SEH problem from #161 again.

comment:2 Changed 12 years ago by dmik

Please try this DLL ftp://ftp.netlabs.org/pub/odin/test/j4.zip (replace the one in the /bin/client dir) and report if it works now.

comment:3 Changed 12 years ago by dmik

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.