Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - com64

Pages: [1]
1
Bug Report Archive / Milkytracker 0.90.85 crashes on exit
« on: August 11, 2011, 02:48:38 »
I've ported Milkytracker 0.90.85 to the Caanoo (pretty much the same as the GP2X port, just changed controls). It crashes on exit, forcing me to power down the device manually. It happens each and every time, whether or not I have a module open.

I ran it from an ssh server, and this is what output I get when exiting:

Quote
Crashed with signal 11
Please submit a bug report stating exactly what you were doing at the time of the crash, as well as the above signal number. Also note if it is possible to reproduce this crash.

A backup has been saved to /root/BACKUP00.XM

Segmentation fault
Quote

Also, the backup is NOT saved because the internal filesystem is READ-ONLY. Is there a way I can tell Milkytracker to write/look in /mnt/sd/ (which is read and write) instead?

Here's the full terminal server output:
Quote

SDL Rendering : SDL Hardware

Initialising SDL Audio...     [DONE]
Initialising Handy Display... [DONE]
Starting Lynx Emulation...
view created...
1
gFWver[0] = 1
6
gFWver[1] = 6
1
gFWver[2] = 1
max_right=861
FB_OpenMouse()
Using tslib touchscreen
Check joystick...
[20],  [11],  [8],  [10],  [17],  [32],  [59], 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SERIAL NUM:   [E]
  • [9] [C] [5] [A] [4] [E] [5] [5]
  • [D] [A] [C] [D] [4] [6] [6] [D] [E] [1] [6] [6] [3] [A] [5] [D] [A] [3] [F] [A]

NED_FILE_READ [/var/tmp/NED_LIC.SYS]
FOPEN Error in NED_FILE_READ [/var/tmp/NED_LIC.SYS]
NED_FILE_READ [/var/tmp/NED_SID.SYS]
FOPEN Error in NED_FILE_READ [/var/tmp/NED_SID.SYS]
NED_Initialize END
inifile: syntax error (1):
-> �STH�ȼ���n�eK�b��ð2i�������"S~ܘ%�4���꽇pմ^Qz���(������m?�S��$W�E

inifile: syntax error (2):
-> h�@2��@-4QjF�-ZД
Keyboard=32768state=1, keysym->sym=115Keyboard=32768state=1, keysym->sym=115SDL_Exitialize()
HAUL_OFF
SDL Quit...
EXIT
NED_Initialize IOCTL_GET_INSERT_SDMMC
[20],  [11],  [8],  [10],  [17],  [33],  [27], 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NED_FILE_READ [/var/tmp/NED_LIC.SYS]
FOPEN Error in NED_FILE_READ [/var/tmp/NED_LIC.SYS]
NED_FILE_READ [/var/tmp/NED_SID.SYS]
FOPEN Error in NED_FILE_READ [/var/tmp/NED_SID.SYS]
ND_Initialize() return -1001
This CARD is SD CARD  in!!
FB_OpenMouse()
Using tslib touchscreen
SDL: Using audio driver: dsp
SDL: Buffer size = 2048 samples (requested 2048)

Crashed with signal 11
Please submit a bug report stating exactly what you were doing at the time of the crash, as well as the above signal number. Also note if it is possible to reproduce this crash.

A backup has been saved to /root/BACKUP00.XM

Segmentation fault

2
MilkyTracker Support / Problems porting Milkytracker
« on: August 11, 2011, 00:36:30 »
Hi,

I've recently ported Milkytracker to the Caanoo, an ARM device by GamePark Holdings, the successor to the GP2X and GP2X Wiz. It works well for the most part, but I have a few issues. The only changes to the code that I made were related to controls; remapping the buttons, getting the joystick working, and whatnot.

Configuration:
The tracker doesn't save any changed configuration for some reason. The internal memory of the device is read-only, and that may be the problem if the tracker tries to save it there, instead of the SD card. Is there a way to change the path that Milkytracker looks for the configuration file?

Exiting:
The tracker doesn't exit properly; it just hangs at a black screen, leaving you no choice but to shut it down by holding the power switch. I just ran Milkytracker from a terminal server, and this is what showed up when I exit:
Quote
Crashed with signal 11
Please submit a bug report stating exactly what you were doing at the time of the crash, as well as the above signal number. Also note if it is possible to reproduce this crash.

A backup has been saved to /root/BACKUP00.XM

Segmentation fault

Mouse:
Mouse movement works fine with the touch screen and joystick, but USB mice don't seem to work at all.

Other than that, everything seems to work fine.

Pages: [1]