Halo 1.0.10 patch page fault on write

Questions about Wine on Linux
Locked
msknight
Level 2
Level 2
Posts: 13
Joined: Sat Sep 17, 2016 10:29 am

Halo 1.0.10 patch page fault on write

Post by msknight »

I've managed to get Halo installed, but being the original CD it has a CD check. Patch 1.0.10 (actually from 1.0.8 but some patches are really proving hard to get hold of) removes the CD check, but I can't get the patch to run. I've even tried running Explorer under Wine and launching it from the drive_c there, but it won't work.

I'm wondering whether it's something to do with the "Version: Windows 7" but I'm not sure. I thought that the XP side of things was only to do with the CD protection scheme that was later abandoned. Halo doesn't seem to be in the approved apps and I couldn't find anything on it in the forum

Mint 20.3 Cinnamon
5.4.0-135-generic
Wine5-0

Code: Select all

Unhandled exception: page fault on write access to 0x00000024 in 32-bit code (0x7b45f911).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
 EIP:7b45f911 ESP:0031f47c EBP:0031f488 EFLAGS:00010202(  R- --  I   - - - )
 EAX:ffffffff EBX:0052c250 ECX:0031f490 EDX:00000024
 ESI:00000000 EDI:00000001
Stack dump:
0x0031f47c:  77a9b061 00000024 0000002c 0031f4c8
0x0031f48c:  7f936ba9 00000000 0031f728 0031f518
0x0031f49c:  00000005 00110000 0000000a 00000040
0x0031f4ac:  00000000 0031f728 0052c250 0031f4e0
0x0031f4bc:  0052c250 0031f728 80092004 0031f518
0x0031f4cc:  7f937607 00000000 7f935270 0000001e
Backtrace:
=>0 0x7b45f911 in kernel32 (+0x3f911) (0x0031f488)
  1 0x7f936ba9 (0x0031f4c8)
  2 0x7f937607 (0x0031f518)
  3 0x7f9386a0 (0x0031f548)
  4 0x7f93896c (0x0031f6f8)
  5 0x010018e0 EntryPoint+0xffffffff() in chktrust (0x0031f764)
  6 0x010017a0 EntryPoint+0xffffffff() in chktrust (0x0031fee0)
  7 0x01001fff in chktrust (+0x1ffe) (0x0031ff30)
  8 0x7b454882 in kernel32 (+0x34881) (0x0031ff48)
  9 0x7b454cfc in kernel32 (+0x34cfb) (0x0031ffd8)
  10 0x7b45488e in kernel32 (+0x3488d) (0x0031ffec)
0x7b45f911: lock xaddl	%eax,0x0(%edx)
Modules:
Module	Address			Debug info	Name (18 modules)
PE	 1000000- 1006000	Export          chktrust
PE	77430000-77440000	Deferred        msasn1
PE	77a80000-77b15000	Deferred        crypt32
PE	7b020000-7b023000	Deferred        kernelbase
PE	7b420000-7b5db000	Export          kernel32
PE	7bc30000-7bc34000	Deferred        ntdll
PE	7efd0000-7efd4000	Deferred        bcrypt
PE	7eff0000-7eff4000	Deferred        rsaenh
PE	7f030000-7f033000	Deferred        imagehlp
PE	7f050000-7f054000	Deferred        imm32
PE	7f460000-7f464000	Deferred        rpcrt4
PE	7f4e0000-7f4e4000	Deferred        version
PE	7f510000-7f517000	Deferred        gdi32
PE	7f680000-7f768000	Deferred        user32
PE	7f8a0000-7f8a4000	Deferred        advapi32
PE	7f920000-7f924000	Deferred        wintrust
PE	7f970000-7f9b4000	Deferred        msvcrt
PE	7ffd0000-7ffd3000	Deferred        mscat32
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	0000003f    0
	0000003e    0
	0000002b    0
	00000028    0
	0000001f    0
	0000001a    0
	00000013    0
	00000010    0
	0000000f    0
00000011 plugplay.exe
	00000017    0
	00000016    0
	00000012    0
00000018 winedevice.exe
	0000001c    0
	0000001b    0
	00000019    0
0000001d winedevice.exe
	00000025    0
	00000022    0
	00000021    0
	00000020    0
	0000001e    0
00000023 explorer.exe
	00000030    0
	0000002f    0
	0000002e    0
	0000002d    0
	00000024    0
00000026 winedevice.exe
	0000002c    0
	0000002a    0
	00000029    0
	00000027    0
00000031 explorer.exe
	00000033    0
	00000032    0
00000036 haloupdate.exe
	00000037    0
00000038 (D) C:\Program Files (x86)\Microsoft Games\Halo\chktrust.exe
	00000047    0
	0000003c    0
	0000003b    0
	0000003a    0
	00000039    0 <==
System information:
    Wine build: wine-5.0 (Ubuntu 5.0-3ubuntu1)
    Platform: i386 (WOW64)
    Version: Windows 7
    Host system: Linux
    Host version: 5.4.0-135-generic
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Halo 1.0.10 patch page fault on write

Post by jkfloris »

A few things you could try:
- Make sure the patch file is not damaged.
The patch from archive.org:

Code: Select all

$ sha256sum halopc-patch-1.0.10.exe 
88979f960a2c4e37218c2b1f3ed9a25773d7da487459fc1956a7142689d1d5a7  halopc-patch-1.0.10.exe
- Install Halo in a new 32-bit Wineprefix.
- Update your Wine version.
msknight
Level 2
Level 2
Posts: 13
Joined: Sat Sep 17, 2016 10:29 am

Re: Halo 1.0.10 patch page fault on write

Post by msknight »

Thanks. All tried. Same result. I did change compatability to XP from Win 7.

Now running Wine 7.0.1

Still failed on the same process...

Code: Select all

Unhandled exception: page fault on write access to 0x00000024 in 32-bit code (0x7b62bb31).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b62bb31 ESP:0032f3fc EBP:0032f408 EFLAGS:00010202(  R- --  I   - - - )
 EAX:ffffffff EBX:0035f968 ECX:0032f410 EDX:00000024
 ESI:00000000 EDI:00000001
Stack dump:
0x0032f3fc:  77a9b061 00000024 0000002c 0032f448
0x0032f40c:  6f4d40b5 00000000 0032f728 0032f4b8
0x0032f41c:  0035f968 0032f728 01004010 0032f4b8
0x0032f42c:  00000000 0035f988 0035fac8 0032f460
0x0032f43c:  0035f968 00000000 00000000 0032f4b8
0x0032f44c:  6f4d4be9 64632d62 312d3434 2d306431
Backtrace:
=>0 0x7b62bb31 UpdateResourceA+0x221(hUpdate=<is not available>, lpType=<is not available>, lpName=<is not available>, wLanguage=<is not available>, lpData=<is not available>, cbData=<is not available>) [\\?\unix\usr\src\packages\BUILD\dlls\kernel32\resource.c:1363] in kernel32 (0x0032f408)
  1 0x77a9b061 EntryPoint+0x19a2f() in crypt32 (0x0032f408)
  2 0x6f4d40b5 SoftpubCleanup+0x95(data=<internal error>) [\\?\unix\usr\src\packages\BUILD\dlls\wintrust\softpub.c:1355] in wintrust (0x0032f448)
  3 0x6f4d4be9 WINTRUST_DefaultClose+0x39(hwnd=00000000, actionID=<internal error>, data=0032F728) [\\?\unix\usr\src\packages\BUILD\dlls\wintrust\wintrust_main.c:331] in wintrust (0x0032f4b8)
  4 0x6f4d5fc0 WINTRUST_DefaultVerifyAndClose+0x30(hwnd=00000000, actionID=01004010, data=<internal error>) [\\?\unix\usr\src\packages\BUILD\dlls\wintrust\wintrust_main.c:352] in wintrust (0x0032f518)
  5 0x6f4d6fc0 WinVerifyTrust+0xeb0(hwnd=<internal error>, ActionID=<internal error>, ActionData=<internal error>) [\\?\unix\usr\src\packages\BUILD\dlls\wintrust\wintrust_main.c:716] in wintrust (0x0032f6f8)
  6 0x010018e0 in chktrust (+0x18e0) (0x0032f764)
  7 0x010017a0 in chktrust (+0x17a0) (0x0032fee0)
  8 0x01001fff in chktrust (+0x1fff) (0x0032ff30)
  9 0x7b62e990 WriteTapemark+0x100(device=7FFD1000, type=0x7ffd1000, count=0, immediate=0x32ffec) [\\?\unix\usr\src\packages\BUILD\dlls\kernel32\tape.c:317] in kernel32 (0x0032ff48)
  10 0x7bc5b4b7 RtlWakeConditionVariable+0x57(variable=7B62E980) [\\?\unix\usr\src\packages\BUILD\dlls\ntdll\sync.c:766] in ntdll (0x0032ff5c)
  11 0x7bc5bb70 RtlCreateUserThread(entry=01001F00, arg=7FFD1000) [\\?\unix\usr\src\packages\BUILD\dlls\ntdll\thread.c:261] in ntdll (0x0032ffec)
0x7b62bb31 kernel32+0x2bb31 [\\?\unix\usr\src\packages\BUILD\dlls\kernel32\resource.c:1363]: lock xaddl	%eax,0x0(%edx)
Unable to access file '\\?\unix\usr\src\packages\BUILD\dlls\kernel32\resource.c'
Modules:
Module	Address			Debug info	Name (23 modules)
PE	00480000-00c5a000	Deferred        user32
PE	01000000-01006000	Export          chktrust
PE	61740000-6182f000	Deferred        advapi32
PE	62fc0000-63204000	Deferred        rpcrt4
PE	63480000-6349c000	Deferred        version
PE	66240000-6627a000	Deferred        bcrypt
PE	66b00000-66b5c000	Deferred        win32u
PE	68f00000-68f0c000	Deferred        mscat32
PE	6a280000-6a2c4000	Deferred        msvcrt
PE	6bc00000-6bca3000	Deferred        sechost
PE	6bcc0000-6bea5000	Deferred        setupapi
PE	6c9c0000-6cbaa000	Deferred        gdi32
PE	6db40000-6db73000	Deferred        imagehlp
PE	6f4c0000-6f572000	Dwarf-4         wintrust
PE	6fa80000-6fcf5000	Deferred        dbghelp
PE	6fe40000-6fee0000	Deferred        rsaenh
PE	70b40000-70e11000	Deferred        ucrtbase
PE	71200000-7124c000	Deferred        imm32
PE	77430000-77440000	Deferred        msasn1
PE	77a80000-77b15000	Export          crypt32
PE	7b000000-7b300000	Deferred        kernelbase
PE	7b600000-7b920000	Dwarf-4         kernel32
PE	7bc00000-7be99000	Dwarf-4         ntdll
Threads:
process  tid      prio (all id:s are in hex)
00000038 services.exe
	0000003c    0
	00000040    0
	0000004c    0
	0000006c    0
	0000009c    0
	000000b4    0
	000000c0    0
	000000cc    0
	000000f0    0
	00000168    0
00000044 winedevice.exe
	00000048    0
	00000054    0
	00000058    0
	0000005c    0
	00000060    0
	000000d8    0
00000064 winedevice.exe
	00000068    0
	00000070    0
	00000074    0
	00000078    0
	00000084    0
	00000088    0
	0000008c    0
0000007c explorer.exe
	00000080    0
	00000098    0
	000000dc    0
	000000e0    0
	00000124    0
	00000130    0
	00000134    0
	00000138    0
00000090 plugplay.exe
	00000094    0
	000000a0    0
	000000a4    0
	000000a8    0
000000ac winedevice.exe
	000000b0    0
	000000b8    0
	000000bc    0
000000c4 svchost.exe
	000000c8    0
	000000d0    0
	000000d4    0
000000e8 rpcss.exe
	000000ec    0
	000000f8    0
	000000fc    0
	00000100    0
	00000104    0
	00000108    0
	00000120    0
00000118 explorer.exe
	0000011c    0
	0000013c    0
00000148 haloupdate.exe
	0000014c    0
00000150 (D) C:\Program Files (x86)\Microsoft Games\Halo\chktrust.exe
	00000154    0 <==
	00000158    0
	0000015c    0
	00000160    0
	00000188    0
System information:
    Wine build: wine-7.0.1
    Platform: i386 (WOW64)
    Version: Windows XP
    Host system: Linux
    Host version: 5.4.0-135-generic
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Halo 1.0.10 patch page fault on write

Post by jkfloris »

Could you post the full terminal output?
msknight
Level 2
Level 2
Posts: 13
Joined: Sat Sep 17, 2016 10:29 am

Re: Halo 1.0.10 patch page fault on write

Post by msknight »

Here it is, minus the section below "Modules" which is the same as above...

Code: Select all

michelle@main-desktop:~/.wine/drive_c/HaloPatch$ 011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
011c:fixme:imm:ImeSetActiveContext (0x452510, 1): stub
011c:fixme:imm:ImmReleaseContext (00030062, 00452510): stub
0080:fixme:imm:ImeSetActiveContext (0x44cb0, 0): stub
0080:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000044CB0): stub
0124:fixme:ole:NdrCorrelationInitialize (0032E844, 0032E320, 1024, 0x0): semi-stub
0124:fixme:ole:NdrCorrelationFree (0032E844): stub
wine: Unhandled page fault on write access to 00000024 at address 7B62BB31 (thread 0124), starting debugger...
0150:fixme:imm:ImeSetActiveContext (0x23ffe8, 1): stub
0150:fixme:imm:ImmReleaseContext (0001008A, 0023FFE8): stub
Unhandled exception: page fault on write access to 0x00000024 in 32-bit code (0x7b62bb31).
0150:fixme:dbghelp_dwarf:dwarf2_read_range no entry found
0150:err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "exe\\chktrust.dbg" (L"C:\\Program Files (x86)\\Microsoft Games\\Halo")
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b62bb31 ESP:0032f3fc EBP:0032f408 EFLAGS:00010202(  R- --  I   - - - )
 EAX:ffffffff EBX:0035fd38 ECX:0032f410 EDX:00000024
 ESI:00000000 EDI:00000001
Stack dump:
0x0032f3fc:  77a9b061 00000024 0000002c 0032f448
0x0032f40c:  6f4d40b5 00000000 0032f728 0032f4b8
0x0032f41c:  0035fd38 0032f728 01004010 0032f4b8
0x0032f42c:  00000000 0035fd58 0035fe98 0032f460
0x0032f43c:  0035fd38 00000000 00000000 0032f4b8
0x0032f44c:  6f4d4be9 64632d62 312d3434 2d306431
Backtrace:
=>0 0x7b62bb31 UpdateResourceA+0x221(hUpdate=<is not available>, lpType=<is not available>, lpName=<is not ava
ilable>, wLanguage=<is not available>, lpData=<is not available>, cbData=<is not available>) [\\?\unix\usr\src
\packages\BUILD\dlls\kernel32\resource.c:1363] in kernel32 (0x0032f408)
  1 0x77a9b061 EntryPoint+0x19a2f() in crypt32 (0x0032f408)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
  2 0x6f4d40b5 SoftpubCleanup+0x95(data=<internal error>) [\\?\unix\usr\src\packages\BUILD\dlls\wintrust\softp
ub.c:1355] in wintrust (0x0032f448)
  3 0x6f4d4be9 WINTRUST_DefaultClose+0x39(hwnd=00000000, actionID=<internal error>, data=0032F728) [\\?\unix\u
sr\src\packages\BUILD\dlls\wintrust\wintrust_main.c:331] in wintrust (0x0032f4b8)
  4 0x6f4d5fc0 WINTRUST_DefaultVerifyAndClose+0x30(hwnd=00000000, actionID=01004010, data=<internal error>) [\
\?\unix\usr\src\packages\BUILD\dlls\wintrust\wintrust_main.c:352] in wintrust (0x0032f518)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
0150:fixme:dbghelp_dwarf:compute_call_frame_cfa Too complex expression for frame_CFA resolution (RULE_VAL_EXPRESSION)
  5 0x6f4d6fc0 WinVerifyTrust+0xeb0(hwnd=<internal error>, ActionID=<internal error>, ActionData=<internal err
or>) [\\?\unix\usr\src\packages\BUILD\dlls\wintrust\wintrust_main.c:716] in wintrust (0x0032f6f8)
  6 0x010018e0 in chktrust (+0x18e0) (0x0032f764)
  7 0x010017a0 in chktrust (+0x17a0) (0x0032fee0)
  8 0x01001fff in chktrust (+0x1fff) (0x0032ff30)
  9 0x7b62e990 WriteTapemark+0x100(device=7FFD1000, type=0x7ffd1000, count=0, immediate=0x32ffec) [\\?\unix\us
r\src\packages\BUILD\dlls\kernel32\tape.c:317] in kernel32 (0x0032ff48)
  10 0x7bc5b4b7 RtlWakeConditionVariable+0x57(variable=7B62E980) [\\?\unix\usr\src\packages\BUILD\dlls\ntdll\s
ync.c:766] in ntdll (0x0032ff5c)
  11 0x7bc5bb70 RtlCreateUserThread(entry=01001F00, arg=7FFD1000) [\\?\unix\usr\src\packages\BUILD\dlls\ntdll\
thread.c:261] in ntdll (0x0032ffec)
0x7b62bb31 kernel32+0x2bb31 [\\?\unix\usr\src\packages\BUILD\dlls\kernel32\resource.c:1363]: lock xaddl %eax,0
x0(%edx)
Unable to access file '\\?\unix\usr\src\packages\BUILD\dlls\kernel32\resource.c'
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Halo 1.0.10 patch page fault on write

Post by jkfloris »

Unfortunately, I don't see any clues in the output that show what is going wrong.
And I also can't reproduce the error with the Halo CD from archive.org.

Other than mfc42, do you have any other programs or winetricks installed in the wineprefix?
msknight
Level 2
Level 2
Posts: 13
Joined: Sat Sep 17, 2016 10:29 am

Re: Halo 1.0.10 patch page fault on write

Post by msknight »

Nothing else installed. There's a full Halo CD on archive.org as well as the patches?

I'm using my original CD to install from. Can you link me to the Halo CD install on archive.org that you're using please?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Halo 1.0.10 patch page fault on write

Post by jkfloris »

No idea about the copyright on the original Halo CD, so better save than sorry, if you search for HaloCEPC you will find the iso.

The 1.0.10 patch is at: https://archive.org/download/halopc-pat ... 1.0.10.exe
msknight
Level 2
Level 2
Posts: 13
Joined: Sat Sep 17, 2016 10:29 am

Re: Halo 1.0.10 patch page fault on write

Post by msknight »

I've managed to get an image and get it working. However, I've just got a problem with the mouse now.
msknight
Level 2
Level 2
Posts: 13
Joined: Sat Sep 17, 2016 10:29 am

Re: Halo 1.0.10 patch page fault on write

Post by msknight »

OK - so...

I've downloaded various versions. None of their patches work. They fail with the same error. However, some had no-cd cracks and they work so I can get the game to run.

However... I've cracked getting it to start full screen, but not on the secondary monitor. I've read about the .config/monitors.xml but I don't necessarily want to change the primary settings in there because I don't know what else it will affect other than wine.

Apart from this, despite getting it to start in full screen, the mouse is racing away way too fast for me to correct with DPI on the mouse itself. I have used, in winecfg, both "Emulate a virtual desktop" and also "automatically capture the mouse in full-screen windows" but neither of those allow it to capture the mouse properly.

Grateful for any input on those two issues please.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Halo 1.0.10 patch page fault on write

Post by jkfloris »

Halo always launches on the primary monitor. So far I found two workarounds:
- Install Chimera
Enable borderless, windowed and set the width and height in chimera.ini
Then, after the game starts, drag the screen to the desired monitor.

- Temporarily change primary monitor

Code: Select all

# Find the names of your monitors with xrandr:
$ xrandr 
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 16384 x 16384
DVI-I-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 476mm x 268mm
...
DVI-D-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 476mm x 268mm
...
# In this example, DVI-D-0 is the primary monitor and DVI-I-1 the desired monitor
# set DVI-I-1 as primary:
xrandr --output "DVI-I-1" --primary

# run Halo:
wine halo.exe

# reset the primary monitor:
xrandr --output "DVI-D-0" --primary
According to the Readme there is an -adapter x command line option for Halo, but I have no idea what it does or how it works.


The problems with the mouse also occur on Windows. Chimera has several options for this as well. I only notice a difference in the game and not in the game menu.
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Halo 1.0.10 patch page fault on write

Post by invisible kid »

When I switch to half resolution, I'll lower the acceleration on my mouse via the xinput command. If you do the command by itself it will list all the devices. In my case my mouse is id=11, so I will do a command:

Code: Select all

xinput --set-prop 11 'libinput Accel Speed' -0.5
And this will put it at 50% acceleration, so if it works you can play around with the value. To put it back I do:

Code: Select all

xinput --set-prop 11 'libinput Accel Speed' 0.0
msknight
Level 2
Level 2
Posts: 13
Joined: Sat Sep 17, 2016 10:29 am

Re: Halo 1.0.10 patch page fault on write

Post by msknight »

Thanks for that. Chimera looks good, but it relies on the 1.0.10 patch, which I still can't install.

I'll give the xrandr and xinput things a try tonight. I think they'll do the job. Many thanks.
Locked