photoshop 在ubuntu下不能正常启动的解决方法

本文介绍了一种解决Wine环境下Adobe Photoshop 9.0无法正常启动的方法。通过修改系统的vm.mmap_min_addr参数为0,可以解决启动时报错的问题,并提供了永久生效的配置更改方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在wine下安装9.0的ps会出现不能正常启动的情况,报错如下:
An error has been detected with a required application library and theproduct connot continue. Please reinstall the applications.
解决方法如下:
The right workaround is to give the command:
$ sudo sysctl -w vm.mmap_min_addr=0
This fixes the problem until the next time you reboot. (It also reduces security slightly.) To avoid having to give that same command every time you reboot, also edit the file /etc/sysctl.conf, e.g. with the command
$ sudo gedit /etc/sysctl.conf
and change the line that reads: vm.mmap_min_addr = 65536
to:
 vm.mmap_min_addr = 0
That will apply the workaround for you when the system starts. Distributions may wish to include this workaround when they package wine.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值