Author Topic: Problem with emu8x  (Read 3983 times)

0 Members and 1 Guest are viewing this topic.

Offline Mingerton

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Problem with emu8x
« on: June 06, 2015, 03:44:48 pm »
Hi Omnimaga,

I recently tried to install emu8x on my TI83+SE, but I encountered a problem in the command prompt window, where I'm supposed to write this, and see this :
Code: [Select]
C:\emu8x>java rom
 //and it works !

All I got is this :


The system is in french, should I translate ?

Thanks for your time ! ;)
Doing my best in English but you know, I'm French...

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Problem with emu8x
« Reply #1 on: June 06, 2015, 03:56:40 pm »
"rom" means the name of your dumped rom image.
Quote from: readme
ROM images of calculators are copyrighted by TI and may only be used by the owner of the calculator from which they were dumped. Because these ROM images are embedded in Emu8x, the application cannot be transferred.
You have to have one of the other calculators to use Emu8x, in other words.
I am Bach.

Offline Mingerton

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Problem with emu8x
« Reply #2 on: June 06, 2015, 04:07:55 pm »
I didn't try to transfer emu8x, il couldn't even create the file to sign to create the app. The command prompt couldn't read the command which was supposed to do that.

And I own the calculator I want to emulate, an old broken TI-81. Don't worry about that ;)
Doing my best in English but you know, I'm French...

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Problem with emu8x
« Reply #3 on: June 06, 2015, 04:10:23 pm »
Did you dump the ROM image off of it? If not, you have to do that.
I am Bach.

Offline Mingerton

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Problem with emu8x
« Reply #4 on: June 06, 2015, 04:13:50 pm »
The batteries melt inside the calculator, it doesn't turn on. That's precisly why I want to emulate it. But I got the rom anyway.

The problem is that I must run the file named rom.class (a java file), but it won't run it.
Doing my best in English but you know, I'm French...

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Problem with emu8x
« Reply #5 on: June 06, 2015, 04:16:27 pm »
Try running "java -cp . rom" and see if that works
I am Bach.

Offline Mingerton

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: Problem with emu8x
« Reply #6 on: June 06, 2015, 04:19:19 pm »
Already tried, this open the help menu (wtf why ?)

I translate the error message, maybe this will help : Error : impossibleto find or load the main class rom
Doing my best in English but you know, I'm French...