Barnacle / USF4-Character-Extractor

USF4 Character Viewer & Extractor
MIT License
7 stars 3 forks source link

Unable to start #7

Closed Ghellt closed 2 years ago

Ghellt commented 2 years ago

unknown32

Hello ! I can't run the program, this error appears every time I run the program from Microsoft Viusal Studio.

Barnacle commented 2 years ago

Hello. Are your sure you even compiled the program? Better check the build output for the issue. Current dependencies are: DX SDK and .Net 4.5 targeting pack.

Ghellt commented 2 years ago

Yes like i got this image and i have the latest version of Net image So i don't know how to fix that

Ghellt commented 2 years ago

maybe it's the game folder location ? cause i havent instal in my main hard drive i downloaded on other hard drive that is in my pc

Barnacle commented 2 years ago

What is in your build output in console? Because obviously you're trying to start the app in debug mode inside Visual Studio, but the executable doesn't exist in C:\Users\...\Debug\. Guess it's failed to compile.

.Net Runtime is not the same as Targeting Pack. You need to install it in VS Installer 1

Also you need to install legacy DX SDK, cause the app is not compatible with Windows 10 SDK.

Barnacle commented 2 years ago

Ok, I think I get it. I didn't notice, that you have SSF4mv.exe in your path, which is not correct. You're trying to debug d3d.dll in Visual Studio. Right-click on USF4ce project and click "Set as Startup Project".

Ghellt commented 2 years ago

I tried but that do nothing image and i got that image image image image image image

Ghellt commented 2 years ago

i instal the .NET with the good version but always the same thing

Barnacle commented 2 years ago

I will ask you again: can you provide build log, please? 1

Otherwise I'm gonna close this issue, because it doesn't look like a real issue, but more like a lack of experience, sorry.

Ghellt commented 2 years ago

I dont know where it is cause i dont use this, i just wanted to open the application and take 3d model but it's more complicated than i tought

Barnacle commented 2 years ago

In this case there is no need to build the source code on your own. Compiled application available here: https://github.com/Barnacle/USF4-Character-Extractor/releases/tag/0.3c Just download and unpack Release.zip. Cheers.

Ghellt commented 2 years ago

Thanks it works