User(s) browsing this thread: 1 Guest(s)
|
[CSI] Community Software Installer 2.6.1 (OLD THREAD)
|
|
02-03-2009, 02:44 PM
|
|||
|
|||
|
RE: [CSI] Community software installer 1.5.2
Yes, you are probably right.
The strange thing is that the screenshots of various apps and themes are downloaded and displayed nicely!? Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
02-03-2009, 02:48 PM
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 02:44 PM)dc11ab Wrote: Yes, you are probably right. Those are not downloaded into the temp folder but directly into memory. The temp folder is determined by your system itself: my application asks the .NET Framework/Mono: give me my temp folder, then I create a folder in there (nmtinstaller) and in there I store the files. Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer |
|||
|
02-03-2009, 03:38 PM
(This post was last modified: 02-03-2009 03:38 PM by dc11ab.)
|
|||
|
|||
|
RE: [CSI] Community software installer 1.5.2
Ah, I see.
According what I read here, there is no libgluezilla for Mac yet, darn. http://lists.ximian.com/pipermail/mono-o...01414.html http://stackoverflow.com/questions/46890...r-mac-os-x Hmm, not giving up just yet, perhaps it's old info by know. But if it's true I don't think I'm skilled enough to make a hacked workaround myself. On a side note, xulrunner has a nice installer for Mac OSX here: http://releases.mozilla.org/pub/mozilla....ac-pkg.dmg But it doesn't help me much on it's own (yes, of course I tried, hehe) Oh, and I also checked the permissions on the -Caches-, -Tmp- and TemporaryItems directories. They seemed fine but just to make sure I chmodded 777 for all users and tried again. No dice, although I wasn't really expecting it to make a difference ![]() Would it make a difference to load the apps to memory as well in the portable version?
Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
02-03-2009, 03:46 PM
(This post was last modified: 02-03-2009 03:50 PM by Ger Teunis.)
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 03:38 PM)dc11ab Wrote: Ah, I see. Webbrowser / gluezilla / XulRunner Hmm, I might completely drop the web browser part which will remove the dependency on XulRunner and LibGluezilla. According: http://www.mail-archive.com/mono-winform...02074.html There is no OSX implementation for the Webbrowser part of Mono. Temp folder According the -temp- folder, I am a bit surprised this is not working right out of the box because this is a very Rudimentary part of .NET. I nicely ask the framework for a temp folder. Can you see the folder "nmtinstaller" in your (kinda weird) temp folder (/var/folders/po/poXKTg81EDmIDagj5vSpPpR6pbs/-Tmp-/) ? Is the executing user able to create a folder there and store files in it? (could you manually check by opening a terminal with the correct user credentials). Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer |
|||
|
02-03-2009, 04:03 PM
(This post was last modified: 02-03-2009 04:08 PM by dc11ab.)
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 03:46 PM)Ger Teunis Wrote: Webbrowser / gluezilla / XulRunnerI hope it will not be too much of an effort, but of course that would be a very nice gesture to the Mac community, given they cannot use the CSI just yet as it seems. Quote:Temp folderLogged in with dc11ab drwx------ 4 dc11ab 619956085 136 Feb 3 15:52 -Caches- drwxr-xr-x 3 dc11ab 619956085 102 Feb 3 15:53 -Tmp- I'm no guru by far, so please consider renaming these folders to something that doesnt begin with a dash "-" since that is interpreted as some sort of command option in *nix. I tried making a cd \-Tmp\- and cd "-Tmp-" but it will not work for me. I'm sure there is a way to get there by CLI though, just need to figure out how ![]() Meanwhile, I can go there with the Mac Finder and create a new directory, drop other files etc. In the nmtappinstaller subfolder I see that ExtendedGaya.tar has been downloaded OK (456 KB), together with installer.cgi and installprepare.cgi. EDIT: A completely other note: it seems CSI is always re-downloading and does not check if there is already a complete (or partial) download available? Perhaps there is some opportunity to save bandwidth (and users some download time)? Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
02-03-2009, 04:11 PM
(This post was last modified: 02-03-2009 04:23 PM by Ger Teunis.)
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 04:03 PM)dc11ab Wrote: I'm no guru by far, so please consider renaming these folders to something that doesnt begin with a dash "-" since that is interpreted as some sort of command option in *nix. Webbrowser> I'll look into it. It will make using this application a lot easier on Linux as well. Regarding temp folder; I do not create those folders, it is done by your system (or mono, I don't know, not using OSX myself). It could be a dash problem indeed. But the weird part is that while you are installing an application the Installer is trying to detect a HD folder (which is part of a theme). At what moment is it crashing, during click on next after selecting application, or on the upload screen? (02-03-2009 04:03 PM)dc11ab Wrote: EDIT: A completely other note: it seems CSI is always re-downloading and does not check if there is already a complete (or partial) download available?That is correct, but implementing a file checker with content(crc) checking is completely out of the question. Will cost way to much developement time, and there is a big change people want to redownload because something went wrong during initial download. Also the small number of occurrences will never compensate the amount extra code and time. Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer |
|||
|
02-03-2009, 04:19 PM
|
|||
|
|||
|
RE: [CSI] Community software installer 1.5.2
Does this app run under Mac OSX as well?
Macbook, OSX 10.8.3 - PCH 110 with 1TB WD HD - Wireless connection |
|||
|
02-03-2009, 04:22 PM
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 04:19 PM)jackadam Wrote: Does this app run under Mac OSX as well? Currently; no. But it is not far off. In an upcoming version there will be better support of OsX and Linux. Linux will work as long as you install some additional libraries and use mono 2.0.1 or up. Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer |
|||
|
02-03-2009, 04:29 PM
(This post was last modified: 02-03-2009 04:30 PM by dc11ab.)
|
|||
|
|||
|
RE: [CSI] Community software installer 1.5.2
(Just for reference: I now run with xulrunner installed)
The CSI quits directly after it has downloaded the theme, right at when you expect to click Next. E.g: start CSI -> Click Theme Tab -> Mark AppleTV (mcmilly) -> Press Next -> Download starts -> Download finishes -> Gone! I ran with mono verbose, here are the last lines before it quits: Code: Method System.Drawing.Icon:Dispose () emitted at 0x164e35e8 to 0x164e3670 (code length 136) [NMT Community Software Installer.exe]Thank's for looking into this. Hope this helps. Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
02-03-2009, 04:33 PM
(This post was last modified: 02-03-2009 04:34 PM by Ger Teunis.)
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 04:29 PM)dc11ab Wrote: (Just for reference: I now run with xulrunner installed) Sadly enough not usefull. This is a crash in one of the libraries of mono itself. Could you post a dump while installing an application? Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer |
|||
|
02-03-2009, 04:45 PM
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 04:33 PM)Ger Teunis Wrote: Sadly enough not usefull. This is a crash in one of the libraries of mono itself. This part is from right after I have selected to install the VeraMono-font (clicking Next) until I get the error message that we cannot get into the FTP server: http://pastebin.com/m26999d98 The crash have so far no applied to applications, just the Theme/Custom menu. I'll try to re-produce and try some more. Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
02-03-2009, 04:48 PM
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 04:45 PM)dc11ab Wrote: This part is from right after I have selected to install the VeraMono-font (clicking Next) until I get the error message that we cannot get into the FTP server: So Applications install correctly and Themes/Custom menu's don't work? Please do not use verbose output, just the default console output. Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer |
|||
|
02-03-2009, 04:55 PM
(This post was last modified: 02-03-2009 08:39 PM by dc11ab.)
|
|||
|
|||
|
RE: [CSI] Community software installer 1.5.2
No, the applications do not install, but they are downloaded (correctly it seems) to the temp-folder on my Mac.
As for the Themes: tested with the "Stilrent". It downloads fine and the zip-file is extracted too, but then CSI vanishes. Since Xulrunner was installed I do not get much of anything from Terminal running normally (without verbose), just the libgluezilla not found. To have webbrowser support, you need libgluezilla installed EDIT The Apps file created in the temp-dir has no Execute rights: $ ls -al Apps -rw-r--r-- 1 dc11ab 619956085 1626 Feb 3 16:50 Apps Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
1 user says Thank You to dc11ab for this post |
|
02-03-2009, 05:00 PM
|
|||
|
|||
RE: [CSI] Community software installer 1.5.2
(02-03-2009 04:55 PM)dc11ab Wrote: No, the applications do not install, but they are downloaded (correctly it seems) to the temp-folder on my Mac. Great, so to recapitulate: - Themes downloads and unzips okay - Application downloads and unzips okay - Themes crash directly after downloading - Applications crashes during upload I think the Applications upload problem is due to the webbrowser component. Themes is something completely different, ohh if just somebody could sponsor me a Apple Laptop (just kidding )Thanks for you feedback! I have more insight now. Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer |
|||
|
02-03-2009, 05:15 PM
(This post was last modified: 02-03-2009 05:21 PM by dc11ab.)
|
|||
|
|||
|
RE: [CSI] Community software installer 1.5.2
Almost correct.
I don't get a crash with Applications, just with Themes. Otherwise well summarized. With Apps I get an error message, but no crash: ![]() But the Apps file created contains a full dir list of my PCH HDD!? I'll post if I find something else that could be of interest. Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]




![[+]](images/collapse_collapsed.gif)




)![[Image: picture1xk3.png]](http://img132.imageshack.us/img132/8527/picture1xk3.png)