should I switch to comet ?

Calcium

Member
Jan 7, 2017
56
6
My Hotel works fine i have cool features.
I can code C# but i have no knowledge in Java.

So I cannot implent the Websockets from my Plus Emulator to Comet :/

My Problem is:

my emulator crashes every time a bug I did not find out.

I thought at the beginning that it is the Listeners (Websocket / Game / RCON) .


because I've seen how the emulator of 100MB utilization has become 600MB within a few seconds. .


Wanted to ask how can I solve this problem? the thing is that there is a certain memory leak that certain users execute but do not tell me .




the catalogeventpurchase exception is pointless btw.

@Sledmore
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Stack overflow, could be a number of things - is something returning itself?(e.g. accidentally named an accessor wrong and it's returning the accessor itself and not a variable?)

The exceptions are only useless because you've got not the debug files on there, so the line numbers are not present.

Your issue looks self caused.
 

Calcium

Member
Jan 7, 2017
56
6
Stack overflow, could be a number of things - is something returning itself?(e.g. accidentally named an accessor wrong and it's returning the accessor itself and not a variable?)

The exceptions are only useless because you've got not the debug files on there, so the line numbers are not present.

Your issue looks self caused.
how can i enable the debug mode on a compiled exe ?

my .pdb file is there.
i use your r2 dev emu
 

Users who are viewing this thread

Top