Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

djromrell

23
Posts
1
Followers
1
Following
A member registered Mar 16, 2024

Recent community posts

has mem leak on latest.

(1 edit)

Given the more info of reading all the posts something else is overwriting game.

(2 edits)

Seems like you should try a different version such as linux or jar, if using windows. 

(2 edits)

Seems like for some reason it assumes you are in block selection. When you only have the hotbar I assume.

it didn't show from my application not sure why :/

NO, dev just takes huge breaks.

its still useful to post here even though it is known.

(2 edits)

in a cmd  go to home path such as the Users/user directory then run "java -version" and post the results without system specific identifiers in a reply.

(3 edits)

first update version because you are probably using old version, second if you still have the issue repost, if reposting in comment state a non-exact java version on computer, for example if using "....JDK 18" just say JDK 18.

this looks like an issue with gpu running into memory issues may be wrong.

(2 edits)

on 4/5/2024 I have the following crash: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.

although good recommendation, he is citing where he got his ideas.

He is not trying to be an exact minecraft replica, instead of just stating follow minecraft examples, state which things you want.

(1 edit)

here is the actual bug info so if it doesn't fix or you want to know more: <a href="<a href=" https:="" bugs.mojang.com="" browse="" mc-1794?filter="20315"">https://bugs.mojang.com/browse/MC-1794?filter=20315</a>

windows version (creative tab 2 and 3 dont work)

state version you are using

repost if closing all internet tabs(or any other things using memory) then restarting fixes it

If it continues it is likely network related, otherwise I am assuming its background process  or task.

(1 edit)

likely a background process or task, repost if it continues after checking and removing any background tasks or processes.

glitch distance view

(1 edit)

Came across this glitch

java threading issue , final for each:  XX:+UseCriticalJavaThreadPriority  would solve this in a majority of cases. RedNumberz fixes that would work for your PC is changing java priority to higher(or reducing background operations).

-XX:+UseStringDeduplication -XX:+OptimizeStringConcat -XX:+UseCriticalJavaThreadPriority  

Here is java arguments that you will probably need eventually.