armoire
armoire
Explore posts from servers
CC#
Created by armoire on 4/11/2025 in #help
✅ calling ShowDialog() with the OpenFolderDialog class creates an error
The error
System.ArgumentException
HResult=0x80070057
Message=Value does not fall within the expected range.
Source=<Cannot evaluate the exception source>
StackTrace:
<Cannot evaluate the exception stack trace>
System.ArgumentException
HResult=0x80070057
Message=Value does not fall within the expected range.
Source=<Cannot evaluate the exception source>
StackTrace:
<Cannot evaluate the exception stack trace>
my code :
C#
OpenFolderDialog getBaseDir = new OpenFolderDialog
{
Multiselect = false,
DefaultDirectory = userDir,
InitialDirectory = docsDir
};

bool? hasChosenAFolder = getBaseDir.ShowDialog();
C#
OpenFolderDialog getBaseDir = new OpenFolderDialog
{
Multiselect = false,
DefaultDirectory = userDir,
InitialDirectory = docsDir
};

bool? hasChosenAFolder = getBaseDir.ShowDialog();
The last line generates the error
6 replies
DHDistant Horizons
Created by armoire on 12/27/2024 in #help-me
how to increase chunk queue
I can't find it !
8 replies
CC#
Created by armoire on 9/15/2024 in #help
how to see the console programm output in vs, WPF
I've got some Console.writeLine stuff but I can't find the console where it is displayed ! thx for any help
4 replies
CC#
Created by armoire on 9/13/2024 in #help
can't find an image that is asked to be searched
No description
4 replies
DHDistant Horizons
Created by armoire on 9/2/2024 in #help-me
how to get my server to make distant horizons load every generated chunks? [solved]
that's all. I just don't wanna run around in creative, trying to load everything manually
18 replies
DHDistant Horizons
Created by armoire on 9/1/2024 in #help-me
compatiblity distant horizons n oculus
7 replies
CC#
Created by armoire on 8/11/2024 in #help
trying to make a modded launcher
I'm trying to make a Minecraft launcher This is what the .cs file looks like (attachement) The download of the mods works, but for minecraft, only client.jar (named minecraft.jar) is downloaded. idk what I did wrong. Also i've got an account
8 replies
DHDistant Horizons
Created by armoire on 6/14/2024 in #help-me
problem when disabling and re-enabling render
when I disable render and re-enable it, it doesn't load my chunks, and seems to take as much cpu ressources as before/ even more. I was using BSL til now, everything worked fine, even when I disable it nothing loads
4 replies