planbnet / QuickNFO

Quicklook Plugin for NFO files
289 stars 24 forks source link

Does not work under 10.5.6 #1

Closed 1951FDG closed 14 years ago

planbnet commented 14 years ago

Sorry about that. I don't have a Mac running Leopard anymore so I can't test it, but I've changed the build settings to support 10.5. Please try to download and install the plugin again to see if it works now.

1951FDG commented 14 years ago

It does not work. It does compile however, as it did before with a couple of modifications to project settings. I install the Quick Look NFO plugin. I run qlmanage -r. I try it out. Nothing happens. Console outputs Finder[166] *\ -[NSCFDictionary _stringByResolvingSymlinksInPathUsingCache:]: unrecognized selector sent to instance. Quick Look stops working altogether. To be able to use Quick Look functionality again, I remove /Library/QuickLook/QuickNFO.qlgenerator and Quit Finder. I do know one thing the executable NFOConvert works, when testing it in the Terminal.

planbnet commented 14 years ago

Maybe my latest commit has fixed the bug. If not, I'm not sure what I can do without access to 10.5.

If you want to keep trying, please do so. Maybe running the plugin in the debugger will help (here's an explanation on how to setup qlmanage in xcode: http://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/Quicklook_Programming_Guide/Articles/QLDebugTest.html )

1951FDG commented 14 years ago

Thank you very much. I confirm that it works. Your latest commit fixed the bug. QuickNFO loads fast. My compliments to you. Greetings from the Netherlands.

ghost commented 9 years ago

@1951FDG if you remember, what was this last commit that you were referring to? I'd like to compile on 10.5 also.

1951FDG commented 9 years ago

@w-hive looks like the commit I was referring to is 3083beabb78ff08035f692c71985c759989cbe12 Good luck compiling on 10.5

ghost commented 9 years ago

@1951FDG It worked great, cheers!