MadCap Flare and Windows 7
MadCap Flare and Windows 7
MadCap Flare 5.0 doesn't seem to work with Windows 7. Any ideas?
Re: MadCap Flare and Windows 7
Doesn't work how? You can't install it or you can install it but not start it or something else?
(And welcome to the forums.)
(And welcome to the forums.)
Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
Re: MadCap Flare and Windows 7
If W7 was released after Flare v5, then it's a fair guess it wasn't in the list of supported OSs.
Maybe ask MadCap support what the position is?
Maybe ask MadCap support what the position is?
Re: MadCap Flare and Windows 7
I haven't had any trouble with Flare v4.2.1 and Windows 7 (though I haven't done a lot of work in Flare on Windows 7 -- only a few small edits).
Flare v6.1 | Capture 4.0.0
-
- Propellus Maximus
- Posts: 1979
- Joined: Tue Nov 28, 2006 11:18 am
- Location: Crossroads of the West
- Contact:
Re: MadCap Flare and Windows 7
Slick,
Can you be a bit more specific? What are you trying to do and what happens?
Can you be a bit more specific? What are you trying to do and what happens?
Re: MadCap Flare and Windows 7
I have been using Flare 4.2.1 on Windows 7 without issues. Its what we have. Have also 'trial'ed Flare 6.0 on the same.Slick wrote:MadCap Flare 5.0 doesn't seem to work with Windows 7. Any ideas?
Flare v5 should work definitely. You don't need to install any versions of the .NET frameworks that Flare 5.0 needs, on Windows 7 I think, since its already built in.
If you submit your bug feedback request here, the more likely it'll get fixed or included in a future release
Open Utilities PageLayout Resizer for Flare/Blaze | Batch builder
Open Utilities PageLayout Resizer for Flare/Blaze | Batch builder
Re: MadCap Flare and Windows 7
Has anybody tried this (running Flare) with a 64-bit installation of Windows 7?
-
- Propeller Head
- Posts: 75
- Joined: Fri Feb 17, 2006 6:33 am
- Location: Midlands, UK
Re: MadCap Flare and Windows 7
Hi,
I've not tried Flare on 64bit Win7, but do run Flare 6 on 32bit Win7 with no problems at all, and also ran Flare 5 on the same system prior to Flare 6 being released.
hth.
Adrian
I've not tried Flare on 64bit Win7, but do run Flare 6 on 32bit Win7 with no problems at all, and also ran Flare 5 on the same system prior to Flare 6 being released.
hth.
Adrian
Re: MadCap Flare and Windows 7
Yes, I used the 64-bit version of 7 with Flare v4.2.1.wbrisett wrote:Has anybody tried this (running Flare) with a 64-bit installation of Windows 7?
Do you have a specific problem or concern? Nearly all 32-bit Windows software runs on 64-bit Windows.
Flare v6.1 | Capture 4.0.0
Re: MadCap Flare and Windows 7
Actually, yes I do.Andrew wrote: Do you have a specific problem or concern?
I keep killing the memory footprint with my large projects. I've found workarounds to one of them (with 20,000 topics), but my current project involves 6,000 interdependent HTML files which seem to be killing Flare (basically I'm running out of memory during the build process). I just got off the phone with MC support and they are going to try building one of them on a 4GB Windows 64-bit system. The irony is in order to increase the amount of RAM I have, I have to load Windows 7 on a Mac and use VMware, so I can assign additional RAM to the environment. I tried to do this with XP Pro, only to find out that of the 6 GB of RAM I assigned, only 3 GB were being recognized by Windows. A support document on MS site confirmed that the 3 GB limit was because I was using a 32-bit environment. FYI, Windows 7 in the 32-bit mode still only allows you to use 3 GB of RAM. That's why I have to use the 64-bit mode. So, there you go.
-
- Propellus Maximus
- Posts: 661
- Joined: Mon Mar 17, 2008 8:40 am
Re: MadCap Flare and Windows 7
Slick wrote:MadCap Flare 5.0 doesn't seem to work with Windows 7. Any ideas?
CHM targets set to language other than Windows system locale will not compile on Windows 7.
Make sure your running Flare 5.01.
http://kb.madcapsoftware.com/Content/Fl ... ensive.htm
Rob Hollinger
MadCap Software
MadCap Software
-
- Propellus Maximus
- Posts: 661
- Joined: Mon Mar 17, 2008 8:40 am
Re: MadCap Flare and Windows 7
wbrisett wrote:Actually, yes I do.Andrew wrote: Do you have a specific problem or concern?
I keep killing the memory footprint with my large projects. I've found workarounds to one of them (with 20,000 topics), but my current project involves 6,000 interdependent HTML files which seem to be killing Flare (basically I'm running out of memory during the build process). I just got off the phone with MC support and they are going to try building one of them on a 4GB Windows 64-bit system. The irony is in order to increase the amount of RAM I have, I have to load Windows 7 on a Mac and use VMware, so I can assign additional RAM to the environment. I tried to do this with XP Pro, only to find out that of the 6 GB of RAM I assigned, only 3 GB were being recognized by Windows. A support document on MS site confirmed that the 3 GB limit was because I was using a 32-bit environment. FYI, Windows 7 in the 32-bit mode still only allows you to use 3 GB of RAM. That's why I have to use the 64-bit mode. So, there you go.
Your running Flare V6 and shouldnt have problems in Windows 7.
The first thing I would try would be a command line compile which would take away all the UI. This can save some memory with your compiling projects of this magnitude. Below is an example BAT file. You will want to make sure you free up as much memory as possible before kicking off that build.
Here is an example Commandline Batch file:
cd\Program Files\MadCap Software\Madcap Flare V5\Flare.app
madbuild -project "C:\Users\[YOURNAME]\[PROJECT LOCATION]\Project.flprj" -target MYTARGET_CHM
Rob Hollinger
MadCap Software
MadCap Software
Re: MadCap Flare and Windows 7
Thanks Rob. That's was the recommendation of the support group as well. I'm in the middle of doing that as I type this (on another computer). I'll see how that fares.rhollinger wrote:
The first thing I would try would be a command line compile which would take away all the UI.
Wayne
Re: MadCap Flare and Windows 7
Yes, all Windows non-Server 32-bit OSes have a (variable) limitation in RAM between 2 and 4 GB (typically around 3-3.5). 64-bit is the only way around it with Flare.wbrisett wrote:Actually, yes I do.Andrew wrote: Do you have a specific problem or concern?
I keep killing the memory footprint with my large projects. I've found workarounds to one of them (with 20,000 topics), but my current project involves 6,000 interdependent HTML files which seem to be killing Flare (basically I'm running out of memory during the build process). I just got off the phone with MC support and they are going to try building one of them on a 4GB Windows 64-bit system. The irony is in order to increase the amount of RAM I have, I have to load Windows 7 on a Mac and use VMware, so I can assign additional RAM to the environment. I tried to do this with XP Pro, only to find out that of the 6 GB of RAM I assigned, only 3 GB were being recognized by Windows. A support document on MS site confirmed that the 3 GB limit was because I was using a 32-bit environment. FYI, Windows 7 in the 32-bit mode still only allows you to use 3 GB of RAM. That's why I have to use the 64-bit mode. So, there you go.
Are you getting actual out-of-memory errors?
Flare v6.1 | Capture 4.0.0
Re: MadCap Flare and Windows 7
Yes. Has to do with the way Flare is keeping track of the links between documents (at least that's the current theory). The command line is looking very promising and has gotten further than any of the other methods so far.Andrew wrote: Are you getting actual out-of-memory errors?
Re: MadCap Flare and Windows 7
I'll have to load up my 7000-topic project and test on Windows 7, then. Definitely useful information to know before we upgrade our primary boxes.
Flare v6.1 | Capture 4.0.0
Re: MadCap Flare and Windows 7
Have tried it on Flare 4.2 and Flare v6 on Win 7 64bitwbrisett wrote:Has anybody tried this (running Flare) with a 64-bit installation of Windows 7?
If you submit your bug feedback request here, the more likely it'll get fixed or included in a future release
Open Utilities PageLayout Resizer for Flare/Blaze | Batch builder
Open Utilities PageLayout Resizer for Flare/Blaze | Batch builder
Re: MadCap Flare and Windows 7
Is anyone running Flare 6.0 on 32-bit Windows 7 experiencing weird performance issues? If so, how did you get around them?
For me, Flare is slow to respond whenever I type. Flare usually hangs while I'm in the middle of typing a sentence. Flare can also take a while to finish saving a file or updating a TOC.
Performance was fine when I was using Flare 6.0 with Windows XP.
This hanging issue is really slowing me down.
Does anyone have any ideas as to why I'm getting this issue?
TIA!
For me, Flare is slow to respond whenever I type. Flare usually hangs while I'm in the middle of typing a sentence. Flare can also take a while to finish saving a file or updating a TOC.
Performance was fine when I was using Flare 6.0 with Windows XP.
This hanging issue is really slowing me down.
Does anyone have any ideas as to why I'm getting this issue?
TIA!
-
- Senior Propellus Maximus
- Posts: 2090
- Joined: Tue Mar 07, 2006 5:06 pm
- Location: Adelaide, far side of the world ( 34°56'0.78\"S 138°46'44.28\"E).
- Contact:
Re: MadCap Flare and Windows 7
Hi Amanda,
I'm using Flare 6 on a Windows 7 box, albeit 64 bit. I have no performance issues whatsoever.
I guess it comes down to either:
If you are running a business flavour of Windows 7 you can install an XP emulation mode. Basically a virtual XP box, might help but I haven't spent any time with it so cannot comment on its effectiveness.
HTH
I'm using Flare 6 on a Windows 7 box, albeit 64 bit. I have no performance issues whatsoever.
I guess it comes down to either:
- The specification of your machine
- Whether your files are local or networked
- If you have intellisense turned on
If you are running a business flavour of Windows 7 you can install an XP emulation mode. Basically a virtual XP box, might help but I haven't spent any time with it so cannot comment on its effectiveness.
HTH
Steve
Life's too short for bad coffee, bad chocolate, and bad red wine.
-
- Senior Propellus Maximus
- Posts: 4293
- Joined: Thu Feb 02, 2006 9:29 am
- Location: The Electric City
Re: MadCap Flare and Windows 7
SteveS wrote:I'm using Flare 6 on a Windows 7 box, albeit 64 bit. I have no performance issues whatsoever.
The XP mode is nothing else than running XP on VirtualPC. Performance is horrible as with every virtualization product from Microsoft. But it works and lets one run more applications. If that is the way to go I recommend a dual-boot with XP instead or staying on XP. The only disadvantage to that is that Microsoft does everything to make XP unusable going forward.SteveS wrote:If you are running a business flavour of Windows 7 you can install an XP emulation mode. Basically a virtual XP box, might help but I haven't spent any time with it so cannot comment on its effectiveness.
New Book: Creating user-friendly Online Help
Paperback http://www.amazon.com/dp/1449952038/ or https://www.createspace.com/3416509
eBook http://www.amazon.com/dp/B005XB9E3U
Paperback http://www.amazon.com/dp/1449952038/ or https://www.createspace.com/3416509
eBook http://www.amazon.com/dp/B005XB9E3U
Re: MadCap Flare and Windows 7
Hi, Steve,SteveS wrote:Hi Amanda,
I'm using Flare 6 on a Windows 7 box, albeit 64 bit. I have no performance issues whatsoever.
I guess it comes down to either:
- The specification of your machine
- Whether your files are local or networked
Being as Flare ran on an XP box without an issue I would check you have your new installation configured the same as before.
- If you have intellisense turned on
If you are running a business flavour of Windows 7 you can install an XP emulation mode. Basically a virtual XP box, might help but I haven't spent any time with it so cannot comment on its effectiveness.
HTH
Thanks for your help! I turned off IntelliSense and I think that did the trick. Fingers crossed!