search for: wineloader

Displaying 20 results from an estimated 28 matches for "wineloader".

2011 Oct 11
1
unable to start when WINELOADER is set to path of winconsole
Hi all. I am wanting to run the following command from the shell :: wineconsole explorer /desktop=ajay Since I intend to launch Windows CUI executables after launching explorer, I use wineconsole; and secondly, I set WINELOADER to the path of 'wineconsole' binary. (These steps are in conjunction with the link http://www.winehq.org/docs/wine But the application just hangs, always. However, if I omit the second step, (or explicitly set the WINELOADER=''), the application runs vanilla fine. Now, the reas...
2009 Mar 22
2
wineboot not working as expected
...ived a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA # # determine the app Winelib library name appname=`basename "$0" .exe`.exe # first try explicit WINELOADER if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi # then default bin directory if [ -x "/usr/bin/wine" ]; then exec "/usr/bin/wine" "$appname" "$@"; fi # now try the directory containing $0 appdir=&...
2009 Apr 03
1
Wine hangs vb program after 3/4 seconds
.../kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/nata/bin" LD_LIBRARY_PATH = "/home/nata/cxoffice/lib" WINEDLLPATH = "/home/nata/cxoffice/lib/wine" WINEDLLOVERRIDES = <undefined> LD_PRELOAD = "" LD_ASSUME_KERNEL = <undefined> WINELOADER = "/home/nata/cxoffice/bin/wineloader" WINESERVER = "/home/nata/cxoffice/bin/wineserver" WINEDEBUG = <undefined> CX_LOG = <undefined> CX_DEBUGMSG = <undefined> DISPLAY = ":0.0" 16901: Releasing the lock Running `find "/home/nata/.cxoffi...
2009 Jul 06
1
Wine and Crossover
Hey, I am new here but I wanted to know what code differences are there in crossover wine and opensource wine. I know the crossover uses wineloader to load programs and in opensource wine it uses mwine. So there must be some code difference. Any help is appreciated Thnx
2011 Oct 01
2
Debugging a "X Error of failed request: BadAlloc"
...ebugger isn't as simple as I thought. The best results so far I get with this patch applied: Code: diff --git a/tools/winewrapper b/tools/winewrapper index b324daa..1045c51 100755 --- a/tools/winewrapper +++ b/tools/winewrapper @@ -102,4 +102,4 @@ fi # and run the application -exec "$WINELOADER" "$@" +exec gdb --args "$WINELOADER" "$@" This works reasonable so far. Probably I should run winedbg, but for some reason or another, no such binary is built. The currently bigger part of the problem is, as X bails out, the program exits with a SIGPIPE ... C...
2008 Jul 12
2
Dreamweaver CS3 and Wine 1.1.1
I took the plunge and got rid of my windows machine (well I have a separate HDD with XP, that I use in a "trayless tray" when needed!), and turned to Ubuntu. I had seen things todo with wine before, and as such tried it out quite quickly with Dreamweaver CS3. As I cant be without that one for long (not that I cant write the scripts!). I was happy to see thismornings Wine update, pitty
2010 Mar 08
3
Can't run VGHD
Hi, i try to run the virtual girl HD, but every time i try to run it, i get a error message, saying that a serious error occoured. Here is my logfile. Any idea if this is a big think or maybe just a trick is needed? Thank you! Code: ** Mon Mar 8 12:26:24 2010 Starting '/opt/cxoffice/bin/wineloader' 'winewrapper.exe' '--start' '--' '/media/daten/Incoming/VGHD/d/vghd/vghd.exe' fixme:exec:SHELL_execute flags ignored: 0x00000100 ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory fixme:mixer:ALSA_MixerInit No master con...
2004 Jul 08
2
question about an error
Hello, I try to install a unsupported Software - French Learning Software by Klett - with Codeweavers Standard Demo Version. I receive an error an now found the error in the logfile, I assume the problem comes from the wrong builtin library but I don't know. Can anybody please take a look at the attached logfile and give me a hint what to change in the config-file or what microsoft
2007 Dec 11
2
wine proccess list
Hello to all. I have something in mind that I would like to ask to Wine developers. Is it possible using a hack/trick or a hidden option to change the name of wine in the proccess lists? I mean, Is it possible to list 'wine' proccess as, for example 'iexplorer' when I use Internet Explorer under Wine? Thanks a lot for your work, hope my question find the answer here.
2007 Mar 19
1
Strange Wine Error
...p back failed! ERROR! mapping regions Segmentation fault Here is what happens when I try to run the wineprefixcreate: bobby@linux:~> wineprefixcreate drmUnmap back failed! ERROR! mapping regions /usr/local/bin/wineprefixcreate: line 171: 2298 Segmentation fault "${WINELOADER:-$bindir/wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf I don't know if this is a wine-related issue - or could it be the new version of KDE? Or something else? I have no clue what the drmUnmap or the mapping regions error are referring to. Here is my sys...
2006 Jun 07
1
winecfg failure (GLXBadContext?)
This is on Fedora FC5 x86_64 rpm -q wine wine-0.9.14-1.fc5 winecfg wine: creating configuration directory '/home/nbecker/.wine'... X Error of failed request: GLXBadContext Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 166 Current serial number in output stream: 166 wine: wineprefixcreate failed
2003 Jun 16
0
Wine loading batch files
...Syncsort, Inc., and I am currently trying out the CrossOver Office product for the purpose of getting Internet Explorer (Version 6 SP 1) to run. I need to know whether Wine supports the loading of batch files, because each time I try to execute "wine blahblah.bat", it tells me that "wineloader cannot determine executable type for 'blahblah.bat'". Thanks, Eddie Chen edd13chen@yahoo.com --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.wi...
2008 Mar 09
4
how to configure new wine version
The previous version of wine used winecfg. The one just updated 0.9.57 has no option or is it hidden?
2011 Mar 01
1
Help compiling an older version of wine on 64 bit Fedora 14
...ult Code: $ sh wineprefixcreate --prefix /home/mythtv/.nulldcwine Note: wineprefixcreate is deprecated and shouldn't be needed anymore. WINEPREFIX creation and updates now happen automatically when needed. wineprefixcreate: line 134: 31497 Segmentation fault (core dumped) "${WINELOADER:-$bindir/wine}" wineboot.exe Going back to the drawing board I used a different build method, that had worked in the past in a 32-bit environment: Code: $ CFLAGS=-fno-stack-protector ./configure --prefix="/home/mythtv/.nulldcwine" && make depend && make &&a...
2010 Jun 04
6
migrating windows applications by packing wine+app in a deb?
Hello, I recently posted my experimental thoughts in the playonlinux forums, but I really want to open all possible channels to get feedback for the idea to deliver a complete (for the certain windows-app optimized) wine-structure, windows app and all nessassary wrapper scripts for processing the app in a deb. This would mean that every single application(-group) brings its own fitting
2009 Jul 10
5
Running utorrent , Getting Error , solution ?
Hello people I have fedora 8 , tired to run utorrent through fluxbox i get http://yfrog.com/ao792009100005pmp Someone have any idea how to solve this error. Thats after i cancel the setup wizard. I tired also running the setup but same thing. someone ? Thanks
2009 Jun 23
5
Individual Wineprefixes
Hello, I am looking for a way to create an individual wine rpm of the actual src.rpm. My goal is a new winepfrefix, that is created when a user is logging in, that contains additional win-programs. But I did not find the path in the wine...tar.gz file, where the wineprefix is located. can someone help me? Is this even possible? Because that would be an easy way to supply a programm for all users
2015 Oct 02
0
Wine release 1.7.52
...s in the Korean locale 39256 msxml3/tests/domdoc.c crashes under valgrind 39273 Quicken 2004 doesn't install 39277 Enhance error diagnosis for DX10/11 games crashing due to missing support for Mesa OpenGL >= 3.2 core profiles, Shader Model 4, GLSL 1.50 39280 German manpage claims WINELOADER defaults to @bindir@/wineserver 39287 Huawei HiSuite 2.3.55 installer crashes 39320 Unrest doesn't exit properly (hangs on exit) with built-in Xaudio2 39321 Unrest doesn't play audio with built-in Xaudio2 (needs xaudio2_7) 39333 TERA client 2015.09.24 crashes on unimplemented fu...
2009 Apr 03
2
Trying to run a VB software using wine
...g Wine but the software responds that it "ActiveX can't create objects". I have tryed many option that I know but no solution. This is the log file (using the command wine --bottle win98 --cx-app <name>): Code: ** Thu Apr 2 21:03:48 2009 Starting '/home/nata/cxoffice/bin/wineloader' 'winewrapper.exe' '--run' '--' '/home/nata/.cxoffice/win98/drive_c/Visual Software/MyCommerce/myCommerce.exe' fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 22/02/2009, dlt (d/m/y): 1/11/2009...
2004 Jan 15
2
serial port access - microwin step 7
hi, i'm trying to get the application MICROWIN STEP 7 (version 3.1 SP2) from siemens to run. it's a tool which can program siemens simatic S7 through different devices, among others via serial port ppi cabel. the problem is this: the application installs fine, but when i try to install a software device interface (the interface to the serial port, for example), nothing happens. the