A program don't work from 1.2-1.3.4(I'll said in detail)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ayaka
Level 2
Level 2
Posts: 11
Joined: Sat Jul 31, 2010 6:57 pm

A program don't work from 1.2-1.3.4(I'll said in detail)

Post by ayaka »

When in ubuntu 9.04 x64 and 9.10 x64 use apt's wine and playonlinx it can run,now I in ubuntu 10.04 x64 whether apt's or compiled from 1.2 to 1.3.4
can't not work(I dont's use playonlinx now).This time just test so I didn't install it (1.2-1.3 I installed even use checkinstall to package it)
The program is a game which is Japanes Story Game(AVG).And gecko IE also doesn't work (in 10.04,gecko 0.9-1.1)

Before compiled,I edited wine.inf.in(which in ./tools/)

===================================================
[Fonts]
HHKLM,%FontSubStr%,"Arial Baltic,186",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Arial CE,238",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Arial CYR,204",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Arial Greek,161",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Arial TUR,162",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Courier New Baltic,186",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Courier New CE,238",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Courier New CYR,204",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Courier New Greek,161",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Courier New TUR,162",,""WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Helv",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Helvetica",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"MS Shell Dlg 2",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Times",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Times New Roman Baltic,186",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Times New Roman CE,238",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Times New Roman CYR,204",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Times New Roman Greek,161",,"WenQuanYi Micro Hei Mono"
HKLM,%FontSubStr%,"Times New Roman TUR,162",,"WenQuanYi Micro Hei Mono"
HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
==========================================================
to support Chinese characters.WenQuanYi is most widely used Chinese characters.
I compiled it use

./configure --with-x --disable-win16 --without-nas --without-jack --without-oss

then

./wine /home/randy/sda9/game/CYBERFRONT/Memories\ Off\ History/Memories\ Off\ After\ Rain\ Vol.1/AR1.exe

show

err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?
err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?
err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?
err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?
err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?
err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?
err:module:attach_process_dlls "zlib1.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\randy\\sda9\\game\\CYBERFRONT\\Memories Off History\\Memories Off After Rain Vol.1\\AR1.exe" failed, status c0000005
ayaka
Level 2
Level 2
Posts: 11
Joined: Sat Jul 31, 2010 6:57 pm

Post by ayaka »

I hope it can work.
ayaka
Level 2
Level 2
Posts: 11
Joined: Sat Jul 31, 2010 6:57 pm

Post by ayaka »

I need help
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: A program don't work from 1.2-1.3.4(I'll said in detail)

Post by vitamin »

ayaka wrote:./wine /home/randy/sda9/game/CYBERFRONT/Memories\ Off\ History/Memories\ Off\ After\ Rain\ Vol.1/AR1.exe

err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?
http://wiki.winehq.org/FAQ#head-497f1a2 ... 2c7767afa2

1. Don't run programs directly from windows partition.
2. If you still don't trust what people saying, mount windows partition WITHOUT noexec option.
ayaka
Level 2
Level 2
Posts: 11
Joined: Sat Jul 31, 2010 6:57 pm

Post by ayaka »

I try edit it in winecfg to mount to D:and use this path.Couldn't work.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ayaka wrote:I try edit it in winecfg to mount to D:and use this path.Couldn't work.
noexec mount option is not Wine's mount option. Read FAQ. Install program on Wine.
ayaka
Level 2
Level 2
Posts: 11
Joined: Sat Jul 31, 2010 6:57 pm

Post by ayaka »

This one is install for mdf(like iso).And in the past time,it can work.What means no exce(I dont't speak English)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ayaka wrote:What means no exce(I dont't speak English)
It's the "noexec" option. See manual for details:

Code: Select all

man mount
Locked