cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Dotnet30 return error 67 #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. winetricks dotnet30
2. After check, Next
3. The error come 20sec after the beginning

What is the expected output? What do you see instead?
The terminal return the error 67 instead of installing the product.

What version of the product are you using? On what operating system?
I am using the last version, 20120308 I think, on Ubuntu 12.04. My Wine is the 
1.5.3, but I have tested the installation with the 1.5 and the 1.4.

Please provide any additional information below.
I don't know if it is winetricks, but if you want I will post the log.

Original issue reported on code.google.com by AlexisTa...@gmail.com on 1 May 2012 at 1:38

GoogleCodeExporter commented 8 years ago
Issue 207 has been merged into this issue.

Original comment by daniel.r...@gmail.com on 10 May 2012 at 4:51

GoogleCodeExporter commented 8 years ago
Are you using 32 or 64 bit system?

Original comment by daniel.r...@gmail.com on 10 May 2012 at 4:51

GoogleCodeExporter commented 8 years ago
I'm getting the error on Ubuntu 12.04 32 Bits

Original comment by jaimer...@gmail.com on 10 May 2012 at 4:54

GoogleCodeExporter commented 8 years ago
Does it still happen on a fresh wineprefix, e.g.
  mv .wine .wine.old
  sh winetricks dotnet30
?

I can't reproduce it here with ubuntu 11.10.

Original comment by daniel.r...@gmail.com on 10 May 2012 at 5:01

GoogleCodeExporter commented 8 years ago
I was using a clean Wineprefix, in fact I was installing Dot Net 3.5, but I was 
unable because the 3.0 was not installing.

Original comment by jaimer...@gmail.com on 10 May 2012 at 5:18

GoogleCodeExporter commented 8 years ago
I am having the exact same problem. Except my os version is Ubuntu 12.04 64bit. 
Everything goes smooth until I try to install .net framework 3.0. 

Original comment by Fredrick...@gmail.com on 10 May 2012 at 5:59

GoogleCodeExporter commented 8 years ago
Same problem on fresh Ubuntu 12.04 64bit install with wine 1.4 and winetricks 
20120308.

Original comment by dalessio...@gmail.com on 10 May 2012 at 9:58

GoogleCodeExporter commented 8 years ago
kubuntu 12.04 64bit

Original comment by knockdow...@gmail.com on 12 May 2012 at 9:37

GoogleCodeExporter commented 8 years ago
I had similar problems with Ubuntu 12.04 32bit on both Wine 1.4 and 1.5 beta, 
problem was solved in Wine 1.4 using this commands: 
http://www.codeweavers.com/compatibility/browse/name/?app_id=4662;tips=1

From what I know, this problem is only affecting users of 12.04. Please report 
if this fix works for you as well.

Original comment by clarafer...@gmail.com on 12 May 2012 at 10:38

GoogleCodeExporter commented 8 years ago
That resolved it for me. It appears its an Ubuntu specific security issue. This 
answer to the question in the following link shows how to fix it permanently. 

http://askubuntu.com/questions/41629/after-upgrade-gdb-wont-attach-to-process

Original comment by dalessio...@gmail.com on 12 May 2012 at 10:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
That resolved it for me as well with wine 1.5 

Original comment by Fredrick...@gmail.com on 13 May 2012 at 12:47

GoogleCodeExporter commented 8 years ago
Kubuntu 12.04 64bit
wine 1.5.4
winetricks 20120308

Thank you guys, it helped me too.

Howto:
sudo nano /etc/sysctl.d/10-ptrace.conf
in line "kernel.yama.ptrace_scope = 1" change 1 to 0
sudo reboot

rm -rf .wine
WINEARCH=win32 WINEPREFIX=~/.wine winecfg

wget http://kegel.com/wine/winetricks && sh winetricks dotnet30

That's all.
Then I successfully installed 3ds Max 2009 32bit, V-ray 2.20 and Photoshop CS5

Original comment by knockdow...@gmail.com on 14 May 2012 at 11:53

GoogleCodeExporter commented 8 years ago
That's http://bugs.winehq.org/show_bug.cgi?id=30410

Original comment by daniel.r...@gmail.com on 25 May 2012 at 8:58

GoogleCodeExporter commented 8 years ago
Hi, i have same problem on Ubuntu 12.04 with dotnet20 (version two)
kernel: 3.2.0-25-generic-pae #40-Ubuntu SMP Wed May 23 22:11:24 UTC 2012 i686 
i686 i386 GNU/Linux
wine-1.5.7 from winehq site, or 1.5.6 from ppa repository
winetricks version 20120308

parameter "kernel.yama.ptrace_scope = 0" doesn't help
see log and screenshot for details

Original comment by n...@bk.ru on 24 Jun 2012 at 9:36

Attachments:

GoogleCodeExporter commented 8 years ago
You might need a newer winetricks.  Try 
http://winetricks.googlecode.com/svn/trunk/src/winetricks

Original comment by daniel.r...@gmail.com on 24 Jun 2012 at 11:07

GoogleCodeExporter commented 8 years ago
thanks, installer works with script from svn.
i think it will be good for update winetricks version number in order not to 
mislead users who has winetricks from repository

Original comment by n...@bk.ru on 24 Jun 2012 at 6:45

GoogleCodeExporter commented 8 years ago
Bit confusing, yes.

Original comment by daniel.r...@gmail.com on 24 Jun 2012 at 6:47