Displaying 20 results from an estimated 60000 matches similar to: "Error with wine & wiso tools"
2010 Oct 24
3
can't install winetricks
Hi,
I have been trying to install winetricks on 10.04.1 LTS but I am having no success. Does anyone know what the problem is? I get the following errors:
> wine: cannot find L"C:\\windows\\system32\\gearsec.exe"
> winetricks: 4382: cannot create /home/bandito/.wine/dosdevices/c:/winetrickstmp/zenity.sh: Permission denied
> winetricks: 4382: cannot create
2010 Oct 10
0
Adega: A minimal WINE frontend written in bash
I started this project for my own use but it has grown into something that I feel is pretty helpful. From the script header:
>
> Derrived from the Portuguese word for wine estate or wine cellar, Adega is a simple program to help with the task of managing and configuring your wine prefixes doing so completely independent of your systems default wine install and prefix.
>
This
2010 Sep 20
0
Re: Redshark Error "Windows Scripting Host not installed&qu
Hey I tried to install WSH on my comp and got 6 errors in some files.
This was the output:
kirk at kirk-laptop:~$ sh winetricks wsh56 vcrun6
Executing /usr/bin/cabextract -d /home/kirk/.wine/dosdevices/c:/windows/system32 /home/kirk/.winetrickscache/scripten.exe
Extracting cabinet: /home/kirk/.winetrickscache/scripten.exe
extracting /home/kirk/.wine/dosdevices/c:/windows/system32/dispex.dll
2010 Jun 01
1
Using wisotool with Steam
Anyone know if/how you can use the new wisotool (http://wiki.winehq.org/wisotool) with the games it supports through Steam? I have several of the titles it "supports" and would love to give it a try if it works through Steam.
Regards,
~Jeff
2012 Jun 07
0
Samba UNIX permissions problems
I've set up a Samba share to allow Windows machines to connect to a
Linux server. Samba is set up as so:
# testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[Pelena]"
Processing section "[TimeMachine]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see
2006 Apr 13
3
WC3 - please insert CD problem
Hi all,
I have trouble with making the symbolic link to the corresponding device
node.
I have typed sudo In ~/.wine/dosdevices lrwxrwxrwx 1 username d: ->
/mnt/cdrom
but it gives me this error :
prawira@ubuntu:~/Warcraft III$ ln ~/.wine/dosdevices lrwxrwxrwx 1 d: ->
/mnt/cdrom
bash: /mnt/cdrom: Permission denied
prawira@ubuntu:~/Warcraft III$ ln ~/.wine/dosdevices lrwxrwxrwx 1 d:: ->
2009 Dec 18
2
I get an wow error
when I try to launch world of warcraft in wine I get this
Could not launch 'World of Warcraft'
Failed to change to directory '/home/shawn/.wine/dosdevices/C:/Prgram Files/World of Warcraft/' (Permission denied)
2010 Apr 17
0
wisotool: automated game installer, now supports 12 games
wisotool is a handy winetricks-like script for automatically
installing games from .iso files copied from your own dvds
(or, if the game is freely downloadable, it will download it).
Just like winetricks, it is intended to make testing Wine easier,
but might be useful for people who simply want to install games.
Unlike winetricks, wisotool is quiet by default; it doesn't ask any
questions
2011 Aug 26
2
WISO 2011 - Tip Software
Hi,
i have a problem with my 2011 tip software of WISO.
System informations (Suse 11.4 64b):
Code:
uname -r
2.6.37.6-0.7-desktop
wine --version
wine-1.3.26
First i tryed a clean installation (on a new and clean prefix ofc) like described here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=22966
The installation works without any negative feedback (except Adobe Reader).
2016 Feb 15
2
zenity <-- Re: rpm containing gmessage???
On 02/11/2016 07:43 PM, Frank Cox wrote:
> On Thu, 11 Feb 2016 18:55:16 -0500 ken wrote:
>
>>> gmessage has been more-or-less superseded by zenity.
>>>
>>
>> That's nutz. From docs I've seen, gmessage is way more flexible
>> and featured.
>
> It doesn't appear that way to me, but what do I know. I just use
> zenity for my own bash
2016 Feb 15
2
zenity <-- Re: rpm containing gmessage???
On 02/15/2016 04:20 PM, Frank Cox wrote:
> On Mon, 15 Feb 2016 14:57:25 -0500
> ken wrote:
>
>> Is there a way to make the font of some of the text in a zenity-created
>> window larger? This property doesn't seem to be configurable in any
>> way. If it matters, I'm using text entry (--entry) mode.
>
>
2011 Oct 09
1
Re: WISO 2011 - Tip Software
I Did the regression test. Works fine
2003 Dec 31
3
Cups and Samba Access Denied
I purchased the Samba 3.0 book and it has gotten me pretty far but I finally
had to go to the mailing list for this problem.
Here is the issue, I am running Debian (woody) with samba 3.0.1-2 and cupsys
1.1.14-5 I have also installed cupsys-bsd cupsys-client and smbclient
foomatic-bin and as2ps follwing this
http://excess.org/docs/linux_windows_printing.html advice. Samba is running
in Domain mode
2010 Aug 13
0
Re: Using wisotool with Steam
Go ahead and try it. We've added Steam support to wisotool,
and I could imagine the wisotool verb for a game could edit
the .vdf file when replaying the cached install,
but it's not something I'll have time to play with myself.
Current wine should execute the directx runtime installer a lot
faster, which ought to help.
2007 May 21
2
question on zenity centos 5
I am trying to use zenity --progress.
When I use this script:
#!/bin/sh
(
echo "10" ; sleep 1
echo "20" ; sleep 1
echo "50" ; sleep 1
echo "75" ; sleep 1
echo "100" ; sleep 1
) | zenity --progress
~
It works fine...
When I use a little program.
for(count = 0; count <= 100; count += 10)
{
2016 Feb 15
0
zenity <-- Re: rpm containing gmessage???
On Mon, 15 Feb 2016 17:24:19 -0500
ken wrote:
> Contact zenity devels at
> https://wiki.gnome.org/action/show/Projects/Zenity?action=show&redirect=Zenity
> about this???
Perhaps you're trying to push zenity past what it's intended to be, a quick method for gathering input and presenting output from bash scripts and the like. If you need something fancier than that, you
2007 Aug 21
2
dialog boxes on X
All,
I have been looking at zenity to pop up messages on the X screen.
Is there another alternative to zenity that I have not found?
I need to be able to completely remove the OK button, I cannot find a
way in zenity to do this.
also It would be nice to have a --timeout 5 option on the command line also.
Any suggestions?
Jerry
2001 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
Hello,
when i run Wiso Sparbuch with wine 20010824 i get the error
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 4579
Current serial number in output stream: 4579
Is there a patch to fix this problem or is someone interested to give me
some advise for debugging?. There is a trace
2011 Nov 17
0
Network initialization failed
Hi,
I successfully installed wine 1.2.3 on Debian squeeze amd64.
Preliminary tests are fine.
I use a ~/.wine/dosdevices/unc/myserver/myfolder linked to a smbmout in /home/myfolder to emulate a windows network share.
I can launch "wine notepad '\\myserver\myfolder\test.txt' ", edit it and save the changes; so the permission seems right.
I want to use an old app who needs to