Hype_the_Time (PING ON REPLY)
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
(I get an exception now because app is in background nen stuff)
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
its not fully working yet but I am confident that this was the problem.
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
Only saw now will check
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
Time to reopen this
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
so does work
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
2025-03-27 21:34:32.056 27077-27257 System.out net.kdt.pojavlaunch.debug I MC Service reieved intent: net.kdt.pojavlaunch.action.START_PROFILE | Intent { act=net.kdt.pojavlaunch.action.START_PROFILE cmp=net.kdt.pojavlaunch.debug/net.kdt.pojavlaunch.api.StartMinecraftService }
(from bash call)
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
2025-03-27 21:32:26.766 27077-27077 VRI[LauncherActivity] net.kdt.pojavlaunch.debug D visibilityChanged oldVisibility=true newVisibility=false
2025-03-27 21:32:48.857 27077-27086 .debug:launcher net.kdt.pojavlaunch.debug I Background concurrent mark compact GC freed 7086KB AllocSpace bytes, 7(140KB) LOS objects, 84% free, 4503KB/28MB, paused 434us,34.433ms total 204.091ms
2025-03-27 21:32:48.887 27077-27088 System net.kdt.pojavlaunch.debug W A resource failed to call close.
all logs between my calling various versions of the intent.
@Override
protected void onHandleIntent(Intent intent) {
System.out.println("MC Service reieved intent: " + intent.getAction()+" | "+intent);
if (intent != null && ACTION_START_MINECRAFT.equals(intent.getAction())) {
System.out.println("StartMinecraftService started");
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
and i setr a breakpoint in the if statement so any would work too
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
<service android:name=".api.StartMinecraftService" android:exported="true">
</service>
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
i mean the bash is able to find it still tho
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
ah thats from me updating the app
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
i tried it before previously but it never appeared
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
Package [net.kdt.pojavlaunch.debug] reported as REPLACED, but missing application info. Assuming REMOVED.
i just found this in my log. i dont know where it came from
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
ye
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
so its like evcen just being breakpoint hit is all thats needed
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
yes. also i do have code there
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
me getting a breakpoint hit
118 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 3/27/2025 in #java-help
can not launch external service.
no
118 replies