When you report a bug...
Added 2021-12-05 11:34:17 +0000 UTCWhen you want to report a bug, the best way is tell me what do you did and what do you get in detail. (Click what button, then what button... and so on)
If the bug can be repeated at my side, I can deal with it easily. BUT if not, attach a detail error log will be very helpful.
I am developping plugins mainly within VNGE, it is a python engine running on Console, so the log will not go to logoutput.log file by natrual. Most VNGE log just print on the Console window. Here is the step to check them.
1. Press F1 open the plugin setting, enable logging.console in bepinex

2. Then restart studio, there shounld be another window appears, looks like below picture. That's the console window, you can see VNGE related log in it (and also other plugin log). When something goes wrong, copy these texts from console window and paste them to me. In most case, It will appears and you dont need to process following steps anymore.
Note: Text can be select and copy from console window by drag your mouse then press ctrl+c, DO NOT PRESS CTRL+C ON CONSOLE WITHOUT SELECT ANYTHING OR YOU WILL SHUT DOWN THE STUDIO. And when you selected anything, the main game will be paused, hit return key to cancel selection and resume the game.

3. If the console windows does not appear, or it disappeared soon after studio start, check vngameengine.ini (in bepinex/plugins/console/lib or just search it from game folder). Open it with any text editor, found the HideConsoleAfterStart and set it to 0. Refer to picture below, default value is 2. Save the file and restart studio again.

4. Still no console window!? Your VNGE is broken I think... Quit the game and pass me the logoutput.log in bepinex folder.
5. logoutput.log is not existed?? Back to step 1, check the logging.Disk in BepInEx setting, enable it as the picture shows.
I am updating the core of vnanime clip these days, so there will be a lot of bugs...
Any feedback are welcomed!