wutske 0 Report post Posted October 16, 2006 simple: I can't install wine-0.9.23I've tried the slackware 10.2 package (with kpackage), i've tried the redhat rpm (rpm2tgz -> kpackage), I've tried compiling it, but it keeps giving this annoying message that it can't access something (I gues ~/.wine).(get this when I use winecfg and wine) wine: Unhandled page fault on write access to 0x003ffd80 at address 0x60da3103 (thread 0009), starting debugger...wine: Unhandled page fault on write access to 0x003ffd80 at address 0x608fc103 (thread 000b), starting debugger...err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000c04bbash-3.1$ wine: Unhandled page fault on write access to 0x003ffd80 at address 0x608fc103 (thread 000d), starting debugger...err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000c04berr:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000c04b and then it hangsThis is what I get when I do a ./configure --verbose . it says some packages are missing, but I don't think these will cause any problems ...configure: libcapi20 development files not found.configure: Wine will be built without ISDN support. (capi2032.dll)configure: libgphoto2 development files not found.configure: Wine will be built with limited Digital Camera support. (twain_32.dll)configure: libhal development files not found.configure: Wine will be built without dynamic device support. (explorer.exe)configure: libicu development files not found.configure: Wine will be built without bidi (Right to Left) support. (gdi32.dll) The way I install it (if that might matter)./configuremake dependmakesumake install these are the permission for ~/.wine (at least now it creates the right (empty) directories, a few times ago wine didn't even get to that (it would only create the registry files))./.wine:total 24drwxrwxrwx 4 me users 4096 2006-10-16 21:24 .drwx------ 31 me users 4096 2006-10-16 20:19 ..drwxr-xr-x 2 me users 4096 2006-10-15 23:32 dosdevicesdrwxr-xr-x 3 me users 4096 2006-10-15 23:32 drive_c-rw-r--r-- 1 me users 926 2006-10-16 21:24 system.reg-rw-r--r-- 1 me users 742 2006-10-16 21:24 user.reg Share this post Link to post Share on other sites
xboxrulz1405241485 0 Report post Posted October 16, 2006 well, if you need the dependency, then must download those files. There's no avoiding it.xboxrulz Share this post Link to post Share on other sites
wutske 0 Report post Posted October 17, 2006 (edited) tried again, started wineserver in debugmode (-d3).It's completely bugged It's full with things like 000d: open_key() = OBJECT_NAME_NOT_FOUND { hkey=(nil) } 000d: close_handle( handle=(nil) )000d: close_handle() = INVALID_HANDLE { fd=0 } 000d: get_key_value( hkey=0x44, name=L"TitleText" )000d: get_key_value() = OBJECT_NAME_NOT_FOUND { type=-1, total=0, data={} } and it ends like000b: terminate_process( handle=0xffffffff, exit_code=1 )000b: terminate_process() = 0 { self=1 }000b: *killed* exit_code=1000a: *process killed*Not saving clean key \\MachineNot saving clean key \\User\\.Default/home/phillip/.wine/user.reg: saving key \\User\\S-1-5-4wineserver: exiting (pid=5206) I did some more googl'ing (this time I did found results ) and it seems like I'm not alone ... and it seems like nobody knows what to do I'll try to install the missing libs ...//edit: installing HAL is no-go. Needs 2.6-kernel, and I can't get that one to work descently on my computer ...to bad, no wine for me ... stupid error ... Edited October 17, 2006 by wutske (see edit history) Share this post Link to post Share on other sites
xboxrulz1405241485 0 Report post Posted October 17, 2006 please try to use the 2.6 kernel because the 2.4.x kernels are outdated and deprecated.xboxrulz Share this post Link to post Share on other sites
wutske 0 Report post Posted October 23, 2006 please try to use the 2.6 kernel because the 2.4.x kernels are outdated and deprecated.xboxrulz No it isn't . 2.4 seems to work better with my computer than 2.6. 2.6 seems to have problems with my SATA controller and with my network card. When I have time I'll install Slack11 with 2.6 kernel on another partition and try configuring it the right way and then I'll try installing wine. Share this post Link to post Share on other sites