Custom Query (105 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#31 fixed Only try to load chinese DLL if file exists alloc Alloc
Description Currently we try to load the xfhsm_oni.dll without prior existence checks. This will also always write an error to the startup-log if the file does not exist which can confuse users. So do a file_exists(xfhsm_oni.dll) before.
#90 fixed Gestalt selector error in Console Iritscen Iritscen
Description When testing the AE in the upcoming OS X 10.10 Yosemite, I got the follow message in Console:

XmlTools: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use NSProcessInfo's operatingSystemVersion property to get correct system version number. Call location:
XmlTools: 0 CarbonCore 0x00007fff94d08dc3 !___Gestalt_SystemVersion_block_invoke + 113
XmlTools: 1 libdispatch.dylib 0x00007fff9395ec13 _dispatch_client_callout + 8
XmlTools: 2 libdispatch.dylib 0x00007fff9395eb26 dispatch_once_f + 117
XmlTools: 3 CarbonCore 0x00007fff94cb14da _Gestalt_SystemVersion + 987
XmlTools: 4 CarbonCore 0x00007fff94cb10c7 Gestalt + 144
XmlTools: 5 QtCore 0x0000000100257836 _ZN9QInternal17activateCallbacksENS_8CallbackEPPv + 2582
XmlTools: 6 ??? 0x00007fff62f25ceb 0x0 + 140734853438699

I don't know why or when this is being called. Are you calling the Gestalt() function directly or is Mono doing that for you? I also don't know if this affects anything adversely because I don't know if you are actually looking at the OS version.

The program still seemed to work fine in 10.10, so I'm just filing this as a trivial bug so that you're aware of it. I suspect it's actually a Mono bug that we can't do anything about.
#134 wontfix Display a warning when an undeclared variable is used in BSL Iritscen s10k
Description It would very useful if instead of ignoring and causing silent issues, if the BSL parser could emit a warning when a variable that was not been declared is used.

How it is right now it raises a very hard to debug issue.

\Edit
Changed error to warning, because if we would emit an error, it could break existing scripts.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.