Hello, I would like to run Project 1999 on Linux if possible. I understand that Wine can be used for this, however I'm running into problems. I have extracted the P99 Patch and have moved out the unnecessary files out of the directory (arena.egq etc..), I have d3dx9 installed but:
Whenever I run `wine eqgame.exe patchme` it will first appear to run normally, but then, these two lines get outputted:
	Code:
	fixme:d3d:wined3d_check_device_format_conversion wined3d 0x12bd30, 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 0x12bd30, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B5G6R5_UNORM, dst_format WINED3DFMT_B5G6R5_UNORM stub!
 And then after that, the program starts spamming this:
	Code:
	err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
err:winedbg:dbg_handle_debug_event 0008:0009: not a registered process or thread (perhaps a 16 bit one ?)
 Hopefully someone can help. I searched around this forum and found that some people managed to install it on wine. My version is wine-2.16. Any help is appreciated :-)