[Bug 9975] unhandled exception - Conquer Online 2 - patch 4354+

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 26 07:43:05 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=9975


Feiyun Wang <feiyunw at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |feiyunw at yahoo.com




--- Comment #13 from Feiyun Wang <feiyunw at yahoo.com>  2008-01-26 07:43:03 ---
I managed to bring up the game login screen with the following steps:
1. Copy the game folder in Windows to ~/Conquer/ ;
2. Copy mfc42.dll and msvcp60.dll to ~/Conquer/ too;
3. Add linux user account to audio group, so audio device will work for WINE;
adduser YOUR_LINUX_ACCOUNT audio
4. logout and relogin linux user account, so that the previous change will take
effect;
5. Go back to home directory to setup WINE configuration:
cd; rm -rf .wine/ ; winecfg
6. In winecfg dialog:
6a. Open "Audio" sheet, a dialog reads "A recommended driver has been selected
for you ." will jump out, click "OK" then. It will setup audio automatically,
click "Apply" button to accept;
6b. Open "Drivers" sheet, my "Drive mappings" setting looks like:
C:      ../drive_c
Z:      /
6c. Open "Graphics" sheet, check "Emulate a virtual desktop", and set Desktop
to "1024 X 768" or larger;
7. Copy cour.ttf (Courier New TrueType font file) and arial.ttf in Windows
Fonts folder to ~/.wine/drive_c/windows/fonts/ folder:
cp /mnt/dos/win/Fonts/cour.ttf ~/.wine/drive_c/windows/fonts/
cp /mnt/dos/win/Fonts/arial.ttf ~/.wine/drive_c/windows/fonts/
Your should change the path in the above commands accordingly.
8. Modify font information in registy file ~/.wine/system.reg, looks like:
[Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] 1201379398
"Arial"="arial.ttf"
"Courier"="coure.fon"
"Courier New"="cour.ttf"
[Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] 1201381146
"Arial"="arial.ttf"
"Courier"="coure.fon"
"Courier New"="cour.ttf"
Remember both places must be modified to add "Arial" and "Courier New";
I guess the reason for the exception problem in WINE is that Conquer has
changed the default font (defined in ini/Font.ini) from "Courier" or "Arial" to
"Courier New", which is not used by WINE as the default setting.
9. Now launch the game:
cd ~/Conquer; wine play.exe


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list