Share

dgMaster

Tracker: Bugs

5 Path Separator - ID: 1745114
Last Update: Settings changed ( m_michalak )

Opening files works fine in Windows, but it fails on my mac with the
following error:
ERROR 27 Jun 2007 22:15:43,703: Generator -
generate - Error while initialising a generator
java.lang.NullPointerException
at
generator.randomisers.FirstnameRandomiser.setRandomiserInstance(FirstnameRa
ndomiser.java:64)
at generator.engine.file.Generator.generate(Generator.java:367)
at generator.gui.FileOutputPanel$15.construct(FileOutputPanel.java:711)
at generator.gui.SwingWorker$2.run(SwingWorker.java:129)
at java.lang.Thread.run(Thread.java:637)

To support multiple platforms, hard-coded file names should use '/' as a
path separator instead of '\\'. I've attached the changes to get dgMaster
working on Mac OS 10.4.10 with Java SE 6.0. This is the only necessary
change (there are still other optional changes).


Nobody/Anonymous ( nobody ) - 2007-06-29 00:34

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 3 )




Date: 2007-07-01 11:59
Sender: m_michalakProject Admin


Apparently, I had to create a new minor release,but the bug is fixed,
thanks again.


Date: 2007-07-01 11:27
Sender: m_michalakProject Admin


Hello,

I have fixed the problem (or so I believe anyway, I don't have access to
a Unix or Mac machine right now); I did not create a new release at this
point though.

There are quite many things that need to be done yet, and hopefully they
will be done over the next few months:)

Many thanks for filing the bug,
Michael.


Date: 2007-06-29 00:36
Sender: freastro


Sorry, didn't noticed I got logged out before I posted this. Let me know
if you have any questions.


Log in to comment.

Attached File ( 1 )

Filename Description Download
macfix.patch Patch file to allow dgMaster to work on a mac (possibly other unix based systems too) Download

Changes ( 8 )

Field Old Value Date By
status_id Open 2007-07-01 16:08 m_michalak
close_date - 2007-07-01 16:08 m_michalak
status_id Closed 2007-07-01 11:59 m_michalak
close_date 2007-07-01 11:27 2007-07-01 11:59 m_michalak
status_id Open 2007-07-01 11:27 m_michalak
resolution_id None 2007-07-01 11:27 m_michalak
close_date - 2007-07-01 11:27 m_michalak
File Added 235007: macfix.patch 2007-06-29 00:34 nobody