Kaldaien / UnX

"Untitled" Project X - Technical Fixes and Enhancements for Final Fantasy X | X-2 HD Remaster
MIT License
197 stars 20 forks source link

Since v 0.8.1 FF10 cannot be opened #61

Open gizellos opened 7 years ago

gizellos commented 7 years ago

Hello, I used the version v 0.8.0 and everything was fine, but the new version v 0.8.1 broke my game. If I turn on FFX, there is a sound (I don't know the sound, it doesn't seem to be a sound of windows error) and the game crashes back to the launcher.

Kaldaien commented 7 years ago

I really need to see your logs to diagnose the problem.

I suspect I may have fixed it though. Run SKIM64.exe, select "Untitled" Project X from the product list and then select the Testing branch and click Migrate

gizellos commented 7 years ago

Yes, it works! Thanks. :)

gizellos commented 7 years ago

Just the opinion ManageCursor=true is not working there. The cursor is always there. First I though that the problem was that the settings was changed because the CursorTimeout was set to 0. I set it to 1 and it didn't help.

Kaldaien commented 7 years ago

A setting of 0.0 = Always hide

We are referring to the setting in dxgi.ini, right? You don't accidentally have an old copy of UnX.ini with those settings in it?

With 0.8.x, MANY of the settings that used to be specific to UnX were moved into Special K (dxgi.ini)

gizellos commented 7 years ago

I talked about Unx.ini, sorry, but in the dxgi.ini, there is this:

[Input.Cursor] Manage=true KeyboardActivates=false Timeout=0.0

And it is not not working anyway. I didn't change anything after I updated the version and it stopped working.

hunteratlas commented 7 years ago

I have the op issue as well where it crashes. The main problem is that SKIM64 says "not installed" on Project X. I did a manual install in the first place, but after this update my game is unplayable. What is your recommendation?

hunteratlas commented 7 years ago

here's the install path as well : C:\Program Files (x86)\Steam\steamapps\common\FINAL FANTASY FFX&FFX-2 HD Remaster

Kaldaien commented 7 years ago

Install path doesn't matter unless you pirated the game. Steam has a manifest that tells software where every legally installed piece of Steam software is on a system.

It's foolproof, because even if you have the game installed in multiple locations, the Steam Play button always uses the one SKIM does.

In any case, if it says not installed, then install it :P

hunteratlas commented 7 years ago

Its grayed out so I cannot

vagnerlandio commented 7 years ago

Same problem here :/

Sechs commented 7 years ago

Just bought the game through Steam Sales. SKIM version "Main" and "Testing" not working for me. Game crashes with Metal Gear sound when I start it. Seems to be working fine with "Compatibility" mode. To be fair I haven't really tested thoroughfully, but at least the game doesn't crash at start, that much I can say . (and audio is japanese so I guess it's working?)

gizellos commented 7 years ago

Sorry, it was not true that the test version helped me. In fact, the mod doesn't start at all. That's also why I thought the cursor hiding stopped to work.

hunteratlas commented 7 years ago

Ever since the update, the game will not start up, even after removing UnX and reinstalling FFX I am not sure what could be causing this

Kaldaien commented 7 years ago

Have you tested the 0.8.4 release? The feedback I've been getting on the Steam forums suggests most of the problems are resolved now.

I'm continuing to chip away at a few minor threading issues at startup. 0.7.x was stable but behind the scenes it got that way through a bunch of ugly compatibility hacks that both made startup take much longer than necessary and sometimes deadlocked the software. I got rid of those when I started adding the new GUI rendering code and now I have to design something better gradually :)