similar to: starting wine with window size gives error.

Displaying 20 results from an estimated 200 matches similar to: "starting wine with window size gives error."

2007 Aug 02
1
wine PPTVIEW on 64 bits seems to run fast
I have an amd 64 X2 box. I am running both an older 32 bit version 20050725 and wine-0.9.38 compiled as a 64 bit version. Both seem to be running fast for PPTVIEW.EXE Has anyone else seen this and how might I slow it down? Jerry
2008 Apr 18
1
PowerPoint Viewer 2007 crashes
Hi! PowerPoint Viewer 2007 (downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyID=048dc840-14e1-467d-8dca-19d2a8fd7485&DisplayLang=en) doesn't run on Wine 0.9.59 (installed from Wine repository) on Ubuntu Gutsy. Installation completes successfully but all I get after trying to run the app is: $ wine Program\ Files/Microsoft\ Office/Office12/PPTVIEW.EXE
2006 Jan 12
0
compiling and getting an error
I downloaded a bluetooth module today (btsco.41.tgz) I am getting an error on line 88 when compiling and trying to figure out why??? I have compared it to alsa-driver code and it looks good to me. here is the source snippit: ----------------- the following line is line 86 --------------- static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; module_param_array(index, int, NULL,
2020 Nov 18
3
Help with VirtualBox on CentOS 7
Any Virtualbox on CentOS guru's out there? I only have 1 VM on my linux host. in the update process to virtualbox 6.1.16 my config was lost. When I run Virtualbox my VM does not show. So I desire to add it back. My structure is this. ls -l /home/silentm/vmware/CentOS\ 64-bit\ LSI/ -rw------- 1 silentm silentm 8684 Aug 13 08:31 CentOS 64-bit LSI.nvram -rw-r--r-- 1 silentm silentm 0 Feb 27
2005 Sep 02
6
question on cut
I am trying to use cut to tell me the suffix of a file. for example: echo /home/silentm/log/file.machine.log | cut -d . -f 1- I was expecting to get .log or log but I get the entire string echoed back. doing the opposite gave me what I expected: echo /home/silentm/log/file.machine.log | cut -d . -f 1 gives me /home/silentm/log/file I am trying to find a way to test if the file ends in .log?
2014 Oct 23
2
httpd on centos 7
I have read the info on apache 2.4... I added to the bottom of httpd.conf these lines (and restarted httpd) ------------------------- <Directory /var/www/html> # old 2.2 config # Order Allow,Deny # Allow from all AllowOverride None Require all granted </Directory> <Directory /home/silentm/public_html/gifs> AllowOverride None Require all granted </Directory>
2016 Feb 02
4
Compile error with libpri 1.4.15
I am getting this: make gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory #include <dahdi/tonezone.h> I am using dahdi-linux-complete-2.11.0+2.11.0 I did "find . | grep timezone.h" from the dahdi root and its not
2012 Oct 24
1
Getting 8139cp (1.3) and 8139too (0.9.28) on Centos 5.8
Subject says it all. How can I get the 1.3 version and 0.9.28 to compile on CentOS 5.8 ??? When I compile the two as modules I get errors. My Makefile is: obj-m += 8139cp.o 8139too.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean The errors I get are: Entering directory
2006 Dec 30
1
controlling an apps screen size and/or borders
I am running PPTVIEW.EXE (power point viewer). I want to control how it shows up on the screen, different everytime I run it. By default it goes fullscreen no borders. I now run: wine explorer /desktop=default,800x600 PPTVIEW.EXE file.ppt and I get a 800x600 window with borders - How can I not have any borders??? When I run wine explorer /desktop=root,800x600 PPTVIEW.EXE file.ppt I get a
2008 Mar 31
2
alsa 1.016 compile error on latest kernel centos 5.1
Hi all, I need to compile alsa-project 1.0.16 on the latest centos 5.1 kernel. I am getting this error. What to do... ? CC [M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/sound_oss.o CC [M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/info_oss.o In file included from
2008 Apr 11
1
odd error compiling zaptel-1.4.10
CC [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/vpmadt032.o CC [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/GpakApi.o CC [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/../voicebus.o LD [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/wcte12xp.o
2008 Mar 17
4
MeetMe option b
I am running asterisk 1.4.18 trying to use MeetMe and option b. I am getting permissions denied failed to execute conf-background.agi on the CLI lrwxrwxrwx 1 root root 37 Mar 17 10:11 conf-background.agi -> /home/silentm/bin/conf-background.agi my conf background is a symbolic link - then my permissions are : [root at devcentos5x64 src]# ls -l /home/silentm/bin/conf-background.agi
2005 Feb 27
2
PowerPoint Viewer 2003
PowerPoint Viewer 1997 work nicely, but the installation for PowerPoint Viewer 2003 seems incomplete. It emits a number of fixme:msi warnings. It would be a nice wishlist item. Cheers, Shaun $ wine --version Wine 20041201 $ md5sum ppviewer.exe 1facc59a11680d1f828ed5118a0270b1 ppviewer.exe $ wine ppviewer.exe fixme:msi:MsiInstallProductW L"ppviewer.msi" L""
2012 Jun 04
1
repo dates and times
I am trying to get my kickstart "repo" line to function correctly. repo --name=Updates --baseurl=http://192.168.1.14/centos/6.2/updates/x86_64/ When I comment the above line my install works, When I uncomment it the install fails with a message about dbus package error. This is my nightly script that runs: =============== PLACE="mirror.team-cymru.org/CentOS" mkdir -p
2012 Jan 03
4
Question on system command 1.4.43
I have a USB to serial converter attached to my box. pl2303: Prolific PL2303 USB to serial adaptor driver if I login to the box and send/receive serial commands over this unit it works without error EVERY time. however, if I run the same command set from with-in the extensions.conf with System() I get errors in dmesg like "pl2303 ttyUSB0: pl2303_open - failed submitting read urb, error
2023 Sep 14
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
On Wed, Sep 13, 2023 at 5:20 PM Jerry Geis <jerry.geis at gmail.com> wrote: > >An issue[1] was already created by asterisk at phreaknet.org and they > also put > >a fix up for review and inclusion[2]. > > >[1] https://github.com/asterisk/asterisk/issues/308 > >[2] https://github.com/asterisk/asterisk/pull/309 > > > The change "seems" to be
2007 Mar 19
5
OneNote on a DualBoot system
I have a Toshiba laptop that came with Windows XP and OneNote installed. I then installed Ubuntu Dapper Drake and am dual-booting the system. I want to run OneNote on Ubuntu with WINE. Obviously I could set up WINE to use the dual-booting native DLLs (but I don't know how to do that), and I can't install OneNote directly on Ubuntu with WINE because while I have a legal copy of the full
2023 Sep 13
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
>An issue[1] was already created by asterisk at phreaknet.org and they also put >a fix up for review and inclusion[2]. >[1] https://github.com/asterisk/asterisk/issues/308 >[2] https://github.com/asterisk/asterisk/pull/309 The change "seems" to be working. Will test more tomorrow - had to leave. THANKS! Jerry -------------- next part -------------- An HTML attachment was
2011 Apr 04
4
dialplan is not finding my number asterisk 1.8.3
I am calling from a polycom phone into asterisk ( 1105 ) on a PC with a speaker attached. When asterisk first starts this works. In fact it works for some time. Then it just stops with this error on the CLI. [Apr 4 15:10:21] NOTICE[4357]: chan_sip.c:21358 handle_request_invite: Call from 'mndemo_to_mediaport105' to extension '1105' rejected because extension not found in
2009 Jan 05
3
Tips for packaging games?
Hi list, I intend to package a few games of mine using Debian packages for easy installation and would like some tips on how to do it properly. I thought of creating packages that depends on wine and to create a wineprefix for each game somewhere in /usr or /var mostly because different games want it's own settings and to control them separately. But this way I don't think updates of