solonix / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

Runtime error 203 @ Ubuntu 11.10 #562

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running ./transgui from the command line
2. the output is:
Runtime error 203 at $0806767A
  $0806767A
  $080679C9
  $080A83C4
3. the application doesn't start at all

What is the expected output? What do you see instead?
Expected results is that the application starts normally. It doesn't and 
instead the above error appears.

What version of the product are you using? On what operating system?
I'm using Ubuntu 11.10, kernel 3.0.0.19-generic-pae (32 bit).
I have tried all versions of transgui 4.0.x versions as well 3.x version 
installed from a ppa repository with the same results.

Please provide any additional information below.

Original issue reported on code.google.com by bve...@gmail.com on 11 May 2012 at 9:38

GoogleCodeExporter commented 9 years ago
Try to install Lazarus package and check if Lazarus IDE starts on your system.

Original comment by j...@cp-lab.com on 11 May 2012 at 11:39

GoogleCodeExporter commented 9 years ago
I installed Lazarus, but running it from the command line ends up with the 
pretty much the same error.

Runtime error 203 at $0806767A
  $0806767A
  $080679C9
  $080A83C4

Original comment by bve...@gmail.com on 11 May 2012 at 3:16

GoogleCodeExporter commented 9 years ago
It seems to be some incompatibility of your system with Free Pascal compiler 
(it will crash with the same error, I suppose). 
Runtime error 203 means "Out of memory" error.
Unfortunately it is out of scope of the transgui project. Please report the 
error in the Free Pascal bug tracker.

Original comment by j...@cp-lab.com on 11 May 2012 at 3:26