Quote:
Originally Posted by zachpsu
[You must be logged in to view images. Log in or Register.]
I should start by saying I'm a linux/programming noob.
So I have finally managed to load Titanium into my Chromebook and get everything installed. I navigate to the directory of eqgame.exe in my console, and run the command "wine eqgame.exe patchme" and this is what spits out at me before the command line goes crazy:
fixme:win:EnumDisplayDevicesW ((null),0,0x32eb18,0x00000000), stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x12b268, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x12b268, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B5G6R5_UNORM, dst_format WINED3DFMT_B5G6R5_UNORM stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32ee18,0x00000000), stub!
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1280x720x32 @0! (XRandR 1.2)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1280x720x32 @0! (XRandR 1.2)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1280x720x32 @0! (XRandR 1.2)
wine: Unhandled page fault on read access to 0xfffffffc at address 0x1000f0ce (thread 0009), starting debugger...
What do I start tinkering with to get past this point?
Any advice is appreciated!
|
did you follow my
p99 chromebook guide? [self promotion intensifies]
if running from the console instead of using a script you should (once in the eq directory) type:
taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null