Coder Social home page Coder Social logo

Error about translationframework2 HOT 16 CLOSED

kaplas80 avatar kaplas80 commented on August 17, 2024
Error

from translationframework2.

Comments (16)

Kaplas80 avatar Kaplas80 commented on August 17, 2024

Hi!

It's the first time I see that error with the app. Do you have enough free space in G:? You need more than 8GB free because the app extracts the game files in container folder.

I've just tried to create a new project and it works for me. Can you try to create it in another drive?

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

Yes, on all HDD's i have this same error, at this moment i can only translate a Yakuza0.exe
Thanks for fast reply
One time i get similar problem with other guy who making a Osu2Saber app, he fixed it with coding a automatic region changes to code, for example, some Countries using comma or period. This is how he fixed error. Maybe in this point?
Btw after fix a problem, can you told me how to change a fonts in this game? or send any tutorial?
image

from translationframework2.

Kaplas80 avatar Kaplas80 commented on August 17, 2024

I don't think it is related with region, the code that throws the error just extracts the .par file contents in containers folder. It looks like a user permission problem. Can you run the app as Administrator?

Changing the font for the game needs 3 steps:

  1. Replace hd_hankaku.dds in font.par.
  2. Fix character spacing in Yakuza0.exe. The app can auto adjust the character spacing loading the new font dds in "Fuente" tab when selecting the .exe. Just click on "Cargar Fuente Nueva" button and then click on "Auto ajustar".
    FontScreen
  3. Enable "Usar codificación ISO-8859-1" in "Parches" tab.

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

Yes, run as administrator doesn't work, created new project on drive C:

This same, btw for mistake i Closed a issue and reopen, im new on github

from translationframework2.

Kaplas80 avatar Kaplas80 commented on August 17, 2024

I'm not able to reproduce the issue. Can you record and upload a video creating a new project so I can see exactly what you are doing?

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

I just making a new project on any driver, first selecting a Yakuza 0 game, next i pointed a folder for project and at last selecting a folder with game instalation.
i have everyting like this C: D: G:\YakuzaPL
and game instalation folder: D:\Gry\Steam\steamapps\common\Yakuza 0
This is all, im using a Administrator Account
image
All permissions are allow to read/write. Idk why after creating New project and clicking accept, this folder being Only for Read. This is all

After copy main program folder on C:\TranslationFramework2 still this same
I try to dissable Eset Smart Security Edit: Nope, this same

from translationframework2.

Kaplas80 avatar Kaplas80 commented on August 17, 2024

The "square" in "Read Only" check doesn't means that the folder is read only. It means that it's "undefined". If you create a new folder manually in explorer it will have the same square.

Can you download and test this? https://we.tl/t-5cuB7Z6fxE

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

Procesando media...
Buscando .\Yakuza0.exe...
1 ficheros encontrados y añadidos
Procesando media\data\2dpar\sprite_c.par...
ERROR: Odmowa dostępu do ścieżki „C:\PL\containers\78c3beb5-7c25-42cf-8fcf-9996b0fdbae0”.
w System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
w System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
w System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
w System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost)
w YakuzaGame.Files.ParFile.Dump(ExtendedBinaryReader input, ParFolderInfo folder, String parentFolder, String logFile)
w YakuzaGame.Files.ParFile.Dump(String inputPath, String outputFolder)
w YakuzaGame.Files.ParFile.Extract(String inputPath, String outputFolder)
w YakuzaGame.Game.ExtractFile(String inputFile, String outputPath)
w TF.Core.TranslationProject.UpdateTranslationFiles(TranslationProject project, BackgroundWorker worker)
w TF.GUI.MainForm.<>c__DisplayClass4_0.b__0(Object sender, DoWorkEventArgs args)

from translationframework2.

Kaplas80 avatar Kaplas80 commented on August 17, 2024

I don't know why it's throwing that error... it works for me and no one has reported this error before. I still think that it is some kind of user permission problem.

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

I tryed to use Gibbed Yakuza, from other github and i have this same
image
Maybe there is a problem? or really my PC is meh... or my Windows. in free time i test this on another PC. But not today.
Im try everything, change permissions for folder. aaa
After administrator CMD:
image


from translationframework2.

Kaplas80 avatar Kaplas80 commented on August 17, 2024

In the administrator command line you are missing the quotes in file name

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

Ok my fault: Yep this same here...
image

from translationframework2.

Kaplas80 avatar Kaplas80 commented on August 17, 2024

Try to copy sprite_c.par to the desktop and run Gibbed tool.

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

Yep: With error but unpacked, actualy i noticed sprite_c.par unpacked too in yakuza folder on G:
image
File a01_010.par unpacked without any error
image
Can you add some line in your program to ignore errors and continue unpack? with errors?
I notice in Project folder, your program unpacked this file at first and he unpacked he's correctly but he stoping working at this moment and sending error.
image

EDIT! I KNOW WHERE IS A PROBLEM! I USING MODYFICATED FILE WITH MOD PS3 BUTTONS! I THINK THERE IS A PROBLEM, IM FLY TO TEST ON ORIGINAL FILE

from translationframework2.

AstraeaZero avatar AstraeaZero commented on August 17, 2024

Read up
Edit: Working... really sorry for your wasted time ; < It's my fault, i forgot about this... One stupid mod wasted my and your 4 hours. Really sorry ; <
Now everything working correctly:
image

from translationframework2.

Kaplas80 avatar Kaplas80 commented on August 17, 2024

Don't worry! I'm closing the issue. If you have another error, open a new one.

from translationframework2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.