Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ren dystopia] Freezing occurs when the script is inserted by modifying it to a po file. #35

Open
shun9092 opened this issue Sep 28, 2024 · 54 comments

Comments

@shun9092
Copy link

I'm translating the game anew.
Still appreciating this tool.
When extracted, modified, and inserted as a po file, the game frees up.
I modified this file
'七罪は態度からだと分かりにくいが、
色々と手伝おうとしてくれているようだ。
そつなくこなしているので心配しなくてよさそうだな。'
Freaking occurs in this part and next.
The file below is the file I modified in Korean.
https://drive.google.com/file/d/1JxhR9WTeE0xncliYP7DUIrUbIbrEbFK-/view?usp=sharing
I'll be waiting for your answer. Thank you.

@shun9092 shun9092 changed the title Freezing occurs when the script is inserted by modifying it to a po file. [Ren dystopia] Freezing occurs when the script is inserted by modifying it to a po file. Sep 28, 2024
@thesupersonic16
Copy link
Owner

thesupersonic16 commented Sep 28, 2024

A freezing bug was fixed a couple of weeks ago. However if you started editing before the 11th of September you will need to update DALTools and reimport the translations in a fresh Script.pck.

Let me know if it still freezes after doing that.

You can update DALTools by downloading from GitHub Actions or pulling all changes and building the project.

@shun9092
Copy link
Author

Freezing doesn't seem to have happened and has been fixed.
I want to build a project, but I can't build it.
I would appreciate it if you could let me know if there are any other options you need to build.
And the table editor is still not running.

@thesupersonic16
Copy link
Owner

GitHub Actions is not copying libraries, I will have to fix that.

@thesupersonic16
Copy link
Owner

Just pushed dc4c1a1 which instructs GitHub Actions to include the missing libraries. You can download the build using the same link I have sent before.

As for how to build, you will need to install Visual Studio 2022 (Not Visual Studio Code), and select to install .NET development.

@shun9092
Copy link
Author

I have a Visual Studio 2022 and tried to build it by loading sln, but I get an error and it doesn't build.
I installed .net but I'm not sure.
But this isn't the point and the 'TableEditor.exe' isn't running. I don't know why.

@thesupersonic16
Copy link
Owner

Did you have PropertyTools.dll and PropertyTools.Wpf.dll in the same folder as the exe?

@shun9092
Copy link
Author

shun9092 commented Sep 28, 2024

image
Decompressed DALTools-Release.zip

@thesupersonic16
Copy link
Owner

Try redownloading the file from here.

Should look like this
image

@shun9092
Copy link
Author

It does work well. Thank you!

@shun9092
Copy link
Author

shun9092 commented Sep 28, 2024

image

image

Is it possible to modify this table data as well?
This program doesn't support newline.
I wonder if it is possible to modify the newline change so that it can be changed.
And I think it's too difficult because I think I have to modify it in the program.
Likewise, I wonder if it is possible to extract it as a file that can be csv or several modifications.

@thesupersonic16
Copy link
Owner

I havent spent much time on TableEditor, being able to import and export to CSV and TSV is something I have been thinking of adding since the spreadsheet UI is a bit buggy.

@shun9092
Copy link
Author

image

When I import the file, it is printed like this and it is so hard to edit.
You have to modify the cell while adjusting the size.
Then, if you make a mistake, the cells become smaller or initialized again, making it very difficult to modify.

@thesupersonic16
Copy link
Owner

Pushed b04c82a to add import and exporting for TableEditor.

@shun9092
Copy link
Author

shun9092 commented Sep 28, 2024

Sorry, I don't know how to do that...
And the dialog editor couldn't read the translated csv file, so I worked with a po file. When importing a csv file, the translated sentence is not inserted.

@thesupersonic16
Copy link
Owner

Make sure you are editing the "Translation" row while keeping "Key" untouched.

@shun9092
Copy link
Author

Can you build it so that it can be downloaded?

@thesupersonic16
Copy link
Owner

Just edit the "Translation" column, like this. It will be empty when you export the file.
image

@shun9092
Copy link
Author

shun9092 commented Sep 29, 2024

No. The part I'm talking about is about the table editor.

Pushed b04c82a to add import and exporting for TableEditor.

This is the part. Because the error occurred and I can't build it.

@shun9092
Copy link
Author

shun9092 commented Oct 4, 2024

@thesupersonic16
On the first day, when I choose the Toka at Ryzen High School, I get freesing and the game stops.
image
https://drive.google.com/file/d/1d6ESBPxUQSmGzLWwwnBRAA3LPZp4E6zJ/view?usp=sharing
This is a save file and a script file that I have currently modified.
Please check the cause of the stop.

@thesupersonic16
Copy link
Owner

Just checked 001_01_05.bin, it contained an instruction I have defined incorrectly. Should be fixed in f31f83a. You can download it from GitHub Actions.

Since this is an issue with the instruction defination, you will need to reimport your translation in a clean Script.pck as your current one is now corrupted.

@shun9092
Copy link
Author

shun9092 commented Oct 5, 2024

It work well, thank you.
I will tell you if there is a problem in progress. Thank you.

@shun9092
Copy link
Author

shun9092 commented Oct 6, 2024

@thesupersonic16

App Info:

    Version: 1.0.0
    StartDir: C:\Program Files (x86)\Steam\steamapps\common\DATE A LIVE Ren Dystopia\Data\KOR\DALTools-Release\
    Process Level: User

Exception:

    Type: IndexOutOfRangeException
    Message: Index was outside the bounds of the array.
    Source: DALLib
    Function: Void Save(DALLib.IO.ExtendedBinaryWriter)
    StackTrace: 
       at DALLib.File.TableFile.Save(ExtendedBinaryWriter writer)
       at DALLib.File.FileBase.Save(Stream stream)
       at TableEditor.MainWindow.SaveTable(String path)
       at TableEditor.MainWindow.SaveButton_Click(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.Primitives.ButtonBase.OnClick()
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at TableEditor.App.Main(String[] args)
    InnerException: 

TableEditor fatal error.
https://drive.google.com/file/d/1_O8AQRzlyik33vAtTvbZkpoyMVsLlY8c/view?usp=sharing
I tried to Import translation this file (data_sys_mes.bin)

@thesupersonic16
Copy link
Owner

The parser was not handling EOF properly, should now be fixed in a18391d.

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

@thesupersonic16
image
Unable to translate the choice of the character in the script, it does not appear to be extracted from the script.

@thesupersonic16
Copy link
Owner

What script file is this?

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

000_01_04.bin

If I try to fix it in the dialog editor, I get an error.

ADD) I extracted it as a po file.

SDE Info:

    Version: 1.1.0
    Args: 
    StartDir: C:\Program Files (x86)\Steam\steamapps\common\DATE A LIVE Ren Dystopia\Data\KOR\
    Process Level: User
    ScriptPath: C:\Program Files (x86)\Steam\steamapps\common\DATE A LIVE Ren Dystopia\Data\JPN\Script\Script_ori.pck

Exception:

    Type: NullReferenceException
    Message: Object reference not set to an instance of an object.
    Source: ScriptDialogueEditor
    Function: Void CodeListView_MouseDoubleClick(System.Object, System.Windows.Input.MouseButtonEventArgs)
    StackTrace: 
       at ScriptDialogueEditor.MainWindow.CodeListView_MouseDoubleClick(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.Control.OnMouseDoubleClick(MouseButtonEventArgs e)
       at System.Windows.Controls.Control.HandleDoubleClick(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at ScriptDialogueEditor.App.Main(String[] args)
    InnerException: 

@thesupersonic16
Copy link
Owner

How did you get the crash? Just after double clicking?

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

Right. It's an error that happens when I double-click to edit choice script. And Enter happened too.
And I extracted it as a po file.

@thesupersonic16
Copy link
Owner

Should now be fixed in 1c4da1f.

I was unable to get the crash myself, will need more information or a video of you causing it. Anyways choices should now be exportable.

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

image
And I can't open the start02.bin file.
image
image
Also, I have to translate the map name on the map selection screen, but I can't see this part either.

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

SDE Info:

    Version: 1.1.0
    Args: 
    StartDir: C:\Program Files (x86)\Steam\steamapps\common\DATE A LIVE Ren Dystopia\Data\KOR\
    Process Level: User
    ScriptPath: C:\Program Files (x86)\Steam\steamapps\common\DATE A LIVE Ren Dystopia\Data\JPN\Script\Script_ori.pck

Exception:

    Type: NullReferenceException
    Message: Object reference not set to an instance of an object.
    Source: ScriptDialogueEditor
    Function: Void CodeListView_MouseDoubleClick(System.Object, System.Windows.Input.MouseButtonEventArgs)
    StackTrace: 
       at ScriptDialogueEditor.MainWindow.CodeListView_MouseDoubleClick(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.Control.OnMouseDoubleClick(MouseButtonEventArgs e)
       at System.Windows.Controls.Control.HandleDoubleClick(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at ScriptDialogueEditor.App.Main(String[] args)
    InnerException: 
bandicam.2024-10-09.04-02-33-412.mp4

Still error happend.

@thesupersonic16
Copy link
Owner

When I last looked at start2.bin it looked like a script file but with minor differences, likely using an older version of the scripting engine.

As for the crash, I tried what you did and still could not reproduce the crash. Does it also happen on normal messages?

As for MapPlace text, should now be added in 94753d7.

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

It doesn't happen in other common scripts, it happens when you double click to modify character's choice options.

image
image
Also, I have to translate the map name on the map selection screen, but I can't see this.
Where is a MapName script?? I can't find script about that.

@thesupersonic16
Copy link
Owner

They might be textures. Nothing stands out to me besides MapPlace. Maybe check Data\Map.

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

Ok, I found it! Thank you! That is textures. but choice is still happen by double click..

@shun9092
Copy link
Author

shun9092 commented Oct 8, 2024

If so, is start2.bin a file that doesn't have a script and doesn't need to be modified?

@thesupersonic16
Copy link
Owner

I am not sure where in the function the issue is, I can try making a build for you so that it can show line numbers.
Release.zip

No need to edit start2.bin as I don't think it gets loaded in game.

@shun9092
Copy link
Author

shun9092 commented Oct 15, 2024

image
image
image

Name error

@thesupersonic16
Copy link
Owner

Do you have data_chara.bin next to Script.pck?

@shun9092
Copy link
Author

shun9092 commented Oct 25, 2024

image
image
image
image
image

I modified the file 'data_chara.bin'. By the way, the name here has not been modified. I don't know if I need to modify other parts. Or I don't know if there is any part where the name part hasn't been extracted.

@thesupersonic16
Copy link
Owner

Check data_chara_voice.bin

image
image

@shun9092
Copy link
Author

What's the difference between name1 and name2? Is there a difference between the parts used in the same name?

@thesupersonic16
Copy link
Owner

I believe in one of the games some characters can be given a non-spoiler name and a spoiler name. Though in this there might not be one.

@shun9092
Copy link
Author

title-eidted.zip

When I edit and insert the image, sometimes it doesn't run and doesn't return to the main screen.
I can't go into two days if I run it for the first time when I changed the title.

@thesupersonic16
Copy link
Owner

Is something wrong with this?

@thesupersonic16
Copy link
Owner

Seems to work fine for me.

@shun9092
Copy link
Author

shun9092 commented Oct 26, 2024

bandicam.2024-10-26.19-32-20-692.mp4

I edited 'title.tex' and changed file. Sometimes the screen stops. I can't go back to the main screen.

Sometimes work, sometimes doesn't work.

@thesupersonic16
Copy link
Owner

I am not seeing the issue on my end. Maybe you edited something else that is causing the issue?

@shun9092
Copy link
Author

If I use the original file, it works with no problem at all. However, if I use the modified file, sometimes it doesn't run.

@thesupersonic16
Copy link
Owner

File looks fine to me, and I still don't see any of the freezing issues you had. Try your tex without other edited files and see if it fixes itself.

@shun9092
Copy link
Author

image
I can't find the script on the settings screen of keyboard settings. Do you know where I can change the script?

@thesupersonic16
Copy link
Owner

Those might be in the exe itself.

@Choviics
Copy link

Sorry to butt into the conversation but how can I download the latest version of the tools? I tried to go to GitHub Actions but it says link error

@thesupersonic16
Copy link
Owner

The files were expired, I just got them regenerated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants