Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 172)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#126 invalid 3DMatrix version 1.6 doesn't run on Java 1.6.0-b22 WSE Joop
Description

3DMatrix version 1.6 does run on Java 1.4.2, but doesn't run on Java 1.6.0-b22 WSE. Didn't try version 1.5.009 because log shows similar results as with JCad.

Enclosed (renamed) log file from program. I used this command file for starting up; @echo off rem Java 1.4.2 SET JAVA_HOME=i:\JAVA\JAVA142 set BEGINLIBPATH=i:\JAVA\JAVA142\bin set path=i:\JAVA\JAVA142\bin rem @echo off rem Java 1.5.009 rem SET JAVA_HOME=i:\JAVA\JAVA150 rem set BEGINLIBPATH=i:\JAVA\JAVA150\bin rem @echo off rem Java 1.6.0 rem set BEGINLIBPATH=i:\JAVA\JAVA160\bin rem set path=i:\JAVA\JAVA160\bin I: cd I:\CAD\3DMatrix java -Xmx300m -jar 3dmatrix.jar

I can remove or add rem statements to make a Java version active. This on is from Java 1.4.2, the others seems not to work and give an error log. I run eCS 1.2 Dutch with 1Gb memory, enough diskspace

3DMatrix can be downloaded from www.digitalscores.com/3dmatrix/downloads.html

#179 fixed AOO hangs when using new SEH scheme dmik
Description

Seems that there is one more victim of the new SEH scheme - AOO. Java works in AOO (Apache OpenOffice?) if I use GA2 (old SEH scheme) and hangs (with a crash in ODINCDT.DLL) if I use GA3. Here's the POPUPLOG:

07-27-2012  14:41:30  SYS3170  PID 00e9  TID 0001  Slot 00c1
D:\APPS\OPENOFFICE.ORG.3\PROGRAM\SOFFICE.BIN
c0010002
118d00e2
P1=00000000  P2=XXXXXXXX  P3=XXXXXXXX  P4=XXXXXXXX  
EAX=00000000  EBX=168d6514  ECX=00000000  EDX=de4a9dc7
ESI=168d6514  EDI=168d6440  
DS=0053  DSACC=d0f3  DSLIM=5fffffff  
ES=0053  ESACC=d0f3  ESLIM=5fffffff  
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1c3d07c9  CSACC=d0df  CSLIM=5fffffff
SS:ESP=0053:0012fe80  SSACC=d0f3  SSLIM=5fffffff
EBP=0012fe98  FLG=00010213

ODINCRT.DLL 0002:000000e2
#31 worksforme Add tray icon support dmik
Description

This is basically about implementing native methods in awt_TrayIcon.cpp. We will use our xsystray eCenter plugin API we use in Qt4 for implementing tray support. Not really critical.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.