http://bugs.winehq.org/show_bug.cgi?id=6351
Anders Andersson <trezker(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trezker(a)gmail.com
--- Comment #73 from Anders Andersson <trezker(a)gmail.com> 2009-10-31 11:16:05 ---
I just tried the game again after installing Ubuntu 9.10.
The bug is gone. I had no graphic bugs that I could see.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9027
Kristoffer Ericson <kristoffer.ericson(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kristoffer.ericson(a)gmail.co
| |m
--- Comment #42 from Kristoffer Ericson <kristoffer.ericson(a)gmail.com> 2009-10-31 10:45:14 ---
Although I havent gotten into the game yet (unhandled exception bug) the
installer music works just fine without any overrides. ?
using wine-1.1.32-213-g1be9903
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9046
--- Comment #23 from Tijl Coosemans <tijl(a)fastmail.fm> 2009-10-31 10:44:54 ---
I tried with 1.1.32: everything is still the same.
* v1.0 doesn't start.
* v1.1 does and everything seems to work but it's too slow to be really
playable.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10487
Summary: Half Life 2: game hangs on loading screen after valve
video
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: wbaghdadi(a)gmail.com
Created an attachment (id=9226)
--> (http://bugs.winehq.org/attachment.cgi?id=9226)
Dump after exec cs:source
Wine 0.9.49 on Gutsy (Ubuntu 7.10) x64 with 8.42.3 fglrx on a HD2600.
fglrx is working fine (tested using fgl_glxgears and et:qw, ut2004 and doom 3)
Compiz is disabled.
Steam + downloading games work perfectly fine.
Upon launching HL2, TF2 or CS:S the opening videos (valve logos) play perfectly
fine - the loading screen then comes up (a blurred image with loading in the
bottom right hand corner) and wine kills itself.
Changing dx level, heapsize, sound driver produce the same error.
Setting video memory size in regedit, launching directly through commandline &
using a virtual desktop also produce the same error.
I've attached a dump from the terminal window (cs:s) + the loading screen it
freezes on (hl2).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9027
Jordi <fireman_cat(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fireman_cat(a)hotmail.com
--- Comment #41 from Jordi <fireman_cat(a)hotmail.com> 2009-10-31 07:38:34 ---
I HAVE FIXED IT!!!!!!
now explanation...
you ned the cd of rise of nations thrones....
ok open console, go to the cd andcopy ./DIRECTX/DXNT.CAB
here are the drivers, but packaged.
create a empty folder on desktop named DRVRON
paste it in the folder
extract it with this comand
cabextract /home/USERNAME/Escritorio/DRVRON/DXNT.CAB
USERNAME= your acount name
Escritorio= Desktop in english
then have to copy and paste some of the .dll extracted in wine path
c:/windows/system32/
cp dsound.dll
cp dmime.dll
cp dmsynth.dll
cp dmusic.dll
cp dswave.dll
cp dmloader.dll
cp quartz.dll
cp devenum.dll
when finished you will have to execute this lines on terminal:
echo "[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides]" >
$REPERTOIRE/tmp/RON/dx.reg
echo "\"dsound\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"dmime\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"dmsynth\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"dmusic\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"dswave\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"dmloader\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"quartz\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"devenum\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"l3codecx\"=\"native,builtin\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "" >> $REPERTOIRE/tmp/RON/dx.reg
#this is more personal, I don't like the blue-Windows background color every
time the game is loading
echo "[HKEY_CURRENT_USER\\Control Panel\\Colors]" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"Background\"=\"0 0 0\"" >> $REPERTOIRE/tmp/RON/dx.reg
echo "\"ButtonFace\"=\"192 192 192\"" >> $REPERTOIRE/tmp/RON/dx.reg
regedit $REPERTOIRE/tmp/RON/dx.reg
Some information extracted from
http://www.playonlinux.com/pl/topic-2902-Rise_of_Nations_script_.html
OK THATS ALL!
I don't know if will go for yours. I'm in ubuntu 9.10 64 bits and it runs with
soound!
I hope you make it work with this!
bye!
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7012
--- Comment #9 from Jerome Leclanche <adys.wh(a)gmail.com> 2009-10-31 02:32:44 ---
Created an attachment (id=24463)
--> (http://bugs.winehq.org/attachment.cgi?id=24463)
+d3d,+d3d_surface,+ddraw
wine-1.1.32-260-gf222a16, still happening.
Here is an updated +d3d,+d3d_surface,+ddraw log.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5159
felix(a)felixmvg.eu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |felix(a)felixmvg.eu
--- Comment #34 from felix(a)felixmvg.eu 2009-10-30 19:15:27 ---
Having the same problems as described in the previous posts using Fedora 11 and
Wine 1.1.29
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20526
Summary: Failures while installing Mono 2.4.2.3
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correo.cuervo(a)gmail.com
Created an attachment (id=24457)
--> (http://bugs.winehq.org/attachment.cgi?id=24457)
Copy of terminal contents from the installing process
I'm installing Mono 2.4.2.3 and the console shows this messages.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4781
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |20340
--- Comment #46 from Juan Lang <juan_lang(a)yahoo.com> 2009-10-30 16:01:05 ---
(In reply to comment #45)
> Today I tried to log in, but I get this fixme:
> fixme:crypt:RSAENH_CPImportKey unimplemented for CRYPT_IPSEC_HMAC_KEY
Okay, cool. So this also depends on bug 20340, in addition to the msxml bug
8498.
--
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.