From: Michael S. <msb...@me...> - 2009-08-25 00:39:53
Attachments:
default_rom_path.patch
|
Attached is a patch to SheepShaver, to fix a problem where the ROM file can only be found on the first boot. When a user creates a new SheepShaver machine, there is no preference file, so there is not ROM path preference. SheepShaver has logic so that in this case, it will look for a ROM file named "ROM" or "Mac OS ROM" in the current directory. The user starts SheepShaver in order to get to the built-in Preferences Editor, and changes various settings (such as creation of a hard disk). Then the user reboots. If the user forgot to set the ROM path at this time, then SheepShaver can no longer boot. The only recourse is for the user to find and delete the preferences file, or use an external preferences editor to set the ROM path. The fix is to change SheepShaver to use the default ROM names when either the rom path is null (no preference) OR an empty string (preference exists with no rom path). |
From: Alexei S. <ale...@gm...> - 2009-08-26 00:19:23
|
Committed with modifications. I changed the strlen(rom_path) to *rom_path to make it O(1). Thanks. -Alexei On Mon, Aug 24, 2009 at 8:39 PM, Michael Schmitt<msb2ssdev@me> wrote: > Attached is a patch to SheepShaver, to fix a problem where the ROM file can > only be found on the first boot. > > When a user creates a new SheepShaver machine, there is no preference file, > so there is not ROM path preference. SheepShaver has logic so that in this > case, it will look for a ROM file named "ROM" or "Mac OS ROM" in the current > directory. > > The user starts SheepShaver in order to get to the built-in Preferences > Editor, and changes various settings (such as creation of a hard disk). Then > the user reboots. > > If the user forgot to set the ROM path at this time, then SheepShaver can no > longer boot. The only recourse is for the user to find and delete the > preferences file, or use an external preferences editor to set the ROM path. > > The fix is to change SheepShaver to use the default ROM names when either > the rom path is null (no preference) OR an empty string (preference exists > with no rom path). > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > |
From: Lew Irwin/S. B. <st...@us...> - 2009-10-04 17:27:46
|
I do not have the technical expertise to understand the patches discussed in your recent message (and how they may affect the performance of SheepShaver). Is there another upgrade or complete build of SS that I can (should?) install? On Tue, Aug 25, 2009 at 5:12 PM, Alexei Svitkine <ale...@gm...>wrote: > Committed with modifications. I changed the strlen(rom_path) to > *rom_path to make it O(1). Thanks. > > -Alexei > > On Mon, Aug 24, 2009 at 8:39 PM, Michael Schmitt<msb2ssdev@me> wrote: > > Attached is a patch to SheepShaver, to fix a problem where the ROM file > can > > only be found on the first boot. > > > > When a user creates a new SheepShaver machine, there is no preference > file, > > so there is not ROM path preference. SheepShaver has logic so that in > this > > case, it will look for a ROM file named "ROM" or "Mac OS ROM" in the > current > > directory. > > > > The user starts SheepShaver in order to get to the built-in Preferences > > Editor, and changes various settings (such as creation of a hard disk). > Then > > the user reboots. > > > > If the user forgot to set the ROM path at this time, then SheepShaver can > no > > longer boot. The only recourse is for the user to find and delete the > > preferences file, or use an external preferences editor to set the ROM > path. > > > > The fix is to change SheepShaver to use the default ROM names when either > > the rom path is null (no preference) OR an empty string (preference > exists > > with no rom path). > > > > > > > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > > trial. Simplify your report design, integration and deployment - and > focus > > on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > basilisk-devel mailing list > > bas...@li... > > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > -- Lew Irwin STUDIO BRIEFING st...@us... (818) 865-0044 Fax: (815) 333-2765 |
From: Alexei S. <ale...@gm...> - 2009-10-04 17:40:53
|
Updated builds of SS are usually available on the SheepShaver forums at emaculation.com. -Alexei On Sun, Oct 4, 2009 at 1:27 PM, Lew Irwin/Studio Briefing <st...@us...>wrote: > I do not have the technical expertise to understand the patches discussed > in your recent message (and how they may affect the performance of > SheepShaver). Is there another upgrade or complete build of SS that I can > (should?) install? > > > On Tue, Aug 25, 2009 at 5:12 PM, Alexei Svitkine < > ale...@gm...> wrote: > >> Committed with modifications. I changed the strlen(rom_path) to >> *rom_path to make it O(1). Thanks. >> >> -Alexei >> >> On Mon, Aug 24, 2009 at 8:39 PM, Michael Schmitt<msb2ssdev@me> wrote: >> > Attached is a patch to SheepShaver, to fix a problem where the ROM file >> can >> > only be found on the first boot. >> > >> > When a user creates a new SheepShaver machine, there is no preference >> file, >> > so there is not ROM path preference. SheepShaver has logic so that in >> this >> > case, it will look for a ROM file named "ROM" or "Mac OS ROM" in the >> current >> > directory. >> > >> > The user starts SheepShaver in order to get to the built-in Preferences >> > Editor, and changes various settings (such as creation of a hard disk). >> Then >> > the user reboots. >> > >> > If the user forgot to set the ROM path at this time, then SheepShaver >> can no >> > longer boot. The only recourse is for the user to find and delete the >> > preferences file, or use an external preferences editor to set the ROM >> path. >> > >> > The fix is to change SheepShaver to use the default ROM names when >> either >> > the rom path is null (no preference) OR an empty string (preference >> exists >> > with no rom path). >> > >> > >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> > trial. Simplify your report design, integration and deployment - and >> focus >> > on >> > what you do best, core application coding. Discover what's new with >> > Crystal Reports now. http://p.sf.net/sfu/bobj-july >> > _______________________________________________ >> > basilisk-devel mailing list >> > bas...@li... >> > https://lists.sourceforge.net/lists/listinfo/basilisk-devel >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> basilisk-devel mailing list >> bas...@li... >> https://lists.sourceforge.net/lists/listinfo/basilisk-devel >> >> > > > -- > Lew Irwin > STUDIO BRIEFING > st...@us... > (818) 865-0044 > Fax: (815) 333-2765 > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > |
From: Kevin J. <kev...@hi...> - 2009-10-04 18:14:35
|
If only! The last official build was 2006. Even the last unofficial build for Mac OS X was July 2008. See http://emaculation.com/doku.php/sheepshaver#sheepshaver_for_mac_os_x . I know you have no duty to help us, and even just posting your knowledge on this forum is a kindness, but it seems like such a small additional step, if you guys are compiling from the latest patch, to simply upload the result. On Oct. 4, 2009, at 11:40 , Alexei Svitkine wrote: > Updated builds of SS are usually available on the SheepShaver forums > at emaculation.com. > > -Alexei > > On Sun, Oct 4, 2009 at 1:27 PM, Lew Irwin/Studio Briefing <st...@us... > > wrote: > I do not have the technical expertise to understand the patches > discussed in your recent message (and how they may affect the > performance of SheepShaver). Is there another upgrade or complete > build of SS that I can (should?) install? > > > > On Tue, Aug 25, 2009 at 5:12 PM, Alexei Svitkine <ale...@gm... > > wrote: > Committed with modifications. I changed the strlen(rom_path) to > *rom_path to make it O(1). Thanks. > > -Alexei > > On Mon, Aug 24, 2009 at 8:39 PM, Michael Schmitt<msb2ssdev@me> wrote: > > Attached is a patch to SheepShaver, to fix a problem where the ROM > file can > > only be found on the first boot. > > > > When a user creates a new SheepShaver machine, there is no > preference file, > > so there is not ROM path preference. SheepShaver has logic so that > in this > > case, it will look for a ROM file named "ROM" or "Mac OS ROM" in > the current > > directory. > > > > The user starts SheepShaver in order to get to the built-in > Preferences > > Editor, and changes various settings (such as creation of a hard > disk). Then > > the user reboots. > > > > If the user forgot to set the ROM path at this time, then > SheepShaver can no > > longer boot. The only recourse is for the user to find and delete > the > > preferences file, or use an external preferences editor to set the > ROM path. > > > > The fix is to change SheepShaver to use the default ROM names when > either > > the rom path is null (no preference) OR an empty string > (preference exists > > with no rom path). > > > > > > > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports > 2008 30-Day > > trial. Simplify your report design, integration and deployment - > and focus > > on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > basilisk-devel mailing list > > bas...@li... > > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > > > > -- > Lew Irwin > STUDIO BRIEFING > st...@us... > (818) 865-0044 > Fax: (815) 333-2765 > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf_______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel -- Sincerely, Kevin Jaques (at home) Use ja...@hi... for work related messages "Send lawyers, guns and money! Dad get me out of this!" - Warren Zevon |
From: Alexei S. <ale...@gm...> - 2009-10-04 18:48:37
|
They have more recent builds than that if you dig deeper - such as from this summer. You can also try betas of the new launcher I made, which uses .sheepvm bundles (see http://www.emaculation.com/forum/viewtopic.php?t=5754&start=25 ). Either way, I suggest making a post on those forums asking them to put a sticky up with newer builds. Or you can build it yourself from source. Making builds is not as simple as it sounds. First, people want UB builds, which is a little painful to make since you have to compile twice and then merge them. Then, you gotta make sure they're compatible with Tiger, so you need a Tiger system. Then, you have to decide what the various options that people want in it are - there's too many for SS and I don't know what other people use. Additionally, a Windows build to correspond to the Mac one for the same date should be provided. And don't get me started on Linux and BeOS. Then, there's the issue with "official" builds and version numbers. Do I have the right to bump the version number to 2.4 just because I have CVS access? I don't know. Also, the only site that's official is Gwenole's, which I can't edit. Oh and when there's new versions, someone needs to go and upload them to sites like MacUpdate and VersionTracker and friends. So all in all, its a complicated story. Perhaps some part of it can be solved technically (like making scripts to build a Tiger-compatible UB of SS on a Leopard or Snow Leopard Intel system). -Alexei On Sun, Oct 4, 2009 at 2:13 PM, Kevin Jaques <kev...@hi...>wrote: > If only! The last official build was 2006. Even the last unofficial build > for Mac OS X was July 2008. See > http://emaculation.com/doku.php/sheepshaver#sheepshaver_for_mac_os_x. > I know you have no duty to help us, and even just posting your knowledge on > this forum is a kindness, but it seems like such a small additional step, if > you guys are compiling from the latest patch, to simply upload the result. > > On Oct. 4, 2009, at 11:40 , Alexei Svitkine wrote: > > Updated builds of SS are usually available on the SheepShaver forums at > emaculation.com. > -Alexei > > On Sun, Oct 4, 2009 at 1:27 PM, Lew Irwin/Studio Briefing <st...@us...>wrote: > >> I do not have the technical expertise to understand the patches discussed >> in your recent message (and how they may affect the performance of >> SheepShaver). Is there another upgrade or complete build of SS that I can >> (should?) install? >> >> >> On Tue, Aug 25, 2009 at 5:12 PM, Alexei Svitkine < >> ale...@gm...> wrote: >> >>> Committed with modifications. I changed the strlen(rom_path) to >>> *rom_path to make it O(1). Thanks. >>> >>> -Alexei >>> >>> On Mon, Aug 24, 2009 at 8:39 PM, Michael Schmitt<msb2ssdev@me> wrote: >>> > Attached is a patch to SheepShaver, to fix a problem where the ROM file >>> can >>> > only be found on the first boot. >>> > >>> > When a user creates a new SheepShaver machine, there is no preference >>> file, >>> > so there is not ROM path preference. SheepShaver has logic so that in >>> this >>> > case, it will look for a ROM file named "ROM" or "Mac OS ROM" in the >>> current >>> > directory. >>> > >>> > The user starts SheepShaver in order to get to the built-in Preferences >>> > Editor, and changes various settings (such as creation of a hard disk). >>> Then >>> > the user reboots. >>> > >>> > If the user forgot to set the ROM path at this time, then SheepShaver >>> can no >>> > longer boot. The only recourse is for the user to find and delete the >>> > preferences file, or use an external preferences editor to set the ROM >>> path. >>> > >>> > The fix is to change SheepShaver to use the default ROM names when >>> either >>> > the rom path is null (no preference) OR an empty string (preference >>> exists >>> > with no rom path). >>> > >>> > >>> > >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >>> 30-Day >>> > trial. Simplify your report design, integration and deployment - and >>> focus >>> > on >>> > what you do best, core application coding. Discover what's new with >>> > Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> > _______________________________________________ >>> > basilisk-devel mailing list >>> > bas...@li... >>> > https://lists.sourceforge.net/lists/listinfo/basilisk-devel >>> > >>> > >>> >>> >>> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >>> 30-Day >>> trial. Simplify your report design, integration and deployment - and >>> focus on >>> what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> basilisk-devel mailing list >>> bas...@li... >>> https://lists.sourceforge.net/lists/listinfo/basilisk-devel >>> >>> >> >> >> -- >> Lew Irwin >> STUDIO BRIEFING >> st...@us... >> (818) 865-0044 >> Fax: (815) 333-2765 >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> basilisk-devel mailing list >> bas...@li... >> https://lists.sourceforge.net/lists/listinfo/basilisk-devel >> >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf_______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > > -- > > Sincerely, Kevin Jaques (at home) > > > Use ja...@hi... for work related messages > > > "Send lawyers, guns and money! Dad get me out of this!" - Warren Zevon > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > |
From: Lew Irwin/S. B. <st...@us...> - 2009-10-12 20:12:10
|
I installed the July 2008 release -- and noticed a number of improvements until I went to paste a document from the application HTML Pro into Tex-Edit Plus. At this point I received an error message: "Apple Event error. Perhaps AppleScript is installed improperly. Error:-1702." I then discovered that attempting to open any Tex-Edit document brings up the same error message. Is there a quick fix for a non-programmer like myself? On Sun, Oct 4, 2009 at 11:33 AM, Michael Schmitt <msb2ssdev@me> wrote: > Consider the July 2008 version to be the "stable" release. > > There are various development efforts going on that will lead to a new > release candidate. Binaries are created, and are posted in the SheepShaver > forum <http://www.emaculation.com/forum/viewforum.php?f=20> on > Emaculation.com. These are beta (unstable) versions. > > The wiki has a news page <http://www.emaculation.com/doku.php/news> that > points out the significant forum postings. > > Right now the development activity is around a "SheepShaver" launcher > application. > > This mailing list is for notification and discussion of patches posted to > the source repository. > > If you are looking for a binary, we can point you in the right direction, > but we need to know: > > 1. Are you needing something that isn't in the stable (July 2008) release? > > 2. What is your platform and host operating system? > > > On Oct 4, 2009, at 1:13 PM, Kevin Jaques wrote: > > If only! The last official build was 2006. Even the last unofficial build > for Mac OS X was July 2008. See > http://emaculation.com/doku.php/sheepshaver#sheepshaver_for_mac_os_x. > I know you have no duty to help us, and even just posting your knowledge on > this forum is a kindness, but it seems like such a small additional step, if > you guys are compiling from the latest patch, to simply upload the result. > > On Oct. 4, 2009, at 11:40 , Alexei Svitkine wrote: > > Updated builds of SS are usually available on the SheepShaver forums at > emaculation.com. > -Alexei > > On Sun, Oct 4, 2009 at 1:27 PM, Lew Irwin/Studio Briefing <st...@us...>wrote: > >> I do not have the technical expertise to understand the patches discussed >> in your recent message (and how they may affect the performance of >> SheepShaver). Is there another upgrade or complete build of SS that I can >> (should?) install? >> >> >> On Tue, Aug 25, 2009 at 5:12 PM, Alexei Svitkine < >> ale...@gm...> wrote: >> > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > -- Lew Irwin STUDIO BRIEFING st...@us... (818) 865-0044 Fax: (815) 333-2765 |
From: Alexei S. <ale...@gm...> - 2009-10-12 20:57:07
|
Is this something that worked fine with earlier versions of SheepShaver? -Alexei On Mon, Oct 12, 2009 at 4:11 PM, Lew Irwin/Studio Briefing <st...@us...>wrote: > I installed the July 2008 release -- and noticed a number of improvements > until I went to paste a document from the application HTML Pro into Tex-Edit > Plus. At this point I received an error message: "Apple Event error. Perhaps > AppleScript is installed improperly. Error:-1702." I then discovered that > attempting to open any Tex-Edit document brings up the same error message. > Is there a quick fix for a non-programmer like myself? > > On Sun, Oct 4, 2009 at 11:33 AM, Michael Schmitt <msb2ssdev@me> wrote: > >> Consider the July 2008 version to be the "stable" release. >> >> There are various development efforts going on that will lead to a new >> release candidate. Binaries are created, and are posted in the SheepShaver >> forum <http://www.emaculation.com/forum/viewforum.php?f=20> on >> Emaculation.com. These are beta (unstable) versions. >> >> The wiki has a news page <http://www.emaculation.com/doku.php/news> that >> points out the significant forum postings. >> >> Right now the development activity is around a "SheepShaver" launcher >> application. >> >> This mailing list is for notification and discussion of patches posted to >> the source repository. >> >> If you are looking for a binary, we can point you in the right direction, >> but we need to know: >> >> 1. Are you needing something that isn't in the stable (July 2008) release? >> >> 2. What is your platform and host operating system? >> >> >> On Oct 4, 2009, at 1:13 PM, Kevin Jaques wrote: >> >> If only! The last official build was 2006. Even the last unofficial build >> for Mac OS X was July 2008. See >> http://emaculation.com/doku.php/sheepshaver#sheepshaver_for_mac_os_x. >> I know you have no duty to help us, and even just posting your knowledge >> on this forum is a kindness, but it seems like such a small additional step, >> if you guys are compiling from the latest patch, to simply upload the >> result. >> >> On Oct. 4, 2009, at 11:40 , Alexei Svitkine wrote: >> >> Updated builds of SS are usually available on the SheepShaver forums at >> emaculation.com. >> -Alexei >> >> On Sun, Oct 4, 2009 at 1:27 PM, Lew Irwin/Studio Briefing <st...@us... >> > wrote: >> >>> I do not have the technical expertise to understand the patches discussed >>> in your recent message (and how they may affect the performance of >>> SheepShaver). Is there another upgrade or complete build of SS that I can >>> (should?) install? >>> >>> >>> On Tue, Aug 25, 2009 at 5:12 PM, Alexei Svitkine < >>> ale...@gm...> wrote: >>> >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> basilisk-devel mailing list >> bas...@li... >> https://lists.sourceforge.net/lists/listinfo/basilisk-devel >> >> > > > -- > Lew Irwin > STUDIO BRIEFING > st...@us... > (818) 865-0044 > Fax: (815) 333-2765 > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > |
From: Lew Irwin/S. B. <st...@us...> - 2009-10-12 21:15:22
|
Yes, I have had no previous problems. I've been using Sheepshaver for about two years with only minor glitches. I installed the new version on an iMac and a Macbook Pro and got the same error message. I switched over to a Macbook Air with the old version and had no problem. On Mon, Oct 12, 2009 at 1:56 PM, Alexei Svitkine <ale...@gm...>wrote: > Is this something that worked fine with earlier versions of SheepShaver? > -Alexei > > > On Mon, Oct 12, 2009 at 4:11 PM, Lew Irwin/Studio Briefing <st...@us... > > wrote: > >> I installed the July 2008 release -- and noticed a number of improvements >> until I went to paste a document from the application HTML Pro into Tex-Edit >> Plus. At this point I received an error message: "Apple Event error. Perhaps >> AppleScript is installed improperly. Error:-1702." I then discovered that >> attempting to open any Tex-Edit document brings up the same error message. >> Is there a quick fix for a non-programmer like myself? >> >> On Sun, Oct 4, 2009 at 11:33 AM, Michael Schmitt <msb2ssdev@me> wrote: >> >>> Consider the July 2008 version to be the "stable" release. >>> >>> There are various development efforts going on that will lead to a new >>> release candidate. Binaries are created, and are posted in the SheepShaver >>> forum <http://www.emaculation.com/forum/viewforum.php?f=20> on >>> Emaculation.com. These are beta (unstable) versions. >>> >>> The wiki has a news page <http://www.emaculation.com/doku.php/news> that >>> points out the significant forum postings. >>> >>> Right now the development activity is around a "SheepShaver" launcher >>> application. >>> >>> This mailing list is for notification and discussion of patches posted to >>> the source repository. >>> >>> If you are looking for a binary, we can point you in the right direction, >>> but we need to know: >>> >>> 1. Are you needing something that isn't in the stable (July 2008) >>> release? >>> >>> 2. What is your platform and host operating system? >>> >>> >>> On Oct 4, 2009, at 1:13 PM, Kevin Jaques wrote: >>> >>> If only! The last official build was 2006. Even the last unofficial build >>> for Mac OS X was July 2008. See >>> http://emaculation.com/doku.php/sheepshaver#sheepshaver_for_mac_os_x. >>> I know you have no duty to help us, and even just posting your knowledge >>> on this forum is a kindness, but it seems like such a small additional step, >>> if you guys are compiling from the latest patch, to simply upload the >>> result. >>> >>> On Oct. 4, 2009, at 11:40 , Alexei Svitkine wrote: >>> >>> Updated builds of SS are usually available on the SheepShaver forums at >>> emaculation.com. >>> -Alexei >>> >>> On Sun, Oct 4, 2009 at 1:27 PM, Lew Irwin/Studio Briefing < >>> st...@us...> wrote: >>> >>>> I do not have the technical expertise to understand the patches >>>> discussed in your recent message (and how they may affect the performance of >>>> SheepShaver). Is there another upgrade or complete build of SS that I can >>>> (should?) install? >>>> >>>> >>>> On Tue, Aug 25, 2009 at 5:12 PM, Alexei Svitkine < >>>> ale...@gm...> wrote: >>>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> basilisk-devel mailing list >>> bas...@li... >>> https://lists.sourceforge.net/lists/listinfo/basilisk-devel >>> >>> >> >> >> -- >> Lew Irwin >> STUDIO BRIEFING >> st...@us... >> (818) 865-0044 >> Fax: (815) 333-2765 >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> basilisk-devel mailing list >> bas...@li... >> https://lists.sourceforge.net/lists/listinfo/basilisk-devel >> >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > > -- Lew Irwin STUDIO BRIEFING st...@us... (818) 865-0044 Fax: (815) 333-2765 |