- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在 macOS 上的 eclipse 中尝试制作一个 simple mod,一切正常,直到我将纹理 .png 文件添加到游戏中,然后我收到 DS_Store 错误,我几乎查看了有关此问题的所有论坛,并且没有任何效果,我知道您可以停止在 NAS 上创建 DS_Store,但不能停止在本地创建 DS_Store,我可以做些什么来解决此问题吗?
[m[32m[23:15:59] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: BETA Current: 30.0.51 Target: 30.0.51
[m[32m[23:15:59] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [testmod] Starting version check at http://myurl.me/
[m[33m[23:16:00] [Forge Version Check/WARN] [ne.mi.fm.VersionChecker/]: Failed to process update information
java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_231] {}
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_231] {}
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_231] {}
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_231] {}
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_231] {}
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_231] {}
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_231] {}
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_231] {}
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_231] {}
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_231] {}
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] {re:classloading}
at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] {re:classloading}
at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_231] {}
at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] {re:classloading}
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900) ~[?:1.8.0_231] {}
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_231] {}
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_231] {}
at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] {re:classloading}
... 3 more
[m[36m[23:16:00] [Render thread/DEBUG] [ne.mi.fm.cl.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file /Users/bennybergle/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.15.1-30.0.51_mapped_snapshot_20190719-1.14.3/forge-1.15.1-30.0.51_mapped_snapshot_20190719-1.14.3-recomp.jar
[m[36m[23:16:00] [Render thread/DEBUG] [ne.mi.fm.cl.ClientModLoader/CORE]: Generating PackInfo named mod:testmod for mod file /Users/bennybergle/Desktop/Mods/Test/bin/main
[m[32m[23:16:00] [Render thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, Mod Resources
[m[33m[23:16:00] [Server-Worker-7/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: minecraft:blockstates/magenta_concrete_powder.json: java.io.FileNotFoundException: minecraft:blockstates/magenta_concrete_powder.json
[m[33m[23:16:00] [Server-Worker-7/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: 'minecraft:blockstates/magenta_concrete_powder.json' missing model for variant: 'minecraft:magenta_concrete_powder#'
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.co.ConfigTracker/CONFIG]: Loading configs type CLIENT
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.co.ConfigTracker/CONFIG]: Loading config file type CLIENT at forge-client.toml for forge
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.co.ConfigFileTypeHandler/CONFIG]: Built TOML config for /Users/bennybergle/Desktop/Mods/Test/run/config/forge-client.toml
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.co.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file /Users/bennybergle/Desktop/Mods/Test/run/config/forge-client.toml
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.co.ConfigFileTypeHandler/CONFIG]: Watching TOML config file /Users/bennybergle/Desktop/Mods/Test/run/config/forge-client.toml for changes
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.co.ForgeConfig/FORGEMOD]: Loaded forge config file forge-client.toml
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.co.ConfigTracker/CONFIG]: Loading configs type COMMON
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.ModList/LOADING]: Dispatching parallel event LifecycleEvent:COMMON_SETUP
[m[36m[23:16:00] [Server-Worker-1/DEBUG] [ne.mi.fm.ModList/LOADING]: Dispatching parallel event LifecycleEvent:SIDED_SETUP
[m[32m[23:16:02] [Render thread/INFO] [minecraft/Minecraft]: Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: .DS_Store:sounds.json
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_231] {}
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_231] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592) ~[?:1.8.0_231] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_231] {}
Caused by: net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: .DS_Store:sounds.json
at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:28) ~[?:?] {re:classloading}
at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:39) ~[?:?] {re:classloading}
at net.minecraft.client.audio.SoundHandler.prepare(SoundHandler.java:71) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.audio.SoundHandler.prepare(SoundHandler.java:35) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.ReloadListener.lambda$reload$0(ReloadListener.java:12) ~[?:?] {re:classloading}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_231] {}
... 5 more
[m[36m[23:16:04] [Render thread/DEBUG] [ne.mi.fm.cl.ClientModLoader/CORE]: Generating PackInfo named mod:forge for mod file /Users/bennybergle/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.15.1-30.0.51_mapped_snapshot_20190719-1.14.3/forge-1.15.1-30.0.51_mapped_snapshot_20190719-1.14.3-recomp.jar
[m[36m[23:16:04] [Render thread/DEBUG] [ne.mi.fm.cl.ClientModLoader/CORE]: Generating PackInfo named mod:testmod for mod file /Users/bennybergle/Desktop/Mods/Test/bin/main
[m[32m[23:16:04] [Render thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, Mod Resources
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.co.ConfigTracker/CONFIG]: Loading configs type CLIENT
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.co.ConfigTracker/CONFIG]: Loading config file type CLIENT at forge-client.toml for forge
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.co.ConfigFileTypeHandler/CONFIG]: Built TOML config for /Users/bennybergle/Desktop/Mods/Test/run/config/forge-client.toml
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.co.ConfigFileTypeHandler/CONFIG]: Loaded TOML config file /Users/bennybergle/Desktop/Mods/Test/run/config/forge-client.toml
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.co.ConfigFileTypeHandler/CONFIG]: Watching TOML config file /Users/bennybergle/Desktop/Mods/Test/run/config/forge-client.toml for changes
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.co.ForgeConfig/FORGEMOD]: Loaded forge config file forge-client.toml
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.co.ConfigTracker/CONFIG]: Loading configs type COMMON
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.ModList/LOADING]: Dispatching parallel event LifecycleEvent:COMMON_SETUP
[m[36m[23:16:04] [Server-Worker-6/DEBUG] [ne.mi.fm.ModList/LOADING]: Dispatching parallel event LifecycleEvent:SIDED_SETUP
[m[32m[23:16:05] [Render thread/INFO] [minecraft/Minecraft]: Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: .DS_Store:sounds.json
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_231] {}
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_231] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592) ~[?:1.8.0_231] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_231] {}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_231] {}
Caused by: net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: .DS_Store:sounds.json
at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:28) ~[?:?] {re:classloading}
at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:39) ~[?:?] {re:classloading}
at net.minecraft.client.audio.SoundHandler.prepare(SoundHandler.java:71) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.audio.SoundHandler.prepare(SoundHandler.java:35) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.ReloadListener.lambda$reload$0(ReloadListener.java:12) ~[?:?] {re:classloading}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_231] {}
... 5 more
最佳答案
这是使用 Eclipse 在 macOS 上开发 Minecraft 时的一个已知问题。尝试我发现的这两个解决方法之一:
关于java - DS_Store 文件导致 Minecraft forge 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60068967/
导航工具栏 Forge 查看器中有一些可用的工具按钮。所以我只想从工具栏中隐藏“缩放工具”按钮和“第一人称工具”按钮。 我可以使用以下代码从工具栏中删除缩放工具按钮: var navTool = th
导航工具栏 Forge 查看器中有一些可用的工具按钮。所以我只想从工具栏中隐藏“缩放工具”按钮和“第一人称工具”按钮。 我可以使用以下代码从工具栏中删除缩放工具按钮: var navTool = th
我们需要一种方法来在我们的自定义集成中模仿 BIM 360 Docs 文件管理器,而使用 Forge API 并不能解决这个问题。我们正在尝试使用单个 API 调用检索给定文件夹的子文件夹列表。 我们
我们最近更新了我们的一个项目,以使用最新版本的 Autodesk Forge Viewer (v7.x)。 总的来说,迁移进行得很顺利,但我们注意到,对于某些模型,我们在相机的远切面方面存在问题。我发
我正在构建一个应用程序,用户可以在其中将 CAD 文件集合添加到工程项目中。 我的计划是为整个应用程序使用一个 transient 和 temporary 存储桶来进行临时存储。然后为每个项目创建一个
我在自己的网站上创建了 Forge 查看器版本 7。我正在尝试添加标记,如 Autodesk 网站中显示的那样(见下图); 是否有创建这样的标记工具的教程?我找到了一些,但它们要么是过时的版本,要么是
我的目标是通过根据我在 Revit 中创建的线条向查看器添加新的几何图形来突出显示房间,就像它们在此处所做的那样 Link 但我不知道如何访问这些线路 ID。我知道它们在 Revit (element
我们目前正在让客户端在页面加载时检索对象状态(这将导致模型中的“待处理”对象变成不同的颜色)。然后我们轮询更改以更新着色(首先:当查看器加载时,挂起的对象会着色,然后我们继续轮询以再次检查和更改状态,
我正在尝试通过 https://learnforge.autodesk.io/ 中的“修改模型”示例 不幸的是 ngrok 在我们的公司网络中不工作。如果我尝试运行下面的任何命令 ngrok http
有人能说出 redirect_url 如何与通配符结合使用吗?在帮助中,给出了以下信息: 三足 token 生成身份验证 URL 要请求用户获得检索访问 token 的权限,您可以将用户重定向到同意页
当我将 Forge Viewer 从 SVF 迁移到 SVF2 时,某些几何图形未加载,并且每个元素都会出现“无效的 OGT header ”和“无法解析 OGT 几何图形”。 Console err
所以我才开始使用 Forge。我只是有一个非常简单的示例 mod 用于学习目的。当我使用 gradlew build 导出 mod 时,一切正常,它将 mod 放入 forge 的 build\lib
我更喜欢使用通常的 MKL 工具链 defaults Continuum 提供的 channel 。但是,像许多人一样,我发现自己安装了很多来自 conda-forge 的软件包。 channel 。
我有一个在 Forge 开发环境中制作的库,其中一个位于 main源集,包含库代码;另一个在 testmod (或任何其他名称)源集,包含需要作为 Forge mod 加载的测试代码。 只需添加 so
我们正尝试使用 Autodesk Forge API 请求/命令检索描述或自定义属性字段,如 BIM360 文档中所示。 我们尝试了以下请求来检索有关特定文件的信息: https://forge.au
如果安装官方npm package , 它有效。 但是根据official documentation并简单地将 import { Viewer } from "forge-dataviz-iot-r
我们想将我们的一些 forge 查看器代码库移动到一个 react-app 中,并且无法弄清楚如何在不附加所有 Autodesk.Viewer.... 的情况下使用 viewer3d js api。在
我们想将我们的一些 forge 查看器代码库移动到一个 react-app 中,并且无法弄清楚如何在不附加所有 Autodesk.Viewer.... 的情况下使用 viewer3d js api。在
我找到了获取Revit文件的Autodesk Platform Services(Forge)API调用缩略图:请参阅此链接。但此API调用仅检索RVT缩略图,而不检索每个视图特定的缩略图。有没有办法
我发现示例中漂浮着一些 Autodesk.Viewing.SOME_EVENT 事件,当前使用这些事件: viewer.addEventListener(Autodesk.Viewing.SELECT
我是一名优秀的程序员,十分优秀!