Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#290 closed bug (fixed)

Vision fails to load

Reported by: johndrinkwater Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

When running Vision, it alerts the user, saying something is unimplemented - the message even says something like "ToDo: missing on haiku" so ran it in gdb, ..

(gdb) run Starting program: /boot/beos/apps/Vision-0.9.7-SF-010705/Vision elf_resolve_symbol: could not resolve symbol 'general_info' resolve symbol "general_info" returned: -2147478780 runtime_loader: troubles relocating: 0x80001304

Program exited normally. gdb: child_close, inferior_ptid=245 You can't do that without a process to debug. (gdb)

Change History (6)

comment:1 by johndrinkwater, 18 years ago

Component: ApplicationsServers

comment:2 by johndrinkwater, 18 years ago

From Visions ColorSwatch.cpp

struct general_ui_info {

rgb_color background_color; rgb_color mark_color; rgb_color ighlight_color; bool color_frame; rgb_color window_frame_color;

};

extern _IMPORT general_ui_info general_info;

comment:3 by johndrinkwater, 18 years ago

Owner: changed from sikosis to axeld

comment:4 by axeld, 18 years ago

Resolution: fixed

comment:5 by axeld, 18 years ago

Thanks! I've added it in hrev16880. Dunno if we should keep it, though.

comment:6 by axeld, 18 years ago

Status: newclosed
Note: See TracTickets for help on using tickets.