Just compiled newest Wine, it is blazing fast!! And it fixed lots of things including all visual glitches (All i see currently) under Last Remnant. And the game does not seem to crash after playing while anymore! Thank you! It is disappointing game developers don't see the potential of Linux, so we are using the potential to get there what wont come to us. Thank you, one more time :P
I can't get it to compile: Code: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o cdrom.o cdrom.c cdrom.c: In function 'GetInquiryData': cdrom.c:2078: error: 'INQUIRY' undeclared (first use in this function) cdrom.c:2078: error: (Each undeclared identifier is reported only once cdrom.c:2078: error: for each function it appears in.) make[2]: *** [cdrom.o] Error 1 make[2]: Leaving directory `/usr/local/logan/tmp/wine-1.1.26/dlls/ntdll' make[1]: *** [ntdll] Error 2 make[1]: Leaving directory `/usr/local/logan/tmp/wine-1.1.26/dlls' make: *** [dlls] Error 2 I ran a diff on cdrom.c and it's unchanged since 1.1.25. There are some differences on ntdll, but nothing containing "INQUIRY" and a diff of the whole tree doesn't show anything like that.. I looked through the source and saw some references to INQUIRY and 0x12, but I don't know if that's the correct.