http://bugs.winehq.org/show_bug.cgi?id=3214
------- Additional Comments From twistedup90(a)gmail.com 2006-10-04 21:39 -------
I get the same errors as described above running wine 0.9.11 except for the last
one;
Unhandled exception
Error Number: 0x8000FFFF
the installer launches successfully. The one problem I noticed though is when
it enters the serial number screen the minimum field length is one off. IE I
can only enter 3 characters when I need to enter 4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5026
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2006-10-04 21:31 -------
It's not a blocker.
Looks like you don't have openGL (libGL) development headers.
ATI cards are buggy and do not work right. Use open source DRI driver.
Make sure that you patched Wine properly. Because last error is the error that
being resolved by one of the patches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5042
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|tomb rider - legen (demo) |tomb raider - legend (demo)
|setup.exe crash |setup.exe crash
------- Additional Comments From tony.lambregts(a)gmail.com 2006-10-04 21:29 -------
I had no trouble installing it with a clean install with today's git either.
I would suspect it is seeing some native dll(s) in your windows directory and
trying to use them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5042
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From vitaliy(a)kievinfo.com 2006-10-04 21:14 -------
Might have something to do with you copying whole system32 dir over to Wine and
using overrides for all of them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5026
------- Additional Comments From linux(a)travisdale.net 2006-10-04 21:12 -------
Ok, here is what I did, and here are the results:
1. I had read the first e-mail and created the symbolic links according to my
interpritation of the webpage provided as follows:
/usr/lib/ln -s libGL.so.1 libGL.so
and found I also needed this step /usr/lib/ln -s libX11.so.6 libX11.so
2. I compiled according to the second e-mail as follows:
./configure --x-includes=/usr/include/X11/ --x-libraries=/usr
3. It reported that it could not find -lXext so I performed the following step:
/usr/lib/ln -s libXext.so.6 libXext.so
4. At this point it finally compiled. When I went to run WoW.exe (the reason I
am compiling in the first place) I got an error that told me I might be using
prelink or exec-shield ( I lost the exact error sory, if you need it I can try
and reproduce it -- shouldn't be hard just time consuming).
5. I found this site:
http://www.datastat.com/sysadminjournal/linuxworkstations.html
and followed these instructions:
prelink -a -u
<< Then I editted /etc/sysconfig/prelink to have these options
PRELINK_OPTS="-m --no-exec-shield"
then I ran prelink with the following options
prelink -a -m --no-exec-shield >>
6. This resolved the prelink error and caused this error when I run WoW.exe:
rr:module:import_dll Library OPENGL32.dll (which is needed by L"Y:\\World of
Warcraft\\WoW.exe") not found
7. So I removed the libGL.so soft link I made in step one, as I have read a few
things that seemed to imply this might be the problem, re-compiled, and I now
get this error:
X Error of failed request: GLXBadContext
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 364
Current serial number in output stream: 364
8. Which error I thought I was finally rid of with the latest ATI Livina
driver. glxgears still works.
Feel free to let me know what I did wrong and what I need to do to fix all of
these problems. I read that WoW.exe will run under wine. I appreciate any help
you can give me in getting it to run on Fedora Core 5, x86_64, xorg 7.0.0
(X11R7) and an ATI X600 Card. Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4975
------- Additional Comments From mike(a)codeweavers.com 2006-10-04 20:32 -------
> I had no time to do regression testing due to tight schedules.
Sorry, neither do we, but it's your bug...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4975
------- Additional Comments From philip(a)digitalinfinity.biz 2006-10-04 20:11 -------
In Additional comment #5. The packages that are installed with fedora core 4
using the yum installation tool has no winhelp.exe.so. So creating a symbolic
link or even copying the file doesn't work. No file to link to.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5041
------- Additional Comments From mike(a)codeweavers.com 2006-10-04 19:40 -------
Also, try:
cd /media/cdrecorder/
wine Install.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5042
------- Additional Comments From dvsoftware(a)gmail.com 2006-10-04 19:39 -------
i don't know what you did, demo installs perfectly fine here, same as full game.
do you have anything else installed? have you tried deleting ~/.wine?
but even if you install demo, you won't be able to run it, because it's
protected with unsupported securom7
P.S. Your spelling is wrong
it's Tomb Raider Legend
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5042
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.tombraiderlegendd
| |emo.com/
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.