Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 80)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#87 fixed Can't install OdinApp David McKenna
Description

Using eCS 2.1 and Odin 0.8.5 installed using YUM. Apps requiring Odin (Java, Flash) seem to work well.

If I try to install the OdinApp? package (after unzipping) using 'pe setup.exe' in an eCS command window, I get the message: 'File not found: D:\var\temp\_ISMP1.DIR\_INS5176._MP.exe'. I click the 'OK' button and the install terminates.

#86 fixed SHGetSpecialFolderPathW added to def file abwillis
Description

Flash 11.4 needs SHGetSpecialFolderPathW, there is no definition in the normal def file but is in the debug. Added and it fixes the issue with Flash 11.4:

Index: src/shell32/shell32.def
===================================================================
--- src/shell32/shell32.def	(revision 22010)
+++ src/shell32/shell32.def	(working copy)
@@ -403,3 +403,4 @@
     SHGetDiskFreeSpaceA               = "_GetDiskFreeSpaceExA@16"             @1222
     SHGetDiskFreeSpaceExA             = "_GetDiskFreeSpaceExA@16"             @1223
     SHGetDiskFreeSpaceExW             = "_GetDiskFreeSpaceExW@16"             @1224
+    SHGetSpecialFolderPathW           = "_SHGetSpecialFolderPathW@16"         @1225
#84 fixed Print crash observed under openJDK Lewis Rosenthal
Description

[will cross ref this to openJDK bug list]

Using either openJDK GA2 or GA3 with Odin 0.8.5, printing causes the application to exit. A blank page is ejected from the printer. Printing is to an HP LaserJet?, using the Postscript driver, printing via LPR.

Rolling back to Odin 0.8.4 (and using openJDK GA2), printing works as expected.

Note JVM crash log (full log attached):

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x15429a07, pid=156, tid=10223635
#
# JRE version: 6.0-b24
# Java VM: OpenJDK Client VM (20.0-b12 mixed mode os2-x86 )
# Problematic frame:
# C  [WGSS50+0x9a07]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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