similar to: add/remove program paper bag question

Displaying 20 results from an estimated 40000 matches similar to: "add/remove program paper bag question"

2015 Aug 05
2
EFI: HP + syslinux = crash [ brown paper bag update ]
Update: I added my debugging stuff (just a bunch of Print()s and dprintf()s) to the branch without the multinic fix to see if I could find a common cause somewhere. This is based on commit 8702009f. Where I expected the machine to crash again, it just exited back to the bootloader without crashing. So.. somehow adding this debug code solved the crashing problem? Or did it? Then I went back
2005 Nov 09
1
control.exe
Does the control.exe wine application still work? I go to .wine/drive_c/windows/system32 and run wine control And it tells me that it can't load any applets. I know I have used this before to run the uninstaller. I am using Wine 0.9 Kevin -- Get my public GnuPG key from http://keyserver.veridis.com:11371/export?id=7574690260641978351 -------------- next part -------------- A non-text
2012 Feb 20
2
poser 2012 ... play on linux / wine 1.3.37 ??? errors
hi new here...tryn to get poser 2012 runnin...installs good...gui...loads...mouse disappears...app needs to terminate....here is the log prolly have alot of issues...or maybe not...n im not sure were to begin...any help out there...thanx for the views n time... i know ive spent alot of it doin this stuff also i used the 1.4rc wine ver...but also used the 1.3.37 ver with the same results File
2007 Feb 21
1
TurboTax Home & Business 2006
I'm a Wine newbie. I tried to install Turbotax and have gotten part way to the goal. Perhaps someone can advise me how to continue. My attempt to install (on FC6) involved starting the CD's setup.exe and/or autorun.exe. Install shield reports (and still does) that it cannot find or display the "license" file, but this does not stop the installation. Initially
2010 Nov 19
1
HaoFang client (like Garena) crashes in WSAIoctl
HaoFang client (China's largest platform for online play) HomePage: http://www.cga.com.cn Download(ZIP Version 5.5.0) : http://pv.cga.com.cn/counter.asp?id=952 Installation&Start: > WINEPREFIX=~/.wine-hf winetricks ie6 flash dotnet20 msxml6 vcrun6 riched20 riched30 gdiplus wenquanyi > > cd .wine/drive_c/Program\ Files/platform\ 5.0/ > > WINEPREFIX=~/.wine-hf/
2007 Mar 19
2
Flash MX doesn't load
Hey all, I recently installed Ubuntu and then Wine so I can still run a few apps I can't avoid (like Flash). I installed Flash by double clicking on the install icon within X Windows after installing Wine. Then, upon typing "wine Flash.exe" I was getting an error about a missing .dll file. I added this to system32 and now the error does not come up. However... Flash doesn't
2005 Mar 04
0
minor IA64 ''brown paper bag'' event (createrepo missing
Hi, I did too forget one package (at least) from the release (createrepo). It''s now available as addons/ia64/RPMS/createrepo-0.4.1-1.noarch.rpm I am truly sorry. It just slipped out. -- Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi/
2015 Aug 05
0
EFI: HP + syslinux = crash [ brown paper bag update ]
> I probably messed up in copying over libutil.c32 and libcom32.c32 along with > the various versions of syslinux.efi. On the other hand, there is no lib*.c32 involved in the case where it would not start to load ldlinux.e64 due to the multinic issue. So... How is it possible that a simple recompile with some debugging turned on, resolved the crashing issue. Unfortunately I can't test
2015 Aug 07
2
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> So.. my conclusion for now: 8702009 crashed because of some http pathprefix bug 8702009 contains the multinic bug so wouldn't work anyway e466d24 solves the mutlinic bug AND the http pathprefix bug e466d24 kept crashing on me because I mixed up libraries from 8702009 e466d24 still has an issue with png's in vesalinux causing crashes <<< This is a good
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
On 07-08-15 18:29, Patrick Masotta wrote: >>>> > So.. my conclusion for now: > > 8702009 crashed because of some http pathprefix bug > 8702009 contains the multinic bug so wouldn't work anyway > e466d24 solves the mutlinic bug AND the http pathprefix bug > e466d24 kept crashing on me because I mixed up libraries from 8702009 > e466d24 still has
2015 Aug 11
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> On 07-08-15 16:03, Oscar Roozen wrote: e466d24 still has an issue with png's in vesalinux causing crashes I can confirm this remaining crash is caused by the line "MENU BACKGROUND bootlogo.png". <<< Since last week I've been able to reproduce this problem. This is a weird bug affecting zlib but it looks like a compiler issue (v4.7.2) Please
2015 Aug 11
2
EFI: HP + syslinux = crash [ brown paper bag update ]
On 11-08-15 10:07, Patrick Masotta wrote: > Please implement these new changes over your last non-debug > working build (multi-nic fix) and let's see how it goes. > > https://github.com/ppatpat/syslinux/compare/master...ppatpat:zlib?expand=1 > > Please report your results. Results are in. They are very good. No crashing even with the original config!
2015 Aug 11
0
What about other patches? WAS: EFI: HP + syslinux = crash [ brown paper bag update ]
> > For me this has a very low priority, as the jpg workaround is just fine. Well, vesamenu.c32 under UEFI, although "almost needed", it is already behaving in a crappy manner anyway :(. (Reminder, FWIW, PNG is non-patented, loss-less and popular.) With so many regressions and features not working (in vesamenu under UEFI), I have "suggested" in past months /
2015 Aug 11
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> > Please implement these new changes over your last non-debug > working build (multi-nic fix) and let's see how it goes. > > https://github.com/ppatpat/syslinux/compare/master...ppatpat:zlib?expand=1 > > Please report your results. Results are in. They are very good. No crashing even with the original config! <<< It is also working here; I
2015 Sep 13
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> > It is also working here; I think this particular PNG issue is fixed. > > It's worth to mention that the replaced code looks valid to me; that's why I think > this is probably some sort of compiler bug. It was really hard to find. > We should keep an eye on this issue; it might appear somewhere else. Eww.? The original code was merely an empty define.?
2015 Sep 13
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> > > The empty define should work; actually it did work for many years... > > Your just proposed change was my first attempt for solving this but for some > reason it did not work. After testing a lot the only way I've found to solve this > bug was defining a "real" empty function. I know, 100% hacky but it works. If the voiding doesn't
2015 Sep 13
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> Patrick, Oscar, what specific build tools are you two using? GNU ld (GNU Binutils for Debian) 2.22 gcc version 4.7.2 (Debian 4.7.2-5) NASM version 2.10.01 Trying to recall if there's other utility packages. -- -Gene <<< I think we run the same building environment... #cat /etc/debian_version Debian 7.8 (64 bits) #ld -v GNU ld (GNU Binutils for Debian)
2015 Sep 13
3
EFI: HP + syslinux = crash [ brown paper bag update ]
On Sun, Sep 13, 2015 at 4:38 PM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > > Patrick, Oscar, what specific build tools are you two using? > > GNU ld (GNU Binutils for Debian) 2.22 > gcc version 4.7.2 (Debian 4.7.2-5) > NASM version 2.10.01 > > Trying to recall if there's other utility packages. > > -- > -Gene >
2015 Sep 14
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> > > #cat /etc/debian_version > Debian 7.8 (64bits) My build VM is 32-bit. -- -Gene <<< That could probably mask the problem in your case... Best, Patrick
2015 Sep 14
0
EFI: HP + syslinux = crash [ brown paper bag update ]
On 2015-09-13 18:00, Gene Cumm via Syslinux wrote: > Patrick, Oscar, what specific build tools are you two using? Oscar is on holiday for another week. But I'm pretty sure his environment should be: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo) # ld -v GNU ld version 2.23.52.0.1-16.el7 20130226 # gcc -v Using built-in specs. COLLECT_GCC=gcc