-
Notifications
You must be signed in to change notification settings - Fork 169
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
Running OpenMW 0.48+ through MO2 having already run the export plugin causes duplicate file warning #1795
Comments
Apparently not - it sounds like someone managed to trigger the same warning without using MO2, but running a Windows build through WINE. |
Have the same problem. Any news about this issue? Example: Warning: found duplicate file for 'D:/Games/Morrowind/Data Files\Textures\war_sload2_head5.dds', please check your file system for two files with the same name in different cases. |
It basically needs one of the very small number of MO2 developers with enough experience working on USVFS to dig into it, and their time is limited and this isn't really a priority for them as you'll only run into it when you're using the plugin incorrectly (as you're supposed to launch OpenMW outside MO2 once you've exported). |
This has not been mentioned here, but this issue prevents easy testing in the openmw from the csse if it was originally launched from mo2. Are there still no updates or fixes? |
If you've already exported your MO2 setup to OpenMW using one of the plugins, then it'll be able to see the work you've done in the construction set if you launch it outside MO2, even if the CS and MO2 are still running. When files are modified, USVFS writes them back to disk right away. It's just other applications launched through MO2 that might have problems, e.g. if you've unlocked the UI and launched a second one. |
I suspect this is related to #2039 so hopefully the problem will go away once that's fixed by hooking a currently-unhooked function that causes that issue. |
For reference:
|
The problem:
This isn't an issue I've experienced, so I'm leaving the logs etc. sections with the template so I can direct users here to supply their information.
OpenMW has it's own VFS, and https://github.com/AnyOldName3/ModOrganizer-to-OpenMW exists so that OpenMW's VFS can include MO2's mod directories even when MO2 isn't running. Even though it's never been recommended or officially supported, many users who've exported their setup have taken to running OpenMW through MO2 anyway, even though it's totally redundant.
With pre-0.48 versions, everything was fine - OpenMW would see the USVFS-injected files as lower-priority than the ones from its own VFS, and just ignore them.
With 0.48 and later, OpenMW logs the following message for every loose file in the VFS:
This massively slows down loading OpenMW.
To Reproduce:
Steps to reproduce the behavior:
Environment:
Details:
If necessary, describe the problem you have been experiencing with more details and pictures.
Link to Mod Organizer logs:
Right click on the log window at the bottom of MO2, set log level to debug, restart Mo2 and reproduce the problem.
To access the log files you can press the Open folder icon over the modlist and select "Open MO2 Logs folder".
USVFS:
Create a GIST which is a paste of your latest USVFS log, and link them here.
Do NOT paste your full USVFS logs here, as it will make this issue very long and hard to read!
If you are reporting a bug, always include the USVFS logs!
MO Interface:
Create a GIST which is a paste of your mo_interface logs, and link them here.
Do NOT paste your full mo_interface logs here, as it will make this issue very long and hard to read!
If you are reporting a bug, always include the mo_interface logs!
The text was updated successfully, but these errors were encountered: