Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (184 - 186 of 230)

Ticket Resolution Summary Owner Reporter
#67 fixed windows vista uac issues Antoine Martin Antoine Martin
Description

At then end of the installation on win6.1: Create process failed; code 740 This is probably InnoSetup trying to launch the application it has just installed. The "details" on this error are totally unhelpful. According to the InnoSetup documentation, runasoriginaluser is the default when using postinstall. Why you can install software but not run it is beyond me...


When starting the software, it asks every time Do you want to allow the following program from an unknown publisher to make changes to this computer. Maybe this is the logfile we are trying to open? (it obviously does not tell you anything remotely helpful to diagnose) We do not want administrator privileges! Just the ability to write to our own configuration/data files! The information I found uses app manifests to gain full administrator privileges... (typical microsoft sledge hammer defeating security) Or maybe it doesn't run asInvoker unless you tell it to? Not according to this http://stackoverflow.com/questions/195109/running-compiled-python-py2exe-as-administrator-in-vista


The download link for mDNS "Download from apple.com" should popup a browser, but instead you get: The application was unable to start correctly (0xc00000a5). Click OK to close the application. This one may be resolved with the manifest above...

#69 wontfix always show system tray icon on windows Antoine Martin Antoine Martin
Description

Our app avoids placing an icon in the task bar (window.SKIP_TASKBAR), so windows should get out of the way and let us live in the tray (aka notification area). But no, nanny-microsoft decides they know best, so we would need some code to go and hack the registry (yuk), something like what is mentioned in this thread.

#80 fixed mac DMG can't find pygtk (but it's there...) Antoine Martin Antoine Martin
Description
25/01/2010 20:28:41 [0x0-0x15015].shifter[213] 2010/25/01 20:28:41 globals os.uname=('Darwin', 'macadmins-vmware-virtual-platform.local', '9.8.0', 'Darwin Kernel Version 9.8.0: Tue Aug 11 12:57:32 AST 2009; Based on Voodoo :xnu-1228.15.4/BUILD/obj/RELEASE_I386', 'i386') 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213] 2010/25/01 20:28:41 globals version=0.9.0, built on macadmins-vmware-virtual-platform.local by MacAdmin, 2010-01-24 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213] 2010/25/01 20:28:41 globals uid=501, username=MacAdmin, name=MacAdmin, hostname=macadmins-vmware-virtual-platform.local, locale=C 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213] Traceback (most recent call last): 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213]   File "///Volumes/Window-Shifter/Window-Shifter.app/Contents/MacOS/Window-Shifter.py", line 8, in <module> 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213]     execfile(os.path.join(pygtklibdir, "shifter/applet_wrapper.py")) 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213]   File "///Volumes/Window-Shifter/Window-Shifter.app/Contents/Resources/lib/pygtk/2.0/shifter/applet_wrapper.py", line 59, in <module> 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213]     main() 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213]   File "///Volumes/Window-Shifter/Window-Shifter.app/Contents/Resources/lib/pygtk/2.0/shifter/applet_wrapper.py", line 54, in main 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213]     from shifter.client.applet import main 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213]   File "///Users/MacAdmin/Desktop/Window-Shifter.app/Contents/Resources/lib/pygtk/2.0/shifter/client/applet.py", line 14, in <module> 
25/01/2010 20:28:41 [0x0-0x15015].shifter[213] ImportError: No module named pygtk 
25/01/2010 20:28:41 com.apple.launchd[87] ([0x0-0x15015].shifter[213]) Exited with exit code: 1 

Why is it trying to open a path that points to the Desktop where we built the DMG, this path no longer exists (applet.py is in the same location as the other .py files), but it succeeds?? (and fails on importing pygtk...)

Note: See TracQuery for help on using queries.