Advertisement
Guest User

Untitled

a guest
Aug 13th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Exception in thread "main" java.lang.RuntimeException: Failed to resolve mods!
  2. at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:147)
  3. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:120)
  4. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
  5. Caused by: net.fabricmc.loader.discovery.ModResolutionException: Errors were found!
  6. - Mod pnarwhal depends on mod {flamingo @ [*]}, which is missing!
  7. - Mod pnarwhal depends on mod {libGui @ [1.2.5-b]}, which is missing!
  8. at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:324)
  9. at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:504)
  10. at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:145)
  11. ... 2 more
  12. 2019-08-13 18:31:24,831 main ERROR Unable to move file C:\Users\LAPTOP-K3120TVR\Desktop\fabric-example-mod-master\fabric-example-mod-master\run\logs\latest.log to C:\Users\LAPTOP-K3120TVR\Desktop\fabric-example-mod-master\fabric-example-mod-master\run\logs\2019-08-13-3.log: java.nio.file.FileSystemException C:\Users\LAPTOP-K3120TVR\Desktop\fabric-example-mod-master\fabric-example-mod-master\run\logs\latest.log -> C:\Users\LAPTOP-K3120TVR\Desktop\fabric-example-mod-master\fabric-example-mod-master\run\logs\2019-08-13-3.log: The process cannot access the file because it is being used by another process.
  13.  
  14. 2019-08-13 18:31:24,905 main ERROR Unable to delete file C:\Users\LAPTOP-K3120TVR\Desktop\fabric-example-mod-master\fabric-example-mod-master\run\logs\latest.log: java.nio.file.FileSystemException C:\Users\LAPTOP-K3120TVR\Desktop\fabric-example-mod-master\fabric-example-mod-master\run\logs\latest.log: The process cannot access the file because it is being used by another process.
  15.  
  16. [18:31:25] [main/INFO]: Loading for game Minecraft 1.14.4
  17.  
  18. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement