So, I've got a weird behavior. Every so often, my databases (including mainResponder) don't open on startup. Here's the background: I've got a script that runs...
... Are you sure that there's not another instance of Frontier not yet completely stopped that's causing your relaunch to run into a permissions or file lock...
I don't think there's another instance, because flaunch.exe doesn't launch Frontier unless it sees that there's no currently running Frontier. But it could be...
Hi David, I see this a lot on one Windows machine. Multiple User logins, usually via Remote Desktop or at the machine. fLaunch launches an instance in another...
I've not used flaunch, but there's a handy program on windows called "tasklist" You can use it in a script to check for, and kill, other tasks by name. For...
Steve, I definitely Remote Desktop into our servers, but I'm the only person who logs in remotely. My remote connection does drop sometimes and I have to...
... Having scripts that deal with RDP sessions correctly has been on my "To Do" list for YEARS. I've always been displeased there wasn't an easy way to deal...
Hi, I am running Frontier 10.1a11 on Leopard Server. It seems to work ok, but every now and then, the menu bar goes all grey, and the menus are effectively...
... and ... the ... Yes I have noticed the same problem (running on Leopard but not Leopard server), but the problem has not shown up for a while. I thought it...
Hello all, As far as I know there have been no specific changes made to the source code to address this issue. v10.1a15 on my G4 Mirrored Door show this issue...
I updated to version a15. Replaced a10 with the new version. Everything worked except I got a 500 server error from a custom script in mainresponderWebsites...
I just downloaded the trunk from subversion and opened up the Frontier Universal Binary xcode project in XCode 2.5 on Leopard. I built the Frontier target...
Michael, I noticed this posting and I didn't want it to go completely unresponded. First, I need to admit that I'm a PC developer, so I can't tell you if...
table.surepath(scratchpad.moddates.buttons) returns (in quick script) false moddates not defined It should (I think) have made a table moddates in the...
Hi there, I am using the latest version of Frontier on OSX Server 10.5.1. Frontier keeps crashes when I do things like "Load Image File". The 'choose file"...
when I try to run system.verbs.builtins.sqlite.examples.createTable I get a message "Error in kernel call. The verb "open" does not exist, or isn't set up to...
Hello Russ, What version of the kernel are you running? Are you running a roll your own version? I believe that SQLite made it's first appearance in the...
... I was running 10.1a10. When I replaced that with 10.1a11 I got it to run -sort of- When I debug the examples.createTable everything seems to go fine until...
Hello Russ, ... run -sort of- ... until ... closes and the script ... "result" in the lookup ... I'll bet you have a syntax error and compileQuery isn't as...
... here is the script from the examples table with a couple of foos added for breakpoints. local ( databaseId, f, query, queryId, result ); bundle { // f ...
Hello Russ, Ah, my mistake, looks like you're working with a virtually unchanged script. OK. What values do you have on the stack for databaseId, f and query ...
... databaseId is 364668688 f is Big Mac:Users:russgum:Library:Caches:TemporaryItems:states.db3 (this file does not exist) but a fie with the name (name...
Have you tried running the query outside of Frontier? One of the best debugging techniques I use (both for SQLite and MySQL) is to use one of the client...
Hello Russ, ... This looks OK. ... (this file does not ... exist I suspect this ... I don't think colons are the problem, they get translated by the OS. Since...
... I don't think the file is in the expected location. It is not at Big Mac:Users:russgum:Library:Caches:TemporaryItems:states.db3 It is in the top level of...